Skip to main content
PATCH
/
api
/
groups
/
{id}
Update group
curl --request PATCH \
  --url https://api.agentixx.io/api/groups/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token= \
  --data '
{
  "name": "Premium Customers"
}
'
{}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Path Parameters

id
string<uuid>
required

Body

application/json

Update a contact group name or filters

name
string
Required string length: 1 - 100
filters
object

Response

Group updated

{key}
any