Update custom metadata for a realm member
curl --request PATCH \
--url https://api.drip.re/api/v1/realms/{realmId}/members/{dripId}/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'{
"error": "<string>"
}Was this page helpful?
curl --request PATCH \
--url https://api.drip.re/api/v1/realms/{realmId}/members/{dripId}/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'{
"error": "<string>"
}