Method: Octokit::Client::Organizations#update_team
- Defined in:
- lib/octokit/client/organizations.rb
#update_team(team_id, options = {}) ⇒ Sawyer::Resource
Update team
Requires authenticated organization owner.
251 252 253 |
# File 'lib/octokit/client/organizations.rb', line 251 def update_team(team_id, = {}) patch "teams/#{team_id}", end |