Skip to content

Commit 23fdfd8

Browse files
committed
Add attachment actions API to docs
1 parent 8461e3b commit 23fdfd8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/user/api.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ access_tokens
3232

3333

3434

35+
.. _attachment_actions
3536
37+
attachment_actions
38+
------------------
39+
40+
.. autoclass:: webexteamssdk.api.attachment_actions.AttachmentActionsAPI()
3641

3742

3843
.. _events:
@@ -152,8 +157,12 @@ Access Token
152157
:inherited-members:
153158

154159

160+
.. _Attachment Action:
155161

162+
Attachment Action
163+
-----------------
156164

165+
.. autoclass:: AttachmentAction()
157166
:inherited-members:
158167

159168

docs/user/api_structure_table.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
| :class:`WebexTeamsAPI` | :ref:`access_tokens` | :meth:`get() <webeteamssdk.api.access_tokens.AccessTokensAPI.get>` |
33
| | | :meth:`refresh() <webeteamssdk.api.access_tokens.AccessTokensAPI.refresh>` |
44
+------------------------+---------------------------+---------------------------------------------------------------------------------+
5+
| | :ref:`attachment_actions` | :meth:`create() <webexteamssdk.api.attachment_actions.create>` |
6+
| | | :meth:`get() <webexteamssdk.api.attachment_actions.get>` |
7+
+------------------------+---------------------------+---------------------------------------------------------------------------------+
58
| | :ref:`events` | :meth:`list() <webeteamssdk.api.events.EventsAPI.list>` |
69
| | | :meth:`get() <webeteamssdk.api.events.EventsAPI.get>` |
710
+------------------------+---------------------------+---------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)