Update Currency

Updates an existing currency.

put

Accepts multipart form data with a currency payload and an icon file.

Path parameters
idstringRequired

The currency ID.

Body
iconstring · binaryOptional

Icon for the new currency

Responses
chevron-right
200

OK

application/json

Represents currency in exchange module.

iconstring · nullableOptional
revisioninteger · int32Optional
idstringOptional

The unique identifier of the currency.

namestringOptional

The name of the currency.

codestringOptional

The ISO code of currency

precisioninteger · int32Optional

Precision of the currency

statusstring · enumOptional

Currency status enumeration

Possible values:
put
/public/v1/exchange/currencies/{id}

Last updated

Was this helpful?