v31

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

Report an error

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

post/api/v1/species/{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