POST/spaces/api/v1/feedback.json
Post feedback to the spaces team
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
Feedback
{
"feedback": {
"emoji": "string",
"messageBody": "string"
}
}