From 6bedde8e15b3118f2ae713d4791c040c8167d6f8 Mon Sep 17 00:00:00 2001 From: msyu Date: Mon, 21 Apr 2025 13:09:02 +0300 Subject: [PATCH] resourceRealm is_sensitive fix 095 --- v1/Application.cfc | 2 +- v1/resources/instance_operation.cfc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index dbac184..93cff0f 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.094"; + variables.framework.docs.APIVersion="0.095"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc index 99ff237..6ad1e75 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -104,7 +104,8 @@ iop.instance_operation_cfs_param_uid::text as instance_operation_cfs_param_uid sop.svc_operation_cfs_param_id - iop.param_value + + case when sop.is_sensitive then '********' else iop.param_value end as param_value to_char(iop.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_created iop.creator_id sop.svc_operation_cfs_param