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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.