From 6efb0367d292a656aadd2838f6dc9c034bb16b85 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Feb 2026 11:30:19 +0300 Subject: [PATCH] 207 getInstanceState fix --- v1/Application.cfc | 2 +- v1/resources/instance_operation_cfs_param.cfc | 6 +++++- v1/resources/svc_operation_cfs_param_compute.cfc | 11 +++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index fdb80f8..9cf989b 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.206"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.207"; /*$ 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 28b8896..7f1c356 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -380,7 +380,11 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In ---> - + + + + + diff --git a/v1/resources/svc_operation_cfs_param_compute.cfc b/v1/resources/svc_operation_cfs_param_compute.cfc index c66aacb..c8a5137 100644 --- a/v1/resources/svc_operation_cfs_param_compute.cfc +++ b/v1/resources/svc_operation_cfs_param_compute.cfc @@ -144,9 +144,12 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - - - - +