Skip to main content
Version: 5.7.0

ResetQuests

Resets the specified quests' statuses.

ServiceOperation
gamificationRESET_QUESTS

Method Parameters

ParameterDescription
questsA list of quests to reset

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status":200,
"data":null
}