From c8178046b43f3bdc93dcdf7c1d9aa5479adbf791 Mon Sep 17 00:00:00 2001 From: ilyakubanov Date: Thu, 7 Nov 2024 12:38:23 +0100 Subject: [PATCH] Adjusted specification --- .../Business/AmazonQuicksightFacadeInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SprykerEco/Zed/AmazonQuicksight/Business/AmazonQuicksightFacadeInterface.php b/src/SprykerEco/Zed/AmazonQuicksight/Business/AmazonQuicksightFacadeInterface.php index 304b1fd..745bc56 100644 --- a/src/SprykerEco/Zed/AmazonQuicksight/Business/AmazonQuicksightFacadeInterface.php +++ b/src/SprykerEco/Zed/AmazonQuicksight/Business/AmazonQuicksightFacadeInterface.php @@ -64,6 +64,7 @@ public function deleteQuicksightUsersByUserCollectionResponse( * - Renders a Quicksight analytics template. * - Creates `AnalyticsTransfer` and populates `AnalyticsTransfer.content` with the rendered content. * - Adds the newly introduced `AnalyticsTransfer` to `AnalyticsCollectionTransfer.analyticsList`. + * - Expands `AnalyticsCollectionTransfer.analyticsActions` with the synchronize Quicksight users action. * - If the provided user is allowed to reset the Analytics expands `AnalyticsCollectionTransfer.analyticsActions` with the reset action. * * @api