TrusthubV1SupportingDocument

Update an existing Supporting Document.

Update an existing Supporting Document.

post/v1/SupportingDocuments/{Sid}

Path parameters

Sidstring required

The unique string created by Twilio to identify the Supporting Document resource.

Response

OK

sidstring nullable

The unique string created by Twilio to identify the Supporting Document resource.

account_sidstring nullable

The SID of the Account that created the Document resource.

friendly_namestring nullable

The string that you assigned to describe the resource.

mime_typestring nullable

The image type uploaded in the Supporting Document container.

status'DRAFT' | 'PENDING_REVIEW' | 'REJECTED' | 'APPROVED' | 'EXPIRED' | 'PROVISIONALLY_APPROVED'

The verification status of the Supporting Document resource.

typestring nullable

The type of the Supporting Document.

{"stackTrail":"components:schemas:trusthub.v1.supporting_document:properties:attributes","oasType":"schema","type":"unknown","description":"The set of parameters that are the attributes of the Supporting Documents resource which are listed in the Supporting Document Types.","extensionFields":{"x-twilio":{"pii":{"handling":"standard","deleteSla":30}}},"nullable":true}
date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the Supporting Document resource.

Changes

Changed in 4 of the 51 revisions of this API.368

  • v1be7cea11fa2711See the full diff
    • the response's property type changed from object to no type for status

      response-property-type-changed

    • the request property type was generalized from object to no type

      request-property-type-generalized

    • the request property type changed from no type to object

      request-property-type-changed

    • the response's property type changed from no type to object for status

      response-property-type-changed

  • v1f46e55682eba66See the full diff
    • added the new APPROVED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new DRAFT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new EXPIRED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PENDING_REVIEW enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PROVISIONALLY_APPROVED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new REJECTED enum value to the response property for the response status

      response-property-enum-value-added

    • removed the approved enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the draft enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the expired enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the pending-review enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the provisionally-approved enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the rejected enum value from the response property for the response status

      response-property-enum-value-removed

    • api tag TrusthubV1SupportingDocument added

      api-tag-added