From 847799605d0be744791d4655258d09670b4fee72 Mon Sep 17 00:00:00 2001 From: msyu Date: Wed, 27 Nov 2024 20:13:56 +0300 Subject: [PATCH] 031 svc.code bugfix --- v1/resources/svc_ls.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} } />