I'm looking at these APIs https://docs.atlassian.com/atlassian-confluence/REST/
What exactly is "latest" and "latest-server"?
The latest version is 6.2, however the methods in https://docs.atlassian.com/atlassian-confluence/REST/6.2.0/ differ from those in https://docs.atlassian.com/atlassian-confluence/REST/latest/
I am currently running 6.0.6 server version and would like to acertain what REST API updates there have been between my version and the latest (6.2) version. Is there a specific page somewhere which tracks changes to REST API that it is clear what methods have changed between versions?
I am specifically interested in the 'user/watch' method that is apparent in https://docs.atlassian.com/atlassian-confluence/REST/latest/ but doesn't seem to appear anywhere else.
Latest can be the version which is not released yet, probably under testing like alpha, beta versions. Its better to avoid latest and use the one specifically you want like 6.2 or the last released stable version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.