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

Changes

Changed in 4 of the 31 revisions of this API.33

  • v12e0d8882f84011See the full diff
    • removed the success response with the status

      response-success-status-removed

    • added the success response with the status

      response-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

  • v115d88532a85a11See the full diff
    • removed the success response with the status

      response-success-status-removed

    • added the success response with the status

      response-success-status-added