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