Skip to content
Snippets Groups Projects
Commit a0ad513b authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

metadata edit

parent 7d4f9044
No related branches found
No related tags found
2 merge requests!687Production Release | nshmp-haz,!686MFD service
......@@ -5,7 +5,6 @@ import gov.usgs.earthquake.nshmp.www.ResponseBody;
import gov.usgs.earthquake.nshmp.www.ServletUtil;
import gov.usgs.earthquake.nshmp.www.source.LogicTreesService.Metadata;
import gov.usgs.earthquake.nshmp.www.source.LogicTreesService.RequestData;
import io.micronaut.http.HttpRequest;
import io.micronaut.http.HttpResponse;
import io.micronaut.http.annotation.Controller;
......@@ -70,7 +69,7 @@ public class LogicTreesController {
description = "Returns the logic tree of features for the supplied ID",
operationId = "source-tree-features")
@ApiResponse(
description = "NSHM source logic tree",
description = "NSHM source logic tree of features",
responseCode = "200",
content = @Content(
schema = @Schema(implementation = TreeResponse.class)))
......@@ -94,7 +93,7 @@ public class LogicTreesController {
description = "Returns the logic tree of MFDs for the supplied ID",
operationId = "source-tree-mfds")
@ApiResponse(
description = "NSHM source logic tree",
description = "NSHM source logic tree of MFDs",
responseCode = "200",
content = @Content(
schema = @Schema(implementation = TreeResponse.class)))
......
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