v31

OpenAPI 3.0.1raw.githubusercontent.com2020-12-1300352.6 KB
Plants

Report an error

A short API call to report an error regarding a plant entry

post/api/v1/plants/{id}/report

Path parameters

idstring required

The id or the slug of the requested species

Request body

notesstring

An optional note about the incorrect data

Example request

{
  "notes": "The flower color is red"
}

Response

Success