Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.{tenant}.getomneo.com/api/v3/currencies/{currency} \ --header 'Content-Type: application/json' \ --data '{ "rate": 123 }'
{ "data": { "id": 123, "from": "<string>", "to": "<string>", "rate": 123, "is_system": true, "created_at": "<string>", "updated_at": "<string>" } }
A PUT to the /currencies/{currency} endpoint allows your application to edit currency.
PUT
/currencies/{currency}
The currency ID
Currency
Show child attributes