From 3e3c9077135f9a6b61b25020563b562cd44e863b Mon Sep 17 00:00:00 2001 From: msyu Date: Wed, 13 Nov 2024 16:30:01 +0300 Subject: [PATCH] added descr --- v1/Application.cfc | 2 +- v1/resources/instance.cfc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index e6ab74f..41899b1 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -71,7 +71,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.018"; + variables.framework.docs.APIVersion="0.019"; 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 16d0dde..3dfe78d 100644 --- a/v1/resources/instance.cfc +++ b/v1/resources/instance.cfc @@ -22,6 +22,7 @@ e.instance_uid::text as instance_uid e.display_name e.service_id + e.descr e.specification_item_id to_char(e.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as instance_config_dt_created to_char(e.dt_updated, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as instance_config_dt_updated