pocketsmith / api

The OpenAPI 3 documentation for the PocketSmith API
MIT License
8 stars 4 forks source link

Adjustment of parameter location and ordering #3

Closed davisonja closed 5 years ago

davisonja commented 5 years ago

Instead of attaching the parameters to the paths, they are now included in each endpoint. This avoids an issue with some parsers which don't support path-level parameters.

maknz commented 5 years ago

Fixes #1 too