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