Groups
Number of APIs: 6
-
Create a group. POST {{baseUrl}}/groups
-
List groups. GET {{baseUrl}}/groups
-
Get details of one or many groups. GET {{baseUrl}}/groups/{{id}}
-
Update a group. PUT {{baseUrl}}/groups/{{id}}
-
Delete a group. DELETE {{baseUrl}}/groups/{{id}}
-
Update one property of the given group. For the moment, add and remove on components are implemented. PATCH {{baseUrl}}/groups/{{id}}