Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kkhuang committed Dec 25, 2023
1 parent 4c30039 commit a81e750
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1164,15 +1164,15 @@ private static void deleteAllFiles(FileSystem fileSystem, FsPath fsPath) throws

@ApiOperation(value = "chmod", notes = "file chmod", response = Message.class)
@ApiImplicitParams({
@ApiImplicitParam(name = "filepath", required = false, dataType = "String", value = "filepath"),
@ApiImplicitParam(name = "filepath", required = true, dataType = "String", value = "filepath"),
@ApiImplicitParam(
name = "isRecursion",
required = false,
dataType = "String",
value = "isRecursion"),
@ApiImplicitParam(
name = "filePermission",
required = false,
required = true,
dataType = "String",
value = "filePermission"),
})
Expand Down

0 comments on commit a81e750

Please sign in to comment.