nextcloud / ocs_api_viewer

2 stars 1 forks source link

Fix stoplight/elements to allow request bodies in GET/DELETE requests #30

Open provokateurin opened 4 weeks ago

provokateurin commented 4 weeks ago

With https://github.com/nextcloud/openapi-extractor/pull/105 all parameters are moved to the body. Some interpretations of the spec say that GET/DELETE requests should not have request bodies and stoplight/elements does this to, but the spec actually doesn't forbid it and we really need it to fix the serialization problems of complex parameters.

provokateurin commented 4 days ago

https://github.com/stoplightio/elements/pull/2607