Skip to content

Commit

Permalink
swaggerにTitleの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
oER4 committed Dec 26, 2024
1 parent 7f13fde commit f4d10a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .42c/conf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apis:
docs/swagger.yaml:
alias: jomon-api
8 changes: 8 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ paths:
- $ref: "#/components/parameters/tagQuery"
- $ref: "#/components/parameters/groupQuery"
- $ref: "#/components/parameters/requestQuery"
- $ref: "#/components/parameters/titleQuery"
responses:
"200":
description: 該当するものがない場合は空配列を返却。
Expand Down Expand Up @@ -1463,3 +1464,10 @@ components:
schema:
type: string
format: uuid
titleQuery:
name: title
description: タイトル
required: False
in: query
schema:
type: string

0 comments on commit f4d10a5

Please sign in to comment.