atlassian-python-api
atlassian-python-api copied to clipboard
[Confluence] Inserting/Appending Table To Confluence - Example
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?
Hi! we provide only update page methods :(
You can check the storage format there https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html
Hey @gonchik thank you for the reply. Are there any python examples available?