From 789f0c7fdea0708ee55d58d2e2d27e6a59aaeaba Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:52:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20API=E5=AE=9A=E7=BE=A9=E3=81=8C=E9=96=93?= =?UTF-8?q?=E9=81=95=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/openapi/mastodon.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/openapi/mastodon.yaml b/src/main/resources/openapi/mastodon.yaml index 96552a1a..3b534acb 100644 --- a/src/main/resources/openapi/mastodon.yaml +++ b/src/main/resources/openapi/mastodon.yaml @@ -1194,7 +1194,7 @@ paths: - "read:filters" parameters: - in: path - name: filter_id + name: id required: true schema: type: string @@ -1213,7 +1213,7 @@ paths: - "write:filters" parameters: - in: path - name: filter_id + name: id required: true schema: type: string