From df47c32551f5820ac29e527075c2fcda91834b8f Mon Sep 17 00:00:00 2001 From: Christos P Date: Tue, 9 Jan 2024 07:19:54 +0200 Subject: [PATCH] fixed broken link related to documenation of modals. (#1448) --- docs/api-docs/slack_sdk/index.html | 18 +++++++------- docs/api-docs/slack_sdk/web/async_client.html | 24 +++++++++---------- docs/api-docs/slack_sdk/web/client.html | 24 +++++++++---------- docs/api-docs/slack_sdk/web/index.html | 18 +++++++------- .../api-docs/slack_sdk/web/legacy_client.html | 24 +++++++++---------- slack_sdk/web/async_client.py | 6 ++--- slack_sdk/web/client.py | 6 ++--- slack_sdk/web/legacy_client.py | 6 ++--- 8 files changed, 63 insertions(+), 63 deletions(-) diff --git a/docs/api-docs/slack_sdk/index.html b/docs/api-docs/slack_sdk/index.html index 13ce7cbc..e5fb3580 100644 --- a/docs/api-docs/slack_sdk/index.html +++ b/docs/api-docs/slack_sdk/index.html @@ -5208,7 +5208,7 @@

Note

) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -5230,7 +5230,7 @@

Note

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5255,7 +5255,7 @@

Note

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -13175,7 +13175,7 @@

Methods

+See https://api.slack.com/surfaces/modals for details.

Expand source code @@ -13189,7 +13189,7 @@

Methods

) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -13244,7 +13244,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. -Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) +Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push

@@ -13262,7 +13262,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -13283,7 +13283,7 @@

Methods

Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. -See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) +See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update

@@ -13302,7 +13302,7 @@

Methods

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ diff --git a/docs/api-docs/slack_sdk/web/async_client.html b/docs/api-docs/slack_sdk/web/async_client.html index d41f465a..bd86555a 100644 --- a/docs/api-docs/slack_sdk/web/async_client.html +++ b/docs/api-docs/slack_sdk/web/async_client.html @@ -5007,7 +5007,7 @@

Module slack_sdk.web.async_client

) -> AsyncSlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -5029,7 +5029,7 @@

Module slack_sdk.web.async_client

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5054,7 +5054,7 @@

Module slack_sdk.web.async_client

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -10175,7 +10175,7 @@

Note

) -> AsyncSlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -10197,7 +10197,7 @@

Note

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -10222,7 +10222,7 @@

Note

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -18142,7 +18142,7 @@

Methods

+See https://api.slack.com/surfaces/modals for details.

Expand source code @@ -18156,7 +18156,7 @@

Methods

) -> AsyncSlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -18211,7 +18211,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. -Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) +Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push

@@ -18229,7 +18229,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -18250,7 +18250,7 @@

Methods

Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. -See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) +See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update

@@ -18269,7 +18269,7 @@

Methods

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ diff --git a/docs/api-docs/slack_sdk/web/client.html b/docs/api-docs/slack_sdk/web/client.html index d0b85902..05c7a6c2 100644 --- a/docs/api-docs/slack_sdk/web/client.html +++ b/docs/api-docs/slack_sdk/web/client.html @@ -4998,7 +4998,7 @@

Module slack_sdk.web.client

) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -5020,7 +5020,7 @@

Module slack_sdk.web.client

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5045,7 +5045,7 @@

Module slack_sdk.web.client

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -10166,7 +10166,7 @@

Note

) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -10188,7 +10188,7 @@

Note

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -10213,7 +10213,7 @@

Note

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -18133,7 +18133,7 @@

Methods

+See https://api.slack.com/surfaces/modals for details.

Expand source code @@ -18147,7 +18147,7 @@

Methods

) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -18202,7 +18202,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. -Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) +Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push

@@ -18220,7 +18220,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -18241,7 +18241,7 @@

Methods

Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. -See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) +See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update

@@ -18260,7 +18260,7 @@

