From 4b6a6e47952b11e1a4cf22587d2d5f05eedf9ff7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Apr 2026 07:04:46 +0300 Subject: [PATCH] 227 submitOperation statusUrl patching filecontent fixed --- v1/Application.cfc | 2 +- v1/resources/instance_operation_run.cfc | 27 +++++++++++++++---------- 2 files changed, 17 insertions(+), 12 deletions(-) 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= + + + + - +