diff --git a/v1/Application.cfc b/v1/Application.cfc index 950edda..8e87641 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.098"; + variables.framework.docs.APIVersion="0.099"; 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 e39e80a..cea548e 100644 --- a/v1/resources/instance_operation_cfs_param_ls.cfc +++ b/v1/resources/instance_operation_cfs_param_ls.cfc @@ -389,7 +389,7 @@ - + diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index 85463bb..dad2054 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -340,14 +340,15 @@ - + - + + select sop.svc_operation_cfs_param from instance_operation io join instance e on (io.instance_uid=e.instance_uid) - join svc_operation so on (e.service_id=so.svc_id) + join svc_operation so on (e.service_id=so.svc_id AND io.operation=so.operation) join svc_operation_cfs_param sop on (so.svc_operation_id=sop.svc_operation_id) where io.instance_operation_uid= AND LOWER(sop.svc_operation_cfs_param)=LOWER('resourceRealm') @@ -374,6 +375,7 @@ + select r.resource_realm_id, r.resource_realm, sop.svc_operation_cfs_param, iop.param_value, a.contract_id, a.is_enabled from instance_operation_cfs_param iop @@ -386,7 +388,7 @@ - + @@ -398,7 +400,7 @@ - + select iop.param from instance_operation io @@ -439,7 +441,7 @@ - +