Update Document Version
PUT https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}
https://developer.veevavault.com/api/22.2/#update-document-version
Update editable field values on a specific version of a document.
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 only to document versions created with the request. This differs from placing your entire vault in Migration Mode, which applies to all documents for the duration of its enablement. You must have the Document Migration permission to use this header. |