To update the category for Questions
To update the category for Questions
Path parameters
-
The SID of the category to be updated
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^FY[0-9a-fA-F]{32}$
.
POST
/v1/Insights/QualityManagement/Categories/{CategorySid}
curl \
--request POST 'https://flex-api.twilio.com/v1/Insights/QualityManagement/Categories/{CategorySid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--header "Authorization: string" \
--data 'Name=abcd'
Request example
{"Name"=>"abcd"}
Response examples (200)
{
"url": "https://flex-api.twilio.com/v1/Insights/QualityManagement/Categories/FYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"name": "abcd",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"category_sid": "FYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}