In confluence i have table page let say- TEXT_XYZ and it contain table with 3x4 (rowsx
column) mention as following for reference.
PAGE NAME : TITLE: TEXT_XYZ
KEY: TST
ID: 233524
F1. F2. F3. F4.
R1. 10. 20. 30
R2. 40. 50. 60
R3. 70 80. 90
During CI/CD , Deployment and i want to update the page every time based on selected parameter i should be able to update the individual rows and column, instead of whole page, I have working code with confluence API, But it is updating whole page every- time ,
I don't find a way to update individual rows (R) and filed (F) values. On confluence page on table.which i have.
Please suggest some curl example with confluence api if it's possible to do that.
Community moderators have prevented the ability to post new answers.
Is there an answer for the above question? I am trying to do the same thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.