Groups Config API
Set group scopes
Replace the group’s scopes. Every scope must be one of the application’s allowed scopes.
PUT
Set group scopes
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
Examples:
"54e9ujn"
"fvua38g"
The name of the group the request refers to. A group name, unique per application.
Maximum string length:
64Pattern:
^[a-zA-Z0-9\-_]+$Example:
"admins"
Body
application/json
The scopes the group owns. Each must be one of the app's allowed scopes.
A scope identifier.
Pattern:
^[a-zA-Z0-9.\-_:]+$Set group scopes