-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.redocly.lint-ignore.yaml
44 lines (44 loc) · 1.6 KB
/
.redocly.lint-ignore.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
# See https://redoc.ly/docs/cli/ for more information.
openapi/paths/authentication-options.yaml:
no-http-verbs-in-paths:
- '#/'
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/customers@{id}@lead-source.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/files@{id}.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/invoices@{id}@items@{itemId}.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/kyc-settings.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/email-delivery-setting-verifications@{token}.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/components/schemas/RuleActionCreateInfusionsoftOrder.yaml:
rule/schema-properties-camelCase:
- '#/allOf/1/properties/contactBody/properties/email_addresses'
- '#/allOf/1/properties/contactBody/properties/phone_numbers'
- '#/allOf/1/properties/orderBody/properties/order_date'
- '#/allOf/1/properties/orderBody/properties/order_title'
- '#/allOf/1/properties/orderBody/properties/order_type'
openapi/paths/events@{eventType}@rules.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/gateway-accounts@{id}@downtime-schedules@{downtimeId}.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/grid-segments@{id}.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/profile.yaml:
rule/put-200-and-201:
- '#/put/responses'
openapi/paths/external-services-settings.yaml:
rule/put-200-and-201:
- '#/put/responses'