Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ paths:
/invoices:
get:
summary: 請求書由来の入金一覧を取得
description: "請求書情報の閲覧権限を持つユーザーのみアクセス可能です。一般ユーザーの場合は 403 Forbidden を返します。"
tags:
- Invoice
operationId: getInvoices
security:
- EmailVerifiedSession: []
- NeoShowcaseAuth: []
parameters:
- $ref: '#/components/parameters/CustomerId'
Expand Down Expand Up @@ -225,11 +225,11 @@ paths:
/checkout/sessions:
get:
summary: オンライン決済ページ由来の入金一覧を取得
description: "決済情報の閲覧権限を持つユーザーのみアクセス可能です。一般ユーザーの場合は 403 Forbidden を返します。"
tags:
- CheckoutSession
operationId: getCheckoutSessions
security:
- EmailVerifiedSession: []
- NeoShowcaseAuth: []
parameters:
- $ref: '#/components/parameters/CustomerId'
Expand Down Expand Up @@ -265,11 +265,11 @@ paths:
/admin:
get:
summary: 管理者の一覧を取得
description: "管理者リストの閲覧権限を持つユーザーのみアクセス可能です。一般ユーザーの場合は 403 Forbidden を返します。"
tags:
- Admin
operationId: getAdmins
security:
- EmailVerifiedSession: []
- NeoShowcaseAuth: []
responses:
'200':
Expand Down
144 changes: 70 additions & 74 deletions server/gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.