POST /api-web/api/dms/objects/{id}/contents/file
As of Version | product version 2020 Autumn | component version | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||||
Response Format | JSON | ||||||||||
Description | Updates the binary content file assigned to the object specified by its object ID The response body contains the metadata of the corresponding object. Response HTTP status codes:
| ||||||||||
Request Example |
Any content file in the request body | ||||||||||
Response Example |
{ "objects": [ { "properties": { "system:objectId": { "value": "4711-44321-666777888" }, "subject": { "value": "Sie sind der Doc, Doc." } } } ], "numItems": 0, "hasMoreItems": true, "totalNumItems": 0 } |