v1

latestOpenAPI 3.0.3“Commons Clause” License Condition v1.02026-07-17231343.3 KB
groups

Update an existing group

Update an existing group.

put/segments/{id}

Request body

namestring

The group's name.

Example request

{
  "name": "Foo Group"
}

Response

OK

idinteger

The ID of the resource.

created_atstring date-time

The date and time when the resource was created.

updated_atstring date-time

The date and time when the resource was last updated.

namestring

The name of the group.

Example response

{
  "id": 111,
  "name": "Foo Group"
}