Added 'ignore_errors'

This commit is contained in:
Francesco Mangiacrapa 2023-04-26 15:05:06 +02:00
parent 6b82b8bbef
commit 05634834fe
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public interface Projects<P extends Project> {
//FileSets
public P registerFileSet(String id, RegisterFileSetRequest req) throws RemoteException, InvalidRequestException;
//FileSets
public P deleteFileSet(String id, String path, Boolean force) throws RemoteException;
public P deleteFileSet(String id, String path, Boolean force, Boolean ignore_errors) throws RemoteException;
public P forceUnlock(String id) throws RemoteException;
public P setAccessPolicy(String id, Access toSet) throws RemoteException;