Hello All,
I have a use case where we want to publish approx. 500 rows of tabular data on a confluence page . The data need to be updated twice a month.
We are looking for some automation option to publish the data. As trying the normal “PUT” method to update a existing page.
But the Code can only publish approx 50 rows . if the data is more than 50 rows the PUT command failes with below response
{“errors”:[{“status”:400,“code”:“INVALID_REQUEST_PARAMETER”,“title”:“Content body cannot be converted to new editor format”,“detail”:null}]}
Can someone please help with this issue?
TIA