I have found Atlassian confluence REST API v2 via their docs :- https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-labels-id-pages-get There I found api for working w...
...chieve the same using the v2 REST API? There is a v2 endpoint to get child pages of pages: pages/<ID>/children. But what about the other content types? There is no databases/<ID>/c...
I'm simply trying to add a label to a new page via v2 REST api. The documentation shows no v2 API that POSTs labels. All are read-only. The v1 api doesn't say deprecated for /content/{id}/label, b...
Copied to clipboard