v1

latestOpenAPI 3.0.3AGPLv32026-07-17448054.1 KB
Entries/Places

Review multiple places

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.

post/places/{ids}/review

Path parameters

idsstring required

Comma-separated list of identifiers

Example:7cee99c287094a94acbdcf29ffff2e85,0884c4e86e404072b6874b99b7e32640,ed8a2aef20054102b20950b1b78eb581

Request body

status'created' | 'confirmed' | 'rejected' | 'archived' required
  • created = initial status of each revision
  • confirmed/rejected = after positive/negative review
  • archived = final status
commentstring

Free text that describes the motivation or trigger for an activity

Example request

{
  "status": "rejected",
  "comment": "Action performed, because ..."
}

Response

Created a review for all places.