Skip to content

Commit 1e6ca12

Browse files
committed
fixing rooms example 2
1 parent 726781d commit 1e6ca12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/rooms/examples/eg002_create_room_with_template/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def worker(args):
6363
# Step 4. Create the room using a POST API call.
6464
rooms_api = RoomsApi(api_client)
6565
response = rooms_api.create_room(
66-
room_for_create=room,
66+
body=room,
6767
account_id=args["account_id"],
6868
)
6969
return response

0 commit comments

Comments
 (0)