Github API - Test Config

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

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

Note: You can also specify a team by org_id and team_id using the route PUT /organizations/{org_id}/team/{team_id}/projects/{project_id}.
Add or update team project permissions

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
403 application/json 3846

3846 [object]

Attributes
documentation_url string

message string

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