diff --git a/v1/Application.cfc b/v1/Application.cfc index 187fc3a..0f2f1ad 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.222"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.223"; /*$ 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 150c162..5d05972 100644 --- a/v1/resources/instance_operation_default.cfc +++ b/v1/resources/instance_operation_default.cfc @@ -118,9 +118,9 @@ - + @@ -185,7 +185,43 @@ from svc_operation_cfs_subparam sp where sp.svc_operation_cfs_param_id= order by sp.sort - + + + + + + + + + + + + + + + ) + AND len(local.qSubparam.value_list) EQ 0> + + @@ -209,8 +245,8 @@ "isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#, "refSvcId":#local.qSubparam.ref_svc_id#, "uniqueScope":"#local.qSubparam.unique_scope#", - "defaultCompute":"#local.qSubparam.func#", - "func":"#local.qSubparam.default_compute#", + "isModifiableDefinition":false }, true )