Skip to content

Commit 9d3b253

Browse files
committed
定義書更新
1 parent a18db62 commit 9d3b253

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/cuculus-openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,18 @@ paths:
313313
- auth
314314
security:
315315
- cookie: []
316+
/v0/auth/sign-out:
317+
post:
318+
operationId: postSignOut
319+
summary: ログアウトAPI
320+
parameters: []
321+
responses:
322+
'200':
323+
description: ログアウト成功
324+
tags:
325+
- auth
326+
security:
327+
- cookie: []
316328
/health:
317329
get:
318330
operationId: HealthController_check

0 commit comments

Comments
 (0)