@@ -351,9 +351,7 @@ paths:
351351 type : string
352352 example : 5c40ec55e0d6441168b4c543
353353 401 :
354- description : Unauthorized
355- schema :
356- $ref : ' #/responses/Unauthorized'
354+ $ref : ' #/responses/Unauthorized'
357355 default :
358356 $ref : ' #/responses/Error'
359357 /v1/rules/{id} :
@@ -375,9 +373,7 @@ paths:
375373 schema :
376374 $ref : ' #/definitions/Rule'
377375 401 :
378- description : Unauthorized
379- schema :
380- $ref : ' #/responses/Unauthorized'
376+ $ref : ' #/responses/Unauthorized'
381377 default :
382378 $ref : ' #/responses/Error'
383379 delete :
@@ -390,9 +386,7 @@ paths:
390386 204 :
391387 description : No Content
392388 401 :
393- description : Unauthorized
394- schema :
395- $ref : ' #/responses/Unauthorized'
389+ $ref : ' #/responses/Unauthorized'
396390 default :
397391 $ref : ' #/responses/Error'
398392 patch :
@@ -413,9 +407,7 @@ paths:
413407 204 :
414408 description : No Content
415409 401 :
416- description : Unauthorized
417- schema :
418- $ref : ' #/responses/Unauthorized'
410+ $ref : ' #/responses/Unauthorized'
419411 default :
420412 $ref : ' #/responses/Error'
421413 /v1/delete-rules :
@@ -445,9 +437,7 @@ paths:
445437 204 :
446438 description : No Content
447439 401 :
448- description : Unauthorized
449- schema :
450- $ref : ' #/responses/Unauthorized'
440+ $ref : ' #/responses/Unauthorized'
451441 default :
452442 $ref : ' #/responses/Error'
453443 /v1/toggle-rules :
@@ -499,9 +489,7 @@ paths:
499489 type : string
500490 example : [5c40ec55e0d6441168b4c541]
501491 401 :
502- description : Unauthorized
503- schema :
504- $ref : ' #/responses/Unauthorized'
492+ $ref : ' #/responses/Unauthorized'
505493 default :
506494 $ref : ' #/responses/Error'
507495 /v1/query-rules :
@@ -586,8 +574,6 @@ paths:
586574 type : integer
587575 example : 1
588576 401 :
589- description : Unauthorized
590- schema :
591- $ref : ' #/responses/Unauthorized'
577+ $ref : ' #/responses/Unauthorized'
592578 default :
593579 $ref : ' #/responses/Error'
0 commit comments