From f4d10a5aefa0757d01a32dce8853734e5634d28b Mon Sep 17 00:00:00 2001 From: o_ER4 Date: Thu, 26 Dec 2024 16:41:36 +0900 Subject: [PATCH] =?UTF-8?q?swagger=E3=81=ABTitle=E3=81=AE=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .42c/conf.yaml | 3 +++ docs/swagger.yaml | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .42c/conf.yaml diff --git a/.42c/conf.yaml b/.42c/conf.yaml new file mode 100644 index 00000000..e6630599 --- /dev/null +++ b/.42c/conf.yaml @@ -0,0 +1,3 @@ +apis: + docs/swagger.yaml: + alias: jomon-api diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 5035e029..016c5cef 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -54,6 +54,7 @@ paths: - $ref: "#/components/parameters/tagQuery" - $ref: "#/components/parameters/groupQuery" - $ref: "#/components/parameters/requestQuery" + - $ref: "#/components/parameters/titleQuery" responses: "200": description: 該当するものがない場合は空配列を返却。 @@ -1463,3 +1464,10 @@ components: schema: type: string format: uuid + titleQuery: + name: title + description: タイトル + required: False + in: query + schema: + type: string \ No newline at end of file