Groups
Upsert a Group
Create or Update Group using ID.
put/groups/{GroupId}
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 upserted 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
}