Skip to main content

Create a new quest for projectId

POST 

/quest

Create a new quest for projectId

Request

Body

Quest data

    thumbnail stringnullable

    URL to the quest's thumbnail image

    projectId projectId (string)required

    Unique identifier for Project

    id questId (string)

    Unique identifier for Quest

    state questState (string)

    Possible values: [open, closed]

    descriptions string

    Detailed descriptions of the different stages/applications of the quest

    data string

    Quest-specific data in JSON format

    rankOrder integer

    The order in which the quest should be displayed

    refereeQuestId stringnullable

    Unique identifier for the referee quest

    questTypeId stringrequired

    Unique identifier for the QuestType

    points integerrequired

    Possible values: <= 1000000

    The amount of points you gain after finishing the quest

    prerequisites questId (string)[]nullable

    List of prerequisite quests that must be completed before starting this quest

    periodic questPeriodic (string)

    Possible values: [daily, weekly, monthly, hourly]

    name questName (string)required

    Possible values: <= 64 characters

    Name of the quest

    expiresAt date-timenullable

    Expiration date for the quest

    userQuestsLimit integer

    Maximum allowed number of times for the quest to be completed by a single user

Responses

Quest successfully created

Schema

    thumbnail stringnullable

    URL to the quest's thumbnail image

    projectId projectId (string)required

    Unique identifier for Project

    id questId (string)

    Unique identifier for Quest

    state questState (string)

    Possible values: [open, closed]

    descriptions string

    Detailed descriptions of the different stages/applications of the quest

    data string

    Quest-specific data in JSON format

    userQuestCount integer

    Number of times this quest has been completed.

    rankOrder integer

    The order in which the quest should be displayed

    refereeQuestId stringnullable

    Unique identifier for the referee quest

    referrerQuestId string

    Unique identifier for the referrer quest

    questTypeId stringrequired

    Unique identifier for the QuestType

    createdAt date-time

    Time representation of entity creation

    points integerrequired

    Possible values: <= 1000000

    The amount of points you gain after finishing the quest

    prerequisites questId (string)[]nullable

    List of prerequisite quests that must be completed before starting this quest

    periodic questPeriodic (string)

    Possible values: [daily, weekly, monthly, hourly]

    name questName (string)required

    Possible values: <= 64 characters

    Name of the quest

    expiresAt date-timenullable

    Expiration date for the quest

    myUserQuestCount integer

    Number of times this quest has been completed by the current user

    userQuestsLimit integer

    Maximum allowed number of times for the quest to be completed by a single user

Loading...