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: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ components:
example: cus_NeZwdNtLEOXuvB
traq_id:
type: string
nullable: true
description: traQ ID
example: traP
email:
Expand All @@ -726,6 +727,11 @@ components:
type: string
description: Name
example: Jenny Rosen
required:
- id
- traq_id
- email
- name
PostMeCustomerRequest:
description: Customer 作成リクエスト
type: object
Expand Down
158 changes: 79 additions & 79 deletions server/gen.go

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