diff --git a/v1/Application.cfc b/v1/Application.cfc index f651c46..9b136d5 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.124"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.125"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index d9eb3a6..cbad7da 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -160,25 +160,7 @@ - + @@ -423,7 +405,8 @@ where io.instance_operation_uid= AND LOWER(iop.param)=LOWER('resourceRealm') ---> - + + + - - - + + ---> + - + + + + + select count(*) as cnt + from instance_operation_param iop + where iop.param='resourceRealm' AND + iop.instance_operation_uid= + + + select c.contract_id @@ -473,4 +467,24 @@ - \ No newline at end of file + + + \ No newline at end of file