Github API - Test Config

GET /teams/{team_id}/projects/{project_id}
projects
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 Check team permissions for a project endpoint.

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

Arguments
key team-id

team-id [scalar]

The unique identifier of the team.

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)