v4

latestOpenAPI 3.0.02026-08-04109113304.5 KB
Groups

Create an Exclusion Group

Create a new Exclusion Group in a provided project

post/groups

Request body

archivedboolean

Whether the group is archived

createdstring date-time

The time when the Exclusion Group was initially created

descriptionstring

The description for an Exclusion Group

idinteger

The unique identifier for the Exclusion Group

last_modifiedstring date-time

The last time the Exclusion Group was modified

namestring required

Name of the Exclusion Group

project_idinteger required

The Project the Exclusion Group is in

Example request

{
  "entities": [
    {
      "id": 1234,
      "kind": "Experiment",
      "weight": 5000
    }
  ],
  "id": 3000,
  "name": "Homepage Group",
  "project_id": 1000
}

Response

Return the created Exclusion Group

archivedboolean

Whether the group is archived

createdstring date-time

The time when the Exclusion Group was initially created

descriptionstring

The description for an Exclusion Group

idinteger

The unique identifier for the Exclusion Group

last_modifiedstring date-time

The last time the Exclusion Group was modified

namestring required

Name of the Exclusion Group

project_idinteger required

The Project the Exclusion Group is in

Example response

{
  "entities": [
    {
      "id": 1234,
      "kind": "Experiment",
      "weight": 5000
    }
  ],
  "id": 3000,
  "name": "Homepage Group",
  "project_id": 1000
}