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