Update OpenAPI Description (#35708)
This commit is contained in:
@@ -79121,6 +79121,512 @@
|
||||
"action": "created",
|
||||
"category": "projects_v2"
|
||||
},
|
||||
"deleted": {
|
||||
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
|
||||
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, project_card<code>, and </code>project_column` events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
|
||||
"bodyParameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"name": "action",
|
||||
"in": "body",
|
||||
"description": "",
|
||||
"isRequired": true,
|
||||
"enum": [
|
||||
"deleted"
|
||||
],
|
||||
"childParamsGroups": []
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "organization",
|
||||
"in": "body",
|
||||
"description": "<p>A GitHub organization.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": []
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "projects_v2",
|
||||
"in": "body",
|
||||
"description": "<p>A projects v2 project</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "number",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "owner",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "creator",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "title",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "description",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "public",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "closed_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "created_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "updated_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "number",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "short_description",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "deleted_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "deleted_by",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "sender",
|
||||
"in": "body",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": []
|
||||
}
|
||||
],
|
||||
"availability": [
|
||||
"organization"
|
||||
],
|
||||
"action": "deleted",
|
||||
"category": "projects_v2"
|
||||
},
|
||||
"edited": {
|
||||
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
|
||||
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, project_card<code>, and </code>project_column` events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
|
||||
|
||||
@@ -75535,6 +75535,512 @@
|
||||
"action": "created",
|
||||
"category": "projects_v2"
|
||||
},
|
||||
"deleted": {
|
||||
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
|
||||
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/github-ae@latest/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/github-ae@latest/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, project_card<code>, and </code>project_column` events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
|
||||
"bodyParameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"name": "action",
|
||||
"in": "body",
|
||||
"description": "",
|
||||
"isRequired": true,
|
||||
"enum": [
|
||||
"deleted"
|
||||
],
|
||||
"childParamsGroups": []
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "organization",
|
||||
"in": "body",
|
||||
"description": "<p>A GitHub organization.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": []
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "projects_v2",
|
||||
"in": "body",
|
||||
"description": "<p>A projects v2 project</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "number",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "owner",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "creator",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "title",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "description",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "public",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "closed_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "created_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "updated_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "number",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "short_description",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "deleted_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "deleted_by",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "sender",
|
||||
"in": "body",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": []
|
||||
}
|
||||
],
|
||||
"availability": [
|
||||
"organization"
|
||||
],
|
||||
"action": "deleted",
|
||||
"category": "projects_v2"
|
||||
},
|
||||
"edited": {
|
||||
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
|
||||
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/github-ae@latest/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/github-ae@latest/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, project_card<code>, and </code>project_column` events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
|
||||
|
||||
@@ -79121,6 +79121,512 @@
|
||||
"action": "created",
|
||||
"category": "projects_v2"
|
||||
},
|
||||
"deleted": {
|
||||
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
|
||||
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, project_card<code>, and </code>project_column` events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
|
||||
"bodyParameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"name": "action",
|
||||
"in": "body",
|
||||
"description": "",
|
||||
"isRequired": true,
|
||||
"enum": [
|
||||
"deleted"
|
||||
],
|
||||
"childParamsGroups": []
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "organization",
|
||||
"in": "body",
|
||||
"description": "<p>A GitHub organization.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": []
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "projects_v2",
|
||||
"in": "body",
|
||||
"description": "<p>A projects v2 project</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "number",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "owner",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "creator",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "title",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "description",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "public",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "closed_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "created_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "updated_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "number",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "short_description",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "deleted_at",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "deleted_by",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "name",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "email",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "login",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"name": "id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "node_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "avatar_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string or null",
|
||||
"name": "gravatar_id",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "html_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "followers_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "following_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "gists_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "subscriptions_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "organizations_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "repos_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "received_events_url",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "type",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "site_admin",
|
||||
"description": "",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "starred_at",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"name": "sender",
|
||||
"in": "body",
|
||||
"description": "<p>A GitHub user.</p>",
|
||||
"isRequired": true,
|
||||
"childParamsGroups": []
|
||||
}
|
||||
],
|
||||
"availability": [
|
||||
"organization"
|
||||
],
|
||||
"action": "deleted",
|
||||
"category": "projects_v2"
|
||||
},
|
||||
"edited": {
|
||||
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
|
||||
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, project_card<code>, and </code>project_column` events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"sha": "aaccfaf7077f9076e5ed45780e2e870f5451db31"
|
||||
"sha": "6c285c5ff549e2bf1172b7fce20eb916f4fc29cd"
|
||||
}
|
||||
Reference in New Issue
Block a user