|
23819 | 23819 | "/orgs/{org}/teams/{team_slug}/projects": { |
23820 | 23820 | "get": { |
23821 | 23821 | "summary": "List team projects", |
23822 | | - "description": "Lists the organization projects for a team.\n\n> [!NOTE]\n> You can also specify a team by `org_id` and `team_id` using the route `GET /organizations/{org_id}/team/{team_id}/projects`.", |
| 23822 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
23823 | 23823 | "tags": [ |
23824 | 23824 | "teams" |
23825 | 23825 | ], |
@@ -23871,14 +23871,17 @@ |
23871 | 23871 | "githubCloudOnly": false, |
23872 | 23872 | "enabledForGitHubApps": true, |
23873 | 23873 | "category": "teams", |
23874 | | - "subcategory": "teams" |
23875 | | - } |
| 23874 | + "subcategory": "teams", |
| 23875 | + "deprecationDate": "2024-05-23", |
| 23876 | + "removalDate": "2025-04-01" |
| 23877 | + }, |
| 23878 | + "deprecated": true |
23876 | 23879 | } |
23877 | 23880 | }, |
23878 | 23881 | "/orgs/{org}/teams/{team_slug}/projects/{project_id}": { |
23879 | 23882 | "get": { |
23880 | 23883 | "summary": "Check team permissions for a project", |
23881 | | - "description": "Checks whether a team has `read`, `write`, or `admin` permissions for an organization project. The response includes projects inherited from a parent team.\n\n> [!NOTE]\n> 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}`.", |
| 23884 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
23882 | 23885 | "tags": [ |
23883 | 23886 | "teams" |
23884 | 23887 | ], |
@@ -23922,12 +23925,15 @@ |
23922 | 23925 | "githubCloudOnly": false, |
23923 | 23926 | "enabledForGitHubApps": true, |
23924 | 23927 | "category": "teams", |
23925 | | - "subcategory": "teams" |
23926 | | - } |
| 23928 | + "subcategory": "teams", |
| 23929 | + "deprecationDate": "2024-05-23", |
| 23930 | + "removalDate": "2025-04-01" |
| 23931 | + }, |
| 23932 | + "deprecated": true |
23927 | 23933 | }, |
23928 | 23934 | "put": { |
23929 | 23935 | "summary": "Add or update team project permissions", |
23930 | | - "description": "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.\n\n> [!NOTE]\n> 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}`.", |
| 23936 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
23931 | 23937 | "tags": [ |
23932 | 23938 | "teams" |
23933 | 23939 | ], |
@@ -24012,12 +24018,15 @@ |
24012 | 24018 | "githubCloudOnly": false, |
24013 | 24019 | "enabledForGitHubApps": true, |
24014 | 24020 | "category": "teams", |
24015 | | - "subcategory": "teams" |
24016 | | - } |
| 24021 | + "subcategory": "teams", |
| 24022 | + "deprecationDate": "2024-05-23", |
| 24023 | + "removalDate": "2025-04-01" |
| 24024 | + }, |
| 24025 | + "deprecated": true |
24017 | 24026 | }, |
24018 | 24027 | "delete": { |
24019 | 24028 | "summary": "Remove a project from a team", |
24020 | | - "description": "Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have `read` access to both the team and project, or `admin` access to the team or project. This endpoint removes the project from the team, but does not delete the project.\n\n> [!NOTE]\n> You can also specify a team by `org_id` and `team_id` using the route `DELETE /organizations/{org_id}/team/{team_id}/projects/{project_id}`.", |
| 24029 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
24021 | 24030 | "tags": [ |
24022 | 24031 | "teams" |
24023 | 24032 | ], |
|
24046 | 24055 | "githubCloudOnly": false, |
24047 | 24056 | "enabledForGitHubApps": true, |
24048 | 24057 | "category": "teams", |
24049 | | - "subcategory": "teams" |
24050 | | - } |
| 24058 | + "subcategory": "teams", |
| 24059 | + "deprecationDate": "2024-05-23", |
| 24060 | + "removalDate": "2025-04-01" |
| 24061 | + }, |
| 24062 | + "deprecated": true |
24051 | 24063 | } |
24052 | 24064 | }, |
24053 | 24065 | "/orgs/{org}/teams/{team_slug}/repos": { |
|
61404 | 61416 | "/teams/{team_id}/projects": { |
61405 | 61417 | "get": { |
61406 | 61418 | "summary": "List team projects (Legacy)", |
61407 | | - "description": "> [!WARNING]\n> **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team projects`](https://docs.github.com/rest/teams/teams#list-team-projects) endpoint.\n\nLists the organization projects for a team.", |
| 61419 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
61408 | 61420 | "tags": [ |
61409 | 61421 | "teams" |
61410 | 61422 | ], |
|
61455 | 61467 | "x-github": { |
61456 | 61468 | "githubCloudOnly": false, |
61457 | 61469 | "enabledForGitHubApps": true, |
61458 | | - "removalDate": "2021-02-01", |
61459 | | - "deprecationDate": "2020-01-21", |
| 61470 | + "removalDate": "2025-04-01", |
| 61471 | + "deprecationDate": "2024-05-23", |
61460 | 61472 | "category": "teams", |
61461 | 61473 | "subcategory": "teams" |
61462 | 61474 | }, |
|
61466 | 61478 | "/teams/{team_id}/projects/{project_id}": { |
61467 | 61479 | "get": { |
61468 | 61480 | "summary": "Check team permissions for a project (Legacy)", |
61469 | | - "description": "> [!WARNING]\n> **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Check team permissions for a project](https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project) endpoint.\n\nChecks whether a team has `read`, `write`, or `admin` permissions for an organization project. The response includes projects inherited from a parent team.", |
| 61481 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
61470 | 61482 | "tags": [ |
61471 | 61483 | "teams" |
61472 | 61484 | ], |
@@ -61506,16 +61518,16 @@ |
61506 | 61518 | "x-github": { |
61507 | 61519 | "githubCloudOnly": false, |
61508 | 61520 | "enabledForGitHubApps": true, |
61509 | | - "removalDate": "2021-02-01", |
61510 | | - "deprecationDate": "2020-01-21", |
| 61521 | + "removalDate": "2025-04-01", |
| 61522 | + "deprecationDate": "2024-05-23", |
61511 | 61523 | "category": "teams", |
61512 | 61524 | "subcategory": "teams" |
61513 | 61525 | }, |
61514 | 61526 | "deprecated": true |
61515 | 61527 | }, |
61516 | 61528 | "put": { |
61517 | 61529 | "summary": "Add or update team project permissions (Legacy)", |
61518 | | - "description": "> [!WARNING]\n> **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Add or update team project permissions](https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions) endpoint.\n\nAdds 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.", |
| 61530 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
61519 | 61531 | "tags": [ |
61520 | 61532 | "teams" |
61521 | 61533 | ], |
@@ -61601,16 +61613,16 @@ |
61601 | 61613 | "x-github": { |
61602 | 61614 | "githubCloudOnly": false, |
61603 | 61615 | "enabledForGitHubApps": true, |
61604 | | - "removalDate": "2021-02-01", |
61605 | | - "deprecationDate": "2020-01-21", |
| 61616 | + "removalDate": "2025-04-01", |
| 61617 | + "deprecationDate": "2024-05-23", |
61606 | 61618 | "category": "teams", |
61607 | 61619 | "subcategory": "teams" |
61608 | 61620 | }, |
61609 | 61621 | "deprecated": true |
61610 | 61622 | }, |
61611 | 61623 | "delete": { |
61612 | 61624 | "summary": "Remove a project from a team (Legacy)", |
61613 | | - "description": "> [!WARNING]\n> **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove a project from a team](https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team) endpoint.\n\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have `read` access to both the team and project, or `admin` access to the team or project. **Note:** This endpoint removes the project from the team, but does not delete it.", |
| 61625 | + "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", |
61614 | 61626 | "tags": [ |
61615 | 61627 | "teams" |
61616 | 61628 | ], |
|
61641 | 61653 | "x-github": { |
61642 | 61654 | "githubCloudOnly": false, |
61643 | 61655 | "enabledForGitHubApps": true, |
61644 | | - "removalDate": "2021-02-01", |
61645 | | - "deprecationDate": "2020-01-21", |
| 61656 | + "removalDate": "2025-04-01", |
| 61657 | + "deprecationDate": "2024-05-23", |
61646 | 61658 | "category": "teams", |
61647 | 61659 | "subcategory": "teams" |
61648 | 61660 | }, |
|
0 commit comments