v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-065662751.8 MB
Groups

Create a new Group

Create a new Group

post/groups

Request body

commentstring nullable

Any comments associated with the specific group.

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring required

The name of the group

updated_atinteger nullable

Unix epoch when the resource was last updated.

Example request

{
  "comment": "This is an example comment for the group.",
  "created_at": 1706598432,
  "id": "d4e7f2c9-8a7b-4e89-b3a1-9c3d6f1e5b92",
  "name": "example-group",
  "updated_at": 1706684832
}

Response

Successfully created Group

commentstring nullable

Any comments associated with the specific group.

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring required

The name of the group

updated_atinteger nullable

Unix epoch when the resource was last updated.

Example response

{
  "comment": "This is an example comment for the group.",
  "created_at": 1706598432,
  "id": "d4e7f2c9-8a7b-4e89-b3a1-9c3d6f1e5b92",
  "name": "example-group",
  "updated_at": 1706684832
}