From 43eca3da56bbd94b9299c1f0eaffa07217d54be9 Mon Sep 17 00:00:00 2001 From: msyu Date: Fri, 15 Nov 2024 01:17:34 +0300 Subject: [PATCH] put patch --- v1/Application.cfc | 2 +- v1/resources/instance.cfc | 35 +++++++++++++++++++ v1/resources/instance_operation_cfs_param.cfc | 15 ++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 41899b1..f505059 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -71,7 +71,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.019"; + variables.framework.docs.APIVersion="0.020"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance.cfc b/v1/resources/instance.cfc index 3dfe78d..4bbf6fd 100644 --- a/v1/resources/instance.cfc +++ b/v1/resources/instance.cfc @@ -174,5 +174,40 @@ ---> + + + + + + + + + + + + update instance set + dt_updated= + ,updater_id= + + ,display_name= + + + ,descr= + + where instance_uid=; + --select @@rowcount as cnt; + + + + + + + + + + + \ No newline at end of file diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc index 3a2492b..65504d7 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -94,5 +94,20 @@ + + + + + + + update instance_operation_cfs_param set + dt_created= + ,creator_id= + ,param_value= + where instance_operation_cfs_param_uid= + + + + \ No newline at end of file