---
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

---

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