233 service catalog preview

This commit is contained in:
2026-04-27 15:41:31 +03:00
parent bc45b6cb9c
commit 8a32a0d5f0
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
variables.framework.docs.APIVersion="0.232"; /*$ git config --global --unset user.password*/
variables.framework.docs.APIVersion="0.233"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
@@ -9,7 +9,6 @@
<cfset this.fieldsSpec={
service_param_id={prefix="p", type="cf_sql_integer"}
,service_id={prefix="p", type="cf_sql_integer"}
,service_param={prefix="p", type="cf_sql_varchar"}
,param={prefix="p", type="cf_sql_varchar"}
,component_code={prefix="p", type="cf_sql_varchar"}
,component={prefix="p", type="cf_sql_varchar"}
@@ -91,7 +90,6 @@
<m:field_set titleMapOut="local.titleMap" lengthOut="local.fieldCount">
<m:field title="service_param_id">p.service_param_id</m:field>
<m:field title="service_id">p.service_id</m:field>
<m:field title="service_param">p.service_param</m:field>
<m:field title="param">p.param</m:field>
<m:field title="component_code">p.component_code</m:field>
<m:field title="component">p.component</m:field>