HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
400 | 154000 | Bad request, please check your request body | 请求不合法,请检查参数 |
403 | 154003 | Please check you have the correct access | 检查是否申请正确权限 |
404 | 154004 | Resource not found | 资源不存在,请检查ID值 |
500 | 155000 | Internal error | 内部错误,请联系我们 |
curl --location --request PATCH 'https://open.feishu.cn/open-apis/helpdesk/v1/faqs/6856395634652479491' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"faq": {
"category_id": "6836004780707807251",
"question": "问题",
"answer": "答案",
"answer_richtext": [
{
"content": "这只是一个测试,医保问题",
"type": "text"
}
],
"tags": [
"相似问题"
]
}
}'
{
"code": 0,
"msg": "success",
"data": {}
}