---
title: "Submit a bug report"
method: POST
path: "/v1/bug-reports"
tags: ["bug-reports"]
---

# Submit a bug report

`POST /v1/bug-reports`

## Request body

- object
  - `description` string
  - `pageUrl` string, uri
  - `sentryReplayUrl` string
  - `attachmentIds` string[]

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `404` — Resource not found

## Changes

- **2026-09-02** `9d78f6feb4e7` — 1 info
  - added the new optional request property `attachmentIds`

[Change history](https://skmtc.dev/legend/apis/legend-api/changes/v1/bug-reports/post.md)

---

[API](https://skmtc.dev/legend/apis/legend-api.md) · [All operations](https://skmtc.dev/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/legend/legend-api/revisions/9d78f6feb4e7/schema)
