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
If you make a request with parameters {"message": null} the API will throw a validation error. However the GUI does not catch this as a null value is not valid. This has to do with the raw-directive.
The text was updated successfully, but these errors were encountered:
Consider the following:
If you make a request with parameters
{"message": null}
the API will throw a validation error. However the GUI does not catch this as a null value is not valid. This has to do with the raw-directive.The text was updated successfully, but these errors were encountered: