Github API - Test Config

PATCH /teams/{team_id}
teams

Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

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

Note: With nested teams, the privacy for parent teams cannot be secret.
Update a team (Legacy)

Arguments
key team-id

team-id [scalar]

The unique identifier of the team.

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)