You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
400 Client Error: for url: https://confluence.xxxxxx.io/rest/api/content -
b'{"statusCode":400,"data":{"authorized":false,"valid":true,"allowedInReadOnlyMode":true,"errors":[],"successful":false},"message":"Error parsing xhtml: Unexpected close
tag ; expected .\n at : [68,210]","reason":"Bad Request"}`
This is a Confluence server and I am using API token for authentication
The text was updated successfully, but these errors were encountered:
I get the below errors when I have inline HTML code in the md file:
`md2cf --host 'https://confluence.xxxx.io/rest/api' --token 'Mzg2ODA3MzM1NTgyOuxxxxxxxxxxx' --space DMF README.md
400 Client Error: for url: https://confluence.xxxxxx.io/rest/api/content -
b'{"statusCode":400,"data":{"authorized":false,"valid":true,"allowedInReadOnlyMode":true,"errors":[],"successful":false},"message":"Error parsing xhtml: Unexpected close
tag ; expected
.\n at : [68,210]","reason":"Bad Request"}`
This is a Confluence server and I am using API token for authentication
The text was updated successfully, but these errors were encountered: