From 4b337c889549c70337dc2763f4107970ea201077 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Fri, 22 Dec 2023 09:58:41 +0300 Subject: [PATCH] ASC.Files: OperationController: fix description of operation path --- products/ASC.Files/Server/Api/OperationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.Files/Server/Api/OperationController.cs b/products/ASC.Files/Server/Api/OperationController.cs index d2c9f0f134d..f4e9144f186 100644 --- a/products/ASC.Files/Server/Api/OperationController.cs +++ b/products/ASC.Files/Server/Api/OperationController.cs @@ -237,7 +237,7 @@ public async IAsyncEnumerable MoveOrCopyBatchCheckAsync([ModelBind /// Operations /// Operation ID /// List of file operations - /// api/2.0/files/fileops/terminate/{id?} + /// api/2.0/files/fileops/terminate/{id} /// PUT /// list [AllowAnonymous]