PATCH
/
api
/
v4
/
quests
/
realms
/
{realm_id}
/
quests
/
{quest_id}
/
expire
curl --request PATCH \
  --url https://api.drip.re/api/v4/quests/realms/{realm_id}/quests/{quest_id}/expire \
  --header 'Authorization: Bearer <token>'
{
  "message": "Ok"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realm_id
string
required
quest_id
string
required

Response

200 - application/json
Quest expired successfully
message
string
default:Ok