Report Error Endpoint

Record a user-submitted error report and alert the team.

AUTHENTICATED, deliberately. An open write endpoint is a way to fill a table and our inboxes with junk from anyone on the internet, and every report we actually want to act on comes from someone with an account. Attendees on the public share pages cannot reach this — they contact support directly instead.

No task gate beyond being signed in: someone whose page will not load should not also have to hold the right permission to say so.

post/reportError

Request body

referencestring nullable
messagestring nullable
pageUrlstring nullable
endpointstring nullable
httpStatusinteger nullable
userAgentstring nullable
clientContextobject nullable
projectIdinteger nullable
projectTitlestring nullable
emailstring nullable

Response

Successful Response

{"stackTrail":"paths:/reportError:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes