Open
Description
The function:
atlassian-python-api/atlassian/confluence.py
Line 1898 in 889aec9
does not pass the limit
parameter for the rest api:
https://docs.atlassian.com/ConfluenceServer/rest/8.0.0-m90/#api/content/{id}/property
so user will get max 10 content properties returned and cannot change that. Please add optional parameter for changing the limit to a user-specified number.