Creates or updates a group
PUT /groups/\{id\}
createOrUpdateGroup: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}/put
ID of the group to be created or updated
Updates a group by its ID
PATCH /groups/\{id\}
updateGroup: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}/patch
ID of the group to be updated
Performs a request against the API root, returning a list of available services
GET /
root: https://h.readthedocs.io/en/latest/api-reference/#tag/general/paths/~1/get
Generated using TypeDoc
Creates a group
POST /groups
See
createGroup: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups/post
Throws
ApiError