mirror of
https://github.com/valitydev/swag-wallets-webhook-events.git
synced 2024-11-06 10:05:19 +00:00
18 lines
472 B
YAML
18 lines
472 B
YAML
# See https://docs.redoc.ly/cli/configuration/ for more information.
|
|
apiDefinitions:
|
|
core: 'openapi/openapi.yaml'
|
|
lint:
|
|
extends:
|
|
- recommended
|
|
rules:
|
|
# NOTE
|
|
# We don't actually expect a backend receiving webhook events following
|
|
# this specification to respond with anything other than 200 OK.
|
|
operation-4xx-response: off
|
|
referenceDocs:
|
|
showConsole: true
|
|
layout:
|
|
scope: section
|
|
routingStrategy: browser
|
|
htmlTemplate: ./web/index.html
|