Skip to content

Commit 1e13d2e

Browse files
committed
fix(rooms API): add missing create room args to post_data
1 parent ea3916f commit 1e13d2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/webexpythonsdk/api/rooms.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ def create(
176176
request_parameters,
177177
title=title,
178178
teamId=teamId,
179+
classificationId=classificationId,
180+
isLocked=isLocked,
181+
isPublic=isPublic,
182+
description=description,
183+
isAnnouncementOnly=isAnnouncementOnly,
179184
)
180185

181186
# API request

0 commit comments

Comments
 (0)