diff --git a/v1/Application.cfc b/v1/Application.cfc
index a54a0d8..187fc3a 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.221"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.222"; /*$ 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_default.cfc b/v1/resources/instance_operation_default.cfc
index 13d9ced..150c162 100644
--- a/v1/resources/instance_operation_default.cfc
+++ b/v1/resources/instance_operation_default.cfc
@@ -181,6 +181,7 @@
,sp.ref_svc_id
,sp.unique_scope
,sp.default_compute
+ ,sp.func
from svc_operation_cfs_subparam sp
where sp.svc_operation_cfs_param_id=
order by sp.sort
@@ -208,12 +209,13 @@
"isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#,
"refSvcId":#local.qSubparam.ref_svc_id#,
"uniqueScope":"#local.qSubparam.unique_scope#",
- "defaultCompute":"#local.qSubparam.default_compute#",
+ "defaultCompute":"#local.qSubparam.func#",
+ "func":"#local.qSubparam.default_compute#",
"isModifiableDefinition":false
}, true
)
/>
-
+
@@ -264,13 +266,17 @@
-
+
+
-
-
-
+
+
+
+
+
+
+