Methods

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ diff --git a/docs/api-docs/slack_sdk/web/index.html b/docs/api-docs/slack_sdk/web/index.html index 0f5c8095..b9d35002 100644 --- a/docs/api-docs/slack_sdk/web/index.html +++ b/docs/api-docs/slack_sdk/web/index.html @@ -5419,7 +5419,7 @@

Note

) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -5441,7 +5441,7 @@

Note

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5466,7 +5466,7 @@

Note

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -13386,7 +13386,7 @@

Methods

+See https://api.slack.com/surfaces/modals for details.

Expand source code @@ -13400,7 +13400,7 @@

Methods

) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -13455,7 +13455,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. -Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) +Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push

@@ -13473,7 +13473,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -13494,7 +13494,7 @@

Methods

Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. -See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) +See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update

@@ -13513,7 +13513,7 @@

Methods

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ diff --git a/docs/api-docs/slack_sdk/web/legacy_client.html b/docs/api-docs/slack_sdk/web/legacy_client.html index 06c140ca..5277aedc 100644 --- a/docs/api-docs/slack_sdk/web/legacy_client.html +++ b/docs/api-docs/slack_sdk/web/legacy_client.html @@ -5008,7 +5008,7 @@

Module slack_sdk.web.legacy_client

) -> Union[Future, SlackResponse]: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -5030,7 +5030,7 @@

Module slack_sdk.web.legacy_client

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5055,7 +5055,7 @@

Module slack_sdk.web.legacy_client

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -10176,7 +10176,7 @@

Note

) -> Union[Future, SlackResponse]: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -10198,7 +10198,7 @@

Note

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -10223,7 +10223,7 @@

Note

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ @@ -18143,7 +18143,7 @@

Methods

+See https://api.slack.com/surfaces/modals for details.

Expand source code @@ -18157,7 +18157,7 @@

Methods

) -> Union[Future, SlackResponse]: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -18212,7 +18212,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. -Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) +Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push

@@ -18230,7 +18230,7 @@

Methods

Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -18251,7 +18251,7 @@

Methods

Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. -See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) +See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update

@@ -18270,7 +18270,7 @@

Methods

"""Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ diff --git a/slack_sdk/web/async_client.py b/slack_sdk/web/async_client.py index cf55d550..2c8b90e8 100644 --- a/slack_sdk/web/async_client.py +++ b/slack_sdk/web/async_client.py @@ -4978,7 +4978,7 @@ async def views_open( ) -> AsyncSlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -5000,7 +5000,7 @@ async def views_push( Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5025,7 +5025,7 @@ async def views_update( """Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ diff --git a/slack_sdk/web/client.py b/slack_sdk/web/client.py index 4cf72a90..18c8a9c2 100644 --- a/slack_sdk/web/client.py +++ b/slack_sdk/web/client.py @@ -4969,7 +4969,7 @@ def views_open( ) -> SlackResponse: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -4991,7 +4991,7 @@ def views_push( Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5016,7 +5016,7 @@ def views_update( """Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """ diff --git a/slack_sdk/web/legacy_client.py b/slack_sdk/web/legacy_client.py index 3ebc5eae..c3d11975 100644 --- a/slack_sdk/web/legacy_client.py +++ b/slack_sdk/web/legacy_client.py @@ -4980,7 +4980,7 @@ def views_open( ) -> Union[Future, SlackResponse]: """Open a view for a user. https://api.slack.com/methods/views.open - See https://api.slack.com/block-kit/surfaces/modals for details. + See https://api.slack.com/surfaces/modals for details. """ kwargs.update({"trigger_id": trigger_id}) if isinstance(view, View): @@ -5002,7 +5002,7 @@ def views_push( Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. - Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals) + Read the modals documentation (https://api.slack.com/surfaces/modals) to learn more about the lifecycle and intricacies of views. https://api.slack.com/methods/views.push """ @@ -5027,7 +5027,7 @@ def views_update( """Update an existing view. Update a view by passing a new view definition along with the view_id returned in views.open or the external_id. - See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views) + See the modals documentation (https://api.slack.com/surfaces/modals#updating_views) to learn more about updating views and avoiding race conditions with the hash argument. https://api.slack.com/methods/views.update """