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
With an authenticated user, sending an invalid JSON payload (such as {"model": {"": null}}) to the endpoint POST /content/models/save would lead to 500 internal server error instead of 400 bad request.
With an authenticated user, sending an invalid JSON payload (such as
{"model": {"": null}}
) to the endpointPOST /content/models/save
would lead to500 internal server error
instead of400 bad request
.Version: 2.9.4
OS: Ubuntu 24.04
Setup: PHP 8.3.6 + SQLite
The text was updated successfully, but these errors were encountered: