Cross-App Access
Update
Update a scope's editable fields via update_mask. This is how a scope is approved: set state to ENABLED to make it mintable, or DISABLED to block it. The scope value is immutable. Editable paths: display_name, description, state, classification.
post/api/v1/apps/{app_id}/xaa/scopes/{id}
Path parameters
app_idstring required
The application that owns the resource server.
idstring required
Unique identifier for this scope.
Request body
Response
XAAScopeServiceUpdateResponse returns the updated scope.
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○