v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
Tag Groups

Update a tag group

patch/tag-groups/{tagGroupId}

Path parameters

tagGroupIdstring required
Example:0f0e000-000d-0d00-000b-00db0d000fae

Unique UUID of the tag group.

Request body

namestring

This is the tag group name supplied on create

archivedboolean

This flag specifies whether the tag group has been archived in the pleo system or not

Example request

{
  "tagAttributes": [
    {
      "id": "0f0e000-000d-0d00-000b-00db0d000fae"
    }
  ]
}

Response

Tag group has been updated

idstring required

This is the internal pleo identifier of the tag group

namestring required

This is the tag group name supplied on create

archivedboolean required

This flag specifies whether the tag group has been archived in the Pleo system or not

Example response

{
  "id": "0f0e000-000d-0d00-000b-00db0d000fae",
  "tagAttributes": [
    {
      "id": "0f0e000-000d-0d00-000b-00db0d000fae"
    }
  ]
}