Batch update rule priorities

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

profile_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
ruleslist of objectsRequired

Response

Successful Response
idstringformat: "uuid"
priorityinteger
host_patternstring
actionstring
path_patternstring or null
methodslist of strings or null
rate_limit_rpminteger or null
provider_keystring or null
auth_strategymap from strings to any or null
content_filtermap from strings to any or null
created_atdatetime or null
updated_atdatetime or null

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error