/user/reportissue
DevelopingPOST
/user/reportissueLast modified: 2 months ago
Report an issue and provide an optional file attachment. A user must be logged in to access this method.
Request
Body Params application/x-www-form-urlencoded
issue_subject
string
required
Summary/subject for the issue. Example: Can't find cheese.
issue_description
string
required
Description of the issue. Text block. Example: I can't find my cheese. I've looked everywhere.
attached_file
string
optional
Description of the issue. Text block. Example: I can't find my cheese. I've looked everywhere.
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"created_timestamp": 1657644159,
"created_string": "Tue 12 Jul 2022 @ 16:42 (UTC)",
"duration": 0.43,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 3508,
"session_id": "1dedbf232bc104b6087327016c50ba45",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": true,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": {
"message": "OK"
}
}
Last modified: 2 months ago