Hello everyone!
I'm trying to do upload this body in the API request https://example.atlassian.net/wiki/api/v2/pages/
<table><tbody><tr><th>dnisstart</th><th>dnisend</th><th>ownerid</th><th>appname</th><th>url</th></tr><tr><td>example</td><td>example</td><td>example</td><td>example</td><td>http://tomcat1:8080/example.vxml</td></tr></tbody></table>
But im getting the following error:
{"errors":[{"status":400,"code":"INVALID_REQUEST_PARAMETER","title":"Content body cannot be converted to new editor format","detail":null}]}
I'm guessing it has something to do with the "/"? But how do I upload a URL?