URLs
PUT api/v1/groups/{groupid}/avatar.xml (or .json)
UPDATE a groups avatar.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
GroupId |
int |
Group ID. |
是 |
||
FileData |
Byte[] |
Data for the avatar image. |
否 |
||
FileName |
string |
Filename of temporary file for the avatar image. |
否 |
||
FileUploadContext |
string |
UploadContext of temporary file for the avatar image. |
否 |