Skip to content

Commit

Permalink
fixed bulk permission example (corrected params)
Browse files Browse the repository at this point in the history
  • Loading branch information
Octavio Simone committed Aug 3, 2021
1 parent 0d1085b commit aff003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bulk_room_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
]
}

r = nodes.update_room_users()
r = nodes.update_room_users(nodeID=room["id"], params=params)

config_response = my_dracoon.put(r)
if config_response.status_code == 200:
Expand Down

0 comments on commit aff003c

Please sign in to comment.