Update Tagged Object
PUT {{baseUrl}}/tagged-objects/:type/:id
This updates a tagged object for the specified type.
Request Body
{"objectRef"=>{"type"=>"IDENTITY", "id"=>"2c91808568c529c60168cca6f90c1313", "name"=>"William Wilson"}, "tags"=>["BU_FINANCE", "PCI"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"objectRef":{"type":"IDENTITY","id":"2c91808568c529c60168cca6f90c1313","name":"William Wilson"},"tags":["BU_FINANCE","PCI"]}