Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "b8a14b78a08975af4295c103ea347f8f42f0e684"
"sha": "e8e7ce91c9f7b8171f2cb856842e1d1f930a0837"
}
335 changes: 0 additions & 335 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -114503,15 +114503,6 @@
"schema": {
"type": "integer"
}
},
{
"name": "hour",
"description": "<p>If specified, only return results for a single hour. The value of <code>hour</code> is an integer between <code>0</code> and <code>23</code>. If no <code>year</code>, <code>month</code>, or <code>day</code> is specified, the default <code>year</code>, <code>month</code>, and <code>day</code> are used.</p>",
"in": "query",
"required": false,
"schema": {
"type": "integer"
}
}
],
"bodyParameters": [],
Expand Down Expand Up @@ -114944,15 +114935,6 @@
"schema": {
"type": "integer"
}
},
{
"name": "hour",
"description": "<p>If specified, only return results for a single hour. The value of <code>hour</code> is an integer between <code>0</code> and <code>23</code>. If no <code>year</code>, <code>month</code>, or <code>day</code> is specified, the default <code>year</code>, <code>month</code>, and <code>day</code> are used.</p>",
"in": "query",
"required": false,
"schema": {
"type": "integer"
}
}
],
"bodyParameters": [],
Expand Down Expand Up @@ -523624,323 +523606,6 @@
}
]
}
},
{
"serverUrl": "https://api.github.com",
"verb": "get",
"requestPath": "/projects/{project_id}/columns",
"title": "List project columns",
"category": "projects-classic",
"subcategory": "columns",
"parameters": [
{
"name": "project_id",
"description": "<p>The unique identifier of the project.</p>",
"in": "path",
"required": true,
"schema": {
"type": "integer"
}
},
{
"name": "per_page",
"description": "<p>The number of results per page (max 100). For more information, see \"<a href=\"https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api\">Using pagination in the REST API</a>.\"</p>",
"in": "query",
"schema": {
"type": "integer",
"default": 30
}
},
{
"name": "page",
"description": "<p>The page number of the results to fetch. For more information, see \"<a href=\"https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api\">Using pagination in the REST API</a>.\"</p>",
"in": "query",
"schema": {
"type": "integer",
"default": 1
}
}
],
"bodyParameters": [],
"descriptionHTML": "<div class=\"ghd-alert ghd-alert-attention\" data-container=\"alert\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Closing down notice:</strong> Projects (classic) is being deprecated in favor of the new Projects experience.\nSee the <a href=\"https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/\">changelog</a> for more information.</p>\n</div>",
"codeExamples": [
{
"key": "default",
"request": {
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {
"project_id": "PROJECT_ID"
}
},
"response": {
"statusCode": "200",
"contentType": "application/json",
"description": "<p>Response</p>",
"example": [
{
"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"
}
],
"schema": {
"type": "array",
"items": {
"title": "Project Column",
"description": "Project columns contain cards of work.",
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"examples": [
"https://api.github.com/projects/columns/367"
]
},
"project_url": {
"type": "string",
"format": "uri",
"examples": [
"https://api.github.com/projects/120"
]
},
"cards_url": {
"type": "string",
"format": "uri",
"examples": [
"https://api.github.com/projects/columns/367/cards"
]
},
"id": {
"description": "The unique identifier of the project column",
"type": "integer",
"examples": [
42
]
},
"node_id": {
"type": "string",
"examples": [
"MDEzOlByb2plY3RDb2x1bW4zNjc="
]
},
"name": {
"description": "Name of the project column",
"type": "string",
"examples": [
"Remaining tasks"
]
},
"created_at": {
"type": "string",
"format": "date-time",
"examples": [
"2016-09-05T14:18:44Z"
]
},
"updated_at": {
"type": "string",
"format": "date-time",
"examples": [
"2016-09-05T14:22:28Z"
]
}
},
"required": [
"id",
"node_id",
"url",
"project_url",
"cards_url",
"name",
"created_at",
"updated_at"
]
}
}
}
}
],
"statusCodes": [
{
"httpStatusCode": "200",
"description": "<p>OK</p>"
},
{
"httpStatusCode": "304",
"description": "<p>Not modified</p>"
},
{
"httpStatusCode": "401",
"description": "<p>Requires authentication</p>"
},
{
"httpStatusCode": "403",
"description": "<p>Forbidden</p>"
}
],
"previews": []
},
{
"serverUrl": "https://api.github.com",
"verb": "post",
"requestPath": "/projects/{project_id}/columns",
"title": "Create a project column",
"category": "projects-classic",
"subcategory": "columns",
"parameters": [
{
"name": "project_id",
"description": "<p>The unique identifier of the project.</p>",
"in": "path",
"required": true,
"schema": {
"type": "integer"
}
}
],
"bodyParameters": [
{
"type": "string",
"name": "name",
"in": "body",
"description": "<p>Name of the project column</p>",
"isRequired": true
}
],
"descriptionHTML": "<div class=\"ghd-alert ghd-alert-attention\" data-container=\"alert\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Closing down notice:</strong> Projects (classic) is being deprecated in favor of the new Projects experience.\nSee the <a href=\"https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/\">changelog</a> for more information.</p>\n</div>",
"codeExamples": [
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"name": "Remaining tasks"
},
"parameters": {
"project_id": "PROJECT_ID"
}
},
"response": {
"statusCode": "201",
"contentType": "application/json",
"description": "<p>Response</p>",
"example": {
"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"
},
"schema": {
"title": "Project Column",
"description": "Project columns contain cards of work.",
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"examples": [
"https://api.github.com/projects/columns/367"
]
},
"project_url": {
"type": "string",
"format": "uri",
"examples": [
"https://api.github.com/projects/120"
]
},
"cards_url": {
"type": "string",
"format": "uri",
"examples": [
"https://api.github.com/projects/columns/367/cards"
]
},
"id": {
"description": "The unique identifier of the project column",
"type": "integer",
"examples": [
42
]
},
"node_id": {
"type": "string",
"examples": [
"MDEzOlByb2plY3RDb2x1bW4zNjc="
]
},
"name": {
"description": "Name of the project column",
"type": "string",
"examples": [
"Remaining tasks"
]
},
"created_at": {
"type": "string",
"format": "date-time",
"examples": [
"2016-09-05T14:18:44Z"
]
},
"updated_at": {
"type": "string",
"format": "date-time",
"examples": [
"2016-09-05T14:22:28Z"
]
}
},
"required": [
"id",
"node_id",
"url",
"project_url",
"cards_url",
"name",
"created_at",
"updated_at"
]
}
}
}
],
"statusCodes": [
{
"httpStatusCode": "201",
"description": "<p>Created</p>"
},
{
"httpStatusCode": "304",
"description": "<p>Not modified</p>"
},
{
"httpStatusCode": "401",
"description": "<p>Requires authentication</p>"
},
{
"httpStatusCode": "403",
"description": "<p>Forbidden</p>"
},
{
"httpStatusCode": "422",
"description": "<p>Validation failed, or the endpoint has been spammed.</p>"
}
],
"previews": []
}
],
"projects": [
Expand Down
Loading
Loading