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
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
Add possibility to directly send a JSON data to the POST (new data) or PUT (edit data) messages.
In this case, no binding nor verification is made (except access right control).
Impact on mf_add and mf_edit
Should test
request.content_type and load JSON in request.body
After checks, put JSON data in object
The text was updated successfully, but these errors were encountered: