创建文档

POST /apiv2/posts.json
调用权限

admin

curl 示例
curl https://{subdomain}.kf5.com/apiv2/posts.json \
  -H "Content-Type: application/json" -d '{"post": {"title": "this is post title","content": "this is content",
  										   "uploads":["00154f57388ef86589b76a23d30cd7f"]}}' \
  -v -u {email_address}:{password} -X POST
返回示例
Status: 200 OK
Location: https://{subdomain}.kf5.com/apiv2/posts/{id}.json{
  "post": {
      "id":   489,
      "title": "this is forums title",
      ...   }}