API referenceFeedback
POST /feedback
Header Parameters
CF-Connecting-IP?string
X-Forwarded-For?string
X-Real-IP?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X POST "https://example.com/feedback" \ -H "Content-Type: application/json" \ -d '{ "message": "string" }'{ "$schema": "https://example.com/schemas/CreateOutputBody.json", "id": "string"}category?string
Value in
- "bug"
- "idea"
- "praise"
- "other"
context?
message*string
Length
1 <= length <= 10000