v1

latestOpenAPI 3.0.3AGPLv32026-07-17448054.1 KB
Entries/Places

Review a place by a secret token

Reviews a specific revision of a place. If a newer revision already exists, a review is no longer possible. An audit log is written into the history of the place revision. Depending on the review status the affected place might be hidden from search results (archived, rejected) or re-appear (created, confirmed).

post/places/review-with-token

Request body

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

A secret one time token to review a specific place.

Example request

{
  "status": "rejected",
  "token": "e43e4a348172480c8f48b5b734f591f4ef9d626c42d04dc8bc826087299a7a65372"
}

Response

Created a review for the place.