Groups
Create a new Group
Create a new Group
post/groups
Request body
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
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
}Changes
Changed in 1 of the 11 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 11 revisions, 1 has no diff computed.