learn-feedback
Submit Feedback
Submit feedback for a completed registration.
Rules:
- Registration must belong to the current user (strict — no admin bypass, since feedback is attributed to the registration’s owner).
- Registration status must be
completedorfailed. - Only one feedback per registration (409 on duplicate).
POST
Submit Feedback
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Previous
Get My Feedback StateReturn the current user's feedback state for a registration.
Response includes the registration status and any existing feedback,
so the client can decide whether to prompt, suppress, or defer the
feedback modal. Route is `/mine/...` — strict ownership applies (no
admin bypass).
Next
Submit Feedback