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

# Reports user issue to github

`POST /feedback/issue`

Reports user issue to github

## Request body

- ReportIssueRequest — ReportIssueRequest params for issue report
  - `description` string
  - `email` string

## Response `200`

Issue reported

- ReportIssueSuccess — ReportIssueSuccess successful issue report
  - `issue_id` string

## Other responses

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

## Changes

- **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/928024decbd9/schema)
