| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 150001 | param is invalis | 客服状态错误 |
Authorization: Bearer ********************curl --location --request PATCH 'https://open.feishu.cn/open-apis/helpdesk/v1/agents/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "1:在线;2:离线"
}'{
"code": 0,
"msg": "success",
"data": {}
}