diff --git a/v1/Application.cfc b/v1/Application.cfc index f4211b7..1ac189f 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -57,7 +57,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.226"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.227"; /*$ git config --global --unset user.password*/ 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 109131f..0969487 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -298,7 +298,7 @@ where instance_operation_uid= - + @@ -312,18 +312,23 @@ - - - - - - update instance_operation - set status_url= - where instance_operation_uid= - + + + + + + + + update instance_operation + set status_url= + where instance_operation_uid= + + + + - +