post https://{server}/api/v2.1/wiki2//pages/
In the wiki visual page, create a new wiki page.
Response
In the wiki visual page, create a new wiki page.
xxxxxxxxxx
curl --request POST \
--url https://cloud.seafile.com/api/v2.1/wiki2/wiki_id/pages/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"insert_position": "inner"
}
'
Try It!
to start a request and see the response here! Or choose an example: