|
23905 | 23905 | "/orgs/{org}/teams/{team_slug}/projects": { |
23906 | 23906 | "get": { |
23907 | 23907 | "summary": "List team projects", |
23908 | | - "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`.", |
| 23908 | + "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.", |
23909 | 23909 | "tags": [ |
23910 | 23910 | "teams" |
23911 | 23911 | ], |
@@ -23957,14 +23957,17 @@ |
23957 | 23957 | "githubCloudOnly": false, |
23958 | 23958 | "enabledForGitHubApps": true, |
23959 | 23959 | "category": "teams", |
23960 | | - "subcategory": "teams" |
23961 | | - } |
| 23960 | + "subcategory": "teams", |
| 23961 | + "deprecationDate": "2024-05-23", |
| 23962 | + "removalDate": "2025-04-01" |
| 23963 | + }, |
| 23964 | + "deprecated": true |
23962 | 23965 | } |
23963 | 23966 | }, |
23964 | 23967 | "/orgs/{org}/teams/{team_slug}/projects/{project_id}": { |
23965 | 23968 | "get": { |
23966 | 23969 | "summary": "Check team permissions for a project", |
23967 | | - "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}`.", |
| 23970 | + "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.", |
23968 | 23971 | "tags": [ |
23969 | 23972 | "teams" |
23970 | 23973 | ], |
@@ -24008,12 +24011,15 @@ |
24008 | 24011 | "githubCloudOnly": false, |
24009 | 24012 | "enabledForGitHubApps": true, |
24010 | 24013 | "category": "teams", |
24011 | | - "subcategory": "teams" |
24012 | | - } |
| 24014 | + "subcategory": "teams", |
| 24015 | + "deprecationDate": "2024-05-23", |
| 24016 | + "removalDate": "2025-04-01" |
| 24017 | + }, |
| 24018 | + "deprecated": true |
24013 | 24019 | }, |
24014 | 24020 | "put": { |
24015 | 24021 | "summary": "Add or update team project permissions", |
24016 | | - "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}`.", |
| 24022 | + "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.", |
24017 | 24023 | "tags": [ |
24018 | 24024 | "teams" |
24019 | 24025 | ], |
@@ -24100,12 +24106,15 @@ |
24100 | 24106 | "githubCloudOnly": false, |
24101 | 24107 | "enabledForGitHubApps": true, |
24102 | 24108 | "category": "teams", |
24103 | | - "subcategory": "teams" |
24104 | | - } |
| 24109 | + "subcategory": "teams", |
| 24110 | + "deprecationDate": "2024-05-23", |
| 24111 | + "removalDate": "2025-04-01" |
| 24112 | + }, |
| 24113 | + "deprecated": true |
24105 | 24114 | }, |
24106 | 24115 | "delete": { |
24107 | 24116 | "summary": "Remove a project from a team", |
24108 | | - "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}`.", |
| 24117 | + "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.", |
24109 | 24118 | "tags": [ |
24110 | 24119 | "teams" |
24111 | 24120 | ], |
|
24134 | 24143 | "githubCloudOnly": false, |
24135 | 24144 | "enabledForGitHubApps": true, |
24136 | 24145 | "category": "teams", |
24137 | | - "subcategory": "teams" |
24138 | | - } |
| 24146 | + "subcategory": "teams", |
| 24147 | + "deprecationDate": "2024-05-23", |
| 24148 | + "removalDate": "2025-04-01" |
| 24149 | + }, |
| 24150 | + "deprecated": true |
24139 | 24151 | } |
24140 | 24152 | }, |
24141 | 24153 | "/orgs/{org}/teams/{team_slug}/repos": { |
|
61673 | 61685 | "/teams/{team_id}/projects": { |
61674 | 61686 | "get": { |
61675 | 61687 | "summary": "List team projects (Legacy)", |
61676 | | - "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.", |
| 61688 | + "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.", |
61677 | 61689 | "tags": [ |
61678 | 61690 | "teams" |
61679 | 61691 | ], |
|
61724 | 61736 | "x-github": { |
61725 | 61737 | "githubCloudOnly": false, |
61726 | 61738 | "enabledForGitHubApps": true, |
61727 | | - "removalDate": "2021-02-01", |
61728 | | - "deprecationDate": "2020-01-21", |
| 61739 | + "removalDate": "2025-04-01", |
| 61740 | + "deprecationDate": "2024-05-23", |
61729 | 61741 | "category": "teams", |
61730 | 61742 | "subcategory": "teams" |
61731 | 61743 | }, |
|
61735 | 61747 | "/teams/{team_id}/projects/{project_id}": { |
61736 | 61748 | "get": { |
61737 | 61749 | "summary": "Check team permissions for a project (Legacy)", |
61738 | | - "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.", |
| 61750 | + "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.", |
61739 | 61751 | "tags": [ |
61740 | 61752 | "teams" |
61741 | 61753 | ], |
@@ -61775,16 +61787,16 @@ |
61775 | 61787 | "x-github": { |
61776 | 61788 | "githubCloudOnly": false, |
61777 | 61789 | "enabledForGitHubApps": true, |
61778 | | - "removalDate": "2021-02-01", |
61779 | | - "deprecationDate": "2020-01-21", |
| 61790 | + "removalDate": "2025-04-01", |
| 61791 | + "deprecationDate": "2024-05-23", |
61780 | 61792 | "category": "teams", |
61781 | 61793 | "subcategory": "teams" |
61782 | 61794 | }, |
61783 | 61795 | "deprecated": true |
61784 | 61796 | }, |
61785 | 61797 | "put": { |
61786 | 61798 | "summary": "Add or update team project permissions (Legacy)", |
61787 | | - "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.", |
| 61799 | + "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.", |
61788 | 61800 | "tags": [ |
61789 | 61801 | "teams" |
61790 | 61802 | ], |
@@ -61870,16 +61882,16 @@ |
61870 | 61882 | "x-github": { |
61871 | 61883 | "githubCloudOnly": false, |
61872 | 61884 | "enabledForGitHubApps": true, |
61873 | | - "removalDate": "2021-02-01", |
61874 | | - "deprecationDate": "2020-01-21", |
| 61885 | + "removalDate": "2025-04-01", |
| 61886 | + "deprecationDate": "2024-05-23", |
61875 | 61887 | "category": "teams", |
61876 | 61888 | "subcategory": "teams" |
61877 | 61889 | }, |
61878 | 61890 | "deprecated": true |
61879 | 61891 | }, |
61880 | 61892 | "delete": { |
61881 | 61893 | "summary": "Remove a project from a team (Legacy)", |
61882 | | - "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.", |
| 61894 | + "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.", |
61883 | 61895 | "tags": [ |
61884 | 61896 | "teams" |
61885 | 61897 | ], |
|
61910 | 61922 | "x-github": { |
61911 | 61923 | "githubCloudOnly": false, |
61912 | 61924 | "enabledForGitHubApps": true, |
61913 | | - "removalDate": "2021-02-01", |
61914 | | - "deprecationDate": "2020-01-21", |
| 61925 | + "removalDate": "2025-04-01", |
| 61926 | + "deprecationDate": "2024-05-23", |
61915 | 61927 | "category": "teams", |
61916 | 61928 | "subcategory": "teams" |
61917 | 61929 | }, |
|
0 commit comments