Updated the put methods and cleaned up a shitload of comments #42

Merged
niggl merged 32 commits from feature/39-update_puts into dev 2020-12-21 16:39:21 +00:00
Showing only changes of commit 82ced34750 - Show all commits

View File

@ -3,7 +3,6 @@ import { NotFoundError } from 'routing-controllers';
/** /**
* Error to throw when a runner group couldn't be found. * Error to throw when a runner group couldn't be found.
* Implemented this ways to work with the json-schema conversion for openapi.
*/ */
export class RunnerGroupNotFoundError extends NotFoundError { export class RunnerGroupNotFoundError extends NotFoundError {
@IsString() @IsString()