Skip to content

Commit

Permalink
2023-12-11 - Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2023
1 parent 21bab2c commit f9a95e0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/cuculus-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ paths:
/v0/accounts/update-profile-image:
post:
operationId: updateProfileImage
summary: プロフィール画像変更
summary: プロフィール画像変更API。
parameters: []
requestBody:
required: true
Expand All @@ -876,13 +876,22 @@ paths:
file:
type: string
format: binary
description: |-
アップロードする画像ファイル。
- リミット: 1MB
- 推奨サイズ: 400px x 400px
- サポートされるファイルタイプ: JPEG, PNG, WEBP, GIF
required:
- file
responses:
'200':
description: プロフィール画像の更新に成功
content:
application/json:
schema:
$ref: '#/components/schemas/UserWithFollows'
'400':
description: 無効なファイル
'401':
description: JWTが無効、または期限切れ
tags:
Expand All @@ -905,6 +914,8 @@ paths:
file:
type: string
format: binary
required:
- file
responses:
'401':
description: JWTが無効、または期限切れ
Expand Down Expand Up @@ -1241,6 +1252,6 @@ components:
description: 表示名
example: ククルス
bio:
type: object
type: string
description: bio
example: ククルスへようこそ。

0 comments on commit f9a95e0

Please sign in to comment.