美文网首页
WIKI(Confluence)创建页面及子页面

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

作者: mia米呀 | 来源:发表于2020-01-10 19:49 被阅读0次

创建页面接口:/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)创建页面及子页面

      本文链接:https://www.haomeiwen.com/subject/emymactx.html