diff --git a/v1/Application.cfc b/v1/Application.cfc
index e434369..9342a49 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
- variables.framework.docs.APIVersion="0.169"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.170"; /*$ git config --global --unset user.password*/
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 7ce38d9..90576fa 100644
--- a/v1/resources/instance.cfc
+++ b/v1/resources/instance.cfc
@@ -117,7 +117,7 @@
st.instance_data->>'out' as out
st.instance_data->>'params' as params
(st.instance_data->>'isDeleted')::boolean as is_deleted
- (st.instance_data->>'isSuspended')::boolean as isSuspended
+ (st.instance_data->>'isSuspended')::boolean as is_suspended
from instance_state st
where st.instance_uid=