style: openapiのスタイルを修正

This commit is contained in:
usbharu 2023-06-12 18:01:34 +09:00
parent 7e0c46fcc9
commit 0e2ea8968a
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,8 @@ paths:
$ref: "#/components/schemas/User"
post:
summary: ユーザーをフォローする
security:
- BearerAuth: [ ]
parameters:
- $ref: "#/components/parameters/userName"
responses: