Authorizations
API Key
Body
application/json
Response
Default Response
Update the metadata of a currency
curl --request PATCH \
--url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'This response does not have an example.API Key
Default Response
Was this page helpful?
curl --request PATCH \
--url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'This response does not have an example.