Use the PUT /oauth/authServerSettings/scopes/exclusiveScopeGroups/{{exclusiveScopeGroupsName}}
endpoint to update an existing exclusive scope group.
Path parameters
Parameter |
Value |
Description |
exclusiveScopeGroupsName |
string(required) |
Name of the exclusive scope group. |
Status codes
Code |
Reason |
200 |
Exclusive Scope Group updated. |
400 |
The request was improperly formatted or contained invalid fields. |
403 |
PingFederate does not have its OAuth 2.0 authorization server role enabled. Operation not available. |
422 |
Validation error(s) occurred. |
Response schema definitions
ScopeGroupEntry
- A scope group name and its description.
Property |
Type |
Description |
description * |
string |
The description of the scope group. |
name * |
string |
The name of the scope group. |
scopes * |
array[string] |
The set of scopes for this scope group. |