Update an existing Supporting Document
TODO: Resource-level docs
Update an existing Supporting Document.
Path parameters
-
The unique string created by Twilio to identify the Supporting Document resource.
Body
-
The set of parameters that are the attributes of the Supporting Document resource which are derived Supporting Document Types.
-
FriendlyName string
The string that you assigned to describe the resource.
POST /v2/RegulatoryCompliance/SupportingDocuments/{Sid}
curl \
-X POST https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocuments/{Sid} \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'FriendlyName=string'
Request example
{
"FriendlyName": "string"
}
Request examples
{
"FriendlyName": "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",
"failure_reason": "string",
"friendly_name": "string",
"mime_type": "string",
"sid": "string",
"status": "draft",
"type": "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",
"failure_reason": "string",
"friendly_name": "string",
"mime_type": "string",
"sid": "string",
"status": "draft",
"type": "string",
"url": "https://example.com"
}