diff --git a/v1/Application.cfc b/v1/Application.cfc index d70fbf3..c67bf3d 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.136"; /*dependencies*/ /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.137"; /*dependencies*/ /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/lib/rest_api_helper.cfc b/v1/lib/rest_api_helper.cfc index fe7fa16..0aa75c7 100644 --- a/v1/lib/rest_api_helper.cfc +++ b/v1/lib/rest_api_helper.cfc @@ -104,7 +104,14 @@ - + + + + + + + + diff --git a/v1/resources/instance_ls.cfc b/v1/resources/instance_ls.cfc index 817c8cb..2a1cc3b 100644 --- a/v1/resources/instance_ls.cfc +++ b/v1/resources/instance_ls.cfc @@ -40,7 +40,7 @@ "operation_is_pending"={prefix="inr", type="boolean"}, "is_test"={prefix="inr", type="boolean"}, "is_auxiliary"={prefix="inr", type="boolean"}, - "explained_status"={prefix="inr", type="string"}, + "explained_status"={prefix="inr", type="string", list=true}, "dt_state"={prefix="inr", type="date"}, "version"={prefix="inr", type="integer"} + select