PythonConfluenceAPI icon indicating copy to clipboard operation
PythonConfluenceAPI copied to clipboard

adding label to confluence content

Open jhumigas opened this issue 9 years ago • 0 comments

Hello,

I am using your wrapper as it is fairly complete, thanks for this. When I tried to add a label to content, I noticed that the label_names are lists of dictionnaries, like this:

confluence_api.create_new_label_by_content_id(id,[{'prefix': 'global', 'name':'test'}])

Maybe it could be noted in the documentation ?

jhumigas avatar May 25 '16 15:05 jhumigas