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

Changes

Changed in 5 of the 31 revisions of this API.39

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

      response-success-status-removed

    • added the success response with the status 201

      response-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    • api operation id reportSpecies removed and replaced with reportPlants

      api-operation-id-removed

    • api tag Plants added

      api-tag-added

    • api tag Species removed

      api-tag-removed

  • v115d88532a85a14See the full diff
    • removed the success response with the status 201

      response-success-status-removed

    • api operation id reportPlants removed and replaced with reportSpecies

      api-operation-id-removed

    • api tag Species added

      api-tag-added

    • api tag Plants removed

      api-tag-removed

    • added the success response with the status 200

      response-success-status-added