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.