I'm trying to create/update a confluence page via REST API { post | put }
Here is a bit of my python code:
Request body
data = {
'type': 'page',
'title': page_title,
'ancestors': [ {'id': parent_page_id} ],
'space': {'key': space_key}
To get the values of the specific Confluence page.
Please go to the Space settings and click on Overview. Here you will see the Key detail.
Refer to the below screenshot.
Thanks,
Manisha
Do I have to be 'admin' user to get this 'space key' value or can just login as myself and find the value?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should have the Space Admin permission to see the space_key value.
Thanks,
Manisha
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.