You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
skamensky
changed the title
HTTP Documentation of groups.create doesn't reflect
HTTP Documentation of groups.create doesn't reflect the required "members" attribute
Jul 23, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running
group = client.groups.create('groupname')
raises an error. After debugging, the content of the request is:
Even though the HTTP documentation shows that members is optional.
This makes using the groups.create impossible without modifying the source code.
The code below is a workaround.
The text was updated successfully, but these errors were encountered: