diff --git a/v1/Application.cfc b/v1/Application.cfc index 0f2f1ad..f9bcc79 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -57,7 +57,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.223"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.224"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc index bd11b8b..481f566 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -260,13 +260,20 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - + + + + - - + + this.params[arguments.param] + select p.param_value from instance_operation_cfs_param p @@ -274,6 +281,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In where p.instance_operation_uid = AND s.svc_operation_cfs_param = + diff --git a/v1/resources/instance_operation_default.cfc b/v1/resources/instance_operation_default.cfc index 5d05972..2ceb77b 100644 --- a/v1/resources/instance_operation_default.cfc +++ b/v1/resources/instance_operation_default.cfc @@ -187,45 +187,42 @@ order by sp.sort - - - - - - - - - - - - - ) - AND len(local.qSubparam.value_list) EQ 0> - - + + + + + + + + + + + + + + + + + + + + + + + + ---> + - + /> + + diff --git a/v1/resources/svc_operation_cfs_param_compute.cfc b/v1/resources/svc_operation_cfs_param_compute.cfc index c8a5137..8e8a4ae 100644 --- a/v1/resources/svc_operation_cfs_param_compute.cfc +++ b/v1/resources/svc_operation_cfs_param_compute.cfc @@ -31,7 +31,6 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - @@ -53,7 +52,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - + diff --git a/v1/resources/svc_operation_cfs_subparam_compute.cfc b/v1/resources/svc_operation_cfs_subparam_compute.cfc index a2f222b..01a5a7e 100644 --- a/v1/resources/svc_operation_cfs_subparam_compute.cfc +++ b/v1/resources/svc_operation_cfs_subparam_compute.cfc @@ -30,11 +30,10 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - + - - + @@ -45,12 +44,12 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - - - - + + + + - + select @@ -69,12 +68,12 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - - + + - - + @@ -95,6 +96,5 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In -