From dcc04da363200ba5c83c13d0ae97b5031ea928e0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 4 Apr 2022 16:57:29 +0200 Subject: [PATCH] Fix build. --- .../Areas/Api/Controllers/Contents/ContentsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs b/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs index 7847784a1..92f35a87a 100644 --- a/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs +++ b/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs @@ -561,7 +561,7 @@ namespace Squidex.Areas.Api.Controllers.Contents [ProducesResponseType(typeof(ContentsDto), StatusCodes.Status200OK)] [ApiPermissionOrAnonymous(Permissions.AppContentsChangeStatusOwn)] [ApiCosts(1)] - public async Task DeleteContentSchedule(string app, string schema, DomainId id) + public async Task DeleteContentStatus(string app, string schema, DomainId id) { var command = new CancelContentSchedule { ContentId = id };