You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a possibility to get all spaces by a specified label in the Confluence Rest API, but it's impossible to do this via SDK right now. As a workaround I use the following:
but would be nice to have it directly in get_all_spaces method, or, maybe even better, to have some **kwargs that will be passed as a uri query.
I don't have full understanding on what these labels are (b/c I have a Confluence admin who manages it), but I can see them this way (Categories section)
The text was updated successfully, but these errors were encountered:
There's a possibility to get all spaces by a specified label in the Confluence Rest API, but it's impossible to do this via SDK right now. As a workaround I use the following:
but would be nice to have it directly in
get_all_spaces
method, or, maybe even better, to have some **kwargs that will be passed as a uri query.I don't have full understanding on what these labels are (b/c I have a Confluence admin who manages it), but I can see them this way (Categories section)
The text was updated successfully, but these errors were encountered: