修改内部文档
PUT /apiv2/internal_knowledge_posts/{id}.json调用权限
agent
curl 示例
curl https://{subdomain}.kf5.com/apiv2/internal_knowledge_posts/{id}.json \
-H "Content-Type: application/json" -d '{"title": "this is new title"}' \
-v -u {email_address}:{password} -X PUT返回示例
Status: 200 OK{
"error": 0,
"message": ""}