As of Version | product version 2020 Summer | component version 2020 Summer |
---|---|
Request Method | POST |
Response Format | JSON |
Required Permission | action write >> Roles and Role Sets |
Description | To update the state for an existing tag of a DMS object, send the request with the ID of the DMS object as Furthermore, there is the possibility to set a The method throws an exception, if the specified tag In addition to the tag Any successful tag update changes the value for the Any successful tag update 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. |
Request Example | (1) (2) |
Result Example | The result is a JSON structure containing the current successful tag update { "objects": [ { "properties": { "system:tags": { "value": [ [ "tag1", 9999, "2020-02-20T02:20:20.220Z", "1234567887654321" ] ] } } } ] } |
Skip to end of banner
Go to start of banner
POST /api/dms/objects/{objectId}/tags/{name}/state/{state}?overwrite=true
General
Content
Integrations