-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organization Membership Preview API Changes - existing endpoints #1514
Comments
And while I'm in the area, I'd like to put my face on this one too |
There is already a Should I add a new class
Looks like this has already been implemented https://github.com/octokit/octokit.net/blob/master/Octokit/Models/Request/NewTeam.cs#L43 |
Yeah it looks like the naming conventions have been a bit out of whack with this one. "normally" we would have So yeah I would say 👍 to this
|
👋 Hey Friends, this issue has been automatically marked as |
As per this blog post several changes are in preview for the Organization Membership API
This issue is to cover changes to existing endpoints
The
default_repository_permission
andmembers_can_create_repositories
settings for an organization can now be retrieved and set through the Get an organization and Edit an organization endpoints.The Create team endpoint now offers the
maintainers
parameter which will allow you to add team maintainers upon creation.You can now use the
affiliation
parameter with the List collaborators endpoint to filter a repository's collaborators by their affiliation type.NOTE: A new preview accepts header needs to be specified
application/vnd.github.korra-preview+json
inAcceptHeaders.cs
The text was updated successfully, but these errors were encountered: