X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fmodules%2Finbounds%2Fselfservice-api%2Fsrc%2Fmain%2Fkotlin%2Forg%2Fonap%2Fccsdk%2Fcds%2Fblueprintsprocessor%2Fselfservice%2Fapi%2FExecutionServiceController.kt;fp=ms%2Fblueprintsprocessor%2Fmodules%2Finbounds%2Fselfservice-api%2Fsrc%2Fmain%2Fkotlin%2Forg%2Fonap%2Fccsdk%2Fcds%2Fblueprintsprocessor%2Fselfservice%2Fapi%2FExecutionServiceController.kt;h=7c0672f65cabfaf7e65f01ce12f812aa8bacb89c;hb=ddcc79f9968f65f34bb049e469acfafe0a0aa2e9;hp=bed8b80e9ce1e6ab5acbfc5bbb8f60c879eed086;hpb=6db73002faffaa35caed91c4d440f694ec074ea1;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/selfservice/api/ExecutionServiceController.kt b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/selfservice/api/ExecutionServiceController.kt index bed8b80e9..7c0672f65 100644 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/selfservice/api/ExecutionServiceController.kt +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/selfservice/api/ExecutionServiceController.kt @@ -50,8 +50,8 @@ import javax.annotation.PreDestroy @RestController @RequestMapping("/api/v1/execution-service") @Api( - value = "/api/v1/execution-service", - description = "Interaction with CBA." + value = "Execution Service Catalog", + description = "Interaction with CBA which are available in CDS" ) open class ExecutionServiceController {