Update Progress Quest
The Update Quest Progress API allows applications to update the completion status of a specific quest.
Request
POST /v1/quest/updateProgress?taskId=COLECT_OUTFIT&taskParams=4 HTTP/1.1
Host: quest-dev.api.mimiland.io
Accept: application/json
mm-client-id: mml
mm-user-id: 65326348d995b4f348456dce
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
Parameter
Key
Type
Description
TaskId *required
String
Id of the task
taskParams *required
Int
Value is updated
Last updated