File tree 2 files changed +20
-20
lines changed
2 files changed +20
-20
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -172,6 +172,26 @@ paths:
172
172
schema :
173
173
$ref : ' #/components/schemas/Errors'
174
174
175
+ /auth/v2/logout :
176
+ post :
177
+ tags :
178
+ - auth
179
+ summary : Logs out (destroys the tokens)
180
+ security :
181
+ - bearerAuth : []
182
+
183
+ responses :
184
+ ' 200 ' :
185
+ description : OK
186
+ ' 401 ' :
187
+ description : UNAUTHORIZED
188
+ content :
189
+ application/json :
190
+ schema :
191
+ oneOf :
192
+ - $ref : ' #/components/schemas/Errors'
193
+ - $ref : ' #/components/schemas/Error'
194
+
175
195
/auth/v2/token/refresh :
176
196
post :
177
197
tags :
@@ -210,26 +230,6 @@ paths:
210
230
application/json :
211
231
schema :
212
232
$ref : ' #/components/schemas/Errors'
213
-
214
- /auth/v2/logout :
215
- post :
216
- tags :
217
- - auth
218
- summary : Logs out (destroys the tokens)
219
- security :
220
- - bearerAuth : []
221
-
222
- responses :
223
- ' 200 ' :
224
- description : OK
225
- ' 401 ' :
226
- description : UNAUTHORIZED
227
- content :
228
- application/json :
229
- schema :
230
- oneOf :
231
- - $ref : ' #/components/schemas/Errors'
232
- - $ref : ' #/components/schemas/Error'
233
233
234
234
/map/v1/listAllBusinessLocationPicker :
235
235
post :
You can’t perform that action at this time.
0 commit comments