List Feedback
Response:
200 OK
counts totals every status regardless of the status filter. feedback is [] when nothing has been submitted.
Update Collection Settings
Enabling re-renders the pod’s nginx vhost so injection turns on live, without restarting the pod. If that render fails the pod is rolled back to its previous state, so a pod is never left half-configured.
Response:
200 OK
Update One Comment
new, read, resolved.
Response: 200 OK — {"ok": true}. Returns 404 if the id doesn’t belong to that pod.
Delete One Comment
200 OK — {"ok": true}.
Submit Feedback (public)
Used by the injected widget, not by your own integrations. Keyed by the pod’s feedback token — no authentication.comment is required, plus at least one of name or email. Returns 404 when the token is unknown or collection is disabled — the two cases are deliberately indistinguishable.