We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de05f2 commit 47cf2f7Copy full SHA for 47cf2f7
src/Umbraco.Cms.Integrations.Search.Algolia/AlgoliaComposer.cs
@@ -42,7 +42,7 @@ public void Compose(IUmbracoBuilder builder)
42
builder.Services.Configure<SwaggerGenOptions>(options =>
43
{
44
options.SwaggerDoc(
45
- Constants.ManagementApi.GroupName,
+ Constants.ManagementApi.ApiName,
46
new OpenApiInfo
47
48
Title = Constants.ManagementApi.ApiTitle,
0 commit comments