diff --git a/v1/Application.cfc b/v1/Application.cfc index e1ade92..7cf9ae8 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.204"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.205"; /*$ 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 202c62f..a5e7880 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -285,7 +285,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - + + ---> + + + + + + + + + + + + + + + + + + + + + + + + + @@ -311,6 +337,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In + @@ -325,6 +352,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In + @@ -349,30 +377,31 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In + - - + + - - - select r.resource_realm_id, r.properties - from resource_realm r - where r.resource_realm= - - - - - - - - - - - - - - + + + select r.resource_realm_id, r.properties + from resource_realm r + where r.resource_realm= + + + + + + + + + + + + + + diff --git a/v1/resources/instance_operation_default.cfc b/v1/resources/instance_operation_default.cfc index 4a91fb2..cf2255a 100644 --- a/v1/resources/instance_operation_default.cfc +++ b/v1/resources/instance_operation_default.cfc @@ -110,6 +110,7 @@ from svc_operation_cfs_param p where p.svc_operation_id= + AND p.is_actual order by p.sort, p.svc_operation_cfs_param_id