Admin Update Organization Stablecoin Asset

put/api/stablecoin/v1/admin/organization/{organizationId}/assets/{baseAsset}

Upserts organization-level configuration for a single stablecoin asset.

Path Parameters

  • organizationIdstringRequired
    Organization identifier
    Example: org-uuid-123
    Min length: >= 1 characters
  • baseAssetstringRequired
    Base asset symbol for the stablecoin
    Example: USD1
    Min length: >= 1 characters

Request Body

organizationEnabled
boolean or null
required
Whether the asset is enabled for this organization
Example: true

200 Response

id string required
UUID of the organization asset configuration
Min length: >= 1 characters
Example: uuid-1
organizationId
string or null
required
Organization ID
Min length: >= 1 characters
Example: org-uuid-123
organizationEnabled
boolean or null
required
Organization-level enabled status that was set (null = unset/inherit)
Example: true
jurisdictionAccess string required
Jurisdiction-level access setting for the organization's jurisdiction
Min length: >= 1 characters
Example: public
resolvedAccess boolean required
Resolved effective access after the update
Example: true
source string required
Source of the access decision
Min length: >= 1 characters
Example: Enabled at organization level

400 Response

404 Response

500 Response