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
/v1/SupportingDocuments/{Sid}
curl \
--request POST 'https://trusthub.twilio.com/v1/SupportingDocuments/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'FriendlyName=friendly_name&Attributes=%7B%7D'
Request example
{"FriendlyName" => "friendly_name", "Attributes" => "{}"}
Response examples (200)
{
"status": "DRAFT",
"date_updated": "2021-02-11T17:23:00Z",
"friendly_name": "friendly_name",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://trusthub.twilio.com/v1/SupportingDocuments/RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2021-02-11T17:23:00Z",
"sid": "RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"attributes": {
"address_sids": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"type": "customer_profile_address",
"mime_type": null
}