Update an Asset

Updates an existing asset. Only name and codes can be modified. Any other property in the request body is rejected with a 400 naming the offending field. The stablecoin/SEMP tag can only be set on creation and cannot be changed here. Removing a code is rejected with a 409 when a transaction references the asset.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier (UUID) for the Asset.

Body Params

Only name and codes can be modified. At least one of the two must be provided. Any other property is rejected with a 400 naming the offending field. The stablecoin/SEMP tag can only be set on creation and cannot be changed here. Removing a code is rejected with a 409 when a transaction references the asset.

string
length between 1 and 255

The name of the asset. Must be unique among your configured assets, compared without regard to capitalization. The capitalization supplied is the capitalization stored and returned. At most 255 characters.

codes
array of strings
length ≥ 1

The codes that may be sent as asset.code on transactions for this asset. Each must be unique among your configured assets, compared without regard to capitalization, and at most 64 characters. The capitalization supplied is the capitalization stored and returned. At least one is required.

codes
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json