new lib version [CI SKIP]

This commit is contained in:
2021-01-10 17:19:49 +00:00
parent 21e8396e8e
commit bdb046f969
45 changed files with 302 additions and 38 deletions

View File

@@ -39,7 +39,7 @@ export declare class RunnerService {
static runnerControllerPut(id: number, requestBody?: UpdateRunner): Promise<ResponseRunner>;
/**
* Remove
* Delete the runner whose id you provided. <br> If no runner with this id exists it will just return 204(no content).
* Delete the runner whose id you provided. <br> This will also delete all scans and cards associated with the runner. <br> If no runner with this id exists it will just return 204(no content).
* @param id
* @param force
* @returns ResponseRunner