Skip to content

Commit

Permalink
Add security sessionToken
Browse files Browse the repository at this point in the history
  • Loading branch information
lostlevels committed Sep 12, 2023
1 parent da23dd3 commit b16b2b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reference/auth.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ paths:
$ref: './common/responses/unauthorized.v1.yaml'
'403':
$ref: './common/responses/forbidden.v1.yaml'
security:
- sessionToken: []
tags:
- Attestation

Expand All @@ -769,6 +771,8 @@ paths:
$ref: './common/responses/unauthorized.v1.yaml'
'403':
$ref: './common/responses/forbidden.v1.yaml'
security:
- sessionToken: []
tags:
- Attestation

Expand All @@ -792,6 +796,8 @@ paths:
$ref: './common/responses/unauthorized.v1.yaml'
'403':
$ref: './common/responses/forbidden.v1.yaml'
security:
- sessionToken: []
tags:
- Attestation

Expand All @@ -815,6 +821,8 @@ paths:
$ref: './common/responses/unauthorized.v1.yaml'
'403':
$ref: './common/responses/forbidden.v1.yaml'
security:
- sessionToken: []
tags:
- Attestation

Expand Down

0 comments on commit b16b2b0

Please sign in to comment.