Feedback API
Submit Feedback
Section titled “Submit Feedback”POST /api/feedbackContent-Type: application/jsonBody: { "page": "/governance/board", "text": "Assessment criteria unclear" }Stores feedback tied to the current page and user role. IP is hashed for rate limiting but not stored in plain text.
Response
Section titled “Response”{ "ok": true }Constraints
Section titled “Constraints”- Requires valid
cc_accesscookie - Text limited to 2000 characters
- Page path is required
- One submission per IP per page per 5 minutes