From 2972ebcf6dad5666ec148f725df237024e4988fe Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 6 Feb 2025 14:36:32 +0300 Subject: [PATCH] 050 moving fields in instance from root 1/2 --- v1/Application.cfc | 2 +- v1/resources/instance.cfc | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 3ba6ea7..dce2a20 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.049"; + variables.framework.docs.APIVersion="0.050"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance.cfc b/v1/resources/instance.cfc index df8fd58..0fc9af0 100644 --- a/v1/resources/instance.cfc +++ b/v1/resources/instance.cfc @@ -143,6 +143,7 @@ + @@ -178,14 +179,14 @@ - + - + - + @@ -206,9 +207,9 @@ - - - + + + @@ -223,17 +224,20 @@ + - - + + + + + + +