The atlassian-python-api Confluence module still calls the v1 REST endpoints (/wiki/rest/api/), but Atlassian announced that many v1 content functions will stop working on Confluence Cloud. confluence.create_page() now fails with HTTPError: com.atlassian.confluence.api.service.exceptions.PermissionException: Could not create content with type page. Is there a way to make the library use the v2 API (/wiki/rest/api/v2)?