Skip to content

Commit 25cd65a

Browse files
authored
fix: description updates for various endpoints (#461)
1 parent 8f08c34 commit 25cd65a

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "Gregor Martynus (https://github.com/gr2m)",
2828
"license": "MIT",
2929
"dependencies": {
30-
"@octokit/types": "^6.40.0"
30+
"@octokit/types": "^6.41.0"
3131
},
3232
"peerDependencies": {
3333
"@octokit/core": ">=3"

scripts/update-endpoints/generated/ghe32-endpoints.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25012,7 +25012,7 @@
2501225012
"url": "/user/projects",
2501325013
"isDeprecated": false,
2501425014
"deprecationDate": null,
25015-
"description": "",
25015+
"description": "Creates a user project board. Returns a `410 Gone` status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2501625016
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
2501725017
"previews": [],
2501825018
"headers": [],
@@ -25078,7 +25078,7 @@
2507825078
"url": "/orgs/{org}/projects",
2507925079
"isDeprecated": false,
2508025080
"deprecationDate": null,
25081-
"description": "Creates an organization project board. Returns a `404 Not Found` status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
25081+
"description": "Creates an organization project board. Returns a `410 Gone` status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2508225082
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
2508325083
"previews": [],
2508425084
"headers": [],
@@ -25153,7 +25153,7 @@
2515325153
"url": "/repos/{owner}/{repo}/projects",
2515425154
"isDeprecated": false,
2515525155
"deprecationDate": null,
25156-
"description": "Creates a repository project board. Returns a `404 Not Found` status if projects are disabled in the repository. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
25156+
"description": "Creates a repository project board. Returns a `410 Gone` status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2515725157
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
2515825158
"previews": [],
2515925159
"headers": [],
@@ -33355,7 +33355,7 @@
3335533355
},
3335633356
{
3335733357
"name": "client_payload",
33358-
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
33358+
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
3335933359
"in": "BODY",
3336033360
"type": "object",
3336133361
"required": false,

scripts/update-endpoints/generated/ghe33-endpoints.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25081,7 +25081,7 @@
2508125081
"url": "/user/projects",
2508225082
"isDeprecated": false,
2508325083
"deprecationDate": null,
25084-
"description": "",
25084+
"description": "Creates a user project board. Returns a `410 Gone` status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2508525085
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
2508625086
"previews": [],
2508725087
"headers": [],
@@ -25142,7 +25142,7 @@
2514225142
"url": "/orgs/{org}/projects",
2514325143
"isDeprecated": false,
2514425144
"deprecationDate": null,
25145-
"description": "Creates an organization project board. Returns a `404 Not Found` status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
25145+
"description": "Creates an organization project board. Returns a `410 Gone` status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2514625146
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
2514725147
"previews": [],
2514825148
"headers": [],
@@ -25217,7 +25217,7 @@
2521725217
"url": "/repos/{owner}/{repo}/projects",
2521825218
"isDeprecated": false,
2521925219
"deprecationDate": null,
25220-
"description": "Creates a repository project board. Returns a `404 Not Found` status if projects are disabled in the repository. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
25220+
"description": "Creates a repository project board. Returns a `410 Gone` status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2522125221
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
2522225222
"previews": [],
2522325223
"headers": [],
@@ -33493,7 +33493,7 @@
3349333493
},
3349433494
{
3349533495
"name": "client_payload",
33496-
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
33496+
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
3349733497
"in": "BODY",
3349833498
"type": "object",
3349933499
"required": false,

scripts/update-endpoints/generated/ghe34-endpoints.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27475,7 +27475,7 @@
2747527475
"url": "/user/projects",
2747627476
"isDeprecated": false,
2747727477
"deprecationDate": null,
27478-
"description": "",
27478+
"description": "Creates a user project board. Returns a `410 Gone` status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2747927479
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
2748027480
"previews": [],
2748127481
"headers": [],
@@ -27536,7 +27536,7 @@
2753627536
"url": "/orgs/{org}/projects",
2753727537
"isDeprecated": false,
2753827538
"deprecationDate": null,
27539-
"description": "Creates an organization project board. Returns a `404 Not Found` status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
27539+
"description": "Creates an organization project board. Returns a `410 Gone` status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2754027540
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
2754127541
"previews": [],
2754227542
"headers": [],
@@ -27611,7 +27611,7 @@
2761127611
"url": "/repos/{owner}/{repo}/projects",
2761227612
"isDeprecated": false,
2761327613
"deprecationDate": null,
27614-
"description": "Creates a repository project board. Returns a `404 Not Found` status if projects are disabled in the repository. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
27614+
"description": "Creates a repository project board. Returns a `410 Gone` status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2761527615
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
2761627616
"previews": [],
2761727617
"headers": [],
@@ -35887,7 +35887,7 @@
3588735887
},
3588835888
{
3588935889
"name": "client_payload",
35890-
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
35890+
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
3589135891
"in": "BODY",
3589235892
"type": "object",
3589335893
"required": false,

scripts/update-endpoints/generated/ghe35-endpoints.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28665,7 +28665,7 @@
2866528665
"url": "/user/projects",
2866628666
"isDeprecated": false,
2866728667
"deprecationDate": null,
28668-
"description": "",
28668+
"description": "Creates a user project board. Returns a `410 Gone` status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2866928669
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
2867028670
"previews": [],
2867128671
"headers": [],
@@ -28726,7 +28726,7 @@
2872628726
"url": "/orgs/{org}/projects",
2872728727
"isDeprecated": false,
2872828728
"deprecationDate": null,
28729-
"description": "Creates an organization project board. Returns a `404 Not Found` status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
28729+
"description": "Creates an organization project board. Returns a `410 Gone` status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2873028730
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
2873128731
"previews": [],
2873228732
"headers": [],
@@ -28801,7 +28801,7 @@
2880128801
"url": "/repos/{owner}/{repo}/projects",
2880228802
"isDeprecated": false,
2880328803
"deprecationDate": null,
28804-
"description": "Creates a repository project board. Returns a `404 Not Found` status if projects are disabled in the repository. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
28804+
"description": "Creates a repository project board. Returns a `410 Gone` status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.",
2880528805
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
2880628806
"previews": [],
2880728807
"headers": [],
@@ -37104,7 +37104,7 @@
3710437104
},
3710537105
{
3710637106
"name": "client_payload",
37107-
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
37107+
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
3710837108
"in": "BODY",
3710937109
"type": "object",
3711037110
"required": false,

0 commit comments

Comments
 (0)