Github API - Test Config

PUT /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 Add or update team project permissions endpoint.

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.
Add or update team project permissions (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
403 application/json 3900

3900 [object]

Attributes
documentation_url string

message string

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)