From 96c764d0ab94d06386cc05e26c2675fe6db8c794 Mon Sep 17 00:00:00 2001 From: Adam Sachs Date: Thu, 5 May 2022 10:21:00 -0400 Subject: [PATCH] updates to saas config guide doc to clarify behavior (#464) * updates to saas config guide doc to clarify masked_object_fields behavior * fix typo Co-authored-by: Adam Sachs --- docs/fidesops/docs/guides/saas_config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fidesops/docs/guides/saas_config.md b/docs/fidesops/docs/guides/saas_config.md index acb57f4b5..50e829ae3 100644 --- a/docs/fidesops/docs/guides/saas_config.md +++ b/docs/fidesops/docs/guides/saas_config.md @@ -481,7 +481,7 @@ update: path: /crm/v3/objects/contacts body: '{ "properties": { - + , "user_ref_id": } }' @@ -493,7 +493,7 @@ update: direction: from ``` -Fidesops will replace the `` placeholder with the result of the policy-driven masking service, for example `{'company': None, 'email': None}`. +Fidesops will replace the `` placeholder with the result of the policy-driven masking service, for example `'company': None, 'email': None`. Note that neither enclosing curly brackets (`{` `}`) nor a trailing comma (`,`) are included as part of the replacement string generated by Fidesops. This results in the following update request: ```yaml