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

2020-01-10  本文已影响0人  mia米呀

创建页面接口:/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"
            }
        }
}
上一篇 下一篇

猜你喜欢

热点阅读