updateExistingFile

@PUT(value = "projects/{id}/repository/files/{file_path}")
abstract suspend fun updateExistingFile(@Path(value = "id") id: String, @Path(value = "file_path") filePath: String, @Body updateFileRequest: FileOperatorRequest): Result<FileOperatorResponse>