PATCH Limits By Name

PATCH Limits By Name

Updates the settings of the specified limit.

Request
URI
PATCH
https://{api_host}/api/v2/limits/{name}
COPY
Path Parameters
string
name
Required

The unique name of a limit. This is the name value returned from the [GET /api/v2/limits/] API.


Request Body
limits.name.patch.response of type(s) application/json
Required
{
    "value": "12",
    "reference": ""
}
Authentication
This operation uses the following authentication methods.
Responses
200

Successfully updated limit settings.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'