diff --git a/v1/Application.cfc b/v1/Application.cfc index 372fc16..04f0689 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.092"; + variables.framework.docs.APIVersion="0.093"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc index f3ad3f1..e39e80a 100644 --- a/v1/resources/instance_operation_cfs_param_ls.cfc +++ b/v1/resources/instance_operation_cfs_param_ls.cfc @@ -380,7 +380,7 @@ - select r.resource_realm_id, r.resource_realm, iop.param, iop.param_value, a.contract_id, a.is_enabled + select r.resource_realm_id, r.resource_realm, a.contract_id, a.is_enabled from resource_realm r join resource_realm_access a on (r.resource_realm_id=a.resource_realm_id) where r.resource_realm =