atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 644 forks source link

[Confluence] Inserting/Appending Table To Confluence - Example #1025

Open Basavaraj-PN opened 1 year ago

Basavaraj-PN commented 1 year ago

Hi, I'm new to this atlassian python api, I'm trying to insert and append data to a table in a page. do we have api / document for this?

gonchik commented 1 year ago

Hi! we provide only update page methods :(

You can check the storage format there https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html

Basavaraj-PN commented 1 year ago

Hey @gonchik thank you for the reply. Are there any python examples available?