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
E.g. when you "list messages" with event_types=1, (, is not allowed in event type names), you get this:
Error:Varidation error Some(HttpValidationError{detail:[ValidationError{loc:["query","__all__"],msg:"String must match the following pattern: [a-zA-Z0-9\\-_.].",_type:"value_error"}]})
Location should be query, event_types or even better: query, event_types, 0 as it's the first item.
The text was updated successfully, but these errors were encountered:
E.g. when you "list messages" with
event_types=1,
(, is not allowed in event type names), you get this:Location should be
query, event_types
or even better:query, event_types, 0
as it's the first item.The text was updated successfully, but these errors were encountered: