atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

[Confluence] get_content_history_by_version_number return error

Open yvespelle opened this issue 3 years ago • 0 comments

def get_content_history_by_version_number() returns error with actual url scheme rest/experimental/ It's working with released scheme : url = "rest/api/content/{0}/version/{1}".format(content_id, version_number) Tested with Confluence cloud only

yvespelle avatar Apr 11 '22 10:04 yvespelle