Skip to content

Commit

Permalink
Updated api
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hoffmann committed Feb 8, 2019
1 parent 306b409 commit 0706a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/isas/mztab2/server/api/ValidateApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ default Optional<StorageService> getStorageService() {
default ResponseEntity<List<ValidationMessage>> validateMzTabFile(@ApiParam(
value = "mzTab file that should be validated.", required = true) @Valid @RequestBody MzTab mztabfile,
@RequestParam(
value = "The level of errors that should be reported, one of ERROR, WARN, INFO.",
value = "The level of errors that should be reported, one of error, warn, info.",
defaultValue = "info",
required = false) @Valid String level,
@RequestParam(
Expand Down

0 comments on commit 0706a89

Please sign in to comment.