diff --git a/v1/Application.cfc b/v1/Application.cfc index 22b313e..693090c 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.072"; + variables.framework.docs.APIVersion="0.073"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index e504aee..09c3784 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -122,7 +122,7 @@ ---> - select so.svc_operation_id, io.instance_uid + select so.svc_operation_id, io.instance_uid, so.operation 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 AND io.operation=so.operation) @@ -133,8 +133,10 @@ - - + + + + insert into instance_operation_param (instance_operation_uid,param,param_value)