Update Document Version

PUT https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}

https://developer.veevavault.com/api/23.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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring
Acceptstring
X-VaultAPI-MigrationModebooleanWhen 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.