PATCH
/
api
/
v1
/
realms
/
{realmId}
/
currencies
/
{currencyId}
/
metadata
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.

Authorizations

Authorization
string
header
required

API Key

Path Parameters

currencyId
string
required

Body

application/json
metadata
object
required

Response

204

Default Response