Dear community,
I tried to update the content of my Confluence page with the rest api
self.request.request(PUT, '/rest/api/content/{}'.format(page_id), data).
However, using the same command and the same data block, some of the confluence page can be updated successfully. But the others will fail and return False.
I am wondering if there is any restriction issue I need to resolve. Any help will be apprecated. Thanks!
Hi @Yeting Dong and welcome,
please verify that user that performs that action has edit permission for those pages (space edit permission - no editing restriction at page level).
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.