I have a use case where I want to audit space categories (labels) to ensure they are specified as expected. The Confluence REST API supports using the endpoint rest/api/space/{spaceKey}?expand=metadata.labels to retrieve these labels, but using ConfluenceClientConfig.ExpandGetSpace = new[] { "metadata.labels" }; does not display any labels. While I can make the separate call via the API for now, it'd be convenient if Dapplo.Confluence supported this use case.
I have a use case where I want to audit space categories (labels) to ensure they are specified as expected. The Confluence REST API supports using the endpoint
rest/api/space/{spaceKey}?expand=metadata.labelsto retrieve these labels, but usingConfluenceClientConfig.ExpandGetSpace = new[] { "metadata.labels" };does not display any labels. While I can make the separate call via the API for now, it'd be convenient if Dapplo.Confluence supported this use case.