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