Skip to content
Snippets Groups Projects
Commit a70bad46 authored by Jan Tymel's avatar Jan Tymel
Browse files

Tiny swagger doc fix

Related to #3
parent cf6e3b3c
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,8 @@ public class TasksController { ...@@ -88,8 +88,8 @@ public class TasksController {
} }
@ApiOperation(httpMethod = "GET", @ApiOperation(httpMethod = "GET",
value = "Get tasks", value = "Get task",
notes = "Get tasks detail associated with the specified training phase", notes = "Get task detail associated with the specified training phase",
response = TaskDto.class, response = TaskDto.class,
nickname = "getTask", nickname = "getTask",
produces = MediaType.APPLICATION_JSON_VALUE produces = MediaType.APPLICATION_JSON_VALUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment