You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1839,13 +1839,13 @@ public struct Client: APIProtocol {
1839
1839
}
1840
1840
/// Check team permissions for a project
1841
1841
///
1842
-
/// Checks whether a team has `read`, `write`, or `admin` permissions for an organization project. The response includes projects inherited from a parent team.
1843
-
///
1844
-
/// > [!NOTE]
1845
-
/// > 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}`.
1842
+
/// > [!WARNING]
1843
+
/// > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.
1844
+
/// > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.
@@ -1910,13 +1910,13 @@ public struct Client: APIProtocol {
1910
1910
}
1911
1911
/// Add or update team project permissions
1912
1912
///
1913
-
/// 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.
1914
-
///
1915
-
/// > [!NOTE]
1916
-
/// > 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}`.
1913
+
/// > [!WARNING]
1914
+
/// > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.
1915
+
/// > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.
@@ -1992,13 +1992,13 @@ public struct Client: APIProtocol {
1992
1992
}
1993
1993
/// Remove a project from a team
1994
1994
///
1995
-
/// 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.
1996
-
///
1997
-
/// > [!NOTE]
1998
-
/// > 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}`.
1995
+
/// > [!WARNING]
1996
+
/// > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.
1997
+
/// > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.
@@ -4174,9 +4174,8 @@ public struct Client: APIProtocol {
4174
4174
/// List team projects (Legacy)
4175
4175
///
4176
4176
/// > [!WARNING]
4177
-
/// > **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.
4178
-
///
4179
-
/// Lists the organization projects for a team.
4177
+
/// > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.
4178
+
/// > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.
/// - Remark: Generated from `#/paths//teams/{team_id}/projects/get(teams/list-projects-legacy)`.
@@ -4286,9 +4285,8 @@ public struct Client: APIProtocol {
4286
4285
/// Check team permissions for a project (Legacy)
4287
4286
///
4288
4287
/// > [!WARNING]
4289
-
/// > **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.
4290
-
///
4291
-
/// Checks whether a team has `read`, `write`, or `admin` permissions for an organization project. The response includes projects inherited from a parent team.
4288
+
/// > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.
4289
+
/// > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.
/// - Remark: Generated from `#/paths//teams/{team_id}/projects/{project_id}/get(teams/check-permissions-for-project-legacy)`.
@@ -4357,9 +4355,8 @@ public struct Client: APIProtocol {
4357
4355
/// Add or update team project permissions (Legacy)
4358
4356
///
4359
4357
/// > [!WARNING]
4360
-
/// > **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.
4361
-
///
4362
-
/// 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.
4358
+
/// > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.
4359
+
/// > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.
/// - Remark: Generated from `#/paths//teams/{team_id}/projects/{project_id}/put(teams/add-or-update-project-permissions-legacy)`.
@@ -4483,9 +4480,8 @@ public struct Client: APIProtocol {
4483
4480
/// Remove a project from a team (Legacy)
4484
4481
///
4485
4482
/// > [!WARNING]
4486
-
/// > **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.
4487
-
///
4488
-
/// 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. **Note:** This endpoint removes the project from the team, but does not delete it.
4483
+
/// > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.
4484
+
/// > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.
0 commit comments