We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb908c commit 7e03b1fCopy full SHA for 7e03b1f
alarm/nialarm.yml
@@ -574,9 +574,7 @@ paths:
574
type: string
575
example: [5c40ec55e0d6441168b4c549]
576
401:
577
- description: Unauthorized
578
- schema:
579
- $ref: '#/definitions/Error'
+ $ref: '#/responses/Unauthorized'
580
default:
581
$ref: '#/responses/Error'
582
/v1/instances:
@@ -662,9 +660,7 @@ paths:
662
660
663
661
example: 5c40ec55e0d6441168b4c543
664
665
666
667
668
409:
669
description: For requests which would result in an update to an existing alarm instance, this is
670
returned when the request does not represent a valid transition for the existing alarm instance.
0 commit comments