Skip to main content

Add Tag to Object

POST 

/tagged-objects

This adds a tag to an object.

Any authenticated token may be used to call this API.

Request

Body

required
    objectRef object
    type string

    Possible values: [ACCESS_PROFILE, APPLICATION, CAMPAIGN, ENTITLEMENT, IDENTITY, ROLE, SOD_POLICY, SOURCE]

    DTO type

    id string

    ID of the object to which this reference applies

    name stringnullable

    Human-readable display name of the object to which this reference applies

    tags string[]

    Labels to be applied to an Object

Responses

Created.

Loading...