The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

update table with

Ever Last
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 17, 2021


Hello!

im trying update date in teble on confluence page.

How can i to update table on confluence page, if i can take date about page with requests:

info = requests.get(url, username.password)

And Im tryin updtae witk method PUT:

date = {'id', '111111',
"version":{'number'}: 2 ,
"title":' New title',
"body":{'storage':{ 'value':"<a>test</a>",}}}
response = requests.put(url, headers=headers, date=json.dump(date), auth = (username,password))

Questions:
1. What is heareds? And Where can I get them?

2. how is this dictionary used? (date). if the page has a table, how can I change its content with this?

Exampe table for 2 question:image.png

I want to add a line in the red cell
and I want to add a new tag in the blue cell

Please help me, I'm new to this(

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Fabian Lim
Community Champion
January 25, 2022

Hi @Ever Last

The HTML content that you have above, is it an html macro that you are trying to update?

Regards

TAGS
AUG Leaders

Atlassian Community Events