atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Path Variables instead of Query Params in URLs #1385

Closed amitjoy closed 1 month ago

amitjoy commented 1 month ago

In our new wiki server (Atlassian Confluence 8.5.7), I noticed that the URLs don't use Query Parameters at all and that's why, upon accessing them returns 404 - for example, https://SERVER/rest/api/content?spaceKey=PRS

whereas, the following URL is accessible instead for the same purpose - https://SERVER/rest/api/space/PRS/content

Is there any such configuration in the client to use path variables instead of query params?