Skip to content

Commit 55cc415

Browse files
authored
Make the OpenAPI security scheme name for the Management API valid (#19762)
1 parent 1ec9641 commit 55cc415

File tree

2 files changed

+404
-404
lines changed

2 files changed

+404
-404
lines changed

src/Umbraco.Cms.Api.Management/DependencyInjection/ManagementApiConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Umbraco.Cms.Api.Management.DependencyInjection;
44

55
internal static class ManagementApiConfiguration
66
{
7-
internal const string ApiSecurityName = "Backoffice User";
7+
internal const string ApiSecurityName = "Backoffice-User";
88
internal const string ApiTitle = "Umbraco Management API";
99

1010
internal const string ApiName = "management";

0 commit comments

Comments
 (0)