Tags: WebexCommunity/WebexPythonSDK
Tags
refactor(contributing): fixed github action failure (#264) **Root Cause**: Missing blank line after `code-block` directive caused RST to interpret content as arguments. **Fix**: Added blank line to separate directive from content: ```diff .. code-block:: bash + # see below for more information on running the test suite locally make tests
Add additional properties to Room and fix missing arguments in rooms … …API (#246) This pull request includes two commits; these changes enhance the functionality and completeness of the Room class and ensure that the rooms API works correctly. The first commit adds additional properties to the Room class, including `classificationId`, `isAnnouncementOnly`, `isReadOnly`, `isPublic`, `madePublic`, and `description`. The second commit fixes missing arguments in the rooms API by adding the create room args to the `post_data`. Fixes #244
PreviousNext