From af5412e068a44f995d19dc78def1d2b6fde898ee Mon Sep 17 00:00:00 2001 From: "alexandra.telyatnik" Date: Tue, 17 Sep 2024 16:17:44 +0300 Subject: [PATCH] CB-3909 update aggregators response --- source/includes/_cb.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source/includes/_cb.md b/source/includes/_cb.md index 56f028cf667..b8798a44a09 100644 --- a/source/includes/_cb.md +++ b/source/includes/_cb.md @@ -653,22 +653,22 @@ Console.WriteLine(response.GetContent()); "previous_submission_updates_allowed":"Y" } }, - "aggregators": [ + "aggregators": [ + { + "name": "Foursquare", + "type": "foursquare", + "expiration": "2025-08-08", + "secondary_campaign_id": "", + "directories": [ { - "citation" : "foursquare", - "domain_authority": "N/A", - "type": "Aggregators", - "phone_verification": "N/A", - "client_verification": "N/A", - "notes": "Foursquare will only contact the business if key data doesn’t align", - "no_update": "N/A", - "no_photos": "N/A", - "part_of_yext_network": "N/A", - "quick_listing": "N/A", - "secondary_campaign_id": "b", - "status": "To Do" + "citation": "Foursquare", + "notes": "", + "status": "Live", + "profile_url": "https://foursquare.com/listing" } - ] + ] + } + ] } ```