Skip to content

All PUT and POST use "multipart/mixed; boundary=plug_conn_test" for content-type with "formdata" body in postman output. #111

@artonragsdale

Description

@artonragsdale

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:

  • uses ja_serializer to adhere to JSON:API format
  • phoenix 1.6.16

Thanks for any help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions