---
title: "Reports user issue to github"
method: POST
path: "/feedback/issue"
tags: ["Feedback"]
deprecated: true
---

# Reports user issue to github

`POST /feedback/issue`

> **Deprecated.**

Reports user issue to github

## Request body

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

## Response `200`

Issue reported

- ReportIssueGithubResponse — ReportIssueGithubResponse response for github issue creation
  - `issue_id` 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` — 2 info
  - endpoint deprecated
  - added the non-success response with the status `503`
- **2023-10-27** `872dfbe31c58` — 2 info
  - endpoint reactivated
  - removed the non-success response with the status `503`
- **2023-10-20** `b9e6e0da9367` — 2 info
  - endpoint deprecated
  - added the non-success response with the status `503`
- **2022-08-22** `b79669d1cc2e` — 2 info
  - endpoint reactivated
  - removed the non-success response with the status `503`

[Change history](https://skmtc.dev/mysteriumnetwork/apis/tequila-api/changes/feedback/issue/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)
