v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBGroups
Create an Exclusion Group
Create a new Exclusion Group in a provided project
post/groups
Request body
Example request
{
"entities": [
{
"id": 1234,
"kind": "Experiment",
"weight": 5000
}
],
"id": 3000,
"name": "Homepage Group",
"project_id": 1000
}Response
Return the created Exclusion Group
Example response
{
"entities": [
{
"id": 1234,
"kind": "Experiment",
"weight": 5000
}
],
"id": 3000,
"name": "Homepage Group",
"project_id": 1000
}