Github API - Test Config

PATCH /orgs/{org}/teams/{team_slug}
orgs
teams

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

Note: You can also specify a team by org_id and team_id using the route PATCH /organizations/{org_id}/team/{team_id}.
Update a team

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key team-slug

team-slug [scalar]

The slug of the team name.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json team-full

team-full [object]

Groups of organization members that gives permissions on specified repositories.

Attributes
created_at string

description string

html_url string

id integer

Unique identifier of the team

ldap_dn string

Distinguished Name (DN) that team maps to within LDAP environment

members_count integer

members_url string

name string

Name of the team

node_id string

organization team-organization

permission string

Permission that the team will have for its repositories

privacy string

The level of privacy this team should have

repos_count integer

repositories_url string

slug string

updated_at string

url string

URL for the team

API:
Github Open API
(version: 1.1.4)
201 application/json team-full

team-full [object]

Groups of organization members that gives permissions on specified repositories.

Attributes
created_at string

description string

html_url string

id integer

Unique identifier of the team

ldap_dn string

Distinguished Name (DN) that team maps to within LDAP environment

members_count integer

members_url string

name string

Name of the team

node_id string

organization team-organization

permission string

Permission that the team will have for its repositories

privacy string

The level of privacy this team should have

repos_count integer

repositories_url string

slug string

updated_at string

url string

URL for the team

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)