---
title: "Add a report"
method: POST
path: "/reports"
tags: ["Report"]
---

# Add a report

`POST /reports`

Add a report and send notification to admins

## Request body

- ReportAddModel
  - `floor_id` integer, required
  - `reason` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/opentreehole/apis/open-tree-hole.md) · [All operations](https://skmtc.net/opentreehole/apis/open-tree-hole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opentreehole/open-tree-hole/revisions/a91f11ffe9a4/schema)
