Github API - Test Config

POST /orgs/{org}/teams
orgs
teams

To create a team, the authenticated user must be a member or owner of {org}. By default, organization members can create teams. Organization owners can limit team creation to organization owners. For more information, see "Setting team creation permissions."

When you create a new team, you automatically become a team maintainer without explicitly adding yourself to the optional array of maintainers. For more information, see "About teams".
Create a team

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
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)
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)