September 5, 2024
0.41.2
(fix):
Fixes an issue introduced in 0.41.1
that ignored server urls for docs generation.
(feat):
Adds a auth-schemes
and auth
block where you can override auth for an existing spec.
See below:
(fix):
Fixes an issue introduced in 0.41.1
that ignored server urls for docs generation.
(feat):
Adds a auth-schemes
and auth
block where you can override auth for an existing spec.
See below:
1 auth-schemes: 2 Oauth: 3 scheme: oauth 4 type: client-credentials 5 get-token: 6 endpoint: auth.get-token 7 api: 8 auth: Oauth # overrides auth scheme 9 specs: 10 - openapi: path/to/openapi