modify.team {github}R Documentation

edit a team in an organization

Description

edit a team in an organization

Usage

modify.team(id, content, ctx = get.github.context())

Arguments

id

team id

content

the JSON object describing the team. See http://developer.github.com/v3/orgs/teams/#create-team for details.

ctx

the github context object

Value

team information


[Package github version 0.9.12 Index]