---
title: "Add an IssueFound tool call as an admin-only auto-review message"
method: POST
path: "/chat/sessions/{chat_id}/admin/issue_found"
tags: ["chat"]
---

# Add an IssueFound tool call as an admin-only auto-review message

`POST /chat/sessions/{chat_id}/admin/issue_found`

## Path parameters

- `chat_id` string, uuid, required

## Request body

- AdminIssueFoundRequest
  - `message` string, required
  - `title` string, required

## Response `201`

Admin issue message created

- AdminIssueFoundResponse
  - `message_id` string, uuid, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Chat session not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
