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
Hi, ok maybe your route has not a fitting schema set i.e. Passthru to forward all incoming data to your action. You can also define a specific schema which describes the allowed input.
So in your route you could change the /todo/:todo_id you could change the request schema to Passthru which basically means that all data is passed to the action.
Ok, I think I have found your problem, if you use the Passthru Schema at your route you receive as body a PassthruRecord instance, on this you can call the getPayload method to get the complete payload.
We have also commited a fix which applies all properties to the PassthruRecord for the next release s. apioo/fusio-impl@1288021
why is this different response data
just postman like this
The text was updated successfully, but these errors were encountered: