Admin UI

Accepts errors from the UI client

This endpoint accepts error reports from the UI client, so that we can add observability on UI errors.

post/api/admin/record-ui-error

Request body

errorMessagestring required

The error message

errorStackstring

The stack trace of the error

Response

This response has no body.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.