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
21 changes: 17 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ info:
description: Checkin API

security:
- EmailVerifiedSession: []
CsrfTokenHeader: []
- NeoShowcaseAuth: []
CsrfTokenHeader: []

Expand Down Expand Up @@ -177,7 +175,7 @@ paths:
operationId: postAdminInvoice
security:
- NeoShowcaseAuth: []
- CsrfTokenHeader: []
CsrfTokenHeader: []
requestBody:
required: true
content:
Expand Down Expand Up @@ -333,6 +331,11 @@ paths:
tags:
- User
operationId: postMeCustomer
security:
- EmailVerifiedSession: []
CsrfTokenHeader: []
- NeoShowcaseAuth: []
CsrfTokenHeader: []
requestBody:
required: true
content:
Expand All @@ -357,6 +360,11 @@ paths:
tags:
- User
operationId: patchMeCustomer
security:
- EmailVerifiedSession: []
CsrfTokenHeader: []
- NeoShowcaseAuth: []
CsrfTokenHeader: []
requestBody:
required: true
content:
Expand All @@ -382,6 +390,11 @@ paths:
tags:
- User
operationId: postMeInvoice
security:
- EmailVerifiedSession: []
CsrfTokenHeader: []
- NeoShowcaseAuth: []
CsrfTokenHeader: []
requestBody:
required: true
content:
Expand Down Expand Up @@ -452,7 +465,7 @@ paths:
operationId: patchProduct
security:
- NeoShowcaseAuth: []
- CsrfTokenHeader: []
CsrfTokenHeader: []
parameters:
- name: id
description: 商品ID (Stripe Product ID)
Expand Down
186 changes: 93 additions & 93 deletions server/gen.go

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