Using torq to retrieve data and create and update a table in a confluence page.
got this error
{ "output": "Failed to retrieve page. Status code: 404, Message:
404null for uri: https://xxxxxxx.atlassian.net/rest/api/content/xxxxxxxx\n", "step_status": { "code": 1, "message": "", "verbose": "" }
I would suspect the URL isn't formatted correctly. You do have a \n in there, not sure if that is the actual issue, however, it's worth removing it and testing.
Otherwise, take a look at the docs to see where you are going wrong.
https://developer.atlassian.com/cloud/confluence/rest/v1/intro/#about
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.