---
title: "Review multiple places"
method: POST
path: "/places/{ids}/review"
tags: ["Entries/Places"]
---

# Review multiple places

`POST /places/{ids}/review`

Reviews the latest revision of multiple places at once. An audit log
is written into the history of all place revisions.
Depending on the review status the affected places might be
hidden from search results (archived, rejected) or re-appear
(created, confirmed).
Only scouts and admins are entitled to invoke this function.

## Path parameters

- `ids` string, required — Comma-separated list of identifiers

## Request body

- Review
  - `status` 'created' | 'confirmed' | 'rejected' | 'archived', required — * created = initial status of each revision * confirmed/rejected = after positive/negative review * archived = final status
  - `comment` string — Free text that describes the motivation or trigger for an activity

## Response `201`

Created a review for all places.

## Other responses

- `400` — Parameters are missing or invalid
- `401` — Access token is missing or invalid or the user has insufficient permission

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
