From 94c1dd98c24a64ae35409e612753099484e34855 Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 25 Sep 2025 18:24:34 +0300 Subject: [PATCH] 149 request.usr_id bugfix --- v1/Application.cfc | 2 +- v1/resources/instance_operation_cfs_param.cfc | 2 +- v1/resources/instance_operation_cfs_param_ls.cfc | 3 ++- v1/resources/instance_operation_run.cfc | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index c1a63f4..6a93a04 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.148"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.149"; /*$ 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 324239b..93a5a0f 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -210,7 +210,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - + diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc index d4c5839..9b56bc5 100644 --- a/v1/resources/instance_operation_cfs_param_ls.cfc +++ b/v1/resources/instance_operation_cfs_param_ls.cfc @@ -257,10 +257,11 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In + - + diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index 824bcad..9ddc516 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -84,7 +84,7 @@ - +