Skip to main content
PATCH
/
api
/
v3
/
groups
/
{id}
Partially update a group (PATCH)
curl --request PATCH \
  --url https://paradigm.lighton.ai/api/v3/groups/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Body

V3 API: Partially update an existing user group (PATCH) - all fields optional

name
string

Name of the group

Maximum string length: 255
description
string | null

Description of the group

Response

Group updated successfully