Replies: 3 comments
-
Very nice! Please, feel free to open a PR 😄 It wouldn't surprise me if there were a few more like that, the errors I fixed during implementing were from swagger errors on the frontend. |
Beta Was this translation helpful? Give feedback.
-
'New-PodeOAStringProperty -pattern' does not add 'pattern' to openapi json file! |
Beta Was this translation helpful? Give feedback.
-
Add-PodeRoute -Path '/users/:userId' |
Beta Was this translation helpful? Give feedback.
-
Hi Matthew,
I've put the swagger file into https://editor.swagger.io/ and found some errors, which were reported.
I started looking into the existing warnings and started making code changes to have them fixed.
If you like to have it, I'll provide them as PR as well (wanted to do a heads up this time).
Essentially it's:
requestBody
in GET and DELETE (that's forbidden)format
(it's default)enum = null
(also forbidden)Beta Was this translation helpful? Give feedback.
All reactions