POST /api/dms/objects/{objectId}/tags/{name}/state/{state}
As of Version | product version 2020 Summer | component version 2020 Summer |
---|---|
Request Method | POST |
Response Format | JSON |
Required Permission | action write and read >> Roles and Role Sets |
Description | To add a new tag to a DMS object, send the request with the ID of the DMS object as Furthermore, there is the possibility to set a Any successful tag creation will be added to the audit trail. Tags are independent of an object's version and thus are always available at the current version. For version-specific information, metadata provide the suitable options. As of 2022 Autumn, the optional query parameter |
Request Example |
|
Result Example | The result is a JSON structure containing the 'value' entries of the created tag: tag added { "objects": [ { "properties": { "system:tags": { "value": [ [ "tag1", 100, "2020-02-20T02:20:20.220Z", "1234567887654321" ] ] } } } ] } |