From 6364cd3a075daf2ddc594b6da10c90613e766c2a Mon Sep 17 00:00:00 2001 From: Stanislav N <79140119+StanislavSTW@users.noreply.github.com> Date: Thu, 12 May 2022 20:53:59 +0300 Subject: [PATCH] Update modules.json --- modules.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules.json b/modules.json index 85e4576..4f9e432 100644 --- a/modules.json +++ b/modules.json @@ -44,8 +44,11 @@ ] }, "Integrations": { - "description": "Create and manage API tokens, access information, and other integrations with the Extensions Management module.", - "icon": "power" + "description": "Create and manage access tokens, define webhooks, and learn more about extensions with the Integrations Management module.", + "icon": "power", + "objects":[ + "api-tokens/object.json" + ] }, "Hubs": { "description": "Register and manage instances of your Commerce Management systems with the Hubs Management module.", @@ -136,4 +139,4 @@ ] } } -} \ No newline at end of file +}