PATCH /v1/controls
Modify specific global controls by supplying only the fields you want to change in the "update" object, or list control names in the "remove" array to clear them back to their default values. Controls not mentioned in either key remain unchanged.
Authorizations
x-api-keystringRequired
Body
removestring[]Optional
List of control names to clear.
Responses
200
Success
application/json
400
Bad request. Check to make sure you're passing the right parameters.
application/json
401
Unauthorized. Make sure you're using the right api key.
application/json
429
Too many requests
application/json
patch
/v1/controlsLast updated
Was this helpful?