v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
Tag Groups

Create a new tag group.

This endpoint allows for the creation of a new Tag Group with its attribute values

post/tag-groups

Request body

namestring required

This is the tag group name supplied on create

Response

Tag group has been created

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"
    }
  ]
}