Skip to content

Commit b16b2b0

Browse files
committed
Add security sessionToken
1 parent da23dd3 commit b16b2b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/auth.v1.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ paths:
746746
$ref: './common/responses/unauthorized.v1.yaml'
747747
'403':
748748
$ref: './common/responses/forbidden.v1.yaml'
749+
security:
750+
- sessionToken: []
749751
tags:
750752
- Attestation
751753

@@ -769,6 +771,8 @@ paths:
769771
$ref: './common/responses/unauthorized.v1.yaml'
770772
'403':
771773
$ref: './common/responses/forbidden.v1.yaml'
774+
security:
775+
- sessionToken: []
772776
tags:
773777
- Attestation
774778

@@ -792,6 +796,8 @@ paths:
792796
$ref: './common/responses/unauthorized.v1.yaml'
793797
'403':
794798
$ref: './common/responses/forbidden.v1.yaml'
799+
security:
800+
- sessionToken: []
795801
tags:
796802
- Attestation
797803

@@ -815,6 +821,8 @@ paths:
815821
$ref: './common/responses/unauthorized.v1.yaml'
816822
'403':
817823
$ref: './common/responses/forbidden.v1.yaml'
824+
security:
825+
- sessionToken: []
818826
tags:
819827
- Attestation
820828

0 commit comments

Comments
 (0)