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