Submit a bug report
POST/analyses/bug-report
This endpoint allows submitting a bug report with an optional description. The system will collect logs from the last hour and send them to the server.
Request
- application/json
Body
required
description stringnullable
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...