v1

latestOpenAPI 3.0.42026-07-26195173268.4 KB
Customers target group

Updates the target group.

put/Litium/api/admin/customers/targetGroups/{systemId}

Path parameters

systemIdstring uuid required

The target groups system identifier.

Request body

fieldTemplateSystemIdstring uuid

Gets or sets the field template system identifier.

idstring nullable

Gets or sets the target group identifier.

systemIdstring uuid

Gets or sets the target group system identifier.

Example request

{
  "conditions": [
    {
      "systemId": "00000000-0000-0000-0000-000000000000"
    }
  ]
}

Response

OK

fieldTemplateSystemIdstring uuid

Gets or sets the field template system identifier.

idstring nullable

Gets or sets the target group identifier.

systemIdstring uuid

Gets or sets the target group system identifier.

Example response

{
  "conditions": [
    {
      "systemId": "00000000-0000-0000-0000-000000000000"
    }
  ]
}