Skip to main content

Update an existing userQuest

PUT 

/userQuest/:userQuestId

Update an existing userQuest

Request

Path Parameters

    userQuestId userQuestIdrequired

    The unique identifier for the userQuest

Body

Data for updating an existing userQuest

    state userQuestState (string)

    Possible values: [default, archived, cancelled]

Responses

UserQuest successfully updated

Schema

    lastComputedAt date-time

    Time representation of the last computation of computedData

    createdAt date-time

    Time representation of userQuest creation

    stage integer

    The stage upon which points were granted

    questId questId (string)

    Unique identifier for Quest

    creatorData string

    Optional json data provided by the user

    id userQuestId (string)

    Unique identifier for UserQuest

    state userQuestState (string)

    Possible values: [default, archived, cancelled]

    userId uuid

    Unique identifier

    computedData string

    Optional json data generated internally

Loading...