Skip to content

Commit

Permalink
ASC.Files: OperationController: fix description of operation path
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Dec 22, 2023
1 parent 20f749c commit 4b337c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/ASC.Files/Server/Api/OperationController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public async IAsyncEnumerable<FileEntryDto> MoveOrCopyBatchCheckAsync([ModelBind
/// <category>Operations</category>
/// <param type="System.String, System" name="id" method="url">Operation ID</param>
/// <returns type="ASC.Files.Core.ApiModels.ResponseDto.FileOperationDto, ASC.Files.Core">List of file operations</returns>
/// <path>api/2.0/files/fileops/terminate/{id?}</path>
/// <path>api/2.0/files/fileops/terminate/{id}</path>
/// <httpMethod>PUT</httpMethod>
/// <collection>list</collection>
[AllowAnonymous]
Expand Down

0 comments on commit 4b337c8

Please sign in to comment.