You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since go-swagger can validate readonly key, API calls with readonly key will fail. However I want to make the frontend life much easier. So I want the server to just omit readonly key when receive POST/PUT request, instead of modify our swagger definition to drop the readonly key.
Is there easy way to achieve this?
Swagger specification
0
Steps to reproduce
Environment
swagger version: 0.26.0
go version: 1.16
OS: linux