diff --git a/v1/Application.cfc b/v1/Application.cfc index 420c76d..4d29167 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -71,7 +71,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.025"; + variables.framework.docs.APIVersion="0.026"; 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 6f6b07a..b3c7f09 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -132,7 +132,7 @@ - + \ No newline at end of file diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc index d76b93c..5dbfb8b 100644 --- a/v1/resources/instance_operation_cfs_param_ls.cfc +++ b/v1/resources/instance_operation_cfs_param_ls.cfc @@ -225,8 +225,9 @@ - - + + + @@ -269,6 +270,9 @@ + + + @@ -276,11 +280,11 @@ from instance_operation_cfs_param p where p.param_value= AND p.svc_operation_cfs_param_id= - - AND p.instance_operation_cfs_param_uid <> + + AND p.instance_operation_cfs_param_uid <> - + @@ -300,8 +304,8 @@ where p.param_value= AND svc_operation_cfs_param_id= AND u.usr_id= - - AND p.instance_operation_cfs_param_uid <> + + AND p.instance_operation_cfs_param_uid <>