|
| 1 | +# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API. |
| 2 | +# See https://redoc.ly/docs/cli/ for more information. |
| 3 | +openapi/openapi.yaml: |
| 4 | + info-license: |
| 5 | + - '#/info' |
| 6 | +openapi/paths/root.yaml: |
| 7 | + operation-4xx-response: |
| 8 | + - '#/get/responses' |
| 9 | +openapi/paths/getMeetings.yaml: |
| 10 | + operation-4xx-response: |
| 11 | + - '#/get/responses' |
| 12 | +openapi/paths/getAllMeetings.yaml: |
| 13 | + operation-parameters-unique: |
| 14 | + - '#/get/parameters/3' |
| 15 | + operation-4xx-response: |
| 16 | + - '#/get/responses' |
| 17 | +openapi/paths/isMeetingRunning.yaml: |
| 18 | + operation-4xx-response: |
| 19 | + - '#/get/responses' |
| 20 | +openapi/paths/create.yaml: |
| 21 | + spec: |
| 22 | + - '#/components' |
| 23 | + operation-4xx-response: |
| 24 | + - '#/get/responses' |
| 25 | + - '#/post/responses' |
| 26 | + operation-operationId-unique: |
| 27 | + - '#/post/create' |
| 28 | +openapi/paths/end.yaml: |
| 29 | + operation-4xx-response: |
| 30 | + - '#/get/responses' |
| 31 | +openapi/paths/getMeetingInfo.yaml: |
| 32 | + operation-4xx-response: |
| 33 | + - '#/get/responses' |
| 34 | +openapi/paths/join.yaml: |
| 35 | + operation-4xx-response: |
| 36 | + - '#/get/responses' |
| 37 | +openapi/paths/getRecordings.yaml: |
| 38 | + operation-4xx-response: |
| 39 | + - '#/get/responses' |
| 40 | +openapi/paths/publishRecordings.yaml: |
| 41 | + operation-4xx-response: |
| 42 | + - '#/get/responses' |
| 43 | +openapi/paths/deleteRecordings.yaml: |
| 44 | + operation-4xx-response: |
| 45 | + - '#/get/responses' |
| 46 | +openapi/paths/updateRecordings.yaml: |
| 47 | + operation-4xx-response: |
| 48 | + - '#/get/responses' |
| 49 | +openapi/paths/getRecordingToken.yaml: |
| 50 | + operation-4xx-response: |
| 51 | + - '#/get/responses' |
| 52 | +openapi/paths/createHook.yaml: |
| 53 | + operation-4xx-response: |
| 54 | + - '#/get/responses' |
| 55 | +openapi/paths/list.yaml: |
| 56 | + operation-4xx-response: |
| 57 | + - '#/get/responses' |
| 58 | +openapi/paths/destroy.yaml: |
| 59 | + operation-4xx-response: |
| 60 | + - '#/get/responses' |
| 61 | +openapi/paths/getDefaultConfigXML.yaml: |
| 62 | + operation-4xx-response: |
| 63 | + - '#/get/responses' |
| 64 | +openapi/paths/setConfigXML.yaml: |
| 65 | + operation-4xx-response: |
| 66 | + - '#/post/responses' |
0 commit comments