-
Bug
-
Resolution: Fixed
-
Low
-
5.6
https://docs.atlassian.com/confluence/REST/latest/#d3e855
In this documentation on labels the example URIs end in "labels" instead of "label".
Here is the current documentation:
GET
/rest/api/content/
Returns the list of labels on a piece of Content.
Example request URI(s):
http://example.com/rest/api/content/1234/labels
http://example.com/rest/api/content/1234/labels?prefix=global&start=0&limit=200
Here is what it should be:
GET
/rest/api/content/{id}
/label?prefix&start&limit
Returns the list of labels on a piece of Content.
Example request URI(s):
http://example.com/rest/api/content/1234/label
http://example.com/rest/api/content/1234/label?prefix=global&start=0&limit=200
This is resolved in source, and will be resolved with the 5.7 release