put https://api.rainex.io/projects//currencies/
Make the currency primary or non-primary
Error codes:
ProjectNotFound | There is no project specified in the URL |
NotFoundProjectCurrency | there is no currency with this ISO code in the project |
Responses
Make the currency primary or non-primary
Error codes:
ProjectNotFound | There is no project specified in the URL |
NotFoundProjectCurrency | there is no currency with this ISO code in the project |
xxxxxxxxxx
curl --request PUT \
--url https://api.rainex.io/projects/your-site-name-1/currencies/USD \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"isMain":true}'