Aller au contenu principal

BugReportResponse

titleTitle (string)required
descriptionDescription (string)required
page_url object
anyOf
string
device_info object
anyOf
object
screenshot_url object
anyOf
string
audio_url object
anyOf
string
severity object
anyOf
string
steps_to_reproduce object
anyOf
string
idId (string)required
user_id object
anyOf
string
user_email object
anyOf
string
user_type object
anyOf
string
statusStatus (string)required
created_atstring<date-time>required
updated_atstring<date-time>required
resolved_at object
anyOf
string<date-time>
resolved_by_admin_id object
anyOf
string
BugReportResponse
{
"title": "string",
"description": "string",
"page_url": "string",
"device_info": {},
"screenshot_url": "string",
"audio_url": "string",
"severity": "string",
"steps_to_reproduce": "string",
"id": "string",
"user_id": "string",
"user_email": "string",
"user_type": "string",
"status": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"resolved_at": "2024-07-29T15:51:28.071Z",
"resolved_by_admin_id": "string"
}