Update a specific Rate Limit
TODO: Resource-level docs
Update a specific Rate Limit.
Path parameters
-
The SID of the Service the resource is associated with.
-
The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch.
Body
-
Description string
Description of this Rate Limit
POST /v2/Services/{ServiceSid}/RateLimits/{Sid}
curl \
-X POST https://verify.twilio.com/v2/Services/{ServiceSid}/RateLimits/{Sid} \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'Description=string'
Request example
{
"Description": "string"
}
Request examples
{
"Description": "string"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"description": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"unique_name": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"description": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"unique_name": "string",
"url": "https://example.com"
}