Skip to main content
POST
Create Quest

Body

application/json
jwtToken
string
required

JWT token for authentication.

deadline
string<date-time>
required

Deadline for the quest (ISO format).

questType
enum<string>
required

Type of quest.

Available options:
cards_revised,
xp_gained,
time_spent
questSubType
enum<string>
required

Sub type of quest.

Available options:
monthly,
friend
quantity
integer
required

The target quantity for the quest.

Response

Quest created successfully.

message
string
Example:

"Quest created successfully"

quest
object