I'm trying to add a personal label to a Confluence page via the REST API. My `/content/{0}/label` POST works for "regular" labels, but when I try to prefix my label with `my:`, which is what makes the label a personal label, the API returns http 500. Is this supposed to work and is broken, or is it no supported? Perhaps I'm not quoting the colon (:) properly. Anyone have a working example? I'm using Python 2.7 with the requests and json modules
Ah, I think I found part of the answer. Personal labels have been deprecated as of Confluence 4.1, but they still work in some ways. I have to assume that, unless I'm doing something wrong with my example, that the feature to add personal labels via the API either doesn't exist, or is broken and won't be fixed.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.