Submit news feedback

View as Markdown
Records feedback on a news article.

Authentication

AuthorizationBearer

User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key

OR
X-API-Keystring

Admin API key for system-to-system write operations

Request

This endpoint expects an object.
commentstring or nullOptional0-4000 characters

Free-form feedback text

newsIdinteger or nullOptional
News article ID
reactionstring or nullOptional0-64 characters

Short reaction (like, dislike, etc.)

slugstring or nullOptionalformat: "^[a-z0-9_-]+$"<=255 characters
News article slug

Response

OK
acknowledgedboolean
atdatetime
commentstring or nullOptional
newsIdinteger or nullOptional
reactionstring or nullOptional
slugstring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
409
Conflict Error
415
Unsupported Media Type Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error