Update Document Version
PUT https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}
https://developer.veevavault.com/api/24.2/#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 allows you to manually set the document number. All other Document Migration Mode overrides available at document creation are ignored, but do not generate an error message. You must have the Document Migration permission to use this header. Learn more about <a href="https://platform.veevavault.help/en/gr/54028">Document Migration Mode in Vault Help.</a> |