diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index bfe6af1e95..34560a4ad2 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -12039,7 +12039,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -12424,7 +12424,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -13114,7 +13114,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -20905,12 +20905,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -20969,7 +20969,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -20980,12 +20980,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -21058,7 +21058,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -25956,12 +25956,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -26000,7 +26000,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26011,12 +26011,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -26095,7 +26095,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26106,12 +26106,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -26159,7 +26159,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26172,12 +26172,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -26327,7 +26327,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26340,12 +26340,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -26384,7 +26384,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26395,12 +26395,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -26466,7 +26466,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26477,12 +26477,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -26506,7 +26506,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26519,12 +26519,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -26589,7 +26589,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26600,12 +26600,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -26753,7 +26753,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26766,12 +26766,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -26843,7 +26843,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26856,12 +26856,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#get-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -26897,7 +26897,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26907,13 +26907,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#update-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -27039,7 +27039,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27049,13 +27049,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -27106,7 +27106,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27119,12 +27119,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -27195,7 +27195,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27208,12 +27208,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -27282,7 +27282,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27293,12 +27293,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -27331,7 +27331,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27344,12 +27344,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -27394,7 +27394,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27407,12 +27407,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -27462,7 +27462,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27473,12 +27473,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -27555,7 +27555,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -53065,12 +53065,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -53144,7 +53144,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -53155,12 +53155,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -53236,7 +53236,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -68420,12 +68420,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -68501,7 +68501,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -71740,12 +71740,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -71804,7 +71804,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 48c2918ee5..10651ccda6 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -8728,7 +8728,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -9032,7 +9032,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -9569,7 +9569,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -15216,11 +15216,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-organization-projects + url: https://docs.github.com/rest/projects-classic/projects#list-organization-projects parameters: - "$ref": "#/components/parameters/org" - name: state @@ -15256,7 +15256,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -15268,11 +15268,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-an-organization-project + url: https://docs.github.com/rest/projects-classic/projects#create-an-organization-project parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -15318,7 +15318,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18882,11 +18882,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#get-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -18910,7 +18910,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18922,11 +18922,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -18976,7 +18976,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18988,11 +18988,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#delete-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -19022,7 +19022,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19035,11 +19035,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#move-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -19138,7 +19138,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19151,11 +19151,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#get-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -19179,7 +19179,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19191,11 +19191,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -19236,7 +19236,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19248,11 +19248,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#delete-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -19267,7 +19267,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19280,11 +19280,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#list-project-cards + url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - "$ref": "#/components/parameters/column-id" - name: archived_state @@ -19324,7 +19324,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19336,11 +19336,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#create-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -19430,7 +19430,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19443,11 +19443,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#move-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -19495,7 +19495,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19508,11 +19508,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#get-a-project + url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -19534,7 +19534,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19545,12 +19545,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#update-a-project + url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -19635,7 +19635,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19646,12 +19646,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#delete-a-project + url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -19683,7 +19683,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19696,11 +19696,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - "$ref": "#/components/parameters/project-id" - name: affiliation @@ -19748,7 +19748,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19761,11 +19761,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -19809,7 +19809,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19821,11 +19821,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -19845,7 +19845,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19858,11 +19858,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -19889,7 +19889,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19902,11 +19902,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#list-project-columns + url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/per-page" @@ -19935,7 +19935,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19947,11 +19947,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#create-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -20001,7 +20001,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38582,11 +38582,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-repository-projects + url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -38631,7 +38631,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38643,11 +38643,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-repository-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -38694,7 +38694,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -49728,11 +49728,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-user-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -49782,7 +49782,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52059,11 +52059,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-user-projects + url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - "$ref": "#/components/parameters/username" - name: state @@ -52099,7 +52099,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index bfe6af1e95..34560a4ad2 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -12039,7 +12039,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -12424,7 +12424,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -13114,7 +13114,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -20905,12 +20905,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -20969,7 +20969,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -20980,12 +20980,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -21058,7 +21058,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -25956,12 +25956,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -26000,7 +26000,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26011,12 +26011,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -26095,7 +26095,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26106,12 +26106,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -26159,7 +26159,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26172,12 +26172,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -26327,7 +26327,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26340,12 +26340,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -26384,7 +26384,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26395,12 +26395,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -26466,7 +26466,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26477,12 +26477,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -26506,7 +26506,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26519,12 +26519,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -26589,7 +26589,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26600,12 +26600,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -26753,7 +26753,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26766,12 +26766,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -26843,7 +26843,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26856,12 +26856,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#get-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -26897,7 +26897,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26907,13 +26907,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#update-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -27039,7 +27039,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27049,13 +27049,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -27106,7 +27106,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27119,12 +27119,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -27195,7 +27195,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27208,12 +27208,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -27282,7 +27282,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27293,12 +27293,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -27331,7 +27331,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27344,12 +27344,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -27394,7 +27394,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27407,12 +27407,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -27462,7 +27462,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27473,12 +27473,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -27555,7 +27555,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -53065,12 +53065,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -53144,7 +53144,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -53155,12 +53155,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -53236,7 +53236,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -68420,12 +68420,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -68501,7 +68501,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -71740,12 +71740,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -71804,7 +71804,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 48c2918ee5..10651ccda6 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -8728,7 +8728,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -9032,7 +9032,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -9569,7 +9569,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -15216,11 +15216,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-organization-projects + url: https://docs.github.com/rest/projects-classic/projects#list-organization-projects parameters: - "$ref": "#/components/parameters/org" - name: state @@ -15256,7 +15256,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -15268,11 +15268,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-an-organization-project + url: https://docs.github.com/rest/projects-classic/projects#create-an-organization-project parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -15318,7 +15318,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18882,11 +18882,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#get-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -18910,7 +18910,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18922,11 +18922,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -18976,7 +18976,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18988,11 +18988,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#delete-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -19022,7 +19022,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19035,11 +19035,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#move-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -19138,7 +19138,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19151,11 +19151,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#get-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -19179,7 +19179,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19191,11 +19191,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -19236,7 +19236,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19248,11 +19248,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#delete-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -19267,7 +19267,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19280,11 +19280,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#list-project-cards + url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - "$ref": "#/components/parameters/column-id" - name: archived_state @@ -19324,7 +19324,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19336,11 +19336,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#create-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -19430,7 +19430,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19443,11 +19443,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#move-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -19495,7 +19495,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19508,11 +19508,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#get-a-project + url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -19534,7 +19534,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19545,12 +19545,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#update-a-project + url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -19635,7 +19635,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19646,12 +19646,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#delete-a-project + url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -19683,7 +19683,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19696,11 +19696,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - "$ref": "#/components/parameters/project-id" - name: affiliation @@ -19748,7 +19748,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19761,11 +19761,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -19809,7 +19809,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19821,11 +19821,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -19845,7 +19845,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19858,11 +19858,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -19889,7 +19889,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19902,11 +19902,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#list-project-columns + url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/per-page" @@ -19935,7 +19935,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19947,11 +19947,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#create-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -20001,7 +20001,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38582,11 +38582,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-repository-projects + url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -38631,7 +38631,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38643,11 +38643,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-repository-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -38694,7 +38694,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -49728,11 +49728,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-user-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -49782,7 +49782,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52059,11 +52059,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-user-projects + url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - "$ref": "#/components/parameters/username" - name: state @@ -52099,7 +52099,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index b025849673..02a4f5730b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -82111,7 +82111,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -83246,7 +83246,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -85739,7 +85739,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -139487,12 +139487,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -139928,7 +139928,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -139939,12 +139939,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -140467,7 +140467,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -178499,12 +178499,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -178917,7 +178917,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -178928,12 +178928,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -179413,7 +179413,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -179424,12 +179424,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -179529,7 +179529,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -179542,12 +179542,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -179798,7 +179798,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -179811,12 +179811,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -180008,7 +180008,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180019,12 +180019,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -180220,7 +180220,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180231,12 +180231,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -180312,7 +180312,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180325,12 +180325,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -180763,7 +180763,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180774,12 +180774,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -181363,7 +181363,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181376,12 +181376,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -181532,7 +181532,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181545,12 +181545,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#get-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -181963,7 +181963,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181973,13 +181973,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#update-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -182509,7 +182509,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -182519,13 +182519,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -182651,7 +182651,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -182664,12 +182664,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -183088,7 +183088,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183101,12 +183101,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -183328,7 +183328,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183339,12 +183339,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -183530,7 +183530,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183543,12 +183543,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -183954,7 +183954,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183967,12 +183967,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -184169,7 +184169,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -184180,12 +184180,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -184410,7 +184410,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -431013,12 +431013,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -431565,7 +431565,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -431576,12 +431576,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -432113,7 +432113,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -599693,12 +599693,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -600172,7 +600172,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -636786,12 +636786,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -637270,7 +637270,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 57a326f7df..1be1fe4784 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -23544,7 +23544,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -23898,7 +23898,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -24439,7 +24439,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -34208,11 +34208,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-organization-projects + url: https://docs.github.com/rest/projects-classic/projects#list-organization-projects parameters: - *90 - name: state @@ -34373,7 +34373,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -34385,11 +34385,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-an-organization-project + url: https://docs.github.com/rest/projects-classic/projects#create-an-organization-project parameters: - *90 requestBody: @@ -34464,7 +34464,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43312,11 +43312,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#get-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - &291 name: card_id @@ -43443,7 +43443,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43455,11 +43455,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - *291 requestBody: @@ -43502,7 +43502,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43514,11 +43514,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#delete-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - *291 responses: @@ -43545,7 +43545,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43558,11 +43558,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#move-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - *291 requestBody: @@ -43658,7 +43658,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43671,11 +43671,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#get-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - &294 name: column_id @@ -43760,7 +43760,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43772,11 +43772,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - *294 requestBody: @@ -43812,7 +43812,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43824,11 +43824,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#delete-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - *294 responses: @@ -43840,7 +43840,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43853,11 +43853,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#list-project-cards + url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - *294 - name: archived_state @@ -43921,7 +43921,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43933,11 +43933,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#create-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - *294 requestBody: @@ -44022,7 +44022,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44035,11 +44035,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#move-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - *294 requestBody: @@ -44083,7 +44083,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44096,11 +44096,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#get-a-project + url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - *288 responses: @@ -44149,7 +44149,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44160,12 +44160,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#update-a-project + url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - *288 requestBody: @@ -44244,7 +44244,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44255,12 +44255,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#delete-a-project + url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - *288 responses: @@ -44288,7 +44288,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44301,11 +44301,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - *288 - name: affiliation @@ -44345,7 +44345,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44358,11 +44358,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - *288 - *129 @@ -44401,7 +44401,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44413,11 +44413,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - *288 - *129 @@ -44432,7 +44432,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44445,11 +44445,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - *288 - *129 @@ -44503,7 +44503,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44516,11 +44516,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#list-project-columns + url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - *288 - *17 @@ -44552,7 +44552,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44564,11 +44564,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#create-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - *288 requestBody: @@ -44613,7 +44613,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -79903,11 +79903,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-repository-projects + url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - *289 - *290 @@ -79976,7 +79976,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -79988,11 +79988,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-repository-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - *289 - *290 @@ -80032,7 +80032,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -99871,11 +99871,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-user-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -99951,7 +99951,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -102727,11 +102727,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-user-projects + url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - *129 - name: state @@ -102795,7 +102795,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index b025849673..02a4f5730b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -82111,7 +82111,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -83246,7 +83246,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -85739,7 +85739,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -139487,12 +139487,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -139928,7 +139928,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -139939,12 +139939,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -140467,7 +140467,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -178499,12 +178499,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -178917,7 +178917,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -178928,12 +178928,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -179413,7 +179413,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -179424,12 +179424,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -179529,7 +179529,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -179542,12 +179542,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -179798,7 +179798,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -179811,12 +179811,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -180008,7 +180008,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180019,12 +180019,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -180220,7 +180220,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180231,12 +180231,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -180312,7 +180312,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180325,12 +180325,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -180763,7 +180763,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -180774,12 +180774,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -181363,7 +181363,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181376,12 +181376,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -181532,7 +181532,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181545,12 +181545,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#get-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -181963,7 +181963,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181973,13 +181973,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#update-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -182509,7 +182509,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -182519,13 +182519,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -182651,7 +182651,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -182664,12 +182664,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -183088,7 +183088,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183101,12 +183101,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -183328,7 +183328,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183339,12 +183339,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -183530,7 +183530,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183543,12 +183543,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -183954,7 +183954,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -183967,12 +183967,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -184169,7 +184169,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -184180,12 +184180,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -184410,7 +184410,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -431013,12 +431013,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -431565,7 +431565,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -431576,12 +431576,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -432113,7 +432113,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -599693,12 +599693,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -600172,7 +600172,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -636786,12 +636786,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -637270,7 +637270,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 57a326f7df..1be1fe4784 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -23544,7 +23544,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -23898,7 +23898,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -24439,7 +24439,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -34208,11 +34208,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-organization-projects + url: https://docs.github.com/rest/projects-classic/projects#list-organization-projects parameters: - *90 - name: state @@ -34373,7 +34373,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -34385,11 +34385,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-an-organization-project + url: https://docs.github.com/rest/projects-classic/projects#create-an-organization-project parameters: - *90 requestBody: @@ -34464,7 +34464,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43312,11 +43312,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#get-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - &291 name: card_id @@ -43443,7 +43443,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43455,11 +43455,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - *291 requestBody: @@ -43502,7 +43502,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43514,11 +43514,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#delete-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - *291 responses: @@ -43545,7 +43545,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43558,11 +43558,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#move-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - *291 requestBody: @@ -43658,7 +43658,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43671,11 +43671,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#get-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - &294 name: column_id @@ -43760,7 +43760,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43772,11 +43772,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - *294 requestBody: @@ -43812,7 +43812,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43824,11 +43824,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#delete-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - *294 responses: @@ -43840,7 +43840,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43853,11 +43853,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#list-project-cards + url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - *294 - name: archived_state @@ -43921,7 +43921,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43933,11 +43933,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/cards#create-a-project-card + url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - *294 requestBody: @@ -44022,7 +44022,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44035,11 +44035,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#move-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - *294 requestBody: @@ -44083,7 +44083,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44096,11 +44096,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#get-a-project + url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - *288 responses: @@ -44149,7 +44149,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44160,12 +44160,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#update-a-project + url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - *288 requestBody: @@ -44244,7 +44244,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44255,12 +44255,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#delete-a-project + url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - *288 responses: @@ -44288,7 +44288,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44301,11 +44301,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - *288 - name: affiliation @@ -44345,7 +44345,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44358,11 +44358,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - *288 - *129 @@ -44401,7 +44401,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44413,11 +44413,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - *288 - *129 @@ -44432,7 +44432,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44445,11 +44445,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - *288 - *129 @@ -44503,7 +44503,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44516,11 +44516,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#list-project-columns + url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - *288 - *17 @@ -44552,7 +44552,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44564,11 +44564,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/columns#create-a-project-column + url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - *288 requestBody: @@ -44613,7 +44613,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -79903,11 +79903,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-repository-projects + url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - *289 - *290 @@ -79976,7 +79976,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -79988,11 +79988,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-repository-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - *289 - *290 @@ -80032,7 +80032,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -99871,11 +99871,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#create-a-user-project + url: https://docs.github.com/rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -99951,7 +99951,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -102727,11 +102727,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/rest/projects/projects#list-user-projects + url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - *129 - name: state @@ -102795,7 +102795,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index e13d5726c7..8c36cf256f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -117446,7 +117446,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -118581,7 +118581,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -121074,7 +121074,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -180878,12 +180878,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -181319,7 +181319,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181330,12 +181330,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -181858,7 +181858,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -221096,12 +221096,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -221514,7 +221514,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -221525,12 +221525,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -222010,7 +222010,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222021,12 +222021,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -222126,7 +222126,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222139,12 +222139,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -222395,7 +222395,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222408,12 +222408,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -222605,7 +222605,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222616,12 +222616,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -222817,7 +222817,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222828,12 +222828,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -222909,7 +222909,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222922,12 +222922,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -223360,7 +223360,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -223371,12 +223371,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -223960,7 +223960,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -223973,12 +223973,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -224129,7 +224129,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -224142,12 +224142,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -224560,7 +224560,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -224570,13 +224570,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -225106,7 +225106,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225116,13 +225116,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -225248,7 +225248,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225261,12 +225261,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -225685,7 +225685,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225698,12 +225698,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -225925,7 +225925,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225936,12 +225936,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -226127,7 +226127,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -226140,12 +226140,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -226551,7 +226551,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -226564,12 +226564,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -226766,7 +226766,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -226777,12 +226777,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -227007,7 +227007,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -478444,12 +478444,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -478996,7 +478996,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -479007,12 +479007,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -479544,7 +479544,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -659320,12 +659320,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -659799,7 +659799,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -696485,12 +696485,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -696969,7 +696969,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index cbec349b97..a7400f7dbe 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -32707,7 +32707,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -33061,7 +33061,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -33602,7 +33602,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -44556,11 +44556,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - *71 - name: state @@ -44721,7 +44721,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44733,11 +44733,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - *71 requestBody: @@ -44812,7 +44812,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52613,11 +52613,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - &396 name: card_id @@ -52744,7 +52744,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52756,11 +52756,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - *396 requestBody: @@ -52803,7 +52803,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52815,11 +52815,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - *396 responses: @@ -52846,7 +52846,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52859,11 +52859,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - *396 requestBody: @@ -52959,7 +52959,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52972,11 +52972,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - &399 name: column_id @@ -53061,7 +53061,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53073,11 +53073,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - *399 requestBody: @@ -53113,7 +53113,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53125,11 +53125,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - *399 responses: @@ -53141,7 +53141,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53154,11 +53154,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - *399 - name: archived_state @@ -53222,7 +53222,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53234,11 +53234,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - *399 requestBody: @@ -53323,7 +53323,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53336,11 +53336,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - *399 requestBody: @@ -53384,7 +53384,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53397,11 +53397,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - *391 responses: @@ -53450,7 +53450,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53461,12 +53461,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - *391 requestBody: @@ -53545,7 +53545,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53556,12 +53556,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - *391 responses: @@ -53589,7 +53589,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53602,11 +53602,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - *391 - name: affiliation @@ -53646,7 +53646,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53659,11 +53659,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - *391 - *237 @@ -53702,7 +53702,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53714,11 +53714,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - *391 - *237 @@ -53733,7 +53733,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53746,11 +53746,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - *391 - *237 @@ -53804,7 +53804,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53817,11 +53817,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - *391 - *17 @@ -53853,7 +53853,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53865,11 +53865,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - *391 requestBody: @@ -53914,7 +53914,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -89972,11 +89972,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - *392 - *393 @@ -90045,7 +90045,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -90057,11 +90057,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - *392 - *393 @@ -90101,7 +90101,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -112145,11 +112145,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -112225,7 +112225,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -115001,11 +115001,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - *237 - name: state @@ -115069,7 +115069,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index e13d5726c7..8c36cf256f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -117446,7 +117446,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -118581,7 +118581,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -121074,7 +121074,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -180878,12 +180878,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -181319,7 +181319,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -181330,12 +181330,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -181858,7 +181858,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -221096,12 +221096,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -221514,7 +221514,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -221525,12 +221525,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -222010,7 +222010,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222021,12 +222021,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -222126,7 +222126,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222139,12 +222139,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -222395,7 +222395,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222408,12 +222408,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -222605,7 +222605,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222616,12 +222616,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -222817,7 +222817,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222828,12 +222828,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -222909,7 +222909,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -222922,12 +222922,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -223360,7 +223360,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -223371,12 +223371,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -223960,7 +223960,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -223973,12 +223973,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -224129,7 +224129,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -224142,12 +224142,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -224560,7 +224560,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -224570,13 +224570,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -225106,7 +225106,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225116,13 +225116,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -225248,7 +225248,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225261,12 +225261,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -225685,7 +225685,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225698,12 +225698,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -225925,7 +225925,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -225936,12 +225936,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -226127,7 +226127,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -226140,12 +226140,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -226551,7 +226551,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -226564,12 +226564,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -226766,7 +226766,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -226777,12 +226777,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -227007,7 +227007,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -478444,12 +478444,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -478996,7 +478996,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -479007,12 +479007,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -479544,7 +479544,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -659320,12 +659320,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -659799,7 +659799,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -696485,12 +696485,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -696969,7 +696969,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index cbec349b97..a7400f7dbe 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -32707,7 +32707,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -33061,7 +33061,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -33602,7 +33602,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -44556,11 +44556,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - *71 - name: state @@ -44721,7 +44721,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -44733,11 +44733,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - *71 requestBody: @@ -44812,7 +44812,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52613,11 +52613,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - &396 name: card_id @@ -52744,7 +52744,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52756,11 +52756,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - *396 requestBody: @@ -52803,7 +52803,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52815,11 +52815,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - *396 responses: @@ -52846,7 +52846,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52859,11 +52859,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - *396 requestBody: @@ -52959,7 +52959,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52972,11 +52972,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - &399 name: column_id @@ -53061,7 +53061,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53073,11 +53073,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - *399 requestBody: @@ -53113,7 +53113,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53125,11 +53125,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - *399 responses: @@ -53141,7 +53141,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53154,11 +53154,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - *399 - name: archived_state @@ -53222,7 +53222,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53234,11 +53234,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - *399 requestBody: @@ -53323,7 +53323,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53336,11 +53336,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - *399 requestBody: @@ -53384,7 +53384,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53397,11 +53397,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - *391 responses: @@ -53450,7 +53450,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53461,12 +53461,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - *391 requestBody: @@ -53545,7 +53545,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53556,12 +53556,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - *391 responses: @@ -53589,7 +53589,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53602,11 +53602,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - *391 - name: affiliation @@ -53646,7 +53646,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53659,11 +53659,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - *391 - *237 @@ -53702,7 +53702,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53714,11 +53714,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - *391 - *237 @@ -53733,7 +53733,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53746,11 +53746,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - *391 - *237 @@ -53804,7 +53804,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53817,11 +53817,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - *391 - *17 @@ -53853,7 +53853,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -53865,11 +53865,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - *391 requestBody: @@ -53914,7 +53914,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -89972,11 +89972,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - *392 - *393 @@ -90045,7 +90045,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -90057,11 +90057,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - *392 - *393 @@ -90101,7 +90101,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -112145,11 +112145,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -112225,7 +112225,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -115001,11 +115001,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - *237 - name: state @@ -115069,7 +115069,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 29ea246166..4890226018 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -19229,7 +19229,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -19614,7 +19614,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -20304,7 +20304,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -29306,12 +29306,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -29370,7 +29370,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -29381,12 +29381,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -29459,7 +29459,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34810,12 +34810,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -34854,7 +34854,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34865,12 +34865,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -34949,7 +34949,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34960,12 +34960,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -35013,7 +35013,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35026,12 +35026,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -35181,7 +35181,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35194,12 +35194,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -35238,7 +35238,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35249,12 +35249,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -35320,7 +35320,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35331,12 +35331,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -35360,7 +35360,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35373,12 +35373,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -35443,7 +35443,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35454,12 +35454,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -35607,7 +35607,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35620,12 +35620,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -35697,7 +35697,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35710,12 +35710,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -35751,7 +35751,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35761,13 +35761,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -35893,7 +35893,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35903,13 +35903,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -35960,7 +35960,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35973,12 +35973,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -36049,7 +36049,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36062,12 +36062,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -36136,7 +36136,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36147,12 +36147,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -36185,7 +36185,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36198,12 +36198,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -36248,7 +36248,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36261,12 +36261,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -36316,7 +36316,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36327,12 +36327,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -36409,7 +36409,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62906,12 +62906,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -62985,7 +62985,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62996,12 +62996,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -63077,7 +63077,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -80159,12 +80159,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -80240,7 +80240,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -83479,12 +83479,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -83543,7 +83543,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index ca1ced1521..2e766136d1 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -13799,7 +13799,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -14103,7 +14103,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -14640,7 +14640,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -21189,11 +21189,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - "$ref": "#/components/parameters/org" - name: state @@ -21229,7 +21229,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -21241,11 +21241,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -21291,7 +21291,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25180,11 +25180,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -25208,7 +25208,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25220,11 +25220,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -25274,7 +25274,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25286,11 +25286,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -25320,7 +25320,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25333,11 +25333,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -25436,7 +25436,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25449,11 +25449,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -25477,7 +25477,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25489,11 +25489,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -25534,7 +25534,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25546,11 +25546,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -25565,7 +25565,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25578,11 +25578,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - "$ref": "#/components/parameters/column-id" - name: archived_state @@ -25622,7 +25622,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25634,11 +25634,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -25728,7 +25728,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25741,11 +25741,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -25793,7 +25793,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25806,11 +25806,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -25832,7 +25832,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25843,12 +25843,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -25933,7 +25933,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25944,12 +25944,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -25981,7 +25981,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25994,11 +25994,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - "$ref": "#/components/parameters/project-id" - name: affiliation @@ -26046,7 +26046,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26059,11 +26059,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -26107,7 +26107,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26119,11 +26119,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -26143,7 +26143,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26156,11 +26156,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -26187,7 +26187,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26200,11 +26200,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/per-page" @@ -26233,7 +26233,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26245,11 +26245,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -26299,7 +26299,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -45568,11 +45568,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -45617,7 +45617,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -45629,11 +45629,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -45680,7 +45680,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -58054,11 +58054,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -58108,7 +58108,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -60385,11 +60385,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - "$ref": "#/components/parameters/username" - name: state @@ -60425,7 +60425,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 29ea246166..4890226018 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -105,8 +105,8 @@ "description": "Manage packages for authenticated users and organizations." }, { - "name": "projects", - "description": "Interact with GitHub Projects." + "name": "projects-classic", + "description": "Interact with GitHub Projects (classic)." }, { "name": "pulls", @@ -19229,7 +19229,7 @@ "/orgs/{org}/code-security/configurations": { "get": { "summary": "Get code security configurations for an organization", - "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists all code security configurations available in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -19614,7 +19614,7 @@ "/orgs/{org}/code-security/configurations/defaults": { "get": { "summary": "Get default code security configurations", - "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the default code security configurations for an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -20304,7 +20304,7 @@ "/orgs/{org}/code-security/configurations/{configuration_id}/repositories": { "get": { "summary": "Get repositories associated with a code security configuration", - "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.", + "description": "Lists the repositories associated with a code security configuration in an organization.\n\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.", "tags": [ "code-security" ], @@ -29306,12 +29306,12 @@ "summary": "List organization projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-org", + "operationId": "projects-classic/list-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects" }, "parameters": [ { @@ -29370,7 +29370,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -29381,12 +29381,12 @@ "summary": "Create an organization project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-org", + "operationId": "projects-classic/create-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project" }, "parameters": [ { @@ -29459,7 +29459,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34810,12 +34810,12 @@ "summary": "Get a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-card", + "operationId": "projects-classic/get-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card" }, "parameters": [ { @@ -34854,7 +34854,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34865,12 +34865,12 @@ "summary": "Update an existing project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-card", + "operationId": "projects-classic/update-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card" }, "parameters": [ { @@ -34949,7 +34949,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34960,12 +34960,12 @@ "summary": "Delete a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-card", + "operationId": "projects-classic/delete-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card" }, "parameters": [ { @@ -35013,7 +35013,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35026,12 +35026,12 @@ "summary": "Move a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-card", + "operationId": "projects-classic/move-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card" }, "parameters": [ { @@ -35181,7 +35181,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35194,12 +35194,12 @@ "summary": "Get a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-column", + "operationId": "projects-classic/get-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column" }, "parameters": [ { @@ -35238,7 +35238,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35249,12 +35249,12 @@ "summary": "Update an existing project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/update-column", + "operationId": "projects-classic/update-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column" }, "parameters": [ { @@ -35320,7 +35320,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35331,12 +35331,12 @@ "summary": "Delete a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/delete-column", + "operationId": "projects-classic/delete-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column" }, "parameters": [ { @@ -35360,7 +35360,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35373,12 +35373,12 @@ "summary": "List project cards", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-cards", + "operationId": "projects-classic/list-cards", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards" }, "parameters": [ { @@ -35443,7 +35443,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35454,12 +35454,12 @@ "summary": "Create a project card", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-card", + "operationId": "projects-classic/create-card", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card" }, "parameters": [ { @@ -35607,7 +35607,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35620,12 +35620,12 @@ "summary": "Move a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/move-column", + "operationId": "projects-classic/move-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column" }, "parameters": [ { @@ -35697,7 +35697,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35710,12 +35710,12 @@ "summary": "Get a project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get", + "operationId": "projects-classic/get", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project" }, "parameters": [ { @@ -35751,7 +35751,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35761,13 +35761,13 @@ "patch": { "summary": "Update a project", "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.", - "operationId": "projects/update", + "operationId": "projects-classic/update", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project" }, "parameters": [ { @@ -35893,7 +35893,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35903,13 +35903,13 @@ "delete": { "summary": "Delete a project", "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.", - "operationId": "projects/delete", + "operationId": "projects-classic/delete", "tags": [ - "projects" + "projects-classic" ], "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project" }, "parameters": [ { @@ -35960,7 +35960,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35973,12 +35973,12 @@ "summary": "List project collaborators", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-collaborators", + "operationId": "projects-classic/list-collaborators", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators" }, "parameters": [ { @@ -36049,7 +36049,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36062,12 +36062,12 @@ "summary": "Add project collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/add-collaborator", + "operationId": "projects-classic/add-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator" }, "parameters": [ { @@ -36136,7 +36136,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36147,12 +36147,12 @@ "summary": "Remove user as a collaborator", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/remove-collaborator", + "operationId": "projects-classic/remove-collaborator", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator" }, "parameters": [ { @@ -36185,7 +36185,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36198,12 +36198,12 @@ "summary": "Get project permission for a user", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/get-permission-for-user", + "operationId": "projects-classic/get-permission-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user" }, "parameters": [ { @@ -36248,7 +36248,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36261,12 +36261,12 @@ "summary": "List project columns", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-columns", + "operationId": "projects-classic/list-columns", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" }, "parameters": [ { @@ -36316,7 +36316,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36327,12 +36327,12 @@ "summary": "Create a project column", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-column", + "operationId": "projects-classic/create-column", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" }, "parameters": [ { @@ -36409,7 +36409,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62906,12 +62906,12 @@ "summary": "List repository projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-repo", + "operationId": "projects-classic/list-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects" }, "parameters": [ { @@ -62985,7 +62985,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62996,12 +62996,12 @@ "summary": "Create a repository project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-repo", + "operationId": "projects-classic/create-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project" }, "parameters": [ { @@ -63077,7 +63077,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -80159,12 +80159,12 @@ "summary": "Create a user project", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/create-for-authenticated-user", + "operationId": "projects-classic/create-for-authenticated-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project" }, "parameters": [], "requestBody": { @@ -80240,7 +80240,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -83479,12 +83479,12 @@ "summary": "List user projects", "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.", "tags": [ - "projects" + "projects-classic" ], - "operationId": "projects/list-for-user", + "operationId": "projects-classic/list-for-user", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects" }, "parameters": [ { @@ -83543,7 +83543,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index ca1ced1521..2e766136d1 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -57,8 +57,8 @@ tags: description: Interact with GitHub Orgs. - name: packages description: Manage packages for authenticated users and organizations. -- name: projects - description: Interact with GitHub Projects. +- name: projects-classic + description: Interact with GitHub Projects (classic). - name: pulls description: Interact with GitHub Pull Requests. - name: rate-limit @@ -13799,7 +13799,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-configurations-for-org @@ -14103,7 +14103,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-default-configurations @@ -14640,7 +14640,7 @@ paths: The authenticated user must be an administrator or security manager for the organization to use this endpoint. - OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. tags: - code-security operationId: code-security/get-repositories-for-configuration @@ -21189,11 +21189,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-org + - projects-classic + operationId: projects-classic/list-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - "$ref": "#/components/parameters/org" - name: state @@ -21229,7 +21229,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -21241,11 +21241,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-org + - projects-classic + operationId: projects-classic/create-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -21291,7 +21291,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25180,11 +25180,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-card + - projects-classic + operationId: projects-classic/get-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -25208,7 +25208,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25220,11 +25220,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-card + - projects-classic + operationId: projects-classic/update-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -25274,7 +25274,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25286,11 +25286,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-card + - projects-classic + operationId: projects-classic/delete-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - "$ref": "#/components/parameters/card-id" responses: @@ -25320,7 +25320,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25333,11 +25333,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-card + - projects-classic + operationId: projects-classic/move-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - "$ref": "#/components/parameters/card-id" requestBody: @@ -25436,7 +25436,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25449,11 +25449,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-column + - projects-classic + operationId: projects-classic/get-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -25477,7 +25477,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25489,11 +25489,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/update-column + - projects-classic + operationId: projects-classic/update-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -25534,7 +25534,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25546,11 +25546,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/delete-column + - projects-classic + operationId: projects-classic/delete-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - "$ref": "#/components/parameters/column-id" responses: @@ -25565,7 +25565,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25578,11 +25578,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-cards + - projects-classic + operationId: projects-classic/list-cards externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - "$ref": "#/components/parameters/column-id" - name: archived_state @@ -25622,7 +25622,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25634,11 +25634,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-card + - projects-classic + operationId: projects-classic/create-card externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -25728,7 +25728,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25741,11 +25741,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/move-column + - projects-classic + operationId: projects-classic/move-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - "$ref": "#/components/parameters/column-id" requestBody: @@ -25793,7 +25793,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25806,11 +25806,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get + - projects-classic + operationId: projects-classic/get externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -25832,7 +25832,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25843,12 +25843,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/update + operationId: projects-classic/update tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -25933,7 +25933,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25944,12 +25944,12 @@ paths: > [!WARNING] > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - operationId: projects/delete + operationId: projects-classic/delete tags: - - projects + - projects-classic externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - "$ref": "#/components/parameters/project-id" responses: @@ -25981,7 +25981,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25994,11 +25994,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-collaborators + - projects-classic + operationId: projects-classic/list-collaborators externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - "$ref": "#/components/parameters/project-id" - name: affiliation @@ -26046,7 +26046,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26059,11 +26059,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/add-collaborator + - projects-classic + operationId: projects-classic/add-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -26107,7 +26107,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26119,11 +26119,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/remove-collaborator + - projects-classic + operationId: projects-classic/remove-collaborator externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -26143,7 +26143,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26156,11 +26156,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/get-permission-for-user + - projects-classic + operationId: projects-classic/get-permission-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" @@ -26187,7 +26187,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26200,11 +26200,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-columns + - projects-classic + operationId: projects-classic/list-columns externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/per-page" @@ -26233,7 +26233,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26245,11 +26245,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-column + - projects-classic + operationId: projects-classic/create-column externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - "$ref": "#/components/parameters/project-id" requestBody: @@ -26299,7 +26299,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -45568,11 +45568,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-repo + - projects-classic + operationId: projects-classic/list-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -45617,7 +45617,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -45629,11 +45629,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-repo + - projects-classic + operationId: projects-classic/create-for-repo externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -45680,7 +45680,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -58054,11 +58054,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/create-for-authenticated-user + - projects-classic + operationId: projects-classic/create-for-authenticated-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-user-project + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-user-project parameters: [] requestBody: required: true @@ -58108,7 +58108,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -60385,11 +60385,11 @@ paths: > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. tags: - - projects - operationId: projects/list-for-user + - projects-classic + operationId: projects-classic/list-for-user externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects + url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - "$ref": "#/components/parameters/username" - name: state @@ -60425,7 +60425,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: false - category: projects + category: projec{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}