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
Example request
{
"status": "rejected",
"comment": "Action performed, because ..."
}Response
Created a review for all places.