Skip to content

Commit 69fe921

Browse files
authored
Add apiKeyAuth to the alarm swagger doc
1 parent 2909833 commit 69fe921

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

alarm/nialarm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ produces:
1515
securityDefinitions:
1616
basicAuth:
1717
type: basic
18+
apiKeyAuth:
19+
type: apiKey
20+
name: x-ni-api-key
21+
in: header
1822
security:
1923
- basicAuth: []
24+
- apiKeyAuth: []
2025
x-ni-routing-key: Skyline.AlarmInstance
2126
definitions:
2227
Error:

0 commit comments

Comments
 (0)