falkben / movies_from_a_hat

MIT License
0 stars 0 forks source link

monkeypatch openapi to force swaggerui to send exploded form params #10

Closed falkben closed 1 year ago

falkben commented 1 year ago

monkeypatch the openapi schema to force swaggerui to send form body params in "exploded" format, as opposed to CSV.

encoding/form style spec described here: https://swagger.io/docs/specification/describing-request-body/