Updates the style sheet for an Assistant identified by `assistant_sid`
TODO: Resource-level docs
Updates the style sheet for an Assistant identified by assistant_sid
.
Path parameters
-
The SID of the Assistant that is the parent of the resource to update.
Body
-
The JSON string that describes the style sheet object.
POST /v1/Assistants/{AssistantSid}/StyleSheet
curl \
-X POST https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/StyleSheet \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded"
Request example
{}
Request examples
{}
Response examples (200)
{
"account_sid": "string",
"assistant_sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"assistant_sid": "string",
"url": "https://example.com"
}