POST /api/dms/objects/{objectId}/contents/renditions/text
As of Version | product version 2021 Summer | component version 2021 Summer | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||
Response Format | HTTP status code | ||||||||
Required Permission | action write >> Roles and Role Sets | ||||||||
Description | Updates the full-text rendition related to a DMS object identified by If a content file is imported having one of the text rendition compatible formats and containing readable text, a full-text rendition will be created and stored in the Elasticsearch index. The endpoint posts the plain text passed in the request body to the text rendition property in the Elasticsearch index replacing the current value if already filled before. Note: A dbs-reindex Command via Commander Service will undo all text rendition updates. Meaning of HTTP status codes:
| ||||||||
Request Header | Content-Type: text/plain | ||||||||
Request Example |
With request body: test-test-post-rendition-text | ||||||||
Response Example |
no response body |