You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The route to the new resource will be returned in the Location header of the response.
Note: Attempting to create a group with a name which already exists will return 409 Conflict with a Content-Location header pointing to the route of the conflicting record.
Create a new group on the specified platform.
The route to the new resource will be returned in the
Location
header of the response.Request:
BEARER <jwt_token>
application/json
Response:
201 Created
/platforms/:platform/groups/:group
409 Conflict
application/json
/vui/platforms/:platform/groups/:group_name
400 Bad Request
application/json
401 Unauthorized
The text was updated successfully, but these errors were encountered: