diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 0f95eaebe7..00370839bb 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/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", @@ -11985,7 +11985,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" ], @@ -12370,7 +12370,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" ], @@ -13060,7 +13060,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" ], @@ -20819,12 +20819,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": [ { @@ -20883,7 +20883,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -20894,12 +20894,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": [ { @@ -20972,7 +20972,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -25864,12 +25864,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": [ { @@ -25908,7 +25908,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -25919,12 +25919,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": [ { @@ -25997,7 +25997,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26008,12 +26008,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": [ { @@ -26061,7 +26061,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26074,12 +26074,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": [ { @@ -26225,7 +26225,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26238,12 +26238,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": [ { @@ -26282,7 +26282,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26293,12 +26293,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": [ { @@ -26362,7 +26362,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26373,12 +26373,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": [ { @@ -26402,7 +26402,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26415,12 +26415,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": [ { @@ -26485,7 +26485,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26496,12 +26496,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": [ { @@ -26641,7 +26641,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26654,12 +26654,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": [ { @@ -26729,7 +26729,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26742,12 +26742,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": [ { @@ -26783,7 +26783,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26793,13 +26793,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": [ { @@ -26917,7 +26917,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26927,13 +26927,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": [ { @@ -26984,7 +26984,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26997,12 +26997,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": [ { @@ -27073,7 +27073,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27086,12 +27086,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": [ { @@ -27156,7 +27156,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27167,12 +27167,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": [ { @@ -27205,7 +27205,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27218,12 +27218,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": [ { @@ -27268,7 +27268,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27281,12 +27281,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": [ { @@ -27336,7 +27336,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27347,12 +27347,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": [ { @@ -27427,7 +27427,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -52814,12 +52814,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": [ { @@ -52893,7 +52893,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -52904,12 +52904,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": [ { @@ -52985,7 +52985,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -68097,12 +68097,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": { @@ -68172,7 +68172,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -71375,12 +71375,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": [ { @@ -71439,7 +71439,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 665a96fea9..e58b09a9a9 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/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 @@ -8703,7 +8703,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 @@ -9007,7 +9007,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 @@ -9544,7 +9544,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 @@ -15175,11 +15175,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 @@ -15215,7 +15215,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -15227,11 +15227,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: @@ -15277,7 +15277,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18838,11 +18838,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: @@ -18866,7 +18866,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18878,11 +18878,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: @@ -18929,7 +18929,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18941,11 +18941,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: @@ -18975,7 +18975,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/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: @@ -19089,7 +19089,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19102,11 +19102,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: @@ -19130,7 +19130,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19142,11 +19142,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: @@ -19186,7 +19186,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19198,11 +19198,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: @@ -19217,7 +19217,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19230,11 +19230,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 @@ -19274,7 +19274,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19286,11 +19286,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: @@ -19376,7 +19376,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19389,11 +19389,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: @@ -19440,7 +19440,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19453,11 +19453,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: @@ -19479,7 +19479,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19490,12 +19490,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: @@ -19577,7 +19577,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19588,12 +19588,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: @@ -19625,7 +19625,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19638,11 +19638,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 @@ -19690,7 +19690,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19703,11 +19703,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" @@ -19749,7 +19749,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/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" @@ -19785,7 +19785,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19798,11 +19798,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" @@ -19829,7 +19829,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19842,11 +19842,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" @@ -19875,7 +19875,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19887,11 +19887,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: @@ -19940,7 +19940,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38456,11 +38456,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" @@ -38505,7 +38505,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38517,11 +38517,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" @@ -38568,7 +38568,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -49566,11 +49566,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 @@ -49618,7 +49618,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51877,11 +51877,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 @@ -51917,7 +51917,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 0f95eaebe7..00370839bb 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/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", @@ -11985,7 +11985,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" ], @@ -12370,7 +12370,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" ], @@ -13060,7 +13060,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" ], @@ -20819,12 +20819,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": [ { @@ -20883,7 +20883,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -20894,12 +20894,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": [ { @@ -20972,7 +20972,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -25864,12 +25864,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": [ { @@ -25908,7 +25908,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -25919,12 +25919,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": [ { @@ -25997,7 +25997,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26008,12 +26008,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": [ { @@ -26061,7 +26061,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26074,12 +26074,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": [ { @@ -26225,7 +26225,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26238,12 +26238,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": [ { @@ -26282,7 +26282,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26293,12 +26293,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": [ { @@ -26362,7 +26362,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26373,12 +26373,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": [ { @@ -26402,7 +26402,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26415,12 +26415,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": [ { @@ -26485,7 +26485,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26496,12 +26496,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": [ { @@ -26641,7 +26641,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26654,12 +26654,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": [ { @@ -26729,7 +26729,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26742,12 +26742,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": [ { @@ -26783,7 +26783,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26793,13 +26793,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": [ { @@ -26917,7 +26917,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26927,13 +26927,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": [ { @@ -26984,7 +26984,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -26997,12 +26997,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": [ { @@ -27073,7 +27073,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27086,12 +27086,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": [ { @@ -27156,7 +27156,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27167,12 +27167,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": [ { @@ -27205,7 +27205,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27218,12 +27218,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": [ { @@ -27268,7 +27268,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27281,12 +27281,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": [ { @@ -27336,7 +27336,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -27347,12 +27347,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": [ { @@ -27427,7 +27427,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -52814,12 +52814,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": [ { @@ -52893,7 +52893,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -52904,12 +52904,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": [ { @@ -52985,7 +52985,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -68097,12 +68097,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": { @@ -68172,7 +68172,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -71375,12 +71375,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": [ { @@ -71439,7 +71439,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 665a96fea9..e58b09a9a9 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/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 @@ -8703,7 +8703,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 @@ -9007,7 +9007,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 @@ -9544,7 +9544,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 @@ -15175,11 +15175,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 @@ -15215,7 +15215,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -15227,11 +15227,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: @@ -15277,7 +15277,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18838,11 +18838,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: @@ -18866,7 +18866,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18878,11 +18878,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: @@ -18929,7 +18929,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -18941,11 +18941,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: @@ -18975,7 +18975,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/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: @@ -19089,7 +19089,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19102,11 +19102,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: @@ -19130,7 +19130,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19142,11 +19142,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: @@ -19186,7 +19186,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19198,11 +19198,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: @@ -19217,7 +19217,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19230,11 +19230,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 @@ -19274,7 +19274,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19286,11 +19286,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: @@ -19376,7 +19376,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19389,11 +19389,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: @@ -19440,7 +19440,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19453,11 +19453,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: @@ -19479,7 +19479,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19490,12 +19490,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: @@ -19577,7 +19577,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19588,12 +19588,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: @@ -19625,7 +19625,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19638,11 +19638,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 @@ -19690,7 +19690,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19703,11 +19703,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" @@ -19749,7 +19749,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/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" @@ -19785,7 +19785,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19798,11 +19798,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" @@ -19829,7 +19829,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19842,11 +19842,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" @@ -19875,7 +19875,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -19887,11 +19887,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: @@ -19940,7 +19940,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38456,11 +38456,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" @@ -38505,7 +38505,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -38517,11 +38517,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" @@ -38568,7 +38568,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -49566,11 +49566,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 @@ -49618,7 +49618,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51877,11 +51877,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 @@ -51917,7 +51917,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 1048697854..75d60f27e8 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/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", @@ -71427,7 +71427,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" ], @@ -72532,7 +72532,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" ], @@ -74961,7 +74961,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" ], @@ -121369,12 +121369,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": [ { @@ -121734,7 +121734,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -121745,12 +121745,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": [ { @@ -122197,7 +122197,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -155616,12 +155616,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": [ { @@ -155962,7 +155962,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -155973,12 +155973,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": [ { @@ -156380,7 +156380,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156391,12 +156391,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": [ { @@ -156496,7 +156496,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156509,12 +156509,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": [ { @@ -156755,7 +156755,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156768,12 +156768,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": [ { @@ -156949,7 +156949,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156960,12 +156960,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": [ { @@ -157143,7 +157143,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -157154,12 +157154,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": [ { @@ -157235,7 +157235,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -157248,12 +157248,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": [ { @@ -157614,7 +157614,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -157625,12 +157625,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": [ { @@ -158128,7 +158128,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -158141,12 +158141,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": [ { @@ -158295,7 +158295,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -158308,12 +158308,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": [ { @@ -158650,7 +158650,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -158660,13 +158660,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": [ { @@ -159112,7 +159112,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159122,13 +159122,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": [ { @@ -159254,7 +159254,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159267,12 +159267,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": [ { @@ -159641,7 +159641,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159654,12 +159654,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": [ { @@ -159871,7 +159871,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159882,12 +159882,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": [ { @@ -160067,7 +160067,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160080,12 +160080,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": [ { @@ -160435,7 +160435,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160448,12 +160448,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": [ { @@ -160634,7 +160634,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160645,12 +160645,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": [ { @@ -160857,7 +160857,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -366581,12 +366581,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": [ { @@ -367057,7 +367057,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -367068,12 +367068,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": [ { @@ -367529,7 +367529,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -509014,12 +509014,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": { @@ -509411,7 +509411,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -539742,12 +539742,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": [ { @@ -540144,7 +540144,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 5f6c274dee..69ebc8aa49 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/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 @@ -22801,7 +22801,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 @@ -23155,7 +23155,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 @@ -23696,7 +23696,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 @@ -33295,11 +33295,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: - *96 - name: state @@ -33451,7 +33451,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -33463,11 +33463,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: - *96 requestBody: @@ -33542,7 +33542,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42064,11 +42064,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: - &306 name: card_id @@ -42187,7 +42187,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42199,11 +42199,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: - *306 requestBody: @@ -42243,7 +42243,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42255,11 +42255,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: - *306 responses: @@ -42286,7 +42286,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42299,11 +42299,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: - *306 requestBody: @@ -42397,7 +42397,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42410,11 +42410,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: - &309 name: column_id @@ -42491,7 +42491,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42503,11 +42503,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: - *309 requestBody: @@ -42542,7 +42542,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42554,11 +42554,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: - *309 responses: @@ -42570,7 +42570,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42583,11 +42583,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: - *309 - name: archived_state @@ -42651,7 +42651,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42663,11 +42663,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: - *309 requestBody: @@ -42748,7 +42748,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42761,11 +42761,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: - *309 requestBody: @@ -42808,7 +42808,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42821,11 +42821,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: - *303 responses: @@ -42874,7 +42874,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42885,12 +42885,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: - *303 requestBody: @@ -42966,7 +42966,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42977,12 +42977,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: - *303 responses: @@ -43010,7 +43010,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43023,11 +43023,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: - *303 - name: affiliation @@ -43067,7 +43067,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43080,11 +43080,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: - *303 - *135 @@ -43121,7 +43121,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43133,11 +43133,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: - *303 - *135 @@ -43152,7 +43152,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43165,11 +43165,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: - *303 - *135 @@ -43226,7 +43226,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43239,11 +43239,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: - *303 - *17 @@ -43275,7 +43275,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43287,11 +43287,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: - *303 requestBody: @@ -43335,7 +43335,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -77993,11 +77993,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: - *304 - *305 @@ -78066,7 +78066,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -78078,11 +78078,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: - *304 - *305 @@ -78122,7 +78122,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -97672,11 +97672,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 @@ -97750,7 +97750,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -100505,11 +100505,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: - *135 - name: state @@ -100573,7 +100573,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/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 1048697854..75d60f27e8 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/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", @@ -71427,7 +71427,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" ], @@ -72532,7 +72532,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" ], @@ -74961,7 +74961,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" ], @@ -121369,12 +121369,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": [ { @@ -121734,7 +121734,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -121745,12 +121745,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": [ { @@ -122197,7 +122197,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -155616,12 +155616,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": [ { @@ -155962,7 +155962,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -155973,12 +155973,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": [ { @@ -156380,7 +156380,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156391,12 +156391,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": [ { @@ -156496,7 +156496,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156509,12 +156509,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": [ { @@ -156755,7 +156755,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156768,12 +156768,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": [ { @@ -156949,7 +156949,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -156960,12 +156960,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": [ { @@ -157143,7 +157143,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -157154,12 +157154,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": [ { @@ -157235,7 +157235,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -157248,12 +157248,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": [ { @@ -157614,7 +157614,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -157625,12 +157625,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": [ { @@ -158128,7 +158128,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -158141,12 +158141,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": [ { @@ -158295,7 +158295,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -158308,12 +158308,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": [ { @@ -158650,7 +158650,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -158660,13 +158660,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": [ { @@ -159112,7 +159112,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159122,13 +159122,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": [ { @@ -159254,7 +159254,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159267,12 +159267,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": [ { @@ -159641,7 +159641,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159654,12 +159654,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": [ { @@ -159871,7 +159871,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -159882,12 +159882,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": [ { @@ -160067,7 +160067,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160080,12 +160080,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": [ { @@ -160435,7 +160435,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160448,12 +160448,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": [ { @@ -160634,7 +160634,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160645,12 +160645,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": [ { @@ -160857,7 +160857,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -366581,12 +366581,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": [ { @@ -367057,7 +367057,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -367068,12 +367068,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": [ { @@ -367529,7 +367529,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -509014,12 +509014,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": { @@ -509411,7 +509411,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -539742,12 +539742,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": [ { @@ -540144,7 +540144,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 5f6c274dee..69ebc8aa49 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/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 @@ -22801,7 +22801,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 @@ -23155,7 +23155,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 @@ -23696,7 +23696,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 @@ -33295,11 +33295,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: - *96 - name: state @@ -33451,7 +33451,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -33463,11 +33463,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: - *96 requestBody: @@ -33542,7 +33542,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42064,11 +42064,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: - &306 name: card_id @@ -42187,7 +42187,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42199,11 +42199,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: - *306 requestBody: @@ -42243,7 +42243,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42255,11 +42255,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: - *306 responses: @@ -42286,7 +42286,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42299,11 +42299,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: - *306 requestBody: @@ -42397,7 +42397,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42410,11 +42410,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: - &309 name: column_id @@ -42491,7 +42491,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42503,11 +42503,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: - *309 requestBody: @@ -42542,7 +42542,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42554,11 +42554,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: - *309 responses: @@ -42570,7 +42570,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42583,11 +42583,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: - *309 - name: archived_state @@ -42651,7 +42651,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42663,11 +42663,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: - *309 requestBody: @@ -42748,7 +42748,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42761,11 +42761,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: - *309 requestBody: @@ -42808,7 +42808,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42821,11 +42821,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: - *303 responses: @@ -42874,7 +42874,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42885,12 +42885,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: - *303 requestBody: @@ -42966,7 +42966,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -42977,12 +42977,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: - *303 responses: @@ -43010,7 +43010,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43023,11 +43023,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: - *303 - name: affiliation @@ -43067,7 +43067,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43080,11 +43080,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: - *303 - *135 @@ -43121,7 +43121,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43133,11 +43133,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: - *303 - *135 @@ -43152,7 +43152,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43165,11 +43165,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: - *303 - *135 @@ -43226,7 +43226,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43239,11 +43239,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: - *303 - *17 @@ -43275,7 +43275,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43287,11 +43287,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: - *303 requestBody: @@ -43335,7 +43335,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -77993,11 +77993,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: - *304 - *305 @@ -78066,7 +78066,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -78078,11 +78078,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: - *304 - *305 @@ -78122,7 +78122,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -97672,11 +97672,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 @@ -97750,7 +97750,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -100505,11 +100505,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: - *135 - name: state @@ -100573,7 +100573,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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index fc15e3b413..41157b021a 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/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", @@ -104391,7 +104391,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" ], @@ -105496,7 +105496,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" ], @@ -107925,7 +107925,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" ], @@ -159813,12 +159813,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": [ { @@ -160178,7 +160178,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160189,12 +160189,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": [ { @@ -160641,7 +160641,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -195188,12 +195188,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": [ { @@ -195534,7 +195534,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -195545,12 +195545,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": [ { @@ -195952,7 +195952,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -195963,12 +195963,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": [ { @@ -196068,7 +196068,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196081,12 +196081,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": [ { @@ -196327,7 +196327,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196340,12 +196340,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": [ { @@ -196521,7 +196521,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196532,12 +196532,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": [ { @@ -196715,7 +196715,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196726,12 +196726,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": [ { @@ -196807,7 +196807,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196820,12 +196820,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": [ { @@ -197186,7 +197186,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -197197,12 +197197,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": [ { @@ -197700,7 +197700,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -197713,12 +197713,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": [ { @@ -197867,7 +197867,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -197880,12 +197880,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": [ { @@ -198222,7 +198222,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -198232,13 +198232,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": [ { @@ -198684,7 +198684,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -198694,13 +198694,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": [ { @@ -198826,7 +198826,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -198839,12 +198839,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": [ { @@ -199213,7 +199213,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -199226,12 +199226,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": [ { @@ -199443,7 +199443,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -199454,12 +199454,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": [ { @@ -199639,7 +199639,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -199652,12 +199652,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": [ { @@ -200007,7 +200007,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -200020,12 +200020,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": [ { @@ -200206,7 +200206,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -200217,12 +200217,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": [ { @@ -200429,7 +200429,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -410843,12 +410843,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": [ { @@ -411319,7 +411319,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -411330,12 +411330,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": [ { @@ -411791,7 +411791,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -563994,12 +563994,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": { @@ -564391,7 +564391,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -594794,12 +594794,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": [ { @@ -595196,7 +595196,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 0f82d2e5ee..f2acda9476 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/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 @@ -31848,7 +31848,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 @@ -32202,7 +32202,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 @@ -32743,7 +32743,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 @@ -43498,11 +43498,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: - *73 - name: state @@ -43654,7 +43654,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43666,11 +43666,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: - *73 requestBody: @@ -43745,7 +43745,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51246,11 +51246,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: - &411 name: card_id @@ -51369,7 +51369,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51381,11 +51381,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: - *411 requestBody: @@ -51425,7 +51425,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51437,11 +51437,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: - *411 responses: @@ -51468,7 +51468,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51481,11 +51481,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: - *411 requestBody: @@ -51579,7 +51579,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51592,11 +51592,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: - &414 name: column_id @@ -51673,7 +51673,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51685,11 +51685,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: - *414 requestBody: @@ -51724,7 +51724,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51736,11 +51736,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: - *414 responses: @@ -51752,7 +51752,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51765,11 +51765,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: - *414 - name: archived_state @@ -51833,7 +51833,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51845,11 +51845,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: - *414 requestBody: @@ -51930,7 +51930,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51943,11 +51943,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: - *414 requestBody: @@ -51990,7 +51990,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52003,11 +52003,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: - *406 responses: @@ -52056,7 +52056,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52067,12 +52067,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: - *406 requestBody: @@ -52148,7 +52148,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52159,12 +52159,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: - *406 responses: @@ -52192,7 +52192,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52205,11 +52205,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: - *406 - name: affiliation @@ -52249,7 +52249,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52262,11 +52262,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: - *406 - *246 @@ -52303,7 +52303,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52315,11 +52315,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: - *406 - *246 @@ -52334,7 +52334,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52347,11 +52347,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: - *406 - *246 @@ -52408,7 +52408,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52421,11 +52421,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: - *406 - *17 @@ -52457,7 +52457,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52469,11 +52469,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: - *406 requestBody: @@ -52517,7 +52517,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -87943,11 +87943,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: - *407 - *408 @@ -88016,7 +88016,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -88028,11 +88028,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: - *407 - *408 @@ -88072,7 +88072,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -109743,11 +109743,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 @@ -109821,7 +109821,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -112576,11 +112576,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: - *246 - name: state @@ -112644,7 +112644,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/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index fc15e3b413..41157b021a 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/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", @@ -104391,7 +104391,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" ], @@ -105496,7 +105496,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" ], @@ -107925,7 +107925,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" ], @@ -159813,12 +159813,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": [ { @@ -160178,7 +160178,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -160189,12 +160189,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": [ { @@ -160641,7 +160641,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -195188,12 +195188,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": [ { @@ -195534,7 +195534,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -195545,12 +195545,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": [ { @@ -195952,7 +195952,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -195963,12 +195963,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": [ { @@ -196068,7 +196068,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196081,12 +196081,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": [ { @@ -196327,7 +196327,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196340,12 +196340,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": [ { @@ -196521,7 +196521,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196532,12 +196532,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": [ { @@ -196715,7 +196715,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196726,12 +196726,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": [ { @@ -196807,7 +196807,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -196820,12 +196820,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": [ { @@ -197186,7 +197186,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -197197,12 +197197,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": [ { @@ -197700,7 +197700,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -197713,12 +197713,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": [ { @@ -197867,7 +197867,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -197880,12 +197880,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": [ { @@ -198222,7 +198222,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -198232,13 +198232,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": [ { @@ -198684,7 +198684,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -198694,13 +198694,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": [ { @@ -198826,7 +198826,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -198839,12 +198839,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": [ { @@ -199213,7 +199213,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -199226,12 +199226,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": [ { @@ -199443,7 +199443,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -199454,12 +199454,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": [ { @@ -199639,7 +199639,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -199652,12 +199652,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": [ { @@ -200007,7 +200007,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -200020,12 +200020,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": [ { @@ -200206,7 +200206,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -200217,12 +200217,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": [ { @@ -200429,7 +200429,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -410843,12 +410843,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": [ { @@ -411319,7 +411319,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -411330,12 +411330,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": [ { @@ -411791,7 +411791,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -563994,12 +563994,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": { @@ -564391,7 +564391,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -594794,12 +594794,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": [ { @@ -595196,7 +595196,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 0f82d2e5ee..f2acda9476 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/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 @@ -31848,7 +31848,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 @@ -32202,7 +32202,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 @@ -32743,7 +32743,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 @@ -43498,11 +43498,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: - *73 - name: state @@ -43654,7 +43654,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -43666,11 +43666,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: - *73 requestBody: @@ -43745,7 +43745,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51246,11 +51246,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: - &411 name: card_id @@ -51369,7 +51369,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51381,11 +51381,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: - *411 requestBody: @@ -51425,7 +51425,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51437,11 +51437,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: - *411 responses: @@ -51468,7 +51468,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51481,11 +51481,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: - *411 requestBody: @@ -51579,7 +51579,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51592,11 +51592,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: - &414 name: column_id @@ -51673,7 +51673,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51685,11 +51685,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: - *414 requestBody: @@ -51724,7 +51724,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51736,11 +51736,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: - *414 responses: @@ -51752,7 +51752,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51765,11 +51765,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: - *414 - name: archived_state @@ -51833,7 +51833,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51845,11 +51845,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: - *414 requestBody: @@ -51930,7 +51930,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -51943,11 +51943,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: - *414 requestBody: @@ -51990,7 +51990,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52003,11 +52003,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: - *406 responses: @@ -52056,7 +52056,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52067,12 +52067,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: - *406 requestBody: @@ -52148,7 +52148,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52159,12 +52159,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: - *406 responses: @@ -52192,7 +52192,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52205,11 +52205,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: - *406 - name: affiliation @@ -52249,7 +52249,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52262,11 +52262,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: - *406 - *246 @@ -52303,7 +52303,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52315,11 +52315,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: - *406 - *246 @@ -52334,7 +52334,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52347,11 +52347,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: - *406 - *246 @@ -52408,7 +52408,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52421,11 +52421,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: - *406 - *17 @@ -52457,7 +52457,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -52469,11 +52469,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: - *406 requestBody: @@ -52517,7 +52517,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -87943,11 +87943,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: - *407 - *408 @@ -88016,7 +88016,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -88028,11 +88028,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: - *407 - *408 @@ -88072,7 +88072,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -109743,11 +109743,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 @@ -109821,7 +109821,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -112576,11 +112576,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: - *246 - name: state @@ -112644,7 +112644,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/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 0168939820..da6335fafe 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/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", @@ -19163,7 +19163,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" ], @@ -19548,7 +19548,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" ], @@ -20238,7 +20238,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" ], @@ -29206,12 +29206,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": [ { @@ -29270,7 +29270,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -29281,12 +29281,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": [ { @@ -29359,7 +29359,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34702,12 +34702,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": [ { @@ -34746,7 +34746,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34757,12 +34757,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": [ { @@ -34835,7 +34835,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34846,12 +34846,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": [ { @@ -34899,7 +34899,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34912,12 +34912,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": [ { @@ -35063,7 +35063,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35076,12 +35076,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": [ { @@ -35120,7 +35120,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35131,12 +35131,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": [ { @@ -35200,7 +35200,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35211,12 +35211,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": [ { @@ -35240,7 +35240,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35253,12 +35253,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": [ { @@ -35323,7 +35323,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35334,12 +35334,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": [ { @@ -35479,7 +35479,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35492,12 +35492,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": [ { @@ -35567,7 +35567,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35580,12 +35580,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": [ { @@ -35621,7 +35621,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35631,13 +35631,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": [ { @@ -35755,7 +35755,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35765,13 +35765,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": [ { @@ -35822,7 +35822,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35835,12 +35835,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": [ { @@ -35911,7 +35911,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35924,12 +35924,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": [ { @@ -35994,7 +35994,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36005,12 +36005,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": [ { @@ -36043,7 +36043,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36056,12 +36056,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": [ { @@ -36106,7 +36106,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36119,12 +36119,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": [ { @@ -36174,7 +36174,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36185,12 +36185,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": [ { @@ -36265,7 +36265,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62639,12 +62639,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": [ { @@ -62718,7 +62718,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62729,12 +62729,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": [ { @@ -62810,7 +62810,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -79794,12 +79794,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": { @@ -79869,7 +79869,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -83072,12 +83072,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": [ { @@ -83136,7 +83136,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index d3419aa14d..764f549307 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/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 @@ -13768,7 +13768,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 @@ -14072,7 +14072,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 @@ -14609,7 +14609,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 @@ -21141,11 +21141,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 @@ -21181,7 +21181,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -21193,11 +21193,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: @@ -21243,7 +21243,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25128,11 +25128,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: @@ -25156,7 +25156,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25168,11 +25168,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: @@ -25219,7 +25219,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25231,11 +25231,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: @@ -25265,7 +25265,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25278,11 +25278,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: @@ -25379,7 +25379,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25392,11 +25392,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: @@ -25420,7 +25420,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25432,11 +25432,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: @@ -25476,7 +25476,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25488,11 +25488,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: @@ -25507,7 +25507,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25520,11 +25520,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 @@ -25564,7 +25564,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25576,11 +25576,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: @@ -25666,7 +25666,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25679,11 +25679,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: @@ -25730,7 +25730,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25743,11 +25743,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: @@ -25769,7 +25769,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25780,12 +25780,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: @@ -25867,7 +25867,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25878,12 +25878,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: @@ -25915,7 +25915,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25928,11 +25928,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 @@ -25980,7 +25980,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25993,11 +25993,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" @@ -26039,7 +26039,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26051,11 +26051,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" @@ -26075,7 +26075,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26088,11 +26088,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" @@ -26119,7 +26119,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26132,11 +26132,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" @@ -26165,7 +26165,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26177,11 +26177,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: @@ -26230,7 +26230,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -45434,11 +45434,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" @@ -45483,7 +45483,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -45495,11 +45495,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" @@ -45546,7 +45546,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -57871,11 +57871,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 @@ -57923,7 +57923,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -60182,11 +60182,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 @@ -60222,7 +60222,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 0168939820..da6335fafe 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/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", @@ -19163,7 +19163,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" ], @@ -19548,7 +19548,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" ], @@ -20238,7 +20238,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" ], @@ -29206,12 +29206,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": [ { @@ -29270,7 +29270,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -29281,12 +29281,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": [ { @@ -29359,7 +29359,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34702,12 +34702,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": [ { @@ -34746,7 +34746,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34757,12 +34757,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": [ { @@ -34835,7 +34835,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34846,12 +34846,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": [ { @@ -34899,7 +34899,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -34912,12 +34912,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": [ { @@ -35063,7 +35063,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35076,12 +35076,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": [ { @@ -35120,7 +35120,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35131,12 +35131,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": [ { @@ -35200,7 +35200,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35211,12 +35211,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": [ { @@ -35240,7 +35240,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35253,12 +35253,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": [ { @@ -35323,7 +35323,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35334,12 +35334,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": [ { @@ -35479,7 +35479,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "cards", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35492,12 +35492,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": [ { @@ -35567,7 +35567,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35580,12 +35580,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": [ { @@ -35621,7 +35621,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35631,13 +35631,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": [ { @@ -35755,7 +35755,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35765,13 +35765,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": [ { @@ -35822,7 +35822,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35835,12 +35835,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": [ { @@ -35911,7 +35911,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -35924,12 +35924,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": [ { @@ -35994,7 +35994,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36005,12 +36005,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": [ { @@ -36043,7 +36043,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36056,12 +36056,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": [ { @@ -36106,7 +36106,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "collaborators", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36119,12 +36119,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": [ { @@ -36174,7 +36174,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -36185,12 +36185,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": [ { @@ -36265,7 +36265,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "columns", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62639,12 +62639,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": [ { @@ -62718,7 +62718,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -62729,12 +62729,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": [ { @@ -62810,7 +62810,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -79794,12 +79794,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": { @@ -79869,7 +79869,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "projects", + "category": "projects-classic", "subcategory": "projects", "deprecationDate": "2024-05-23", "removalDate": "2025-04-01" @@ -83072,12 +83072,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": [ { @@ -83136,7 +83136,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index d3419aa14d..764f549307 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/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 @@ -13768,7 +13768,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 @@ -14072,7 +14072,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 @@ -14609,7 +14609,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 @@ -21141,11 +21141,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 @@ -21181,7 +21181,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -21193,11 +21193,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: @@ -21243,7 +21243,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25128,11 +25128,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: @@ -25156,7 +25156,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25168,11 +25168,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: @@ -25219,7 +25219,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25231,11 +25231,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: @@ -25265,7 +25265,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25278,11 +25278,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: @@ -25379,7 +25379,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25392,11 +25392,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: @@ -25420,7 +25420,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25432,11 +25432,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: @@ -25476,7 +25476,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25488,11 +25488,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: @@ -25507,7 +25507,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25520,11 +25520,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 @@ -25564,7 +25564,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25576,11 +25576,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: @@ -25666,7 +25666,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: cards deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25679,11 +25679,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: @@ -25730,7 +25730,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25743,11 +25743,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: @@ -25769,7 +25769,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25780,12 +25780,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: @@ -25867,7 +25867,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25878,12 +25878,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: @@ -25915,7 +25915,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: projects deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25928,11 +25928,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 @@ -25980,7 +25980,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -25993,11 +25993,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" @@ -26039,7 +26039,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26051,11 +26051,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" @@ -26075,7 +26075,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26088,11 +26088,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" @@ -26119,7 +26119,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: collaborators deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26132,11 +26132,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" @@ -26165,7 +26165,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -26177,11 +26177,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: @@ -26230,7 +26230,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: projects + category: projects-classic subcategory: columns deprecationDate: '2024-05-23' removalDate: '2025-04-01' @@ -45434,11 +45434,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/{"code":"deadline_exceeded","msg":"operation timed out"}