Skip to content

Commit 93e3c73

Browse files
committed
Swagger - Further attempt to suppress missing 400 error definition when redocly validates the management API file.
1 parent 46fd8b7 commit 93e3c73

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Swagger/redoclyconfig.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ extends:
33

44
rules:
55
operation-operationId: off
6-
no-empty-servers: off
6+
no-empty-servers: off
7+
8+
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
9+
# See https://redoc.ly/docs/cli/ for more information.
10+
Swagger/AlpacaManagementAPI_v1.yaml:
11+
# /setup endpoint must always be present
12+
operation-4xx-response:
13+
- '#/paths/~1setup/get/responses'

0 commit comments

Comments
 (0)