WIKI(Confluence)创建页面及子页面

创建页面接口:/rest/api/content
Eg:http://wiki.test.com/rest/api/content
请求方式:POST
请求参数:

{"type":"page",
"title":"CG测试",
"ancestors":[{"id":37521544}], //如果有父页面填写此参数
"space":{"key":"FPTECHH"}, //空间ID
"body":{
        "storage":
              {"value":"Hello This is a new page",
"representation":"storage"
            }
        }
}

你可能感兴趣的:(WIKI(Confluence)创建页面及子页面)