更新相册
PUT
http://localhost:8080/albums/{albumId}
请求参数
Path 参数
albumId
integer
必需
Header 参数
Authorization
string
可选
默认值:
{{token}}
Body 参数multipart/form-data
title
string
可选
<= 100 字符
description
string
可选
privacy
enum<string>
可选
PUBLIC :PUBLIC
SHARED :SHARED
枚举值:
PRIVATEPUBLICSHARED
coverPhotoId
integer
可选