---
title: "Creates a bug report"
method: POST
path: "/feedback/bug-report"
tags: ["Feedback"]
---

# Creates a bug report

`POST /feedback/bug-report`

Creates a bug report with logs

## Request body

- BugReport — BugReport represents user input when submitting an issue report
  - `description` string
  - `email` string

## Response `200`

Bug report response

- CreateBugReportResponse — CreateBugReportResponse response for bug report creation
  - `email` string
  - `identity` string
  - `ip` string
  - `ip_type` string
  - `message` string
  - `node_country` string

## Other responses

- `400` — Failed to parse or request validation failed
- `429` — Too many requests (max. 1/minute)
- `500` — Internal server error
- `503` — Unavailable

## Changes

- **2023-10-31** `1708e888c043` — 1 info
  - endpoint added
- **2023-10-27** `872dfbe31c58` — 1 breaking
  - api path removed without deprecation
- **2023-10-20** `b9e6e0da9367` — 1 info
  - endpoint added
- **2022-08-22** `b79669d1cc2e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mysteriumnetwork/apis/tequila-api/changes/feedback/bug-report/post.md)

---

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