Admin Update Stablecoin Client

patch/api/stablecoin/v1/admin/enterprise/{enterpriseId}/client

Updates an existing stablecoin client.

Path Parameters

  • enterpriseIdstringRequired
    Enterprise identifier for the stablecoin client
    Example: 6437d9ae435d8b0007635c3f0db52154
    Min length: >= 1 characters

Request Body

tokenPermissions dictionary<string, object>
Token permissions mapping
Example: {"eth:usd1":{"enabled":true},"bsc:usd1":{"enabled":false}}
object

200 Response

id number required
Unique identifier for the stablecoin client
Example: 1
enterpriseId string required
Enterprise ID associated with the client
Min length: >= 1 characters
Example: 6437d9ae435d8b0007635c3f0db52154
bitgoOrg string required
BitGo organization identifier
Min length: >= 1 characters
Example: bitgo-trust-company
tokenPermissions dictionary<string, object> required
Token permissions configuration
Example: {"USDC":{"enabled":true},"USDT":{"enabled":false}}
object
createdAt string <date-time>required
Timestamp when the client was created
updatedAt string <date-time>required
Timestamp when the client was last updated

400 Response

404 Response

500 Response