---
title: "POST /public/communities/{subdomain}/reviews"
method: POST
path: "/public/communities/{subdomain}/reviews"
tags: ["review"]
---

# POST /public/communities/{subdomain}/reviews

`POST /public/communities/{subdomain}/reviews`

## Path parameters

- `subdomain` string, required

## Headers

- `x-api-key` string, required

## Request body

- object
  - `claimedQuestIds` string[], required
  - `status` 'fail' | 'success' | 'pending', required
  - `mark` 'star' | 'flag'
  - `comment` string
  - `bonusXP` integer

## Response `200`

200

- object
  - `reviewedClaimQuestIds` string[], required
  - `status` 'fail' | 'success' | 'pending', required
  - `mark` 'star' | 'flag'
  - `comment` string
  - `rejectedQuests` object[]
    - `ids` string[], required
    - `reason` string, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/zealy/apis/zealy-api.md) · [All operations](https://skmtc.net/zealy/apis/zealy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zealy/zealy-api/revisions/1c24cb9f818b/schema)
