Skip to content

Commit

Permalink
fixed broken link related to documenation of modals. (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-P authored Jan 9, 2024
1 parent ebdfe45 commit df47c32
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 63 deletions.
18 changes: 9 additions & 9 deletions docs/api-docs/slack_sdk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5208,7 +5208,7 @@ <h2 id="note">Note</h2>
) -&gt; SlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand All @@ -5230,7 +5230,7 @@ <h2 id="note">Note</h2>
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
&#34;&#34;&#34;
Expand All @@ -5255,7 +5255,7 @@ <h2 id="note">Note</h2>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down Expand Up @@ -13175,7 +13175,7 @@ <h3>Methods</h3>
<dd>
<div class="desc"><p>Open a view for a user.
<a href="https://api.slack.com/methods/views.open">https://api.slack.com/methods/views.open</a>
See <a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a> for details.</p></div>
See <a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a> for details.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand All @@ -13189,7 +13189,7 @@ <h3>Methods</h3>
) -&gt; SlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand Down Expand Up @@ -13244,7 +13244,7 @@ <h3>Methods</h3>
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 (<a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a>)
Read the modals documentation (<a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a>)
to learn more about the lifecycle and intricacies of views.
<a href="https://api.slack.com/methods/views.push">https://api.slack.com/methods/views.push</a></p></div>
<details class="source">
Expand All @@ -13262,7 +13262,7 @@ <h3>Methods</h3>
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
&#34;&#34;&#34;
Expand All @@ -13283,7 +13283,7 @@ <h3>Methods</h3>
<div class="desc"><p>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 (<a href="https://api.slack.com/block-kit/surfaces/modals#updating_views">https://api.slack.com/block-kit/surfaces/modals#updating_views</a>)
See the modals documentation (<a href="https://api.slack.com/surfaces/modals#updating_views">https://api.slack.com/surfaces/modals#updating_views</a>)
to learn more about updating views and avoiding race conditions with the hash argument.
<a href="https://api.slack.com/methods/views.update">https://api.slack.com/methods/views.update</a></p></div>
<details class="source">
Expand All @@ -13302,7 +13302,7 @@ <h3>Methods</h3>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down
24 changes: 12 additions & 12 deletions docs/api-docs/slack_sdk/web/async_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -5007,7 +5007,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
) -&gt; AsyncSlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand All @@ -5029,7 +5029,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
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
&#34;&#34;&#34;
Expand All @@ -5054,7 +5054,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down Expand Up @@ -10175,7 +10175,7 @@ <h2 id="note">Note</h2>
) -&gt; AsyncSlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand All @@ -10197,7 +10197,7 @@ <h2 id="note">Note</h2>
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
&#34;&#34;&#34;
Expand All @@ -10222,7 +10222,7 @@ <h2 id="note">Note</h2>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down Expand Up @@ -18142,7 +18142,7 @@ <h3>Methods</h3>
<dd>
<div class="desc"><p>Open a view for a user.
<a href="https://api.slack.com/methods/views.open">https://api.slack.com/methods/views.open</a>
See <a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a> for details.</p></div>
See <a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a> for details.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand All @@ -18156,7 +18156,7 @@ <h3>Methods</h3>
) -&gt; AsyncSlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand Down Expand Up @@ -18211,7 +18211,7 @@ <h3>Methods</h3>
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 (<a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a>)
Read the modals documentation (<a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a>)
to learn more about the lifecycle and intricacies of views.
<a href="https://api.slack.com/methods/views.push">https://api.slack.com/methods/views.push</a></p></div>
<details class="source">
Expand All @@ -18229,7 +18229,7 @@ <h3>Methods</h3>
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
&#34;&#34;&#34;
Expand All @@ -18250,7 +18250,7 @@ <h3>Methods</h3>
<div class="desc"><p>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 (<a href="https://api.slack.com/block-kit/surfaces/modals#updating_views">https://api.slack.com/block-kit/surfaces/modals#updating_views</a>)
See the modals documentation (<a href="https://api.slack.com/surfaces/modals#updating_views">https://api.slack.com/surfaces/modals#updating_views</a>)
to learn more about updating views and avoiding race conditions with the hash argument.
<a href="https://api.slack.com/methods/views.update">https://api.slack.com/methods/views.update</a></p></div>
<details class="source">
Expand All @@ -18269,7 +18269,7 @@ <h3>Methods</h3>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down
24 changes: 12 additions & 12 deletions docs/api-docs/slack_sdk/web/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -4998,7 +4998,7 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
) -&gt; SlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand All @@ -5020,7 +5020,7 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
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
&#34;&#34;&#34;
Expand All @@ -5045,7 +5045,7 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down Expand Up @@ -10166,7 +10166,7 @@ <h2 id="note">Note</h2>
) -&gt; SlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand All @@ -10188,7 +10188,7 @@ <h2 id="note">Note</h2>
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
&#34;&#34;&#34;
Expand All @@ -10213,7 +10213,7 @@ <h2 id="note">Note</h2>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down Expand Up @@ -18133,7 +18133,7 @@ <h3>Methods</h3>
<dd>
<div class="desc"><p>Open a view for a user.
<a href="https://api.slack.com/methods/views.open">https://api.slack.com/methods/views.open</a>
See <a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a> for details.</p></div>
See <a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a> for details.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand All @@ -18147,7 +18147,7 @@ <h3>Methods</h3>
) -&gt; SlackResponse:
&#34;&#34;&#34;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.
&#34;&#34;&#34;
kwargs.update({&#34;trigger_id&#34;: trigger_id})
if isinstance(view, View):
Expand Down Expand Up @@ -18202,7 +18202,7 @@ <h3>Methods</h3>
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 (<a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a>)
Read the modals documentation (<a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a>)
to learn more about the lifecycle and intricacies of views.
<a href="https://api.slack.com/methods/views.push">https://api.slack.com/methods/views.push</a></p></div>
<details class="source">
Expand All @@ -18220,7 +18220,7 @@ <h3>Methods</h3>
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
&#34;&#34;&#34;
Expand All @@ -18241,7 +18241,7 @@ <h3>Methods</h3>
<div class="desc"><p>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 (<a href="https://api.slack.com/block-kit/surfaces/modals#updating_views">https://api.slack.com/block-kit/surfaces/modals#updating_views</a>)
See the modals documentation (<a href="https://api.slack.com/surfaces/modals#updating_views">https://api.slack.com/surfaces/modals#updating_views</a>)
to learn more about updating views and avoiding race conditions with the hash argument.
<a href="https://api.slack.com/methods/views.update">https://api.slack.com/methods/views.update</a></p></div>
<details class="source">
Expand All @@ -18260,7 +18260,7 @@ <h3>Methods</h3>
&#34;&#34;&#34;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
&#34;&#34;&#34;
Expand Down
Loading

0 comments on commit df47c32

Please sign in to comment.