Make the OpenAPI security scheme name for the Management API valid (#19762)

This commit is contained in:
Kenn Jacobsen
2025-07-21 12:51:44 +02:00
committed by GitHub
parent 1ec9641c9d
commit 55cc415c30
2 changed files with 404 additions and 404 deletions

View File

@@ -4,7 +4,7 @@ namespace Umbraco.Cms.Api.Management.DependencyInjection;
internal static class ManagementApiConfiguration
{
internal const string ApiSecurityName = "Backoffice User";
internal const string ApiSecurityName = "Backoffice-User";
internal const string ApiTitle = "Umbraco Management API";
internal const string ApiName = "management";

File diff suppressed because it is too large Load Diff