PATCH
/
api
/
v4
/
quests
/
realms
/
{id}
/
quests
/
{quest_id}
/
custom
curl --request PATCH \
  --url https://api.drip.re/api/v4/quests/realms/{id}/quests/{quest_id}/custom \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "custom_data": {}
}'
{
  "message": "Ok"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required
quest_id
string
required

Body

application/json
custom_data
object

Response

200 - application/json
Custom data updated successfully
message
string
default:Ok