axonpush
API referenceFeedback

POST /feedback

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