latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

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

updateMaskstring nullable

Response

XAAScopeServiceUpdateResponse returns the updated scope.