atlassian-python-api
atlassian-python-api copied to clipboard
[Confluence] get_content_history_by_version_number return error
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