Skip to content

Commit 23b8320

Browse files
authored
Merge pull request #65 from ni/users/pvallone/add-api-key-auth-to-alarm
Add apiKeyAuth to the alarm swagger doc
2 parents 2909833 + 69fe921 commit 23b8320

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)