Review a submission

Overview

This endpoint allows you to review one or multiple claimed quests

API Reference

Review the specified claimed quest

POST https://api-v1.zealy.io/communities/:subdomain/claimed-quests/review

Path Parameters

NameTypeDescription

subdomain*

String

Subdomain of your community

Headers

NameTypeDescription

x-api-key*

String

Your API key

Request Body

NameTypeDescription

status*

String

"success" or "fail"

comment

String

Comment associated with the review

claimedQuestIds

String[]

Array of claimed quests Ids to review

{
    "reviewedQuests": 3,
    "status": "success",
    "comment": "Amazing Job"
}

Last updated