Update Document Version
PUT https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}
https://developer.veevavault.com/api/23.3/#Update_Document_Version
Update editable field values on a specific version of a document. See also Update Document above.
Request Body
[{"name"=>"name__v", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string | ||
X-VaultAPI-MigrationMode | boolean | When set to true, Vault applies Document Migration Mode limitations to document versions created with the request. You must have the Document Migration permission to use this header. |