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