Uh oh!
There was an error while loading. Please reload this page.
Mime Part Headers for multipart/mixed payload when using arrays #2599
Replies: 1 comment
The OpenAPI Specification does not explicitly support I've filed issue #3721 for adding |
0 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would like to add body content with multipart/mixed payload, like this
And I would also like define header "Part-Signature-Header" for each part in array
so that request body looks like this
Is the correct encoding for this
or should i use asterix or some other char to mark that this header must be on every part of Multipart/mixed
as example:
All reactions