Use the PUT /oauth/authServerSettings/scopes/commonScopeGroups/{{commonScopeGroupName}}
endpoint to update an existing common scope group.
Path parameters
Parameter |
Value |
Description |
commonScopeGroupName |
string(required) |
Name of the common scope group. |
Status codes
Code |
Reason |
200 |
Common 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. |
404 |
Resource not found. |
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. |