Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
173 changes: 0 additions & 173 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -30363,165 +30363,6 @@
"deprecated": true
}
},
"/projects/{project_id}/columns": {
"get": {
"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-classic"
],
"operationId": "projects-classic/list-columns",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns"
},
"parameters": [
{
"$ref": "#/components/parameters/project-id"
},
{
"$ref": "#/components/parameters/per-page"
},
{
"$ref": "#/components/parameters/page"
}
],
"responses": {
"200": {
"description": "Response",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/project-column"
}
},
"examples": {
"default": {
"$ref": "#/components/examples/project-column-items"
}
}
}
},
"headers": {
"Link": {
"$ref": "#/components/headers/link"
}
}
},
"304": {
"$ref": "#/components/responses/not_modified"
},
"403": {
"$ref": "#/components/responses/forbidden"
},
"401": {
"$ref": "#/components/responses/requires_authentication"
}
},
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "projects-classic",
"subcategory": "columns",
"deprecationDate": "2024-05-23",
"removalDate": "2025-04-01"
},
"deprecated": true
},
"post": {
"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-classic"
],
"operationId": "projects-classic/create-column",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column"
},
"parameters": [
{
"$ref": "#/components/parameters/project-id"
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"properties": {
"name": {
"description": "Name of the project column",
"example": "Remaining tasks",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"examples": {
"default": {
"value": {
"name": "Remaining tasks"
}
}
}
}
}
},
"responses": {
"201": {
"description": "Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/project-column"
},
"examples": {
"default": {
"value": {
"url": "https://api.github.com/projects/columns/367",
"project_url": "https://api.github.com/projects/120",
"cards_url": "https://api.github.com/projects/columns/367/cards",
"id": 367,
"node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=",
"name": "To Do",
"created_at": "2016-09-05T14:18:44Z",
"updated_at": "2016-09-05T14:22:28Z"
}
}
}
}
}
},
"304": {
"$ref": "#/components/responses/not_modified"
},
"403": {
"$ref": "#/components/responses/forbidden"
},
"422": {
"$ref": "#/components/responses/validation_failed_simple"
},
"401": {
"$ref": "#/components/responses/requires_authentication"
}
},
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "projects-classic",
"subcategory": "columns",
"deprecationDate": "2024-05-23",
"removalDate": "2025-04-01"
},
"deprecated": true
}
},
"/rate_limit": {
"get": {
"summary": "Get rate limit status for the authenticated user",
Expand Down Expand Up @@ -289202,20 +289043,6 @@
}
}
},
"project-column-items": {
"value": [
{
"url": "https://api.github.com/projects/columns/367",
"project_url": "https://api.github.com/projects/120",
"cards_url": "https://api.github.com/projects/columns/367/cards",
"id": 367,
"node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=",
"name": "To Do",
"created_at": "2016-09-05T14:18:44Z",
"updated_at": "2016-09-05T14:22:28Z"
}
]
},
"rate-limit-overview": {
"value": {
"resources": {
Expand Down
121 changes: 0 additions & 121 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21939,117 +21939,6 @@ paths:
deprecationDate: '2024-05-23'
removalDate: '2025-04-01'
deprecated: true
"/projects/{project_id}/columns":
get:
summary: List project columns
description: |-
> [!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.
tags:
- projects-classic
operationId: projects-classic/list-columns
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/projects-classic/columns#list-project-columns
parameters:
- "$ref": "#/components/parameters/project-id"
- "$ref": "#/components/parameters/per-page"
- "$ref": "#/components/parameters/page"
responses:
'200':
description: Response
content:
application/json:
schema:
type: array
items:
"$ref": "#/components/schemas/project-column"
examples:
default:
"$ref": "#/components/examples/project-column-items"
headers:
Link:
"$ref": "#/components/headers/link"
'304':
"$ref": "#/components/responses/not_modified"
'403':
"$ref": "#/components/responses/forbidden"
'401':
"$ref": "#/components/responses/requires_authentication"
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: projects-classic
subcategory: columns
deprecationDate: '2024-05-23'
removalDate: '2025-04-01'
deprecated: true
post:
summary: Create a project column
description: |-
> [!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.
tags:
- projects-classic
operationId: projects-classic/create-column
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column
parameters:
- "$ref": "#/components/parameters/project-id"
requestBody:
required: true
content:
application/json:
schema:
properties:
name:
description: Name of the project column
example: Remaining tasks
type: string
required:
- name
type: object
examples:
default:
value:
name: Remaining tasks
responses:
'201':
description: Response
content:
application/json:
schema:
"$ref": "#/components/schemas/project-column"
examples:
default:
value:
url: https://api.github.com/projects/columns/367
project_url: https://api.github.com/projects/120
cards_url: https://api.github.com/projects/columns/367/cards
id: 367
node_id: MDEzOlByb2plY3RDb2x1bW4zNjc=
name: To Do
created_at: '2016-09-05T14:18:44Z'
updated_at: '2016-09-05T14:22:28Z'
'304':
"$ref": "#/components/responses/not_modified"
'403':
"$ref": "#/components/responses/forbidden"
'422':
"$ref": "#/components/responses/validation_failed_simple"
'401':
"$ref": "#/components/responses/requires_authentication"
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: projects-classic
subcategory: columns
deprecationDate: '2024-05-23'
removalDate: '2025-04-01'
deprecated: true
"/rate_limit":
get:
summary: Get rate limit status for the authenticated user
Expand Down Expand Up @@ -217409,16 +217298,6 @@ components:
received_events_url: https://api.github.com/users/octocat/received_events
type: User
site_admin: false
project-column-items:
value:
- url: https://api.github.com/projects/columns/367
project_url: https://api.github.com/projects/120
cards_url: https://api.github.com/projects/columns/367/cards
id: 367
node_id: MDEzOlByb2plY3RDb2x1bW4zNjc=
name: To Do
created_at: '2016-09-05T14:18:44Z'
updated_at: '2016-09-05T14:22:28Z'
rate-limit-overview:
value:
resources:
Expand Down
Loading