diff --git a/v1/Application.cfc b/v1/Application.cfc index 42c2225..e1ade92 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.203"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.204"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/svc_operation.cfc b/v1/resources/svc_operation.cfc index 156fab6..17ee649 100644 --- a/v1/resources/svc_operation.cfc +++ b/v1/resources/svc_operation.cfc @@ -65,6 +65,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