Hello,
I have a problem of troubleshooting regarding page update via REST API. I use a REST API to update a page. The input parameter is a JSON.
PUT https://runmyprocess.atlassian.net/wiki/rest/api/content/${pageId}
It works when the JSON is a very simple one like this. I see my page is updated after the API is executed.
{
"id":"26738701",
"type":"page",
"title":"new page",
"space":{
"key":"RO"
},
"body":{
"storage":{
"value":"<p>UPDATE This is a new page</p>",
"representation":"storage"
}
},
"version":{
"number":2
}
}
However, if the input JSON is a complicate one, the API itself still success, there is no error message, but the page is not updated.
Can someone tell me how this could be possible? How should I do for further troubleshooting?
By the way, if my input JSON has an obvious error, e.g. the version number is not correct, I will receive an error message, something like the version has to be bigger than the current version. The case is quite confusing if there is totally no error message.
Thank you for the help.
The problem was resolved. The problem is the contents of the object which is sent to confluence. There is no error message, so you have to test it part by part.
Hi @Ni Ma ,
I have the same issue. The request is sent without error but the Confluence page is not updated.
Could you give us more detail about the solution you found please?
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.