創(chuàng)建頁面接口:/rest/api/content
Eg:http://wiki.test.com/rest/api/content
請求方式:POST
請求參數(shù):
{"type":"page",
"title":"CG測試",
"ancestors":[{"id":37521544}], //如果有父頁面填寫此參數(shù)
"space":{"key":"FPTECHH"}, //空間ID
"body":{
"storage":
{"value":"Hello This is a new page",
"representation":"storage"
}
}
}