---
title: "Report an error"
method: POST
path: "/api/v1/plants/{id}/report"
tags: ["Plants"]
---

# Report an error

`POST /api/v1/plants/{id}/report`

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

## Path parameters

- `id` string, required

## Request body

- object
  - `notes` string — An optional note about the incorrect data

## Response `201`

Success

- object
  - `data` Correction
    - `id` integer, required
    - `accepted_by` string, nullable
    - `change_notes` string, nullable
    - `change_status` string, required
    - `change_type` string, required
    - `correction` object, nullable
    - `created_at` string, required
    - `notes` string, nullable
    - `record_id` integer, nullable
    - `record_type` string, required
    - `updated_at` string, required
    - `user_id` integer, required
    - `warning_type` string, nullable
  - `meta` object
    - `last_modified` string

## Other responses

- `401` — Invalid credentials

---

[API](https://skmtc.net/treflehq/apis/trefle-api-v1.md) · [All operations](https://skmtc.net/treflehq/apis/trefle-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treflehq/trefle-api-v1/versions/2e0d8882f840/schema)
