File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,39 @@ paths:
147
147
$ref : ' #/components/responses/NotFoundError'
148
148
security : []
149
149
150
+ /pubkey :
151
+
152
+ get :
153
+ tags :
154
+ - session
155
+ summary : Get token public key
156
+ description : Get token public key
157
+ operationId : getPubKey
158
+ responses :
159
+ ' 200 ' :
160
+ description : Successful operation
161
+ content :
162
+ application/json :
163
+ schema :
164
+ type : object
165
+ properties :
166
+ pubkey :
167
+ type : string
168
+ ' 400 ' :
169
+ $ref : ' #/components/responses/InvalidInputError'
170
+ ' 422 ' :
171
+ $ref : ' #/components/responses/ValidationError'
172
+ ' 500 ' :
173
+ $ref : ' #/components/responses/InternalServerError'
174
+ ' 503 ' :
175
+ $ref : ' #/components/responses/UnexpectedError'
176
+ ' 401 ' :
177
+ $ref : ' #/components/responses/UnauthorizedError'
178
+ ' 403 ' :
179
+ $ref : ' #/components/responses/ForbiddenError'
180
+ ' 404 ' :
181
+ $ref : ' #/components/responses/NotFoundError'
182
+
150
183
/users :
151
184
152
185
get :
You can’t perform that action at this time.
0 commit comments