You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A server error is returned when creating a case through the REST API with a deadline time. The time format "%H-%M" used is aligned with the documentation at /api.
A server error is returned when creating a case through the REST API with a deadline time. The time format "%H-%M" used is aligned with the documentation at
/api.Flowintel REST API response:
Removing this parameter from the request allows the case to be created successfully.
Flowintel REST API response:
{
"message": "Case created, id: 108",
"case_id": 108
}