Skip to main content

Update Tagged Object

PUT 

/tagged-objects/:type/:id

This updates a tagged object for the specified type.

Request

Path Parameters

    type stringrequired

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

    The type of tagged object to update.

    Example: ROLE
    id stringrequired

    The ID of the object reference to update.

    Example: ef38f94347e94562b5bb8424a56397d8

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 this reference applies to

    name stringnullable

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

    tags string[]

    Labels to be applied to an Object

Responses

Tagged object by type and ID.

Schema
    objectRef object
    type string

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

    DTO type

    id string

    ID of the object this reference applies to

    name stringnullable

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

    tags string[]

    Labels to be applied to an Object

Loading...