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
I am using bureaucrat to export postman json and all of the PUT and POST endpoint format the body in formdata mode and set the content-type to "multipart/mixed; boundary=plug_conn_test". I would expect the body to be raw JSON and not use multipart form by default. I'm not sure if this is expected behavior, but it does make the postman collection less useful since the body just shows [object Object] for the data value.
Details about the project:
uses ja_serializer to adhere to JSON:API format
phoenix 1.6.16
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Hello @artonragsdale, if you can try to create a pr it will be useful, because currently i dont have any production where i use bureaucrat. I can try to find a time, but i am so busy.
Thanks @OpakAlex , I will try to make time to do this soon. If you have any suggestions about an approach to take or where in the code to look, it's certainly appreciated. No worries if not though!
Hello,
I am using bureaucrat to export postman json and all of the PUT and POST endpoint format the body in formdata mode and set the content-type to "multipart/mixed; boundary=plug_conn_test". I would expect the body to be raw JSON and not use multipart form by default. I'm not sure if this is expected behavior, but it does make the postman collection less useful since the body just shows
[object Object]
for the data value.Details about the project:
ja_serializer
to adhere to JSON:API formatThanks for any help!
The text was updated successfully, but these errors were encountered: