Add Tag to Object
POST {{baseUrl}}/tagged-objects
This adds a tag to an object.
Any authenticated token may be used to call this API.
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: Created
""