JSON metadata part + binary file part
POST/anything/json-metadata-and-file
Verifies that:
- The
metadatastring part is sent withContent-Type: application/json - The
filebinary part is sent withContent-Type: image/png
This is the canonical use-case from issue #1247.
Schema:
encoding:
metadata:
contentType: application/json
file:
contentType: image/png
Request
Responses
- 200
Request echoed by HTTPBin — inspect part Content-Types