Skip to content

Commit a6db267

Browse files
committed
Reformat
1 parent e8ead12 commit a6db267

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed
File renamed without changes.

openapi.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,26 @@ paths:
172172
schema:
173173
$ref: '#/components/schemas/Errors'
174174

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+
175195
/auth/v2/token/refresh:
176196
post:
177197
tags:
@@ -210,26 +230,6 @@ paths:
210230
application/json:
211231
schema:
212232
$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'
233233

234234
/map/v1/listAllBusinessLocationPicker:
235235
post:

0 commit comments

Comments
 (0)