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
Hi
there is an issue with ConvertTo-ConfluenceStorageFormat powershell cmdmlet, it is giving error (details below)
I am using below OS and PowerShell version 7.2.6
ConvertTo-ConfluenceStorageFormat is having issues and gives error
Get-Date -Format s | ConvertTo-ConfluenceStorageFormat -ApiUri "https://mycompany.atlassian.net/wiki/"
ConvertFrom-Json: Conversion from JSON failed with error: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
ConvertTo-ConfluenceStorageFormat -Content 'Hello world!' -ApiUri "https://mycompany.atlassian.net/wiki/"
ConvertFrom-Json: Conversion from JSON failed with error: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
also - examples on this page has to be updated to support mandatory parameter -ApiUrl
The text was updated successfully, but these errors were encountered:
Hi
there is an issue with
ConvertTo-ConfluenceStorageFormat
powershell cmdmlet, it is giving error (details below)I am using below OS and PowerShell version 7.2.6
Confluence Powershell Module
ConvertTo-ConfluenceStorageFormat
is having issues and gives erroralso - examples on this page has to be updated to support mandatory parameter
-ApiUrl
The text was updated successfully, but these errors were encountered: