nextcloud / openapi-extractor

A tool for extracting OpenAPI specifications from Nextcloud source code
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
GNU Affero General Public License v3.0
7 stars 2 forks source link

fix: Keep old path parameter property order #110

Closed provokateurin closed 7 months ago

provokateurin commented 7 months ago

https://github.com/nextcloud/openapi-extractor/pull/104 accidentally changed the order of the properties for path parameters. To avoid unnecessary diffs that would appear when using the new version I'm reverting it to the old order (which is also a bit more readable).