Skip to main content
PATCH
/
groups
/
{id}
Update a group
curl --request PATCH \
  --url http://localhost:8080/api/v1/groups/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "attributes": {
      "name": "<string>"
    },
    "type": "<string>"
  }
}
'
{
  "attributes": {
    "name": "<string>"
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Group ID

Body

application/json

Updated group information

Group input model

data
object

Response

OK

Group response model

attributes
object
id
string
type
string