From 243c8300f35ea8d2f314163dc64d8b28a6b532b8 Mon Sep 17 00:00:00 2001 From: Ritesh Pawar Date: Thu, 30 Jan 2025 22:28:41 +0530 Subject: [PATCH] addressed build failuers --- .../saas-connectivity/connector-commands/account-list.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/connectivity/saas-connectivity/connector-commands/account-list.md b/docs/connectivity/saas-connectivity/connector-commands/account-list.md index 7d819f8be..1a1cc99d7 100644 --- a/docs/connectivity/saas-connectivity/connector-commands/account-list.md +++ b/docs/connectivity/saas-connectivity/connector-commands/account-list.md @@ -242,13 +242,13 @@ Filter resource objects on a source during an account aggregation process. In or 1. In order to configure Filtering feature, you need to modify the source configurations to add in a `filterString` or `account.filterString` property. This can be done with a simple partial update to the source, using the REST APIs.
- PATCH/v3/sources/{id} + PATCH/v3/sources/\{id\} ##### HTTP Headers > | Key | Value | Description | > |-----------|-----------|-------------------------| -> | authorization | Bearer {token} | This is the JWT OAuth token | +> | authorization | Bearer \{token\} | This is the JWT OAuth token | > | content-type | application/json-patch+json | This is needed for PATCH operations | ##### Path Parameters @@ -306,8 +306,6 @@ curl -X PATCH \ > content-type: application/json -> A modified source object. -
2. In the `stdAccountList` command, before sending the Resource Object (accounts), you need to filter the accounts. Accounts which match the filter string will be filtered. Accounts which do not match, will be sent to ISC as normal. @@ -350,4 +348,4 @@ In the above example, we are setting the constructor with filter string value fe }) ``` -Reference doc link : [Filter Class](/docs/tools/sdk/typescript/filter.md) \ No newline at end of file +Reference doc link Filter : [Filter Class](/docs/tools/sdk/typescript/filter.md) \ No newline at end of file