Page Properties | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
RessourcesRemarks |
...
As of Version | product version 1.0 | component version 1.0 | ||
---|---|---|---|
Request Method | POST | ||
Response Format | JSON | ||
Required Permission | action write >> Roles and Role Sets | ||
Description | To update the content file of a DMS object, send the request with the new content file as binary in the request body and the ID of the DMS object as objectId. A new object version will be created. The new binary content file is stored in the repository specified in the X-OS-REPOSITORY-ID request header. If the header is missing, the default repository is used that is configured in the application-storage.yml configuration file. If tags are assigned to the object, they will be reassigned to the new object version only if they are specified as resistant tags. | ||
Request Header |
| ||
Request Example | The new content file is passed as binary in the request body. | ||
Result Example | The result is a JSON structure containing the the updated metadata of the object identified by objectId.
|
...