From e8c57fa5906406650aa72d76cd9d40046e89b6e5 Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 13 Mar 2025 18:30:42 +0300 Subject: [PATCH] 070 debug --- v1/Application.cfc | 2 +- v1/resources/instance_operation_run.cfc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index d5a7971..1b933fc 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.069"; + variables.framework.docs.APIVersion="0.070"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index 7379f3c..99ecd98 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -98,7 +98,10 @@ - + + + +