Skip to main content
POST
/
api
/
feedback
/
bug-report
Submit bug report
curl --request POST \
  --url https://app.d-sports.org/api/feedback/bug-report \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

The body is of type object.

Response

200

{ success }