currencies
Update existing currency.
Update existing currency.
put/v1/currencies/{code}
Path parameters
codestring string required
Example:EUR
The currency code.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
Updated currency stored, result in response
Example response
{
"data": {
"type": "currencies",
"id": "2",
"attributes": {
"created_at": "2026-08-01T00:00:00+00:00",
"updated_at": "2026-08-01T00:00:00+00:00",
"enabled": true,
"code": "AMS",
"name": "Ankh-Morpork dollar",
"symbol": "AM$",
"decimal_places": 2
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.