diff --git a/v1/Application.cfc b/v1/Application.cfc
index 098c7a9..9cbc045 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.188"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.189"; /*$ 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_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc
index 40aa760..37e1930 100644
--- a/v1/resources/instance_operation_cfs_param.cfc
+++ b/v1/resources/instance_operation_cfs_param.cfc
@@ -271,6 +271,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
,sp.regex
,sp.sort
,sp.is_sensitive
+ --,sp.func
from svc_operation_cfs_subparam sp
where sp.svc_operation_cfs_param_id=
order by sp.sort
@@ -303,6 +304,9 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
"maxlength":"#local.qSubparam.maxlength#",
"regex":"#local.qSubparam.regex#",
"man":"#local.qSubparam.man#",
+ "descr":"#local.qSubparam.descr#",
+ "defaultValue":"#local.qSubparam.default_value#",
+
"isRequired":#request.castToBool(local.qSubparam.is_required)#,
"isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#,
"isModifiableDefinition":false
diff --git a/v1/resources/instance_operation_default.cfc b/v1/resources/instance_operation_default.cfc
index d819d5a..3feb10c 100644
--- a/v1/resources/instance_operation_default.cfc
+++ b/v1/resources/instance_operation_default.cfc
@@ -167,6 +167,7 @@
,sp.regex
,sp.sort
,sp.is_sensitive
+ --,sp.func
from svc_operation_cfs_subparam sp
where sp.svc_operation_cfs_param_id=
order by sp.sort
@@ -186,6 +187,9 @@
"maxlength":"#local.qSubparam.maxlength#",
"regex":"#local.qSubparam.regex#",
"man":"#local.qSubparam.man#",
+ "descr":"#local.qSubparam.descr#",
+ "defaultValue":"#local.qSubparam.default_value#",
+
"isRequired":#request.castToBool(local.qSubparam.is_required)#,
"isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#,
"isModifiableDefinition":false