/
Change / Update the content of a page with PUT
Change / Update the content of a page with PUT
1- get the page content
2- change/add/modify the content
3- PUT the new content
https://docs.atlassian.com/atlassian-confluence/REST/6.6.0/#content-update
https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-put
!!! change the version number + 1 !!!
PUT /rest/api/content/<id>
"Testing from Atlassian" Kindly ignore this update........
REQUEST on Windows Powershell curl -Method PUT -ContentType 'application/json' -Body '{"version": {"number": 2},"type":"page","title":"page7", "space":{"key":"TEST"},"body":{"storage":{"value":"<p>This is a new page from curl Linux<br/> a new page version2</p>","representation": "storage"}}}' https://thefreetelecomuni.atlassian.net/wiki/rest/api/content/13140112 | ||
, multiple selections available,
Related content
3- Page Create or Update content to a page or Delete
3- Page Create or Update content to a page or Delete
More like this
UPDATE a page or MOVE a page to another parents with PUT
UPDATE a page or MOVE a page to another parents with PUT
More like this
12- create an child
12- create an child
More like this
confluence-rest-library 1.0.0
confluence-rest-library 1.0.0
More like this
5- Delete a page
5- Delete a page
More like this
Troubleshooting
Troubleshooting
More like this