Report New Bug
POST/api/v1/bug-report
This endpoint allows a user to report a new bug associated with a specific device.
Request
- application/json
Body
required
deviceId stringrequired
agentVersion stringrequired
description string
startDate date-time
endDate date-time
logLevel string
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
bugId numberrequired
uploadEndpoint stringrequired
{
"bugId": 0,
"uploadEndpoint": "string"
}
Loading...