Update Document Version

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

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

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