Skip to content

Commit

Permalink
定義書更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takecchi committed Oct 10, 2023
1 parent a18db62 commit 9d3b253
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cuculus-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,18 @@ paths:
- auth
security:
- cookie: []
/v0/auth/sign-out:
post:
operationId: postSignOut
summary: ログアウトAPI
parameters: []
responses:
'200':
description: ログアウト成功
tags:
- auth
security:
- cookie: []
/health:
get:
operationId: HealthController_check
Expand Down

0 comments on commit 9d3b253

Please sign in to comment.