style: openapiのスタイルを修正

This commit is contained in:
usbharu 2023-06-12 18:01:34 +09:00
parent ebe5f45444
commit 02a6d12063
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: