File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This file tells Redocly's linter to ignore specific rule violations at
2- # specific locations. See https://redocly.com/docs/cli/ignore-file/
3- # Generated/maintained alongside packages/openapi/openapi.yml
4-
5- ./openapi.yml :
1+ # This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
2+ # See https://redocly.com/docs/cli/ for more information.
3+ openapi.yml :
64 operation-2xx-response :
75 - ' #/paths/~1auth/post/responses'
6+ operation-4xx-response :
7+ - ' #/paths/~1countries/get/responses'
8+ - ' #/paths/~1tokens/get/responses'
Original file line number Diff line number Diff line change @@ -2032,18 +2032,6 @@ paths:
20322032 application/json :
20332033 schema :
20342034 $ref : ' #/components/schemas/Tokens'
2035- ' 401 ' :
2036- description : UNAUTHORIZED
2037- content :
2038- application/json :
2039- schema :
2040- $ref : ' #/components/schemas/UnauthorizedError'
2041- ' 403 ' :
2042- description : FORBIDDEN
2043- content :
2044- application/json :
2045- schema :
2046- $ref : ' #/components/schemas/ForbiddenError'
20472035 security :
20482036 - BearerAuth : []
20492037 tags :
You can’t perform that action at this time.
0 commit comments