diff --git a/v1/resources/svc_ls.cfc b/v1/resources/svc_ls.cfc index c780820..78a7834 100644 --- a/v1/resources/svc_ls.cfc +++ b/v1/resources/svc_ls.cfc @@ -11,7 +11,7 @@ dt_updated={prefix="s", type="date"}, svc_id={prefix="s", type="integer"}, is_production_ready={prefix="s", type="boolean"}, - svc={prefix="s", type="string"} + svc={prefix="s", type="string"}, code={prefix="s", type="string"} } />