Skip to content

Commit

Permalink
📝 PatchEventがapplication/jsonだったのをmultipart/form-dataに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
pikachu0310 committed Feb 2, 2024
1 parent 23679c8 commit d649d44
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ paths:
requestBody:
required: true
content:
application/json:
multipart/form-data:
schema:
$ref: '#/components/schemas/PatchEventRequest'
responses:
Expand Down
4 changes: 2 additions & 2 deletions openapi/models/models.gen.go

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

36 changes: 18 additions & 18 deletions openapi/server.gen.go

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

0 comments on commit d649d44

Please sign in to comment.