Modify the api description of 'nodeTypeIds' in the api named 'Query nesting service...
authorYuanHu <yuan.hu1@zte.com.cn>
Tue, 6 Dec 2016 10:32:22 +0000 (18:32 +0800)
committerYuanHu <yuan.hu1@zte.com.cn>
Tue, 6 Dec 2016 10:32:22 +0000 (18:32 +0800)
Change-Id: I4de0b2de25d70488be9c3be7fac8f7540215eab6
Issue-id: TOSCA-191
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
catalog-core/catalog-mgr/src/main/java/org/openo/commontosca/catalog/resources/TemplateResource.java

index 0aff385..1e0e2c6 100644 (file)
@@ -146,7 +146,7 @@ public class TemplateResource {
       @ApiResponse(code = HttpStatus.INTERNAL_SERVER_ERROR_500, message = "server internal error",
           response = CommonErrorResponse.class)})
   @Timed
-  public Response getNestingServiceTemplate(@ApiParam(value = "Node Type Id",
+  public Response getNestingServiceTemplate(@ApiParam(value = "Node type ids splited by ','. Such as 'tosca.nodes.nfv.VDU,tosca.nodes.nfv.VL'.",
       required = true) @QueryParam("nodeTypeIds") String nodeTypeIds) {
     try {
       if (ToolUtil.isTrimedEmptyString(nodeTypeIds)) {