Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: description updates for various endpoints #461

Merged
merged 1 commit into from
Jul 29, 2022
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
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^6.40.0"
"@octokit/types": "^6.41.0"
},
"peerDependencies": {
"@octokit/core": ">=3"
Expand Down
8 changes: 4 additions & 4 deletions scripts/update-endpoints/generated/ghe32-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -25012,7 +25012,7 @@
"url": "/user/projects",
"isDeprecated": false,
"deprecationDate": null,
"description": "",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -25078,7 +25078,7 @@
"url": "/orgs/{org}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -25153,7 +25153,7 @@
"url": "/repos/{owner}/{repo}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -33355,7 +33355,7 @@
},
{
"name": "client_payload",
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
"in": "BODY",
"type": "object",
"required": false,
Expand Down
8 changes: 4 additions & 4 deletions scripts/update-endpoints/generated/ghe33-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -25081,7 +25081,7 @@
"url": "/user/projects",
"isDeprecated": false,
"deprecationDate": null,
"description": "",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -25142,7 +25142,7 @@
"url": "/orgs/{org}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -25217,7 +25217,7 @@
"url": "/repos/{owner}/{repo}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -33493,7 +33493,7 @@
},
{
"name": "client_payload",
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
"in": "BODY",
"type": "object",
"required": false,
Expand Down
8 changes: 4 additions & 4 deletions scripts/update-endpoints/generated/ghe34-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -27475,7 +27475,7 @@
"url": "/user/projects",
"isDeprecated": false,
"deprecationDate": null,
"description": "",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -27536,7 +27536,7 @@
"url": "/orgs/{org}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -27611,7 +27611,7 @@
"url": "/repos/{owner}/{repo}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -35887,7 +35887,7 @@
},
{
"name": "client_payload",
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
"in": "BODY",
"type": "object",
"required": false,
Expand Down
8 changes: 4 additions & 4 deletions scripts/update-endpoints/generated/ghe35-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -28665,7 +28665,7 @@
"url": "/user/projects",
"isDeprecated": false,
"deprecationDate": null,
"description": "",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-user-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -28726,7 +28726,7 @@
"url": "/orgs/{org}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-an-organization-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -28801,7 +28801,7 @@
"url": "/repos/{owner}/{repo}/projects",
"isDeprecated": false,
"deprecationDate": null,
"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.",
"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.",
"documentationUrl": "https://docs.github.com/[email protected]/rest/reference/projects#create-a-repository-project",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -37104,7 +37104,7 @@
},
{
"name": "client_payload",
"description": "JSON payload with extra information about the webhook event that your action or worklow may use.",
"description": "JSON payload with extra information about the webhook event that your action or workflow may use.",
"in": "BODY",
"type": "object",
"required": false,
Expand Down