TODO: Resource-level docs
Update an existing Supporting Document.
Path parameters
-
The unique string created by Twilio to identify the Supporting Document resource.
Minimum length is
34, maximum length is34. Format should match the following pattern:^RD[0-9a-fA-F]{32}$.
POST
/v2/RegulatoryCompliance/SupportingDocuments/{Sid}
curl \
--request POST 'https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocuments/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'FriendlyName=string'
Response examples (200)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"failure_reason": "string",
"friendly_name": "string",
"mime_type": "string",
"sid": "string",
"status": "draft",
"type": "string",
"url": "https://example.com"
}