@@ -79,32 +79,38 @@ public class ToscaTemplateApiController implements ToscaTemplateApi {
...
@@ -79,32 +79,38 @@ public class ToscaTemplateApiController implements ToscaTemplateApi {
}
}
@Override
@Override
publicResponseEntity<String>updateToscaTemplateByID(@ApiParam(value="ID of topolog template to return",required=true)@PathVariable("id")Stringid,@ApiParam(value="file detail")@Valid@RequestPart("file")MultipartFilefile){