上传勋章图片
POST
https://open.feishu.cn/open-apis/admin/v1/badge_images
错误码
HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 1051000 | unknown server error | 服务内部错误,请稍后重试 |
400 | 1051001 | request contain invalid param | 请求中包含非法参数 |
403 | 1051002 | request to exceed authority | 请求发生越权 |
400 | 1051100 | the image size is too large | 上传的图片大小不符合要求 |
400 | 1051101 | the image format is illegal | 上传的图片格式不符合要求 |
400 | 1051109 | the image height is too small | 图片尺寸高度过小 |
400 | 1051110 | the image height is too large | 图片尺寸高度过大 |
400 | 1051111 | the aspect ratio of the image is too small | 图片尺寸宽高比过小 |
400 | 1051112 | the aspect ratio of the image is too large | 图片尺寸宽高比过大 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.feishu.cn/open-apis/admin/v1/badge_images' \
--header 'Authorization;' \
--form 'image_file=""' \
--form 'image_type=""'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {
"image_key": "f02a98aa-1413-4af6-93ab-431ba9e5f2cg"
}
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer {{access_token}}
Content-Type
string
必需
默认值:
application/json; charset=utf-8
Body 参数multipart/form-data
image_file
string
必需
image_type
integer
必需
2:勋章挂饰图
数据校验规则:
返回响应
修改于 2023-02-03 09:54:43