Skip to main content

patch_file

Function patch_file 

Source
pub async fn patch_file(
    __arg0: State<App>,
    __arg1: Auth,
    __arg2: Path<String>,
    __arg3: Json<UpdateFileOptions>,
) -> ClResult<Json<PatchFileResponse>>