Github API - Test Config

GET /orgs/{org}/teams/{team_slug}/projects/{project_id}
orgs
projects
teams

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

Note: You can also specify a team by org_id and team_id using the route GET /organizations/{org_id}/team/{team_id}/projects/{project_id}.
Check team permissions for a project

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)

key project-id

project-id [scalar]

The unique identifier of the project.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json team-project

team-project [object]

A team's access to a project.

Attributes
body string

columns_url string

created_at string

creator simple-user

html_url string

id integer

name string

node_id string

number integer

organization_permission string

The organization permission for this project. Only present when owner is an organization.

owner_url string

permissions 2120

private boolean

Whether the project is private or not. Only present when owner is an organization.

state string

updated_at string

url string

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