Update Document Attachment Description
PUT https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/attachments/:{attachment_id}
https://developer.veevavault.com/api/20.2/#update-document-attachment-description
Update an attachment on the latest version of a document. To update a version-specific attachment, or to update multiple attachments at once, use the bulk API.
Request Body
[{"name"=>"description__v", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string | ||
Content-Type | string |