Aden

Feedback

Page feedback — “was this helpful?” ratings and comments from docs, web, mobile and desktop. Anonymous or attributed.

POST
/api/v1/feedback/

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

curl -X POST "https://example.com/api/v1/feedback/" \  -H "Content-Type: application/json" \  -d '{    "path": "string"  }'
Was this helpful?