diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 469d0704d..0bb05b64a 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -789,26 +789,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -818,6 +817,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -894,10 +897,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -1186,7 +1188,7 @@ }, "post": { "summary": "Create a task", - "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository\n", + "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository.\n", "tags": [ "agent-tasks" ], @@ -1228,33 +1230,21 @@ "schema": { "type": "object", "required": [ - "event_content" + "prompt" ], "properties": { - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID (optional, defaults to coding agent)" - }, - "problem_statement": { - "type": "string", - "description": "Additional prompting for the agent" - }, - "event_content": { + "prompt": { "type": "string", - "description": "User's written prompt" + "description": "The user's prompt for the agent" }, "model": { "type": "string", "description": "The model to use for this task. The allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`" }, - "custom_agent": { - "type": "string", - "description": "Custom agent identifier" - }, "create_pull_request": { "type": "boolean", - "description": "Whether to create a PR" + "description": "Whether to create a PR.", + "default": false }, "base_ref": { "type": "string", @@ -1265,8 +1255,7 @@ "examples": { "default": { "value": { - "event_content": "Fix the login button on the homepage", - "create_pull_request": true, + "prompt": "Fix the login button on the homepage", "base_ref": "main" } } @@ -1405,26 +1394,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -1434,6 +1422,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -1900,26 +1892,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -1929,6 +1920,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2022,15 +2017,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -2064,47 +2050,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -2113,20 +2062,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -2167,10 +2106,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -2195,9 +2133,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -2720,26 +2659,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -2749,6 +2687,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2823,10 +2765,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3222,26 +3163,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3251,6 +3191,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3344,15 +3288,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -3386,47 +3321,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -3435,20 +3333,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -3489,10 +3377,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3517,9 +3404,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -32930,6 +32818,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -66968,6 +66859,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -127199,6 +127093,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -143110,6 +143011,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -159569,6 +159477,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -331170,7 +331085,16 @@ "secret-scanning-alert-exclude-providers": { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + "secret-scanning-alert-providers": { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 33fe6be9d..be203bacf 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -550,28 +550,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -625,10 +629,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -858,7 +861,7 @@ paths: > [!NOTE] > This endpoint is in public preview and is subject to change. - Creates a new task for a repository + Creates a new task for a repository. tags: - agent-tasks operationId: agent-tasks/create-task @@ -890,18 +893,11 @@ paths: schema: type: object required: - - event_content + - prompt properties: - agent_id: - type: integer - format: int64 - description: Agent ID (optional, defaults to coding agent) - problem_statement: - type: string - description: Additional prompting for the agent - event_content: + prompt: type: string - description: User's written prompt + description: The user's prompt for the agent model: type: string description: 'The model to use for this task. The allowed models @@ -909,20 +905,17 @@ paths: plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`' - custom_agent: - type: string - description: Custom agent identifier create_pull_request: type: boolean - description: Whether to create a PR + description: Whether to create a PR. + default: false base_ref: type: string description: Base ref for new branch/PR examples: default: value: - event_content: Fix the login button on the homepage - create_pull_request: true + prompt: Fix the login button on the homepage base_ref: main responses: '201': @@ -1027,26 +1020,31 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1409,28 +1407,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1498,13 +1500,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -1532,54 +1527,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -1606,10 +1565,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -1627,9 +1585,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Bad request content: @@ -2043,28 +2002,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2116,10 +2079,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2429,28 +2391,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2518,13 +2484,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -2552,54 +2511,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -2626,10 +2549,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2647,9 +2569,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Problems parsing request content: @@ -24022,6 +23945,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + - "$ref": "#/components/parameters/secret-scanning-alert-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48777,6 +48701,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + - "$ref": "#/components/parameters/secret-scanning-alert-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -92493,6 +92418,13 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. Use this value for filtering by provider with the `providers` + or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -103807,6 +103739,13 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. Use this value for filtering by provider with the `providers` + or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -115986,6 +115925,12 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. validity: type: string description: The token status as of the latest validity check. @@ -247729,7 +247674,22 @@ components: secret-scanning-alert-exclude-providers: name: exclude_providers in: query - description: A comma-separated list of provider names to exclude from the results. + description: |- + A comma-separated list of provider slugs to exclude from the results. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `providers` parameter. + required: false + schema: + type: string + secret-scanning-alert-providers: + name: providers + in: query + description: |- + A comma-separated list of provider slugs to filter by. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `exclude_providers` parameter. required: false schema: type: string diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 8d54567f2..59d5596b1 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -789,26 +789,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -818,6 +817,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -894,10 +897,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -1186,7 +1188,7 @@ }, "post": { "summary": "Create a task", - "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository\n", + "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository.\n", "tags": [ "agent-tasks" ], @@ -1228,33 +1230,21 @@ "schema": { "type": "object", "required": [ - "event_content" + "prompt" ], "properties": { - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID (optional, defaults to coding agent)" - }, - "problem_statement": { - "type": "string", - "description": "Additional prompting for the agent" - }, - "event_content": { + "prompt": { "type": "string", - "description": "User's written prompt" + "description": "The user's prompt for the agent" }, "model": { "type": "string", "description": "The model to use for this task. The allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`" }, - "custom_agent": { - "type": "string", - "description": "Custom agent identifier" - }, "create_pull_request": { "type": "boolean", - "description": "Whether to create a PR" + "description": "Whether to create a PR.", + "default": false }, "base_ref": { "type": "string", @@ -1265,8 +1255,7 @@ "examples": { "default": { "value": { - "event_content": "Fix the login button on the homepage", - "create_pull_request": true, + "prompt": "Fix the login button on the homepage", "base_ref": "main" } } @@ -1405,26 +1394,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -1434,6 +1422,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -1900,26 +1892,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -1929,6 +1920,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2022,15 +2017,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -2064,47 +2050,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -2113,20 +2062,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -2167,10 +2106,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -2195,9 +2133,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -2720,26 +2659,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -2749,6 +2687,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2823,10 +2765,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3222,26 +3163,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3251,6 +3191,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3344,15 +3288,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -3386,47 +3321,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -3435,20 +3333,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -3489,10 +3377,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3517,9 +3404,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -32885,6 +32773,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -66874,6 +66765,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -126592,6 +126486,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -142437,6 +142338,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -159105,6 +159013,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -330324,7 +330239,16 @@ "secret-scanning-alert-exclude-providers": { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + "secret-scanning-alert-providers": { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 80fc041b1..b3f704672 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -550,28 +550,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -625,10 +629,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -858,7 +861,7 @@ paths: > [!NOTE] > This endpoint is in public preview and is subject to change. - Creates a new task for a repository + Creates a new task for a repository. tags: - agent-tasks operationId: agent-tasks/create-task @@ -890,18 +893,11 @@ paths: schema: type: object required: - - event_content + - prompt properties: - agent_id: - type: integer - format: int64 - description: Agent ID (optional, defaults to coding agent) - problem_statement: - type: string - description: Additional prompting for the agent - event_content: + prompt: type: string - description: User's written prompt + description: The user's prompt for the agent model: type: string description: 'The model to use for this task. The allowed models @@ -909,20 +905,17 @@ paths: plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`' - custom_agent: - type: string - description: Custom agent identifier create_pull_request: type: boolean - description: Whether to create a PR + description: Whether to create a PR. + default: false base_ref: type: string description: Base ref for new branch/PR examples: default: value: - event_content: Fix the login button on the homepage - create_pull_request: true + prompt: Fix the login button on the homepage base_ref: main responses: '201': @@ -1027,26 +1020,31 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1409,28 +1407,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1498,13 +1500,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -1532,54 +1527,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -1606,10 +1565,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -1627,9 +1585,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Bad request content: @@ -2043,28 +2002,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2116,10 +2079,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2429,28 +2391,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2518,13 +2484,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -2552,54 +2511,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -2626,10 +2549,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2647,9 +2569,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Problems parsing request content: @@ -23989,6 +23912,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + - "$ref": "#/components/parameters/secret-scanning-alert-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48700,6 +48624,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + - "$ref": "#/components/parameters/secret-scanning-alert-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -92049,6 +91974,13 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. Use this value for filtering by provider with the `providers` + or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -103317,6 +103249,13 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. Use this value for filtering by provider with the `providers` + or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -115650,6 +115589,12 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. validity: type: string description: The token status as of the latest validity check. @@ -247033,7 +246978,22 @@ components: secret-scanning-alert-exclude-providers: name: exclude_providers in: query - description: A comma-separated list of provider names to exclude from the results. + description: |- + A comma-separated list of provider slugs to exclude from the results. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `providers` parameter. + required: false + schema: + type: string + secret-scanning-alert-providers: + name: providers + in: query + description: |- + A comma-separated list of provider slugs to filter by. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `exclude_providers` parameter. required: false schema: type: string diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index a909195a0..db83bed8f 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -789,26 +789,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -818,6 +817,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -894,10 +897,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -1186,7 +1188,7 @@ }, "post": { "summary": "Create a task", - "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository\n", + "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository.\n", "tags": [ "agent-tasks" ], @@ -1228,33 +1230,21 @@ "schema": { "type": "object", "required": [ - "event_content" + "prompt" ], "properties": { - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID (optional, defaults to coding agent)" - }, - "problem_statement": { - "type": "string", - "description": "Additional prompting for the agent" - }, - "event_content": { + "prompt": { "type": "string", - "description": "User's written prompt" + "description": "The user's prompt for the agent" }, "model": { "type": "string", "description": "The model to use for this task. The allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`" }, - "custom_agent": { - "type": "string", - "description": "Custom agent identifier" - }, "create_pull_request": { "type": "boolean", - "description": "Whether to create a PR" + "description": "Whether to create a PR.", + "default": false }, "base_ref": { "type": "string", @@ -1265,8 +1255,7 @@ "examples": { "default": { "value": { - "event_content": "Fix the login button on the homepage", - "create_pull_request": true, + "prompt": "Fix the login button on the homepage", "base_ref": "main" } } @@ -1405,26 +1394,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -1434,6 +1422,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -1900,26 +1892,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -1929,6 +1920,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2022,15 +2017,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -2064,47 +2050,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -2113,20 +2062,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -2167,10 +2106,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -2195,9 +2133,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -2720,26 +2659,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -2749,6 +2687,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2823,10 +2765,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3222,26 +3163,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3251,6 +3191,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3344,15 +3288,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -3386,47 +3321,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -3435,20 +3333,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -3489,10 +3377,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3517,9 +3404,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -33122,6 +33010,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -67270,6 +67161,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -128068,6 +127962,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -144246,6 +144147,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -160812,6 +160720,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -333078,7 +332993,16 @@ "secret-scanning-alert-exclude-providers": { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + "secret-scanning-alert-providers": { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 36784eb73..0ceb2c080 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -550,28 +550,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -625,10 +629,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -858,7 +861,7 @@ paths: > [!NOTE] > This endpoint is in public preview and is subject to change. - Creates a new task for a repository + Creates a new task for a repository. tags: - agent-tasks operationId: agent-tasks/create-task @@ -890,18 +893,11 @@ paths: schema: type: object required: - - event_content + - prompt properties: - agent_id: - type: integer - format: int64 - description: Agent ID (optional, defaults to coding agent) - problem_statement: - type: string - description: Additional prompting for the agent - event_content: + prompt: type: string - description: User's written prompt + description: The user's prompt for the agent model: type: string description: 'The model to use for this task. The allowed models @@ -909,20 +905,17 @@ paths: plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`' - custom_agent: - type: string - description: Custom agent identifier create_pull_request: type: boolean - description: Whether to create a PR + description: Whether to create a PR. + default: false base_ref: type: string description: Base ref for new branch/PR examples: default: value: - event_content: Fix the login button on the homepage - create_pull_request: true + prompt: Fix the login button on the homepage base_ref: main responses: '201': @@ -1027,26 +1020,31 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1409,28 +1407,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1498,13 +1500,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -1532,54 +1527,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -1606,10 +1565,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -1627,9 +1585,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Bad request content: @@ -2043,28 +2002,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2116,10 +2079,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2429,28 +2391,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2518,13 +2484,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -2552,54 +2511,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -2626,10 +2549,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2647,9 +2569,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Problems parsing request content: @@ -24124,6 +24047,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + - "$ref": "#/components/parameters/secret-scanning-alert-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48962,6 +48886,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + - "$ref": "#/components/parameters/secret-scanning-alert-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -93075,6 +93000,13 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. Use this value for filtering by provider with the `providers` + or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -104619,6 +104551,13 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. Use this value for filtering by provider with the `providers` + or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -116882,6 +116821,12 @@ components: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret that was + detected. validity: type: string description: The token status as of the latest validity check. @@ -248964,7 +248909,22 @@ components: secret-scanning-alert-exclude-providers: name: exclude_providers in: query - description: A comma-separated list of provider names to exclude from the results. + description: |- + A comma-separated list of provider slugs to exclude from the results. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `providers` parameter. + required: false + schema: + type: string + secret-scanning-alert-providers: + name: providers + in: query + description: |- + A comma-separated list of provider slugs to filter by. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `exclude_providers` parameter. required: false schema: type: string diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 228390d98..e830cadc2 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -2487,26 +2487,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -2516,6 +2515,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2592,10 +2595,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -2884,7 +2886,7 @@ }, "post": { "summary": "Create a task", - "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository\n", + "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository.\n", "tags": [ "agent-tasks" ], @@ -2926,33 +2928,21 @@ "schema": { "type": "object", "required": [ - "event_content" + "prompt" ], "properties": { - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID (optional, defaults to coding agent)" - }, - "problem_statement": { - "type": "string", - "description": "Additional prompting for the agent" - }, - "event_content": { + "prompt": { "type": "string", - "description": "User's written prompt" + "description": "The user's prompt for the agent" }, "model": { "type": "string", "description": "The model to use for this task. The allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`" }, - "custom_agent": { - "type": "string", - "description": "Custom agent identifier" - }, "create_pull_request": { "type": "boolean", - "description": "Whether to create a PR" + "description": "Whether to create a PR.", + "default": false }, "base_ref": { "type": "string", @@ -2963,8 +2953,7 @@ "examples": { "default": { "value": { - "event_content": "Fix the login button on the homepage", - "create_pull_request": true, + "prompt": "Fix the login button on the homepage", "base_ref": "main" } } @@ -3103,26 +3092,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3132,6 +3120,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3598,26 +3590,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3627,6 +3618,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3720,15 +3715,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -3762,47 +3748,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -3811,20 +3760,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -3865,10 +3804,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3893,9 +3831,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -4418,26 +4357,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -4447,6 +4385,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -4521,10 +4463,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -4920,26 +4861,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -4949,6 +4889,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -5042,15 +4986,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -5084,47 +5019,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -5133,20 +5031,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -5187,10 +5075,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -5215,9 +5102,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -240376,7 +240264,16 @@ { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" @@ -240789,6 +240686,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -624600,7 +624504,16 @@ { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" @@ -625020,6 +624933,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -626699,6 +626619,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -628361,6 +628288,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1566391,6 +1566325,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1569594,6 +1569535,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1572629,6 +1572577,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1576170,6 +1576125,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1579205,6 +1579167,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1582240,6 +1582209,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1585275,6 +1585251,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1588478,6 +1588461,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 7b4adc87c..340448ad9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &633 + - &634 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1375,28 +1375,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1450,10 +1454,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -1683,7 +1686,7 @@ paths: > [!NOTE] > This endpoint is in public preview and is subject to change. - Creates a new task for a repository + Creates a new task for a repository. tags: - agent-tasks operationId: agent-tasks/create-task @@ -1715,18 +1718,11 @@ paths: schema: type: object required: - - event_content + - prompt properties: - agent_id: - type: integer - format: int64 - description: Agent ID (optional, defaults to coding agent) - problem_statement: - type: string - description: Additional prompting for the agent - event_content: + prompt: type: string - description: User's written prompt + description: The user's prompt for the agent model: type: string description: 'The model to use for this task. The allowed models @@ -1734,20 +1730,17 @@ paths: plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`' - custom_agent: - type: string - description: Custom agent identifier create_pull_request: type: boolean - description: Whether to create a PR + description: Whether to create a PR. + default: false base_ref: type: string description: Base ref for new branch/PR examples: default: value: - event_content: Fix the login button on the homepage - create_pull_request: true + prompt: Fix the login button on the homepage base_ref: main responses: '201': @@ -1852,26 +1845,31 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2234,28 +2232,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2323,13 +2325,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -2357,54 +2352,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -2431,10 +2390,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2452,9 +2410,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Bad request content: @@ -2868,28 +2827,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2941,10 +2904,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -3254,28 +3216,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -3343,13 +3309,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -3377,54 +3336,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -3451,10 +3374,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -3472,9 +3394,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Problems parsing request content: @@ -13973,7 +13896,7 @@ paths: properties: action: type: string - discussion: &724 + discussion: &725 title: Discussion description: A Discussion in a repository. type: object @@ -14757,7 +14680,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &645 + sub_issues_summary: &646 title: Sub-issues Summary type: object properties: @@ -14868,7 +14791,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &646 + issue_dependencies_summary: &647 title: Issue Dependencies Summary type: object properties: @@ -16353,7 +16276,7 @@ paths: url: type: string format: uri - user: &652 + user: &653 title: Public User description: Public User type: object @@ -21978,7 +21901,7 @@ paths: required: false schema: type: string - - &701 + - &702 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22124,7 +22047,7 @@ paths: parameters: - *73 - *115 - - &702 + - &703 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22236,7 +22159,7 @@ paths: - *115 - *117 - *116 - - &703 + - &704 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22244,7 +22167,7 @@ paths: schema: type: string - *118 - - &704 + - &705 name: sku description: The SKU to query for usage. in: query @@ -29089,12 +29012,12 @@ paths: required: - subject_digests examples: - default: &683 + default: &684 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &684 + withPredicateType: &685 value: subject_digests: - sha256:abc123 @@ -29153,7 +29076,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &685 + default: &686 value: attestations_subject_digests: - sha256:abc: @@ -39985,7 +39908,7 @@ paths: parameters: - *73 - *242 - - &666 + - &667 name: repo_name description: repo_name parameter in: path @@ -41046,7 +40969,7 @@ paths: - nuget - container - *73 - - &667 + - &668 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41087,7 +41010,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &669 + '400': &670 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43111,7 +43034,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &752 + - &753 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -44009,7 +43932,7 @@ paths: - updated_at - project_url examples: - default: &688 + default: &689 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44186,7 +44109,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &689 + items: &690 type: object properties: name: @@ -44223,7 +44146,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &690 + iteration_configuration: &691 type: object description: The configuration for iteration fields. properties: @@ -44273,7 +44196,7 @@ paths: value: name: Due date data_type: date - single_select_field: &691 + single_select_field: &692 summary: Create a single select field value: name: Priority @@ -44300,7 +44223,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &692 + iteration_field: &693 summary: Create an iteration field value: name: Sprint @@ -44326,7 +44249,7 @@ paths: application/json: schema: *268 examples: - text_field: &693 + text_field: &694 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44335,7 +44258,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &694 + number_field: &695 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44344,7 +44267,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &695 + date_field: &696 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44353,7 +44276,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &696 + single_select_field: &697 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44387,7 +44310,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &697 + iteration_field: &698 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44433,7 +44356,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &698 + - &699 name: field_id description: The unique identifier of the field. in: path @@ -44448,7 +44371,7 @@ paths: application/json: schema: *268 examples: - default: &699 + default: &700 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45659,7 +45582,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &680 + schema: &681 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45842,7 +45765,7 @@ paths: parameters: - *265 - *73 - - &700 + - &701 name: view_number description: The number that identifies the project view. in: path @@ -49856,12 +49779,26 @@ paths: - &601 name: exclude_providers in: query - description: A comma-separated list of provider names to exclude from the - results. + description: |- + A comma-separated list of provider slugs to exclude from the results. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `providers` parameter. required: false schema: type: string - &602 + name: providers + in: query + description: |- + A comma-separated list of provider slugs to filter by. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `exclude_providers` parameter. + required: false + schema: + type: string + - &603 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49870,7 +49807,7 @@ paths: required: false schema: type: string - - &603 + - &604 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49889,7 +49826,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &604 + - &605 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -49904,7 +49841,7 @@ paths: - *59 - *19 - *17 - - &605 + - &606 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -49914,7 +49851,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -49924,7 +49861,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49933,7 +49870,7 @@ paths: required: false schema: type: string - - &608 + - &609 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49942,7 +49879,7 @@ paths: schema: type: boolean default: false - - &609 + - &610 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49951,7 +49888,7 @@ paths: schema: type: boolean default: false - - &610 + - &611 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49983,14 +49920,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &611 + state: &612 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &612 + resolution: &613 type: - string - 'null' @@ -50026,6 +49963,13 @@ paths: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. Use this value for filtering by provider + with the `providers` or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -50102,14 +50046,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &613 + - &614 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &615 + - &616 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50173,7 +50117,7 @@ paths: - blob_url - commit_sha - commit_url - - &616 + - &617 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50234,7 +50178,7 @@ paths: - page_url - commit_sha - commit_url - - &617 + - &618 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50256,7 +50200,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &618 + - &619 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50278,7 +50222,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &619 + - &620 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50300,7 +50244,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &620 + - &621 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50315,7 +50259,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &621 + - &622 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50330,7 +50274,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &622 + - &623 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50345,7 +50289,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &623 + - &624 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50367,7 +50311,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &624 + - &625 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50389,7 +50333,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &625 + - &626 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50411,7 +50355,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &626 + - &627 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50433,7 +50377,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &627 + - &628 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50954,7 +50898,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 description: A repository security advisory. type: object properties: @@ -51273,7 +51217,7 @@ paths: - private_fork additionalProperties: false examples: - default: &632 + default: &633 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53348,7 +53292,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &648 + response-if-user-is-a-team-maintainer: &649 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53413,7 +53357,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &649 + response-if-users-membership-with-team-is-now-pending: &650 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53527,7 +53471,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &650 + schema: &651 title: Team Repository description: A team's access to a repository. type: object @@ -54256,7 +54200,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &651 + response-if-child-teams-exist: &652 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -65424,7 +65368,7 @@ paths: check. type: array items: *84 - deployment: &713 + deployment: &714 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70679,7 +70623,7 @@ paths: type: array items: *446 examples: - default: &657 + default: &658 value: total_count: 2 machines: @@ -73815,7 +73759,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 title: Status description: The status of a commit. type: object @@ -75431,7 +75375,7 @@ paths: items: type: object properties: - placeholder_id: &628 + placeholder_id: &629 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81361,7 +81305,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &744 + last_response: &745 title: Hook Response type: object properties: @@ -82430,7 +82374,7 @@ paths: parameters: - *325 - *326 - - &678 + - &679 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82864,7 +82808,7 @@ paths: type: array items: *519 examples: - default: &671 + default: &672 value: - id: 1 repository: @@ -86459,7 +86403,7 @@ paths: type: array items: *529 examples: - default: &642 + default: &643 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -96960,15 +96904,16 @@ paths: - *602 - *603 - *604 + - *605 - *59 - *19 - *17 - - *605 - *606 - *607 - *608 - *609 - *610 + - *611 responses: '200': description: Response @@ -96976,7 +96921,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 type: object properties: number: *170 @@ -96992,8 +96937,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *611 - resolution: *612 + state: *612 + resolution: *613 resolved_at: type: - string @@ -97023,6 +96968,13 @@ paths: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. Use this value for filtering by provider + with the `providers` or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -97092,7 +97044,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *613 + - *614 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97254,13 +97206,13 @@ paths: - *325 - *326 - *422 - - *610 + - *611 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -97324,8 +97276,8 @@ paths: schema: type: object properties: - state: *611 - resolution: *612 + state: *612 + resolution: *613 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -97363,7 +97315,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -97471,7 +97423,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &764 + items: &765 type: object properties: type: @@ -97498,7 +97450,6 @@ paths: - commit details: oneOf: - - *615 - *616 - *617 - *618 @@ -97511,6 +97462,7 @@ paths: - *625 - *626 - *627 + - *628 examples: default: value: @@ -97605,14 +97557,14 @@ paths: schema: type: object properties: - reason: &629 + reason: &630 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *628 + placeholder_id: *629 required: - reason - placeholder_id @@ -97629,7 +97581,7 @@ paths: schema: type: object properties: - reason: *629 + reason: *630 expire_at: type: - string @@ -97692,7 +97644,7 @@ paths: properties: incremental_scans: type: array - items: &630 + items: &631 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97720,15 +97672,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *630 + items: *631 backfill_scans: type: array - items: *630 + items: *631 custom_pattern_backfill_scans: type: array items: allOf: - - *630 + - *631 - type: object properties: pattern_name: @@ -97843,9 +97795,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '400': *14 '404': *6 x-github: @@ -98039,9 +97991,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: &634 + default: &635 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -98388,7 +98340,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -98537,15 +98489,15 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *634 + default: *635 '403': *27 '404': *6 x-github: @@ -98571,7 +98523,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 requestBody: required: true content: @@ -98742,10 +98694,10 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *634 - add_credit: *634 + default: *635 + add_credit: *635 '403': *27 '404': *6 '422': @@ -98785,7 +98737,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '202': *37 '400': *14 @@ -98814,7 +98766,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '202': description: Response @@ -98955,7 +98907,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -99328,7 +99280,7 @@ paths: application/json: schema: type: array - items: *635 + items: *636 examples: default: value: @@ -99418,7 +99370,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -99512,7 +99464,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &637 + schema: &638 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99612,7 +99564,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -99822,7 +99774,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99834,7 +99786,7 @@ paths: required: - names examples: - default: &639 + default: &640 value: names: - octocat @@ -99889,9 +99841,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 '404': *6 '422': *7 x-github: @@ -99914,7 +99866,7 @@ paths: parameters: - *325 - *326 - - &640 + - &641 name: per description: The time frame to display results for. in: query @@ -99945,7 +99897,7 @@ paths: - 128 clones: type: array - items: &641 + items: &642 title: Traffic type: object properties: @@ -100193,7 +100145,7 @@ paths: parameters: - *325 - *326 - - *640 + - *641 responses: '200': description: Response @@ -100214,7 +100166,7 @@ paths: - 3782 views: type: array - items: *641 + items: *642 required: - uniques - count @@ -100951,7 +100903,7 @@ paths: the new values items: *529 examples: - default: *642 + default: *643 '400': *14 '403': *27 '404': *6 @@ -101057,7 +101009,7 @@ paths: the new values items: *529 examples: - default: *642 + default: *643 '400': *14 '403': *27 '404': *6 @@ -101233,7 +101185,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &643 + text_matches: &644 title: Search Result Text Matches type: array items: @@ -101396,7 +101348,7 @@ paths: enum: - author-date - committer-date - - &644 + - &645 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -101516,7 +101468,7 @@ paths: type: number node_id: type: string - text_matches: *643 + text_matches: *644 required: - sha - node_id @@ -101708,7 +101660,7 @@ paths: - interactions - created - updated - - *644 + - *645 - *17 - *19 - name: advanced_search @@ -101822,8 +101774,8 @@ paths: type: - string - 'null' - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -101854,7 +101806,7 @@ paths: - string - 'null' format: date-time - text_matches: *643 + text_matches: *644 pull_request: type: object properties: @@ -102120,7 +102072,7 @@ paths: enum: - created - updated - - *644 + - *645 - *17 - *19 responses: @@ -102165,7 +102117,7 @@ paths: - 'null' score: type: number - text_matches: *643 + text_matches: *644 required: - id - node_id @@ -102250,7 +102202,7 @@ paths: - forks - help-wanted-issues - updated - - *644 + - *645 - *17 - *19 responses: @@ -102496,7 +102448,7 @@ paths: - admin - pull - push - text_matches: *643 + text_matches: *644 temp_clone_token: type: string allow_merge_commit: @@ -102804,7 +102756,7 @@ paths: - string - 'null' format: uri - text_matches: *643 + text_matches: *644 related: type: - array @@ -102997,7 +102949,7 @@ paths: - followers - repositories - joined - - *644 + - *645 - *17 - *19 responses: @@ -103107,7 +103059,7 @@ paths: type: - boolean - 'null' - text_matches: *643 + text_matches: *644 blog: type: - string @@ -103189,7 +103141,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &647 + - &648 name: team_id description: The unique identifier of the team. in: path @@ -103230,7 +103182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *647 + - *648 requestBody: required: true content: @@ -103331,7 +103283,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *647 + - *648 responses: '204': description: Response @@ -103360,7 +103312,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -103398,7 +103350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *647 + - *648 - name: role description: Filters members returned by their role in the team. in: query @@ -103449,7 +103401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103486,7 +103438,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103526,7 +103478,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103563,7 +103515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 responses: '200': @@ -103572,7 +103524,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *648 + response-if-user-is-a-team-maintainer: *649 '404': *6 x-github: githubCloudOnly: false @@ -103605,7 +103557,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 requestBody: required: false @@ -103633,7 +103585,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *649 + response-if-users-membership-with-team-is-now-pending: *650 '403': description: Forbidden if team synchronization is set up '422': @@ -103667,7 +103619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103695,7 +103647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -103737,7 +103689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *647 + - *648 - *325 - *326 responses: @@ -103745,7 +103697,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *650 + schema: *651 examples: alternative-response-with-extra-repository-information: value: @@ -103896,7 +103848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *647 + - *648 - *325 - *326 requestBody: @@ -103948,7 +103900,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *647 + - *648 - *325 - *326 responses: @@ -103975,7 +103927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -103987,7 +103939,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *651 + response-if-child-teams-exist: *652 headers: Link: *65 '404': *6 @@ -104020,7 +103972,7 @@ paths: application/json: schema: oneOf: - - &653 + - &654 title: Private User description: Private User type: object @@ -104270,7 +104222,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *652 + - *653 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104430,7 +104382,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -104828,7 +104780,7 @@ paths: type: integer secrets: type: array - items: &654 + items: &655 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104948,7 +104900,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -105361,7 +105313,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105414,7 +105366,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &656 + default: &657 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105459,9 +105411,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 '404': *6 x-github: githubCloudOnly: false @@ -105500,7 +105452,7 @@ paths: type: array items: *446 examples: - default: *657 + default: *658 '304': *35 '500': *53 '401': *23 @@ -106466,7 +106418,7 @@ paths: type: array items: *247 examples: - default: &668 + default: &669 value: - id: 197 name: hello_docker @@ -106567,7 +106519,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: Email description: Email type: object @@ -106637,9 +106589,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: &670 + default: &671 value: - email: octocat@github.com verified: true @@ -106716,7 +106668,7 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: default: value: @@ -106974,7 +106926,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: GPG Key description: A unique encryption key type: object @@ -107119,7 +107071,7 @@ paths: - subkeys - revoked examples: - default: &686 + default: &687 value: - id: 3 name: Octocat's GPG Key @@ -107204,9 +107156,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: id: 3 name: Octocat's GPG Key @@ -107263,7 +107215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &661 + - &662 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107275,9 +107227,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '304': *35 '403': *27 @@ -107300,7 +107252,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *661 + - *662 responses: '204': description: Response @@ -107758,7 +107710,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Key description: Key type: object @@ -107861,9 +107813,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: &663 + default: &664 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107902,9 +107854,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: *663 + default: *664 '404': *6 '304': *35 '403': *27 @@ -107960,7 +107912,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108039,7 +107991,7 @@ paths: - account - plan examples: - default: &665 + default: &666 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108101,9 +108053,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *665 + default: *666 headers: Link: *65 '304': *35 @@ -109121,7 +109073,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *666 + - *667 responses: '204': description: Response @@ -109236,7 +109188,7 @@ paths: - docker - nuget - container - - *667 + - *668 - *19 - *17 responses: @@ -109248,8 +109200,8 @@ paths: type: array items: *247 examples: - default: *668 - '400': *669 + default: *669 + '400': *670 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109278,7 +109230,7 @@ paths: application/json: schema: *247 examples: - default: &687 + default: &688 value: id: 40201 name: octo-name @@ -109640,9 +109592,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *670 + default: *671 headers: Link: *65 '304': *35 @@ -109755,7 +109707,7 @@ paths: type: array items: *77 examples: - default: &677 + default: &678 summary: Default response value: - id: 1296269 @@ -110115,7 +110067,7 @@ paths: type: array items: *519 examples: - default: *671 + default: *672 headers: Link: *65 '304': *35 @@ -110194,7 +110146,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: Social account description: Social media account type: object @@ -110211,7 +110163,7 @@ paths: - provider - url examples: - default: &673 + default: &674 value: - provider: twitter url: https://twitter.com/github @@ -110274,9 +110226,9 @@ paths: application/json: schema: type: array - items: *672 + items: *673 examples: - default: *673 + default: *674 '422': *15 '304': *35 '404': *6 @@ -110364,7 +110316,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110384,7 +110336,7 @@ paths: - title - created_at examples: - default: &705 + default: &706 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110449,9 +110401,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: &675 + default: &676 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110481,7 +110433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &676 + - &677 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110493,9 +110445,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *675 + default: *676 '404': *6 '304': *35 '403': *27 @@ -110518,7 +110470,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *676 + - *677 responses: '204': description: Response @@ -110547,7 +110499,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &706 + - &707 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110572,11 +110524,11 @@ paths: type: array items: *77 examples: - default-response: *677 + default-response: *678 application/vnd.github.v3.star+json: schema: type: array - items: &707 + items: &708 title: Starred Repository description: Starred Repository type: object @@ -110945,10 +110897,10 @@ paths: application/json: schema: oneOf: + - *654 - *653 - - *652 examples: - default-response: &681 + default-response: &682 summary: Default response value: login: octocat @@ -110983,7 +110935,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &682 + response-with-git-hub-plan-information: &683 summary: Response with GitHub plan information value: login: octocat @@ -111040,7 +110992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &679 + - &680 name: user_id description: The unique identifier of the user. in: path @@ -111106,7 +111058,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *678 + - *679 - *17 responses: '200': @@ -111141,7 +111093,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *679 + - *680 - *265 requestBody: required: true @@ -111216,7 +111168,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *680 + schema: *681 examples: table_view: summary: Response for creating a table view @@ -111268,11 +111220,11 @@ paths: application/json: schema: oneOf: + - *654 - *653 - - *652 examples: - default-response: *681 - response-with-git-hub-plan-information: *682 + default-response: *682 + response-with-git-hub-plan-information: *683 '404': *6 x-github: githubCloudOnly: false @@ -111322,8 +111274,8 @@ paths: required: - subject_digests examples: - default: *683 - withPredicateType: *684 + default: *684 + withPredicateType: *685 responses: '200': description: Response @@ -111377,7 +111329,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *685 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111623,7 +111575,7 @@ paths: type: array items: *247 examples: - default: *668 + default: *669 '403': *27 '401': *23 x-github: @@ -112007,9 +111959,9 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: - default: *686 + default: *687 headers: Link: *65 x-github: @@ -112238,7 +112190,7 @@ paths: - docker - nuget - container - - *667 + - *668 - *69 - *19 - *17 @@ -112251,10 +112203,10 @@ paths: type: array items: *247 examples: - default: *668 + default: *669 '403': *27 '401': *23 - '400': *669 + '400': *670 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112284,7 +112236,7 @@ paths: application/json: schema: *247 examples: - default: *687 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112633,7 +112585,7 @@ paths: type: array items: *268 examples: - default: *688 + default: *689 headers: Link: *65 '304': *35 @@ -112693,7 +112645,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *689 + items: *690 required: - name - data_type @@ -112709,7 +112661,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *690 + iteration_configuration: *691 required: - name - data_type @@ -112731,8 +112683,8 @@ paths: value: name: Due date data_type: date - single_select_field: *691 - iteration_field: *692 + single_select_field: *692 + iteration_field: *693 responses: '201': description: Response @@ -112740,11 +112692,11 @@ paths: application/json: schema: *268 examples: - text_field: *693 - number_field: *694 - date_field: *695 - single_select_field: *696 - iteration_field: *697 + text_field: *694 + number_field: *695 + date_field: *696 + single_select_field: *697 + iteration_field: *698 '304': *35 '403': *27 '401': *23 @@ -112766,7 +112718,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *698 + - *699 - *69 responses: '200': @@ -112775,7 +112727,7 @@ paths: application/json: schema: *268 examples: - default: *699 + default: *700 headers: Link: *65 '304': *35 @@ -113132,7 +113084,7 @@ paths: parameters: - *265 - *69 - - *700 + - *701 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113407,7 +113359,7 @@ paths: - *115 - *117 - *116 - - *701 + - *702 - *118 responses: '200': @@ -113538,7 +113490,7 @@ paths: parameters: - *69 - *115 - - *702 + - *703 - *116 responses: '200': @@ -113637,9 +113589,9 @@ paths: - *115 - *117 - *116 - - *703 - - *118 - *704 + - *118 + - *705 responses: '200': description: Response when getting a billing usage summary @@ -113773,9 +113725,9 @@ paths: application/json: schema: type: array - items: *672 + items: *673 examples: - default: *673 + default: *674 headers: Link: *65 x-github: @@ -113805,9 +113757,9 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: - default: *705 + default: *706 headers: Link: *65 x-github: @@ -113832,7 +113784,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *706 + - *707 - *59 - *17 - *19 @@ -113844,11 +113796,11 @@ paths: schema: anyOf: - type: array - items: *707 + items: *708 - type: array items: *77 examples: - default-response: *677 + default-response: *678 headers: Link: *65 x-github: @@ -114008,7 +113960,7 @@ webhooks: type: string enum: - disabled - enterprise: &708 + enterprise: &709 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114077,7 +114029,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &709 + installation: &710 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114098,7 +114050,7 @@ webhooks: required: - id - node_id - organization: &710 + organization: &711 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114171,7 +114123,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &711 + repository: &712 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115097,10 +115049,10 @@ webhooks: type: string enum: - enabled - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -115176,11 +115128,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: &712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: &713 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -115403,11 +115355,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: *712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: *713 sender: *4 required: - action @@ -115595,11 +115547,11 @@ webhooks: - everyone required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: *712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: *713 sender: *4 required: - action @@ -115683,7 +115635,7 @@ webhooks: type: string enum: - completed - check_run: &714 + check_run: &715 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115793,7 +115745,7 @@ webhooks: - examples: - neutral - deployment: *713 + deployment: *714 details_url: type: string examples: @@ -115891,10 +115843,10 @@ webhooks: - output - app - pull_requests - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -116285,11 +116237,11 @@ webhooks: type: string enum: - created - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -116683,11 +116635,11 @@ webhooks: type: string enum: - requested_action - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 requested_action: description: The action requested by the user. type: object @@ -117090,11 +117042,11 @@ webhooks: type: string enum: - rerequested - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -118079,10 +118031,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -118786,10 +118738,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -119487,10 +119439,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -119811,20 +119763,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &715 + commit_oid: &716 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *708 - installation: *709 - organization: *710 - ref: &716 + enterprise: *709 + installation: *710 + organization: *711 + ref: &717 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -120232,12 +120184,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -120520,12 +120472,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -120871,12 +120823,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -121166,9 +121118,9 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121176,7 +121128,7 @@ webhooks: type: - string - 'null' - repository: *711 + repository: *712 sender: *4 required: - action @@ -121422,12 +121374,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -121748,10 +121700,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -122011,10 +121963,10 @@ webhooks: - updated_at - author_association - body - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -122095,18 +122047,18 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *710 - pusher_type: &717 + organization: *711 + pusher_type: &718 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &718 + ref: &719 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122116,7 +122068,7 @@ webhooks: enum: - tag - branch - repository: *711 + repository: *712 sender: *4 required: - ref @@ -122199,9 +122151,9 @@ webhooks: enum: - created definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -122286,9 +122238,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -122366,9 +122318,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -122446,9 +122398,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -122525,10 +122477,10 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - repository: *711 - organization: *710 + enterprise: *709 + installation: *710 + repository: *712 + organization: *711 sender: *4 new_property_values: type: array @@ -122613,18 +122565,18 @@ webhooks: title: delete event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - pusher_type: *717 - ref: *718 + enterprise: *709 + installation: *710 + organization: *711 + pusher_type: *718 + ref: *719 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *711 + repository: *712 sender: *4 required: - ref @@ -122705,10 +122657,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122789,10 +122741,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122874,10 +122826,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122959,10 +122911,10 @@ webhooks: enum: - created alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123042,10 +122994,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123125,10 +123077,10 @@ webhooks: enum: - fixed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123209,10 +123161,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123292,10 +123244,10 @@ webhooks: enum: - reopened alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123372,9 +123324,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - key: &719 + enterprise: *709 + installation: *710 + key: &720 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123412,8 +123364,8 @@ webhooks: - verified - created_at - read_only - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -123490,11 +123442,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - key: *719 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + key: *720 + organization: *711 + repository: *712 sender: *4 required: - action @@ -124061,12 +124013,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: &723 + workflow: &724 title: Workflow type: - object @@ -124821,9 +124773,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *711 - organization: *710 - installation: *709 + repository: *712 + organization: *711 + installation: *710 sender: *4 responses: '200': @@ -124894,7 +124846,7 @@ webhooks: type: string enum: - approved - approver: &720 + approver: &721 type: object properties: avatar_url: @@ -124937,11 +124889,11 @@ webhooks: type: string comment: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - reviewers: &721 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + reviewers: &722 type: array items: type: object @@ -125022,7 +124974,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &722 + workflow_job_run: &723 type: object properties: conclusion: @@ -125768,18 +125720,18 @@ webhooks: type: string enum: - rejected - approver: *720 + approver: *721 comment: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - reviewers: *721 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + reviewers: *722 sender: *4 since: type: string - workflow_job_run: *722 + workflow_job_run: *723 workflow_job_runs: type: array items: @@ -126496,13 +126448,13 @@ webhooks: type: string enum: - requested - enterprise: *708 + enterprise: *709 environment: type: string - installation: *709 - organization: *710 - repository: *711 - requestor: &728 + installation: *710 + organization: *711 + repository: *712 + requestor: &729 title: User type: - object @@ -128435,12 +128387,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Deployment Workflow Run type: @@ -129131,7 +129083,7 @@ webhooks: type: string enum: - answered - answer: &726 + answer: &727 type: object properties: author_association: @@ -129291,11 +129243,11 @@ webhooks: - created_at - updated_at - body - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129422,11 +129374,11 @@ webhooks: - from required: - category - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129509,11 +129461,11 @@ webhooks: type: string enum: - closed - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129595,7 +129547,7 @@ webhooks: type: string enum: - created - comment: &725 + comment: &726 type: object properties: author_association: @@ -129755,11 +129707,11 @@ webhooks: - updated_at - body - reactions - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129842,12 +129794,12 @@ webhooks: type: string enum: - deleted - comment: *725 - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + comment: *726 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129942,12 +129894,12 @@ webhooks: - from required: - body - comment: *725 - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + comment: *726 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130031,11 +129983,11 @@ webhooks: type: string enum: - created - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130117,11 +130069,11 @@ webhooks: type: string enum: - deleted - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130221,11 +130173,11 @@ webhooks: type: string required: - from - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130307,10 +130259,10 @@ webhooks: type: string enum: - labeled - discussion: *724 - enterprise: *708 - installation: *709 - label: &727 + discussion: *725 + enterprise: *709 + installation: *710 + label: &728 title: Label type: object properties: @@ -130343,8 +130295,8 @@ webhooks: - color - default - description - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130427,11 +130379,11 @@ webhooks: type: string enum: - locked - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130513,11 +130465,11 @@ webhooks: type: string enum: - pinned - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130599,11 +130551,11 @@ webhooks: type: string enum: - reopened - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130688,16 +130640,16 @@ webhooks: changes: type: object properties: - new_discussion: *724 - new_repository: *711 + new_discussion: *725 + new_repository: *712 required: - new_discussion - new_repository - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130780,10 +130732,10 @@ webhooks: type: string enum: - unanswered - discussion: *724 - old_answer: *726 - organization: *710 - repository: *711 + discussion: *725 + old_answer: *727 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130865,12 +130817,12 @@ webhooks: type: string enum: - unlabeled - discussion: *724 - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130953,11 +130905,11 @@ webhooks: type: string enum: - unlocked - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131039,11 +130991,11 @@ webhooks: type: string enum: - unpinned - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131116,7 +131068,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *708 + enterprise: *709 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131794,9 +131746,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - forkee @@ -131942,9 +131894,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pages: description: The pages that were updated. type: array @@ -131982,7 +131934,7 @@ webhooks: - action - sha - html_url - repository: *711 + repository: *712 sender: *4 required: - pages @@ -132058,10 +132010,10 @@ webhooks: type: string enum: - created - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: &729 + organization: *711 + repositories: &730 description: An array of repository objects that the installation can access. type: array @@ -132087,8 +132039,8 @@ webhooks: - name - full_name - private - repository: *711 - requester: *728 + repository: *712 + requester: *729 sender: *4 required: - action @@ -132163,11 +132115,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -132244,11 +132196,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -132325,10 +132277,10 @@ webhooks: type: string enum: - added - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories_added: &730 + organization: *711 + repositories_added: &731 description: An array of repository objects, which were added to the installation. type: array @@ -132374,15 +132326,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *711 - repository_selection: &731 + repository: *712 + repository_selection: &732 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *728 + requester: *729 sender: *4 required: - action @@ -132461,10 +132413,10 @@ webhooks: type: string enum: - removed - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories_added: *730 + organization: *711 + repositories_added: *731 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132491,9 +132443,9 @@ webhooks: - name - full_name - private - repository: *711 - repository_selection: *731 - requester: *728 + repository: *712 + repository_selection: *732 + requester: *729 sender: *4 required: - action @@ -132572,11 +132524,11 @@ webhooks: type: string enum: - suspend - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -132758,10 +132710,10 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 target_type: type: string @@ -132840,11 +132792,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -133096,8 +133048,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133909,8 +133861,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134271,8 +134223,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -134352,7 +134304,7 @@ webhooks: type: string enum: - deleted - comment: &732 + comment: &733 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134523,8 +134475,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135332,8 +135284,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135696,8 +135648,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -135777,7 +135729,7 @@ webhooks: type: string enum: - edited - changes: &756 + changes: &757 description: The changes to the comment. type: object properties: @@ -135789,9 +135741,9 @@ webhooks: type: string required: - from - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136602,8 +136554,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136964,8 +136916,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -137046,9 +136998,9 @@ webhooks: type: string enum: - pinned - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137861,8 +137813,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138225,8 +138177,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -138306,9 +138258,9 @@ webhooks: type: string enum: - unpinned - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139121,8 +139073,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139485,8 +139437,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139575,9 +139527,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139666,9 +139618,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139756,9 +139708,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139847,9 +139799,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139929,10 +139881,10 @@ webhooks: type: string enum: - assigned - assignee: *728 - enterprise: *708 - installation: *709 - issue: &735 + assignee: *729 + enterprise: *709 + installation: *710 + issue: &736 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140743,8 +140695,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -140867,8 +140819,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -140948,8 +140900,8 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141765,8 +141717,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -142032,8 +141984,8 @@ webhooks: required: - state - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -142112,8 +142064,8 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142920,8 +142872,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -143043,8 +142995,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -143123,8 +143075,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143954,8 +143906,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -144056,7 +144008,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &733 + milestone: &734 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144199,8 +144151,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -144299,8 +144251,8 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145111,8 +145063,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -145235,9 +145187,9 @@ webhooks: - active_lock_reason - body - reactions - label: *727 - organization: *710 - repository: *711 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -145317,8 +145269,8 @@ webhooks: type: string enum: - labeled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146128,8 +146080,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -146252,9 +146204,9 @@ webhooks: - active_lock_reason - body - reactions - label: *727 - organization: *710 - repository: *711 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -146334,8 +146286,8 @@ webhooks: type: string enum: - locked - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147170,8 +147122,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -147271,8 +147223,8 @@ webhooks: format: uri user_view_type: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -147351,8 +147303,8 @@ webhooks: type: string enum: - milestoned - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148181,8 +148133,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -148282,9 +148234,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *733 - organization: *710 - repository: *711 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -149171,8 +149123,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -149767,8 +149719,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150575,8 +150527,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -150702,8 +150654,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -150783,9 +150735,9 @@ webhooks: type: string enum: - pinned - enterprise: *708 - installation: *709 - issue: &734 + enterprise: *709 + installation: *710 + issue: &735 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151590,8 +151542,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -151713,8 +151665,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -151793,8 +151745,8 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152627,8 +152579,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -152729,8 +152681,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -153618,8 +153570,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -154232,11 +154184,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *708 - installation: *709 - issue: *734 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *735 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154316,12 +154268,12 @@ webhooks: type: string enum: - typed - enterprise: *708 - installation: *709 - issue: *735 + enterprise: *709 + installation: *710 + issue: *736 type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154402,7 +154354,7 @@ webhooks: type: string enum: - unassigned - assignee: &759 + assignee: &760 title: User type: - object @@ -154474,11 +154426,11 @@ webhooks: required: - login - id - enterprise: *708 - installation: *709 - issue: *735 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *736 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154557,12 +154509,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *708 - installation: *709 - issue: *735 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *736 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154642,8 +154594,8 @@ webhooks: type: string enum: - unlocked - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155476,8 +155428,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -155577,8 +155529,8 @@ webhooks: format: uri user_view_type: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155658,11 +155610,11 @@ webhooks: type: string enum: - unpinned - enterprise: *708 - installation: *709 - issue: *734 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *735 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155741,12 +155693,12 @@ webhooks: type: string enum: - untyped - enterprise: *708 - installation: *709 - issue: *735 + enterprise: *709 + installation: *710 + issue: *736 type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155826,11 +155778,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155908,11 +155860,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156022,11 +155974,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156108,9 +156060,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: &736 + enterprise: *709 + installation: *710 + marketplace_purchase: &737 title: Marketplace Purchase type: object required: @@ -156198,8 +156150,8 @@ webhooks: type: integer unit_count: type: integer - organization: *710 - previous_marketplace_purchase: &737 + organization: *711 + previous_marketplace_purchase: &738 title: Marketplace Purchase type: object properties: @@ -156283,7 +156235,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -156363,10 +156315,10 @@ webhooks: - changed effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156454,7 +156406,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -156536,10 +156488,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156625,7 +156577,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -156706,8 +156658,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 marketplace_purchase: title: Marketplace Purchase type: object @@ -156793,9 +156745,9 @@ webhooks: type: integer unit_count: type: integer - organization: *710 - previous_marketplace_purchase: *737 - repository: *711 + organization: *711 + previous_marketplace_purchase: *738 + repository: *712 sender: *4 required: - action @@ -156875,12 +156827,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 - previous_marketplace_purchase: *737 - repository: *711 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 + previous_marketplace_purchase: *738 + repository: *712 sender: *4 required: - action @@ -156982,11 +156934,11 @@ webhooks: type: string required: - to - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157088,11 +157040,11 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157171,11 +157123,11 @@ webhooks: type: string enum: - removed - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157253,11 +157205,11 @@ webhooks: type: string enum: - added - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157335,7 +157287,7 @@ webhooks: required: - login - id - team: &738 + team: &739 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157565,11 +157517,11 @@ webhooks: type: string enum: - removed - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157648,7 +157600,7 @@ webhooks: required: - login - id - team: *738 + team: *739 required: - action - scope @@ -157730,8 +157682,8 @@ webhooks: type: string enum: - checks_requested - installation: *709 - merge_group: &739 + installation: *710 + merge_group: &740 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157757,8 +157709,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157844,10 +157796,10 @@ webhooks: - merged - invalidated - dequeued - installation: *709 - merge_group: *739 - organization: *710 - repository: *711 + installation: *710 + merge_group: *740 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157920,7 +157872,7 @@ webhooks: type: string enum: - deleted - enterprise: *708 + enterprise: *709 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158029,12 +157981,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *709 - organization: *710 + installation: *710 + organization: *711 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -158114,11 +158066,11 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158197,9 +158149,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - milestone: &740 + enterprise: *709 + installation: *710 + milestone: &741 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158341,8 +158293,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158421,11 +158373,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158535,11 +158487,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158619,11 +158571,11 @@ webhooks: type: string enum: - opened - enterprise: *708 - installation: *709 - milestone: *740 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *741 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158702,11 +158654,11 @@ webhooks: type: string enum: - blocked - blocked_user: *728 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + blocked_user: *729 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158785,11 +158737,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *728 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + blocked_user: *729 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158868,9 +158820,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - membership: &741 + enterprise: *709 + installation: *710 + membership: &742 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158980,8 +158932,8 @@ webhooks: - role - organization_url - user - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159059,11 +159011,11 @@ webhooks: type: string enum: - member_added - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159142,8 +159094,8 @@ webhooks: type: string enum: - member_invited - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159265,10 +159217,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 - user: *728 + user: *729 required: - action - invitation @@ -159346,11 +159298,11 @@ webhooks: type: string enum: - member_removed - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159437,11 +159389,11 @@ webhooks: properties: from: type: string - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159518,9 +159470,9 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 package: description: Information about the package. type: object @@ -160043,7 +159995,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &742 + items: &743 title: Ruby Gems metadata type: object properties: @@ -160140,7 +160092,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -160216,9 +160168,9 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 package: description: Information about the package. type: object @@ -160580,7 +160532,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *742 + items: *743 source_url: type: string format: uri @@ -160651,7 +160603,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -160831,12 +160783,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *708 + enterprise: *709 id: type: integer - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - id @@ -160913,7 +160865,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &743 + personal_access_token_request: &744 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161063,10 +161015,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *708 - organization: *710 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -161143,11 +161095,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *743 - enterprise: *708 - organization: *710 + personal_access_token_request: *744 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -161223,11 +161175,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *743 - enterprise: *708 - organization: *710 + personal_access_token_request: *744 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -161302,11 +161254,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *743 - organization: *710 - enterprise: *708 + personal_access_token_request: *744 + organization: *711 + enterprise: *709 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -161411,7 +161363,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *744 + last_response: *745 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161443,8 +161395,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 zen: description: Random string of GitHub zen. @@ -161689,10 +161641,10 @@ webhooks: - from required: - note - enterprise: *708 - installation: *709 - organization: *710 - project_card: &745 + enterprise: *709 + installation: *710 + organization: *711 + project_card: &746 title: Project Card type: object properties: @@ -161815,7 +161767,7 @@ webhooks: - creator - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -161896,11 +161848,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project_card: *745 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_card: *746 + repository: *712 sender: *4 required: - action @@ -161980,9 +161932,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 project_card: title: Project Card type: object @@ -162112,7 +162064,7 @@ webhooks: repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -162206,11 +162158,11 @@ webhooks: - from required: - note - enterprise: *708 - installation: *709 - organization: *710 - project_card: *745 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_card: *746 + repository: *712 sender: *4 required: - action @@ -162304,9 +162256,9 @@ webhooks: - from required: - column_id - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 project_card: allOf: - title: Project Card @@ -162503,7 +162455,7 @@ webhooks: type: string required: - after_id - repository: *711 + repository: *712 sender: *4 required: - action @@ -162583,10 +162535,10 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - organization: *710 - project: &747 + enterprise: *709 + installation: *710 + organization: *711 + project: &748 title: Project type: object properties: @@ -162713,7 +162665,7 @@ webhooks: - creator - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -162793,10 +162745,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project_column: &746 + enterprise: *709 + installation: *710 + organization: *711 + project_column: &747 title: Project Column type: object properties: @@ -162836,7 +162788,7 @@ webhooks: - name - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -162915,14 +162867,14 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -163011,11 +162963,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 + repository: *712 sender: *4 required: - action @@ -163095,11 +163047,11 @@ webhooks: type: string enum: - moved - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 + repository: *712 sender: *4 required: - action @@ -163179,11 +163131,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -163263,14 +163215,14 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - project: *747 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -163371,11 +163323,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -163454,11 +163406,11 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -163539,8 +163491,8 @@ webhooks: type: string enum: - closed - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163622,8 +163574,8 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163705,8 +163657,8 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163828,8 +163780,8 @@ webhooks: type: string to: type: string - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163913,7 +163865,7 @@ webhooks: type: string enum: - archived - changes: &751 + changes: &752 type: object properties: archived_at: @@ -163929,9 +163881,9 @@ webhooks: - string - 'null' format: date-time - installation: *709 - organization: *710 - projects_v2_item: &748 + installation: *710 + organization: *711 + projects_v2_item: &749 title: Projects v2 Item description: An item belonging to a project type: object @@ -164071,9 +164023,9 @@ webhooks: - 'null' to: type: string - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164155,9 +164107,9 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164238,9 +164190,9 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164345,7 +164297,7 @@ webhooks: oneOf: - type: string - type: integer - - &749 + - &750 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164369,7 +164321,7 @@ webhooks: required: - id - name - - &750 + - &751 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164409,8 +164361,8 @@ webhooks: oneOf: - type: string - type: integer - - *749 - *750 + - *751 type: - 'null' - string @@ -164433,9 +164385,9 @@ webhooks: - 'null' required: - body - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164532,9 +164484,9 @@ webhooks: type: - string - 'null' - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164617,10 +164569,10 @@ webhooks: type: string enum: - restored - changes: *751 - installation: *709 - organization: *710 - projects_v2_item: *748 + changes: *752 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164702,8 +164654,8 @@ webhooks: type: string enum: - reopened - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -164785,9 +164737,9 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -164868,9 +164820,9 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -165016,9 +164968,9 @@ webhooks: - string - 'null' format: date - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -165089,10 +165041,10 @@ webhooks: title: public event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - repository @@ -165169,13 +165121,13 @@ webhooks: type: string enum: - assigned - assignee: *728 - enterprise: *708 - installation: *709 - number: &753 + assignee: *729 + enterprise: *709 + installation: *710 + number: &754 description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -167546,7 +167498,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -167628,11 +167580,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -169996,7 +169948,7 @@ webhooks: - draft reason: type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -170078,11 +170030,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -172446,7 +172398,7 @@ webhooks: - draft reason: type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -172528,11 +172480,11 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: &754 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: &755 allOf: - *565 - type: object @@ -172596,7 +172548,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *711 + repository: *712 sender: *4 required: - action @@ -172677,12 +172629,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -172762,11 +172714,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *708 + enterprise: *709 milestone: *266 - number: *753 - organization: *710 - pull_request: &755 + number: *754 + organization: *711 + pull_request: &756 title: Pull Request type: object properties: @@ -175115,7 +175067,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -175194,11 +175146,11 @@ webhooks: type: string enum: - dequeued - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -177566,7 +177518,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *711 + repository: *712 sender: *4 required: - action @@ -177690,12 +177642,12 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -177775,11 +177727,11 @@ webhooks: type: string enum: - enqueued - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -180132,7 +180084,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -180212,11 +180164,11 @@ webhooks: type: string enum: - labeled - enterprise: *708 - installation: *709 - label: *727 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + label: *728 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -182586,7 +182538,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -182667,10 +182619,10 @@ webhooks: type: string enum: - locked - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -185038,7 +184990,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -185118,12 +185070,12 @@ webhooks: type: string enum: - milestoned - enterprise: *708 + enterprise: *709 milestone: *266 - number: *753 - organization: *710 - pull_request: *755 - repository: *711 + number: *754 + organization: *711 + pull_request: *756 + repository: *712 sender: *4 required: - action @@ -185202,12 +185154,12 @@ webhooks: type: string enum: - opened - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -185288,12 +185240,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -185373,12 +185325,12 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -185753,9 +185705,9 @@ webhooks: - start_side - side - reactions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -188007,7 +187959,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -188087,7 +188039,7 @@ webhooks: type: string enum: - deleted - comment: &757 + comment: &758 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188380,9 +188332,9 @@ webhooks: - start_side - side - reactions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -190622,7 +190574,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -190702,11 +190654,11 @@ webhooks: type: string enum: - edited - changes: *756 - comment: *757 - enterprise: *708 - installation: *709 - organization: *710 + changes: *757 + comment: *758 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -192949,7 +192901,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -193030,9 +192982,9 @@ webhooks: type: string enum: - dismissed - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -195287,7 +195239,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 review: description: The review that was affected. type: object @@ -195538,9 +195490,9 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -197654,8 +197606,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 - review: &758 + repository: *712 + review: &759 description: The review that was affected. type: object properties: @@ -197893,12 +197845,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -200267,7 +200219,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_reviewer: title: User type: @@ -200353,12 +200305,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -202734,7 +202686,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202929,12 +202881,12 @@ webhooks: type: string enum: - review_requested - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -205305,7 +205257,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_reviewer: title: User type: @@ -205392,12 +205344,12 @@ webhooks: type: string enum: - review_requested - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -207759,7 +207711,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207943,9 +207895,9 @@ webhooks: type: string enum: - submitted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -210203,8 +210155,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 - review: *758 + repository: *712 + review: *759 sender: *4 required: - action @@ -210284,9 +210236,9 @@ webhooks: type: string enum: - resolved - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -212439,7 +212391,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 sender: *4 thread: type: object @@ -212836,9 +212788,9 @@ webhooks: type: string enum: - unresolved - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -214974,7 +214926,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 sender: *4 thread: type: object @@ -215373,10 +215325,10 @@ webhooks: type: string before: type: string - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -217733,7 +217685,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -217815,11 +217767,11 @@ webhooks: type: string enum: - unassigned - assignee: *759 - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + assignee: *760 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -220191,7 +220143,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -220270,11 +220222,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *708 - installation: *709 - label: *727 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + label: *728 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -222635,7 +222587,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -222716,10 +222668,10 @@ webhooks: type: string enum: - unlocked - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -225070,7 +225022,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -225273,7 +225225,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *708 + enterprise: *709 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225368,8 +225320,8 @@ webhooks: - url - author - committer - installation: *709 - organization: *710 + installation: *710 + organization: *711 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225968,9 +225920,9 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 registry_package: type: object properties: @@ -226447,7 +226399,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *742 + items: *743 summary: type: string tag_name: @@ -226503,7 +226455,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -226581,9 +226533,9 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 registry_package: type: object properties: @@ -226895,7 +226847,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *742 + items: *743 summary: type: string tag_name: @@ -226945,7 +226897,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -227022,10 +226974,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - release: &760 + enterprise: *709 + installation: *710 + organization: *711 + release: &761 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227356,7 +227308,7 @@ webhooks: - updated_at - zipball_url - body - repository: *711 + repository: *712 sender: *4 required: - action @@ -227433,11 +227385,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -227554,11 +227506,11 @@ webhooks: type: boolean required: - to - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -227636,9 +227588,9 @@ webhooks: type: string enum: - prereleased - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227974,7 +227926,7 @@ webhooks: - string - 'null' format: uri - repository: *711 + repository: *712 sender: *4 required: - action @@ -228050,10 +228002,10 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - release: &761 + enterprise: *709 + installation: *710 + organization: *711 + release: &762 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228386,7 +228338,7 @@ webhooks: - string - 'null' format: uri - repository: *711 + repository: *712 sender: *4 required: - action @@ -228462,11 +228414,11 @@ webhooks: type: string enum: - released - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -228542,11 +228494,11 @@ webhooks: type: string enum: - unpublished - enterprise: *708 - installation: *709 - organization: *710 - release: *761 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *762 + repository: *712 sender: *4 required: - action @@ -228622,11 +228574,11 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - repository_advisory: *631 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + repository_advisory: *632 sender: *4 required: - action @@ -228702,11 +228654,11 @@ webhooks: type: string enum: - reported - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - repository_advisory: *631 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + repository_advisory: *632 sender: *4 required: - action @@ -228782,10 +228734,10 @@ webhooks: type: string enum: - archived - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228862,10 +228814,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228943,10 +228895,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229031,10 +228983,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229149,10 +229101,10 @@ webhooks: - 'null' items: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229224,10 +229176,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 status: type: string @@ -229308,10 +229260,10 @@ webhooks: type: string enum: - privatized - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229388,10 +229340,10 @@ webhooks: type: string enum: - publicized - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229485,10 +229437,10 @@ webhooks: - name required: - repository - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229568,10 +229520,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 sender: *4 required: @@ -229650,10 +229602,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 sender: *4 required: @@ -229732,10 +229684,10 @@ webhooks: type: string enum: - edited - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 changes: type: object @@ -230043,10 +229995,10 @@ webhooks: - from required: - owner - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230124,10 +230076,10 @@ webhooks: type: string enum: - unarchived - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230205,7 +230157,7 @@ webhooks: type: string enum: - create - alert: &762 + alert: &763 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230330,10 +230282,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230543,10 +230495,10 @@ webhooks: type: string enum: - dismissed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230624,11 +230576,11 @@ webhooks: type: string enum: - reopen - alert: *762 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *763 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230830,10 +230782,10 @@ webhooks: enum: - fixed - open - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230911,7 +230863,7 @@ webhooks: type: string enum: - assigned - alert: &763 + alert: &764 type: object properties: number: *170 @@ -230969,6 +230921,12 @@ webhooks: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. validity: type: string description: The token status as of the latest validity check. @@ -231045,10 +231003,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231126,11 +231084,11 @@ webhooks: type: string enum: - created - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231211,11 +231169,11 @@ webhooks: type: string enum: - created - alert: *763 - installation: *709 - location: *764 - organization: *710 - repository: *711 + alert: *764 + installation: *710 + location: *765 + organization: *711 + repository: *712 sender: *4 required: - location @@ -231453,11 +231411,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231535,11 +231493,11 @@ webhooks: type: string enum: - reopened - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231617,11 +231575,11 @@ webhooks: type: string enum: - resolved - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231699,12 +231657,12 @@ webhooks: type: string enum: - unassigned - alert: *763 + alert: *764 assignee: *4 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231782,11 +231740,11 @@ webhooks: type: string enum: - validated - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231916,10 +231874,10 @@ webhooks: - organization - enterprise - - repository: *711 - enterprise: *708 - installation: *709 - organization: *710 + repository: *712 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -231997,11 +231955,11 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - security_advisory: &765 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + security_advisory: &766 description: The details of the security advisory, including summary, description, and severity. type: object @@ -232187,11 +232145,11 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - security_advisory: *765 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + security_advisory: *766 sender: *4 required: - action @@ -232264,10 +232222,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232454,9 +232412,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: *328 sender: *4 required: @@ -232535,12 +232493,12 @@ webhooks: type: string enum: - cancelled - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: &766 + sponsorship: &767 type: object properties: created_at: @@ -232845,12 +232803,12 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - sponsorship @@ -232938,12 +232896,12 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -233020,17 +232978,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &767 + effective_date: &768 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - sponsorship @@ -233104,7 +233062,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &768 + changes: &769 type: object properties: tier: @@ -233148,13 +233106,13 @@ webhooks: - from required: - tier - effective_date: *767 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + effective_date: *768 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -233231,13 +233189,13 @@ webhooks: type: string enum: - tier_changed - changes: *768 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + changes: *769 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -233311,10 +233269,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233398,10 +233356,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233835,15 +233793,15 @@ webhooks: type: - string - 'null' - enterprise: *708 + enterprise: *709 id: description: The unique identifier of the status. type: integer - installation: *709 + installation: *710 name: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 sha: description: The Commit SHA. @@ -233959,9 +233917,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -234051,9 +234009,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -234143,9 +234101,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -234235,9 +234193,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -234314,12 +234272,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - team: &769 + team: &770 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234549,9 +234507,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -235021,7 +234979,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -235097,9 +235055,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -235569,7 +235527,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -235646,9 +235604,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -236118,7 +236076,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -236262,9 +236220,9 @@ webhooks: - from required: - permissions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -236734,7 +236692,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - changes @@ -236812,9 +236770,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -237284,7 +237242,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -237360,10 +237318,10 @@ webhooks: type: string enum: - started - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -237436,17 +237394,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *708 + enterprise: *709 inputs: type: - object - 'null' additionalProperties: true - installation: *709 - organization: *710 + installation: *710 + organization: *711 ref: type: string - repository: *711 + repository: *712 sender: *4 workflow: type: string @@ -237528,10 +237486,10 @@ webhooks: type: string enum: - completed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: allOf: @@ -237866,10 +237824,10 @@ webhooks: type: string enum: - in_progress - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: allOf: @@ -238230,10 +238188,10 @@ webhooks: type: string enum: - queued - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: type: object @@ -238458,10 +238416,10 @@ webhooks: type: string enum: - waiting - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: type: object @@ -238688,12 +238646,12 @@ webhooks: type: string enum: - completed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Workflow Run type: object @@ -239712,12 +239670,12 @@ webhooks: type: string enum: - in_progress - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Workflow Run type: object @@ -240721,12 +240679,12 @@ webhooks: type: string enum: - requested - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 7c0c6637f..b6419618e 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -2415,26 +2415,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -2444,6 +2443,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2520,10 +2523,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -2812,7 +2814,7 @@ }, "post": { "summary": "Create a task", - "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository\n", + "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository.\n", "tags": [ "agent-tasks" ], @@ -2854,33 +2856,21 @@ "schema": { "type": "object", "required": [ - "event_content" + "prompt" ], "properties": { - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID (optional, defaults to coding agent)" - }, - "problem_statement": { - "type": "string", - "description": "Additional prompting for the agent" - }, - "event_content": { + "prompt": { "type": "string", - "description": "User's written prompt" + "description": "The user's prompt for the agent" }, "model": { "type": "string", "description": "The model to use for this task. The allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`" }, - "custom_agent": { - "type": "string", - "description": "Custom agent identifier" - }, "create_pull_request": { "type": "boolean", - "description": "Whether to create a PR" + "description": "Whether to create a PR.", + "default": false }, "base_ref": { "type": "string", @@ -2891,8 +2881,7 @@ "examples": { "default": { "value": { - "event_content": "Fix the login button on the homepage", - "create_pull_request": true, + "prompt": "Fix the login button on the homepage", "base_ref": "main" } } @@ -3031,26 +3020,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3060,6 +3048,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3526,26 +3518,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3555,6 +3546,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3648,15 +3643,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -3690,47 +3676,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -3739,20 +3688,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -3793,10 +3732,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -3821,9 +3759,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -4346,26 +4285,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -4375,6 +4313,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -4449,10 +4391,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -4848,26 +4789,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -4877,6 +4817,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -4970,15 +4914,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -5012,47 +4947,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -5061,20 +4959,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -5115,10 +5003,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -5143,9 +5030,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -233004,7 +232892,16 @@ { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" @@ -233417,6 +233314,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -611338,7 +611242,16 @@ { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" @@ -611758,6 +611671,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -613437,6 +613357,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -615099,6 +615026,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1541329,6 +1541263,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1544520,6 +1544461,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1547543,6 +1547491,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1551072,6 +1551027,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1554095,6 +1554057,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1557118,6 +1557087,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1560141,6 +1560117,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1563332,6 +1563315,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index cd3eff604..140d5b00e 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1041,7 +1041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &633 + - &634 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1343,28 +1343,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1418,10 +1422,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -1651,7 +1654,7 @@ paths: > [!NOTE] > This endpoint is in public preview and is subject to change. - Creates a new task for a repository + Creates a new task for a repository. tags: - agent-tasks operationId: agent-tasks/create-task @@ -1683,18 +1686,11 @@ paths: schema: type: object required: - - event_content + - prompt properties: - agent_id: - type: integer - format: int64 - description: Agent ID (optional, defaults to coding agent) - problem_statement: - type: string - description: Additional prompting for the agent - event_content: + prompt: type: string - description: User's written prompt + description: The user's prompt for the agent model: type: string description: 'The model to use for this task. The allowed models @@ -1702,20 +1698,17 @@ paths: plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`' - custom_agent: - type: string - description: Custom agent identifier create_pull_request: type: boolean - description: Whether to create a PR + description: Whether to create a PR. + default: false base_ref: type: string description: Base ref for new branch/PR examples: default: value: - event_content: Fix the login button on the homepage - create_pull_request: true + prompt: Fix the login button on the homepage base_ref: main responses: '201': @@ -1820,26 +1813,31 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2202,28 +2200,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2291,13 +2293,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -2325,54 +2320,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -2399,10 +2358,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2420,9 +2378,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Bad request content: @@ -2836,28 +2795,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2909,10 +2872,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -3222,28 +3184,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -3311,13 +3277,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -3345,54 +3304,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -3419,10 +3342,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -3440,9 +3362,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Problems parsing request content: @@ -13901,7 +13824,7 @@ paths: properties: action: type: string - discussion: &724 + discussion: &725 title: Discussion description: A Discussion in a repository. type: object @@ -14686,7 +14609,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &645 + sub_issues_summary: &646 title: Sub-issues Summary type: object properties: @@ -14797,7 +14720,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &646 + issue_dependencies_summary: &647 title: Issue Dependencies Summary type: object properties: @@ -21668,7 +21591,7 @@ paths: required: false schema: type: string - - &701 + - &702 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21814,7 +21737,7 @@ paths: parameters: - *73 - *115 - - &702 + - &703 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -21926,7 +21849,7 @@ paths: - *115 - *117 - *116 - - &703 + - &704 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21934,7 +21857,7 @@ paths: schema: type: string - *118 - - &704 + - &705 name: sku description: The SKU to query for usage. in: query @@ -28769,12 +28692,12 @@ paths: required: - subject_digests examples: - default: &683 + default: &684 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &684 + withPredicateType: &685 value: subject_digests: - sha256:abc123 @@ -28819,7 +28742,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &685 + default: &686 value: attestations_subject_digests: - sha256:abc: @@ -39633,7 +39556,7 @@ paths: parameters: - *73 - *242 - - &665 + - &666 name: repo_name description: repo_name parameter in: path @@ -40581,7 +40504,7 @@ paths: - nuget - container - *73 - - &666 + - &667 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40622,7 +40545,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &668 + '400': &669 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42757,7 +42680,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &752 + - &753 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43643,7 +43566,7 @@ paths: - updated_at - project_url examples: - default: &688 + default: &689 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43820,7 +43743,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &689 + items: &690 type: object properties: name: @@ -43857,7 +43780,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &690 + iteration_configuration: &691 type: object description: The configuration for iteration fields. properties: @@ -43907,7 +43830,7 @@ paths: value: name: Due date data_type: date - single_select_field: &691 + single_select_field: &692 summary: Create a single select field value: name: Priority @@ -43934,7 +43857,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &692 + iteration_field: &693 summary: Create an iteration field value: name: Sprint @@ -43960,7 +43883,7 @@ paths: application/json: schema: *268 examples: - text_field: &693 + text_field: &694 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43969,7 +43892,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &694 + number_field: &695 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43978,7 +43901,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &695 + date_field: &696 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43987,7 +43910,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &696 + single_select_field: &697 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44021,7 +43944,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &697 + iteration_field: &698 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44067,7 +43990,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &698 + - &699 name: field_id description: The unique identifier of the field. in: path @@ -44082,7 +44005,7 @@ paths: application/json: schema: *268 examples: - default: &699 + default: &700 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45293,7 +45216,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &680 + schema: &681 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45476,7 +45399,7 @@ paths: parameters: - *265 - *73 - - &700 + - &701 name: view_number description: The number that identifies the project view. in: path @@ -49483,12 +49406,26 @@ paths: - &601 name: exclude_providers in: query - description: A comma-separated list of provider names to exclude from the - results. + description: |- + A comma-separated list of provider slugs to exclude from the results. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `providers` parameter. required: false schema: type: string - &602 + name: providers + in: query + description: |- + A comma-separated list of provider slugs to filter by. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `exclude_providers` parameter. + required: false + schema: + type: string + - &603 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49497,7 +49434,7 @@ paths: required: false schema: type: string - - &603 + - &604 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49516,7 +49453,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &604 + - &605 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -49531,7 +49468,7 @@ paths: - *59 - *19 - *17 - - &605 + - &606 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -49541,7 +49478,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -49551,7 +49488,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49560,7 +49497,7 @@ paths: required: false schema: type: string - - &608 + - &609 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49569,7 +49506,7 @@ paths: schema: type: boolean default: false - - &609 + - &610 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49578,7 +49515,7 @@ paths: schema: type: boolean default: false - - &610 + - &611 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49610,14 +49547,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &611 + state: &612 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &612 + resolution: &613 type: - string - 'null' @@ -49653,6 +49590,13 @@ paths: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. Use this value for filtering by provider + with the `providers` or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -49729,14 +49673,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &613 + - &614 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &615 + - &616 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49800,7 +49744,7 @@ paths: - blob_url - commit_sha - commit_url - - &616 + - &617 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -49861,7 +49805,7 @@ paths: - page_url - commit_sha - commit_url - - &617 + - &618 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49883,7 +49827,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &618 + - &619 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49905,7 +49849,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &619 + - &620 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49927,7 +49871,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &620 + - &621 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49942,7 +49886,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &621 + - &622 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49957,7 +49901,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &622 + - &623 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49972,7 +49916,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &623 + - &624 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -49994,7 +49938,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &624 + - &625 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50016,7 +49960,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &625 + - &626 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50038,7 +49982,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &626 + - &627 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50060,7 +50004,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &627 + - &628 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50581,7 +50525,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 description: A repository security advisory. type: object properties: @@ -50878,7 +50822,7 @@ paths: - private_fork additionalProperties: false examples: - default: &632 + default: &633 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52945,7 +52889,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &648 + response-if-user-is-a-team-maintainer: &649 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53010,7 +52954,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &649 + response-if-users-membership-with-team-is-now-pending: &650 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53124,7 +53068,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &650 + schema: &651 title: Team Repository description: A team's access to a repository. type: object @@ -53846,7 +53790,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &651 + response-if-child-teams-exist: &652 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -64990,7 +64934,7 @@ paths: check. type: array items: *84 - deployment: &713 + deployment: &714 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70243,7 +70187,7 @@ paths: type: array items: *446 examples: - default: &656 + default: &657 value: total_count: 2 machines: @@ -73379,7 +73323,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 title: Status description: The status of a commit. type: object @@ -74995,7 +74939,7 @@ paths: items: type: object properties: - placeholder_id: &628 + placeholder_id: &629 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -80925,7 +80869,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &744 + last_response: &745 title: Hook Response type: object properties: @@ -81994,7 +81938,7 @@ paths: parameters: - *325 - *326 - - &678 + - &679 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82428,7 +82372,7 @@ paths: type: array items: *519 examples: - default: &670 + default: &671 value: - id: 1 repository: @@ -86009,7 +85953,7 @@ paths: type: array items: *529 examples: - default: &642 + default: &643 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -96498,15 +96442,16 @@ paths: - *602 - *603 - *604 + - *605 - *59 - *19 - *17 - - *605 - *606 - *607 - *608 - *609 - *610 + - *611 responses: '200': description: Response @@ -96514,7 +96459,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 type: object properties: number: *170 @@ -96530,8 +96475,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *611 - resolution: *612 + state: *612 + resolution: *613 resolved_at: type: - string @@ -96561,6 +96506,13 @@ paths: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. Use this value for filtering by provider + with the `providers` or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -96630,7 +96582,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *613 + - *614 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96792,13 +96744,13 @@ paths: - *325 - *326 - *422 - - *610 + - *611 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -96862,8 +96814,8 @@ paths: schema: type: object properties: - state: *611 - resolution: *612 + state: *612 + resolution: *613 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96901,7 +96853,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -97009,7 +96961,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &764 + items: &765 type: object properties: type: @@ -97036,7 +96988,6 @@ paths: - commit details: oneOf: - - *615 - *616 - *617 - *618 @@ -97049,6 +97000,7 @@ paths: - *625 - *626 - *627 + - *628 examples: default: value: @@ -97143,14 +97095,14 @@ paths: schema: type: object properties: - reason: &629 + reason: &630 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *628 + placeholder_id: *629 required: - reason - placeholder_id @@ -97167,7 +97119,7 @@ paths: schema: type: object properties: - reason: *629 + reason: *630 expire_at: type: - string @@ -97230,7 +97182,7 @@ paths: properties: incremental_scans: type: array - items: &630 + items: &631 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97258,15 +97210,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *630 + items: *631 backfill_scans: type: array - items: *630 + items: *631 custom_pattern_backfill_scans: type: array items: allOf: - - *630 + - *631 - type: object properties: pattern_name: @@ -97381,9 +97333,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '400': *14 '404': *6 x-github: @@ -97577,9 +97529,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: &634 + default: &635 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97926,7 +97878,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -98075,15 +98027,15 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *634 + default: *635 '403': *27 '404': *6 x-github: @@ -98109,7 +98061,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 requestBody: required: true content: @@ -98280,10 +98232,10 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *634 - add_credit: *634 + default: *635 + add_credit: *635 '403': *27 '404': *6 '422': @@ -98323,7 +98275,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '202': *37 '400': *14 @@ -98352,7 +98304,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '202': description: Response @@ -98493,7 +98445,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98866,7 +98818,7 @@ paths: application/json: schema: type: array - items: *635 + items: *636 examples: default: value: @@ -98956,7 +98908,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -99050,7 +99002,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &637 + schema: &638 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99150,7 +99102,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -99360,7 +99312,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99372,7 +99324,7 @@ paths: required: - names examples: - default: &639 + default: &640 value: names: - octocat @@ -99427,9 +99379,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 '404': *6 '422': *7 x-github: @@ -99452,7 +99404,7 @@ paths: parameters: - *325 - *326 - - &640 + - &641 name: per description: The time frame to display results for. in: query @@ -99483,7 +99435,7 @@ paths: - 128 clones: type: array - items: &641 + items: &642 title: Traffic type: object properties: @@ -99731,7 +99683,7 @@ paths: parameters: - *325 - *326 - - *640 + - *641 responses: '200': description: Response @@ -99752,7 +99704,7 @@ paths: - 3782 views: type: array - items: *641 + items: *642 required: - uniques - count @@ -100489,7 +100441,7 @@ paths: the new values items: *529 examples: - default: *642 + default: *643 '400': *14 '403': *27 '404': *6 @@ -100595,7 +100547,7 @@ paths: the new values items: *529 examples: - default: *642 + default: *643 '400': *14 '403': *27 '404': *6 @@ -100771,7 +100723,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &643 + text_matches: &644 title: Search Result Text Matches type: array items: @@ -100934,7 +100886,7 @@ paths: enum: - author-date - committer-date - - &644 + - &645 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -101054,7 +101006,7 @@ paths: type: number node_id: type: string - text_matches: *643 + text_matches: *644 required: - sha - node_id @@ -101246,7 +101198,7 @@ paths: - interactions - created - updated - - *644 + - *645 - *17 - *19 - name: advanced_search @@ -101360,8 +101312,8 @@ paths: type: - string - 'null' - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -101388,7 +101340,7 @@ paths: - string - 'null' format: date-time - text_matches: *643 + text_matches: *644 pull_request: type: object properties: @@ -101653,7 +101605,7 @@ paths: enum: - created - updated - - *644 + - *645 - *17 - *19 responses: @@ -101698,7 +101650,7 @@ paths: - 'null' score: type: number - text_matches: *643 + text_matches: *644 required: - id - node_id @@ -101783,7 +101735,7 @@ paths: - forks - help-wanted-issues - updated - - *644 + - *645 - *17 - *19 responses: @@ -102029,7 +101981,7 @@ paths: - admin - pull - push - text_matches: *643 + text_matches: *644 temp_clone_token: type: string allow_merge_commit: @@ -102337,7 +102289,7 @@ paths: - string - 'null' format: uri - text_matches: *643 + text_matches: *644 related: type: - array @@ -102530,7 +102482,7 @@ paths: - followers - repositories - joined - - *644 + - *645 - *17 - *19 responses: @@ -102640,7 +102592,7 @@ paths: type: - boolean - 'null' - text_matches: *643 + text_matches: *644 blog: type: - string @@ -102722,7 +102674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &647 + - &648 name: team_id description: The unique identifier of the team. in: path @@ -102763,7 +102715,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *647 + - *648 requestBody: required: true content: @@ -102864,7 +102816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *647 + - *648 responses: '204': description: Response @@ -102893,7 +102845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -102931,7 +102883,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *647 + - *648 - name: role description: Filters members returned by their role in the team. in: query @@ -102982,7 +102934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103019,7 +102971,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103059,7 +103011,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103096,7 +103048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 responses: '200': @@ -103105,7 +103057,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *648 + response-if-user-is-a-team-maintainer: *649 '404': *6 x-github: githubCloudOnly: false @@ -103138,7 +103090,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 requestBody: required: false @@ -103166,7 +103118,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *649 + response-if-users-membership-with-team-is-now-pending: *650 '403': description: Forbidden if team synchronization is set up '422': @@ -103200,7 +103152,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -103228,7 +103180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -103270,7 +103222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *647 + - *648 - *325 - *326 responses: @@ -103278,7 +103230,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *650 + schema: *651 examples: alternative-response-with-extra-repository-information: value: @@ -103429,7 +103381,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *647 + - *648 - *325 - *326 requestBody: @@ -103481,7 +103433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *647 + - *648 - *325 - *326 responses: @@ -103508,7 +103460,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -103520,7 +103472,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *651 + response-if-child-teams-exist: *652 headers: Link: *65 '404': *6 @@ -103553,7 +103505,7 @@ paths: application/json: schema: oneOf: - - &652 + - &653 title: Private User description: Private User type: object @@ -103803,7 +103755,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &677 + - &678 title: Public User description: Public User type: object @@ -104137,7 +104089,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -104535,7 +104487,7 @@ paths: type: integer secrets: type: array - items: &653 + items: &654 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104655,7 +104607,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -105068,7 +105020,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105121,7 +105073,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &655 + default: &656 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105166,9 +105118,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 x-github: githubCloudOnly: false @@ -105207,7 +105159,7 @@ paths: type: array items: *446 examples: - default: *656 + default: *657 '304': *35 '500': *53 '401': *23 @@ -106173,7 +106125,7 @@ paths: type: array items: *247 examples: - default: &667 + default: &668 value: - id: 197 name: hello_docker @@ -106274,7 +106226,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: Email description: Email type: object @@ -106344,9 +106296,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: &669 + default: &670 value: - email: octocat@github.com verified: true @@ -106423,7 +106375,7 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: default: value: @@ -106681,7 +106633,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: GPG Key description: A unique encryption key type: object @@ -106826,7 +106778,7 @@ paths: - subkeys - revoked examples: - default: &686 + default: &687 value: - id: 3 name: Octocat's GPG Key @@ -106911,9 +106863,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: &659 + default: &660 value: id: 3 name: Octocat's GPG Key @@ -106970,7 +106922,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &660 + - &661 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -106982,9 +106934,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 '304': *35 '403': *27 @@ -107007,7 +106959,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *660 + - *661 responses: '204': description: Response @@ -107465,7 +107417,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Key description: Key type: object @@ -107568,9 +107520,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: &662 + default: &663 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107609,9 +107561,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 '304': *35 '403': *27 @@ -107667,7 +107619,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107746,7 +107698,7 @@ paths: - account - plan examples: - default: &664 + default: &665 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -107808,9 +107760,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 headers: Link: *65 '304': *35 @@ -108828,7 +108780,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *665 + - *666 responses: '204': description: Response @@ -108941,7 +108893,7 @@ paths: - docker - nuget - container - - *666 + - *667 - *19 - *17 responses: @@ -108953,8 +108905,8 @@ paths: type: array items: *247 examples: - default: *667 - '400': *668 + default: *668 + '400': *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108983,7 +108935,7 @@ paths: application/json: schema: *247 examples: - default: &687 + default: &688 value: id: 40201 name: octo-name @@ -109345,9 +109297,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *669 + default: *670 headers: Link: *65 '304': *35 @@ -109460,7 +109412,7 @@ paths: type: array items: *77 examples: - default: &676 + default: &677 summary: Default response value: - id: 1296269 @@ -109821,7 +109773,7 @@ paths: type: array items: *519 examples: - default: *670 + default: *671 headers: Link: *65 '304': *35 @@ -109901,7 +109853,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 title: Social account description: Social media account type: object @@ -109918,7 +109870,7 @@ paths: - provider - url examples: - default: &672 + default: &673 value: - provider: twitter url: https://twitter.com/github @@ -109981,9 +109933,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 '422': *15 '304': *35 '404': *6 @@ -110071,7 +110023,7 @@ paths: application/json: schema: type: array - items: &673 + items: &674 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110091,7 +110043,7 @@ paths: - title - created_at examples: - default: &705 + default: &706 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110156,9 +110108,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: &674 + default: &675 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110188,7 +110140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &675 + - &676 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110200,9 +110152,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 '304': *35 '403': *27 @@ -110225,7 +110177,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *675 + - *676 responses: '204': description: Response @@ -110254,7 +110206,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &706 + - &707 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110279,11 +110231,11 @@ paths: type: array items: *77 examples: - default-response: *676 + default-response: *677 application/vnd.github.v3.star+json: schema: type: array - items: &707 + items: &708 title: Starred Repository description: Starred Repository type: object @@ -110652,10 +110604,10 @@ paths: application/json: schema: oneOf: - - *652 - - *677 + - *653 + - *678 examples: - default-response: &681 + default-response: &682 summary: Default response value: login: octocat @@ -110690,7 +110642,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &682 + response-with-git-hub-plan-information: &683 summary: Response with GitHub plan information value: login: octocat @@ -110747,7 +110699,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &679 + - &680 name: user_id description: The unique identifier of the user. in: path @@ -110813,7 +110765,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *678 + - *679 - *17 responses: '200': @@ -110848,7 +110800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *679 + - *680 - *265 requestBody: required: true @@ -110923,7 +110875,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *680 + schema: *681 examples: table_view: summary: Response for creating a table view @@ -110975,11 +110927,11 @@ paths: application/json: schema: oneOf: - - *652 - - *677 + - *653 + - *678 examples: - default-response: *681 - response-with-git-hub-plan-information: *682 + default-response: *682 + response-with-git-hub-plan-information: *683 '404': *6 x-github: githubCloudOnly: false @@ -111029,8 +110981,8 @@ paths: required: - subject_digests examples: - default: *683 - withPredicateType: *684 + default: *684 + withPredicateType: *685 responses: '200': description: Response @@ -111070,7 +111022,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *685 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111300,7 +111252,7 @@ paths: type: array items: *247 examples: - default: *667 + default: *668 '403': *27 '401': *23 x-github: @@ -111684,9 +111636,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *686 + default: *687 headers: Link: *65 x-github: @@ -111915,7 +111867,7 @@ paths: - docker - nuget - container - - *666 + - *667 - *69 - *19 - *17 @@ -111928,10 +111880,10 @@ paths: type: array items: *247 examples: - default: *667 + default: *668 '403': *27 '401': *23 - '400': *668 + '400': *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111961,7 +111913,7 @@ paths: application/json: schema: *247 examples: - default: *687 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112310,7 +112262,7 @@ paths: type: array items: *268 examples: - default: *688 + default: *689 headers: Link: *65 '304': *35 @@ -112370,7 +112322,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *689 + items: *690 required: - name - data_type @@ -112386,7 +112338,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *690 + iteration_configuration: *691 required: - name - data_type @@ -112408,8 +112360,8 @@ paths: value: name: Due date data_type: date - single_select_field: *691 - iteration_field: *692 + single_select_field: *692 + iteration_field: *693 responses: '201': description: Response @@ -112417,11 +112369,11 @@ paths: application/json: schema: *268 examples: - text_field: *693 - number_field: *694 - date_field: *695 - single_select_field: *696 - iteration_field: *697 + text_field: *694 + number_field: *695 + date_field: *696 + single_select_field: *697 + iteration_field: *698 '304': *35 '403': *27 '401': *23 @@ -112443,7 +112395,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *698 + - *699 - *69 responses: '200': @@ -112452,7 +112404,7 @@ paths: application/json: schema: *268 examples: - default: *699 + default: *700 headers: Link: *65 '304': *35 @@ -112809,7 +112761,7 @@ paths: parameters: - *265 - *69 - - *700 + - *701 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113084,7 +113036,7 @@ paths: - *115 - *117 - *116 - - *701 + - *702 - *118 responses: '200': @@ -113215,7 +113167,7 @@ paths: parameters: - *69 - *115 - - *702 + - *703 - *116 responses: '200': @@ -113314,9 +113266,9 @@ paths: - *115 - *117 - *116 - - *703 - - *118 - *704 + - *118 + - *705 responses: '200': description: Response when getting a billing usage summary @@ -113450,9 +113402,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 headers: Link: *65 x-github: @@ -113482,9 +113434,9 @@ paths: application/json: schema: type: array - items: *673 + items: *674 examples: - default: *705 + default: *706 headers: Link: *65 x-github: @@ -113509,7 +113461,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *706 + - *707 - *59 - *17 - *19 @@ -113521,11 +113473,11 @@ paths: schema: anyOf: - type: array - items: *707 + items: *708 - type: array items: *77 examples: - default-response: *676 + default-response: *677 headers: Link: *65 x-github: @@ -113685,7 +113637,7 @@ webhooks: type: string enum: - disabled - enterprise: &708 + enterprise: &709 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113754,7 +113706,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &709 + installation: &710 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113775,7 +113727,7 @@ webhooks: required: - id - node_id - organization: &710 + organization: &711 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113848,7 +113800,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &711 + repository: &712 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114763,10 +114715,10 @@ webhooks: type: string enum: - enabled - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -114842,11 +114794,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: &712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: &713 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -115069,11 +115021,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: *712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: *713 sender: *4 required: - action @@ -115261,11 +115213,11 @@ webhooks: - everyone required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: *712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: *713 sender: *4 required: - action @@ -115349,7 +115301,7 @@ webhooks: type: string enum: - completed - check_run: &714 + check_run: &715 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115459,7 +115411,7 @@ webhooks: - examples: - neutral - deployment: *713 + deployment: *714 details_url: type: string examples: @@ -115557,10 +115509,10 @@ webhooks: - output - app - pull_requests - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -115951,11 +115903,11 @@ webhooks: type: string enum: - created - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -116349,11 +116301,11 @@ webhooks: type: string enum: - requested_action - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 requested_action: description: The action requested by the user. type: object @@ -116756,11 +116708,11 @@ webhooks: type: string enum: - rerequested - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -117745,10 +117697,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -118452,10 +118404,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -119153,10 +119105,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -119477,20 +119429,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &715 + commit_oid: &716 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *708 - installation: *709 - organization: *710 - ref: &716 + enterprise: *709 + installation: *710 + organization: *711 + ref: &717 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -119898,12 +119850,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -120186,12 +120138,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -120537,12 +120489,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -120832,9 +120784,9 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120842,7 +120794,7 @@ webhooks: type: - string - 'null' - repository: *711 + repository: *712 sender: *4 required: - action @@ -121088,12 +121040,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -121414,10 +121366,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -121677,10 +121629,10 @@ webhooks: - updated_at - author_association - body - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -121761,18 +121713,18 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *710 - pusher_type: &717 + organization: *711 + pusher_type: &718 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &718 + ref: &719 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -121782,7 +121734,7 @@ webhooks: enum: - tag - branch - repository: *711 + repository: *712 sender: *4 required: - ref @@ -121865,9 +121817,9 @@ webhooks: enum: - created definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -121952,9 +121904,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -122032,9 +121984,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -122112,9 +122064,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -122191,10 +122143,10 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - repository: *711 - organization: *710 + enterprise: *709 + installation: *710 + repository: *712 + organization: *711 sender: *4 new_property_values: type: array @@ -122279,18 +122231,18 @@ webhooks: title: delete event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - pusher_type: *717 - ref: *718 + enterprise: *709 + installation: *710 + organization: *711 + pusher_type: *718 + ref: *719 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *711 + repository: *712 sender: *4 required: - ref @@ -122371,10 +122323,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122455,10 +122407,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122540,10 +122492,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122625,10 +122577,10 @@ webhooks: enum: - created alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122708,10 +122660,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122791,10 +122743,10 @@ webhooks: enum: - fixed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122875,10 +122827,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -122958,10 +122910,10 @@ webhooks: enum: - reopened alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123038,9 +122990,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - key: &719 + enterprise: *709 + installation: *710 + key: &720 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123078,8 +123030,8 @@ webhooks: - verified - created_at - read_only - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -123156,11 +123108,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - key: *719 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + key: *720 + organization: *711 + repository: *712 sender: *4 required: - action @@ -123727,12 +123679,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: &723 + workflow: &724 title: Workflow type: - object @@ -124487,9 +124439,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *711 - organization: *710 - installation: *709 + repository: *712 + organization: *711 + installation: *710 sender: *4 responses: '200': @@ -124560,7 +124512,7 @@ webhooks: type: string enum: - approved - approver: &720 + approver: &721 type: object properties: avatar_url: @@ -124603,11 +124555,11 @@ webhooks: type: string comment: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - reviewers: &721 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + reviewers: &722 type: array items: type: object @@ -124688,7 +124640,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &722 + workflow_job_run: &723 type: object properties: conclusion: @@ -125434,18 +125386,18 @@ webhooks: type: string enum: - rejected - approver: *720 + approver: *721 comment: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - reviewers: *721 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + reviewers: *722 sender: *4 since: type: string - workflow_job_run: *722 + workflow_job_run: *723 workflow_job_runs: type: array items: @@ -126162,13 +126114,13 @@ webhooks: type: string enum: - requested - enterprise: *708 + enterprise: *709 environment: type: string - installation: *709 - organization: *710 - repository: *711 - requestor: &728 + installation: *710 + organization: *711 + repository: *712 + requestor: &729 title: User type: - object @@ -128101,12 +128053,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Deployment Workflow Run type: @@ -128797,7 +128749,7 @@ webhooks: type: string enum: - answered - answer: &726 + answer: &727 type: object properties: author_association: @@ -128957,11 +128909,11 @@ webhooks: - created_at - updated_at - body - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129088,11 +129040,11 @@ webhooks: - from required: - category - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129175,11 +129127,11 @@ webhooks: type: string enum: - closed - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129261,7 +129213,7 @@ webhooks: type: string enum: - created - comment: &725 + comment: &726 type: object properties: author_association: @@ -129421,11 +129373,11 @@ webhooks: - updated_at - body - reactions - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129508,12 +129460,12 @@ webhooks: type: string enum: - deleted - comment: *725 - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + comment: *726 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129608,12 +129560,12 @@ webhooks: - from required: - body - comment: *725 - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + comment: *726 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129697,11 +129649,11 @@ webhooks: type: string enum: - created - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129783,11 +129735,11 @@ webhooks: type: string enum: - deleted - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129887,11 +129839,11 @@ webhooks: type: string required: - from - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -129973,10 +129925,10 @@ webhooks: type: string enum: - labeled - discussion: *724 - enterprise: *708 - installation: *709 - label: &727 + discussion: *725 + enterprise: *709 + installation: *710 + label: &728 title: Label type: object properties: @@ -130009,8 +129961,8 @@ webhooks: - color - default - description - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130093,11 +130045,11 @@ webhooks: type: string enum: - locked - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130179,11 +130131,11 @@ webhooks: type: string enum: - pinned - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130265,11 +130217,11 @@ webhooks: type: string enum: - reopened - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130354,16 +130306,16 @@ webhooks: changes: type: object properties: - new_discussion: *724 - new_repository: *711 + new_discussion: *725 + new_repository: *712 required: - new_discussion - new_repository - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130446,10 +130398,10 @@ webhooks: type: string enum: - unanswered - discussion: *724 - old_answer: *726 - organization: *710 - repository: *711 + discussion: *725 + old_answer: *727 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130531,12 +130483,12 @@ webhooks: type: string enum: - unlabeled - discussion: *724 - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130619,11 +130571,11 @@ webhooks: type: string enum: - unlocked - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130705,11 +130657,11 @@ webhooks: type: string enum: - unpinned - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130782,7 +130734,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *708 + enterprise: *709 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131460,9 +131412,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - forkee @@ -131608,9 +131560,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pages: description: The pages that were updated. type: array @@ -131648,7 +131600,7 @@ webhooks: - action - sha - html_url - repository: *711 + repository: *712 sender: *4 required: - pages @@ -131724,10 +131676,10 @@ webhooks: type: string enum: - created - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: &729 + organization: *711 + repositories: &730 description: An array of repository objects that the installation can access. type: array @@ -131753,8 +131705,8 @@ webhooks: - name - full_name - private - repository: *711 - requester: *728 + repository: *712 + requester: *729 sender: *4 required: - action @@ -131829,11 +131781,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -131910,11 +131862,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -131991,10 +131943,10 @@ webhooks: type: string enum: - added - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories_added: &730 + organization: *711 + repositories_added: &731 description: An array of repository objects, which were added to the installation. type: array @@ -132040,15 +131992,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *711 - repository_selection: &731 + repository: *712 + repository_selection: &732 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *728 + requester: *729 sender: *4 required: - action @@ -132127,10 +132079,10 @@ webhooks: type: string enum: - removed - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories_added: *730 + organization: *711 + repositories_added: *731 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132157,9 +132109,9 @@ webhooks: - name - full_name - private - repository: *711 - repository_selection: *731 - requester: *728 + repository: *712 + repository_selection: *732 + requester: *729 sender: *4 required: - action @@ -132238,11 +132190,11 @@ webhooks: type: string enum: - suspend - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -132424,10 +132376,10 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 target_type: type: string @@ -132506,11 +132458,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -132762,8 +132714,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133575,8 +133527,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133937,8 +133889,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -134018,7 +133970,7 @@ webhooks: type: string enum: - deleted - comment: &732 + comment: &733 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134189,8 +134141,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134998,8 +134950,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135362,8 +135314,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -135443,7 +135395,7 @@ webhooks: type: string enum: - edited - changes: &756 + changes: &757 description: The changes to the comment. type: object properties: @@ -135455,9 +135407,9 @@ webhooks: type: string required: - from - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136268,8 +136220,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136630,8 +136582,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -136712,9 +136664,9 @@ webhooks: type: string enum: - pinned - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137527,8 +137479,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137891,8 +137843,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -137972,9 +137924,9 @@ webhooks: type: string enum: - unpinned - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138787,8 +138739,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139151,8 +139103,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139241,9 +139193,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139332,9 +139284,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139422,9 +139374,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139513,9 +139465,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139595,10 +139547,10 @@ webhooks: type: string enum: - assigned - assignee: *728 - enterprise: *708 - installation: *709 - issue: &735 + assignee: *729 + enterprise: *709 + installation: *710 + issue: &736 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140409,8 +140361,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -140533,8 +140485,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -140614,8 +140566,8 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141431,8 +141383,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -141698,8 +141650,8 @@ webhooks: required: - state - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -141778,8 +141730,8 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142586,8 +142538,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -142709,8 +142661,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -142789,8 +142741,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143620,8 +143572,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -143722,7 +143674,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &733 + milestone: &734 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143865,8 +143817,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -143965,8 +143917,8 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144777,8 +144729,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -144901,9 +144853,9 @@ webhooks: - active_lock_reason - body - reactions - label: *727 - organization: *710 - repository: *711 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -144983,8 +144935,8 @@ webhooks: type: string enum: - labeled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145794,8 +145746,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -145918,9 +145870,9 @@ webhooks: - active_lock_reason - body - reactions - label: *727 - organization: *710 - repository: *711 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -146000,8 +145952,8 @@ webhooks: type: string enum: - locked - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146836,8 +146788,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -146937,8 +146889,8 @@ webhooks: format: uri user_view_type: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -147017,8 +146969,8 @@ webhooks: type: string enum: - milestoned - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147847,8 +147799,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -147948,9 +147900,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *733 - organization: *710 - repository: *711 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -148837,8 +148789,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -149433,8 +149385,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150241,8 +150193,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -150368,8 +150320,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -150449,9 +150401,9 @@ webhooks: type: string enum: - pinned - enterprise: *708 - installation: *709 - issue: &734 + enterprise: *709 + installation: *710 + issue: &735 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151256,8 +151208,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -151379,8 +151331,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -151459,8 +151411,8 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152293,8 +152245,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -152395,8 +152347,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -153284,8 +153236,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -153898,11 +153850,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *708 - installation: *709 - issue: *734 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *735 + organization: *711 + repository: *712 sender: *4 required: - action @@ -153982,12 +153934,12 @@ webhooks: type: string enum: - typed - enterprise: *708 - installation: *709 - issue: *735 + enterprise: *709 + installation: *710 + issue: *736 type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154068,7 +154020,7 @@ webhooks: type: string enum: - unassigned - assignee: &759 + assignee: &760 title: User type: - object @@ -154140,11 +154092,11 @@ webhooks: required: - login - id - enterprise: *708 - installation: *709 - issue: *735 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *736 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154223,12 +154175,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *708 - installation: *709 - issue: *735 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *736 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154308,8 +154260,8 @@ webhooks: type: string enum: - unlocked - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155142,8 +155094,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -155243,8 +155195,8 @@ webhooks: format: uri user_view_type: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155324,11 +155276,11 @@ webhooks: type: string enum: - unpinned - enterprise: *708 - installation: *709 - issue: *734 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *735 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155407,12 +155359,12 @@ webhooks: type: string enum: - untyped - enterprise: *708 - installation: *709 - issue: *735 + enterprise: *709 + installation: *710 + issue: *736 type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155492,11 +155444,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155574,11 +155526,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155688,11 +155640,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155774,9 +155726,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: &736 + enterprise: *709 + installation: *710 + marketplace_purchase: &737 title: Marketplace Purchase type: object required: @@ -155864,8 +155816,8 @@ webhooks: type: integer unit_count: type: integer - organization: *710 - previous_marketplace_purchase: &737 + organization: *711 + previous_marketplace_purchase: &738 title: Marketplace Purchase type: object properties: @@ -155949,7 +155901,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -156029,10 +155981,10 @@ webhooks: - changed effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156120,7 +156072,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -156202,10 +156154,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156291,7 +156243,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -156372,8 +156324,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 marketplace_purchase: title: Marketplace Purchase type: object @@ -156459,9 +156411,9 @@ webhooks: type: integer unit_count: type: integer - organization: *710 - previous_marketplace_purchase: *737 - repository: *711 + organization: *711 + previous_marketplace_purchase: *738 + repository: *712 sender: *4 required: - action @@ -156541,12 +156493,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 - previous_marketplace_purchase: *737 - repository: *711 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 + previous_marketplace_purchase: *738 + repository: *712 sender: *4 required: - action @@ -156648,11 +156600,11 @@ webhooks: type: string required: - to - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156754,11 +156706,11 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156837,11 +156789,11 @@ webhooks: type: string enum: - removed - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156919,11 +156871,11 @@ webhooks: type: string enum: - added - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157001,7 +156953,7 @@ webhooks: required: - login - id - team: &738 + team: &739 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157231,11 +157183,11 @@ webhooks: type: string enum: - removed - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157314,7 +157266,7 @@ webhooks: required: - login - id - team: *738 + team: *739 required: - action - scope @@ -157396,8 +157348,8 @@ webhooks: type: string enum: - checks_requested - installation: *709 - merge_group: &739 + installation: *710 + merge_group: &740 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157423,8 +157375,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157510,10 +157462,10 @@ webhooks: - merged - invalidated - dequeued - installation: *709 - merge_group: *739 - organization: *710 - repository: *711 + installation: *710 + merge_group: *740 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157586,7 +157538,7 @@ webhooks: type: string enum: - deleted - enterprise: *708 + enterprise: *709 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157695,12 +157647,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *709 - organization: *710 + installation: *710 + organization: *711 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -157780,11 +157732,11 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157863,9 +157815,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - milestone: &740 + enterprise: *709 + installation: *710 + milestone: &741 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158007,8 +157959,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158087,11 +158039,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158201,11 +158153,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158285,11 +158237,11 @@ webhooks: type: string enum: - opened - enterprise: *708 - installation: *709 - milestone: *740 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *741 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158368,11 +158320,11 @@ webhooks: type: string enum: - blocked - blocked_user: *728 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + blocked_user: *729 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158451,11 +158403,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *728 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + blocked_user: *729 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158534,9 +158486,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - membership: &741 + enterprise: *709 + installation: *710 + membership: &742 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158646,8 +158598,8 @@ webhooks: - role - organization_url - user - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158725,11 +158677,11 @@ webhooks: type: string enum: - member_added - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158808,8 +158760,8 @@ webhooks: type: string enum: - member_invited - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158931,10 +158883,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 - user: *728 + user: *729 required: - action - invitation @@ -159012,11 +158964,11 @@ webhooks: type: string enum: - member_removed - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159103,11 +159055,11 @@ webhooks: properties: from: type: string - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159184,9 +159136,9 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 package: description: Information about the package. type: object @@ -159709,7 +159661,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &742 + items: &743 title: Ruby Gems metadata type: object properties: @@ -159806,7 +159758,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -159882,9 +159834,9 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 package: description: Information about the package. type: object @@ -160246,7 +160198,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *742 + items: *743 source_url: type: string format: uri @@ -160317,7 +160269,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -160497,12 +160449,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *708 + enterprise: *709 id: type: integer - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - id @@ -160579,7 +160531,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &743 + personal_access_token_request: &744 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -160729,10 +160681,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *708 - organization: *710 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -160809,11 +160761,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *743 - enterprise: *708 - organization: *710 + personal_access_token_request: *744 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -160889,11 +160841,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *743 - enterprise: *708 - organization: *710 + personal_access_token_request: *744 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -160968,11 +160920,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *743 - organization: *710 - enterprise: *708 + personal_access_token_request: *744 + organization: *711 + enterprise: *709 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -161077,7 +161029,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *744 + last_response: *745 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161109,8 +161061,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 zen: description: Random string of GitHub zen. @@ -161355,10 +161307,10 @@ webhooks: - from required: - note - enterprise: *708 - installation: *709 - organization: *710 - project_card: &745 + enterprise: *709 + installation: *710 + organization: *711 + project_card: &746 title: Project Card type: object properties: @@ -161481,7 +161433,7 @@ webhooks: - creator - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -161562,11 +161514,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project_card: *745 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_card: *746 + repository: *712 sender: *4 required: - action @@ -161646,9 +161598,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 project_card: title: Project Card type: object @@ -161778,7 +161730,7 @@ webhooks: repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -161872,11 +161824,11 @@ webhooks: - from required: - note - enterprise: *708 - installation: *709 - organization: *710 - project_card: *745 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_card: *746 + repository: *712 sender: *4 required: - action @@ -161970,9 +161922,9 @@ webhooks: - from required: - column_id - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 project_card: allOf: - title: Project Card @@ -162169,7 +162121,7 @@ webhooks: type: string required: - after_id - repository: *711 + repository: *712 sender: *4 required: - action @@ -162249,10 +162201,10 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - organization: *710 - project: &747 + enterprise: *709 + installation: *710 + organization: *711 + project: &748 title: Project type: object properties: @@ -162379,7 +162331,7 @@ webhooks: - creator - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -162459,10 +162411,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project_column: &746 + enterprise: *709 + installation: *710 + organization: *711 + project_column: &747 title: Project Column type: object properties: @@ -162502,7 +162454,7 @@ webhooks: - name - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -162581,14 +162533,14 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -162677,11 +162629,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 + repository: *712 sender: *4 required: - action @@ -162761,11 +162713,11 @@ webhooks: type: string enum: - moved - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 + repository: *712 sender: *4 required: - action @@ -162845,11 +162797,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -162929,14 +162881,14 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - project: *747 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -163037,11 +162989,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -163120,11 +163072,11 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -163205,8 +163157,8 @@ webhooks: type: string enum: - closed - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163288,8 +163240,8 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163371,8 +163323,8 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163494,8 +163446,8 @@ webhooks: type: string to: type: string - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -163579,7 +163531,7 @@ webhooks: type: string enum: - archived - changes: &751 + changes: &752 type: object properties: archived_at: @@ -163595,9 +163547,9 @@ webhooks: - string - 'null' format: date-time - installation: *709 - organization: *710 - projects_v2_item: &748 + installation: *710 + organization: *711 + projects_v2_item: &749 title: Projects v2 Item description: An item belonging to a project type: object @@ -163737,9 +163689,9 @@ webhooks: - 'null' to: type: string - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -163821,9 +163773,9 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -163904,9 +163856,9 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164011,7 +163963,7 @@ webhooks: oneOf: - type: string - type: integer - - &749 + - &750 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164035,7 +163987,7 @@ webhooks: required: - id - name - - &750 + - &751 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164075,8 +164027,8 @@ webhooks: oneOf: - type: string - type: integer - - *749 - *750 + - *751 type: - 'null' - string @@ -164099,9 +164051,9 @@ webhooks: - 'null' required: - body - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164198,9 +164150,9 @@ webhooks: type: - string - 'null' - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164283,10 +164235,10 @@ webhooks: type: string enum: - restored - changes: *751 - installation: *709 - organization: *710 - projects_v2_item: *748 + changes: *752 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -164368,8 +164320,8 @@ webhooks: type: string enum: - reopened - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -164451,9 +164403,9 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -164534,9 +164486,9 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -164682,9 +164634,9 @@ webhooks: - string - 'null' format: date - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -164755,10 +164707,10 @@ webhooks: title: public event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - repository @@ -164835,13 +164787,13 @@ webhooks: type: string enum: - assigned - assignee: *728 - enterprise: *708 - installation: *709 - number: &753 + assignee: *729 + enterprise: *709 + installation: *710 + number: &754 description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -167193,7 +167145,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -167275,11 +167227,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -169624,7 +169576,7 @@ webhooks: - draft reason: type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -169706,11 +169658,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -172055,7 +172007,7 @@ webhooks: - draft reason: type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -172137,11 +172089,11 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: &754 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: &755 allOf: - *565 - type: object @@ -172205,7 +172157,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *711 + repository: *712 sender: *4 required: - action @@ -172286,12 +172238,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -172371,11 +172323,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *708 + enterprise: *709 milestone: *266 - number: *753 - organization: *710 - pull_request: &755 + number: *754 + organization: *711 + pull_request: &756 title: Pull Request type: object properties: @@ -174719,7 +174671,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -174798,11 +174750,11 @@ webhooks: type: string enum: - dequeued - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -177165,7 +177117,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *711 + repository: *712 sender: *4 required: - action @@ -177289,12 +177241,12 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -177374,11 +177326,11 @@ webhooks: type: string enum: - enqueued - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -179726,7 +179678,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -179806,11 +179758,11 @@ webhooks: type: string enum: - labeled - enterprise: *708 - installation: *709 - label: *727 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + label: *728 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -182161,7 +182113,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -182242,10 +182194,10 @@ webhooks: type: string enum: - locked - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -184594,7 +184546,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -184674,12 +184626,12 @@ webhooks: type: string enum: - milestoned - enterprise: *708 + enterprise: *709 milestone: *266 - number: *753 - organization: *710 - pull_request: *755 - repository: *711 + number: *754 + organization: *711 + pull_request: *756 + repository: *712 sender: *4 required: - action @@ -184758,12 +184710,12 @@ webhooks: type: string enum: - opened - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -184844,12 +184796,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -184929,12 +184881,12 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -185309,9 +185261,9 @@ webhooks: - start_side - side - reactions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -187544,7 +187496,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -187624,7 +187576,7 @@ webhooks: type: string enum: - deleted - comment: &757 + comment: &758 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -187917,9 +187869,9 @@ webhooks: - start_side - side - reactions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -190140,7 +190092,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -190220,11 +190172,11 @@ webhooks: type: string enum: - edited - changes: *756 - comment: *757 - enterprise: *708 - installation: *709 - organization: *710 + changes: *757 + comment: *758 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -192448,7 +192400,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -192529,9 +192481,9 @@ webhooks: type: string enum: - dismissed - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -194767,7 +194719,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 review: description: The review that was affected. type: object @@ -195018,9 +194970,9 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -197129,8 +197081,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 - review: &758 + repository: *712 + review: &759 description: The review that was affected. type: object properties: @@ -197368,12 +197320,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -199723,7 +199675,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_reviewer: title: User type: @@ -199809,12 +199761,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -202171,7 +202123,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202366,12 +202318,12 @@ webhooks: type: string enum: - review_requested - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -204723,7 +204675,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_reviewer: title: User type: @@ -204810,12 +204762,12 @@ webhooks: type: string enum: - review_requested - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -207158,7 +207110,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207342,9 +207294,9 @@ webhooks: type: string enum: - submitted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -209583,8 +209535,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 - review: *758 + repository: *712 + review: *759 sender: *4 required: - action @@ -209664,9 +209616,9 @@ webhooks: type: string enum: - resolved - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -211814,7 +211766,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 sender: *4 thread: type: object @@ -212211,9 +212163,9 @@ webhooks: type: string enum: - unresolved - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -214344,7 +214296,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 sender: *4 thread: type: object @@ -214743,10 +214695,10 @@ webhooks: type: string before: type: string - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -217084,7 +217036,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -217166,11 +217118,11 @@ webhooks: type: string enum: - unassigned - assignee: *759 - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + assignee: *760 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -219523,7 +219475,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -219602,11 +219554,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *708 - installation: *709 - label: *727 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + label: *728 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -221948,7 +221900,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -222029,10 +221981,10 @@ webhooks: type: string enum: - unlocked - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -224364,7 +224316,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -224567,7 +224519,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *708 + enterprise: *709 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -224662,8 +224614,8 @@ webhooks: - url - author - committer - installation: *709 - organization: *710 + installation: *710 + organization: *711 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225262,9 +225214,9 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 registry_package: type: object properties: @@ -225741,7 +225693,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *742 + items: *743 summary: type: string tag_name: @@ -225797,7 +225749,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -225875,9 +225827,9 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 registry_package: type: object properties: @@ -226189,7 +226141,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *742 + items: *743 summary: type: string tag_name: @@ -226239,7 +226191,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -226316,10 +226268,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - release: &760 + enterprise: *709 + installation: *710 + organization: *711 + release: &761 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -226650,7 +226602,7 @@ webhooks: - updated_at - zipball_url - body - repository: *711 + repository: *712 sender: *4 required: - action @@ -226727,11 +226679,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -226848,11 +226800,11 @@ webhooks: type: boolean required: - to - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -226930,9 +226882,9 @@ webhooks: type: string enum: - prereleased - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227268,7 +227220,7 @@ webhooks: - string - 'null' format: uri - repository: *711 + repository: *712 sender: *4 required: - action @@ -227344,10 +227296,10 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - release: &761 + enterprise: *709 + installation: *710 + organization: *711 + release: &762 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227680,7 +227632,7 @@ webhooks: - string - 'null' format: uri - repository: *711 + repository: *712 sender: *4 required: - action @@ -227756,11 +227708,11 @@ webhooks: type: string enum: - released - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -227836,11 +227788,11 @@ webhooks: type: string enum: - unpublished - enterprise: *708 - installation: *709 - organization: *710 - release: *761 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *762 + repository: *712 sender: *4 required: - action @@ -227916,11 +227868,11 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - repository_advisory: *631 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + repository_advisory: *632 sender: *4 required: - action @@ -227996,11 +227948,11 @@ webhooks: type: string enum: - reported - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - repository_advisory: *631 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + repository_advisory: *632 sender: *4 required: - action @@ -228076,10 +228028,10 @@ webhooks: type: string enum: - archived - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228156,10 +228108,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228237,10 +228189,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228325,10 +228277,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228443,10 +228395,10 @@ webhooks: - 'null' items: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228518,10 +228470,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 status: type: string @@ -228602,10 +228554,10 @@ webhooks: type: string enum: - privatized - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228682,10 +228634,10 @@ webhooks: type: string enum: - publicized - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228779,10 +228731,10 @@ webhooks: - name required: - repository - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -228862,10 +228814,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 sender: *4 required: @@ -228944,10 +228896,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 sender: *4 required: @@ -229026,10 +228978,10 @@ webhooks: type: string enum: - edited - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 changes: type: object @@ -229337,10 +229289,10 @@ webhooks: - from required: - owner - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229418,10 +229370,10 @@ webhooks: type: string enum: - unarchived - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229499,7 +229451,7 @@ webhooks: type: string enum: - create - alert: &762 + alert: &763 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -229624,10 +229576,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229837,10 +229789,10 @@ webhooks: type: string enum: - dismissed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -229918,11 +229870,11 @@ webhooks: type: string enum: - reopen - alert: *762 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *763 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230124,10 +230076,10 @@ webhooks: enum: - fixed - open - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230205,7 +230157,7 @@ webhooks: type: string enum: - assigned - alert: &763 + alert: &764 type: object properties: number: *170 @@ -230263,6 +230215,12 @@ webhooks: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. validity: type: string description: The token status as of the latest validity check. @@ -230339,10 +230297,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230420,11 +230378,11 @@ webhooks: type: string enum: - created - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230505,11 +230463,11 @@ webhooks: type: string enum: - created - alert: *763 - installation: *709 - location: *764 - organization: *710 - repository: *711 + alert: *764 + installation: *710 + location: *765 + organization: *711 + repository: *712 sender: *4 required: - location @@ -230747,11 +230705,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230829,11 +230787,11 @@ webhooks: type: string enum: - reopened - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230911,11 +230869,11 @@ webhooks: type: string enum: - resolved - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230993,12 +230951,12 @@ webhooks: type: string enum: - unassigned - alert: *763 + alert: *764 assignee: *4 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231076,11 +231034,11 @@ webhooks: type: string enum: - validated - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231210,10 +231168,10 @@ webhooks: - organization - enterprise - - repository: *711 - enterprise: *708 - installation: *709 - organization: *710 + repository: *712 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -231291,11 +231249,11 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - security_advisory: &765 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + security_advisory: &766 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231468,11 +231426,11 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - security_advisory: *765 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + security_advisory: *766 sender: *4 required: - action @@ -231545,10 +231503,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -231722,9 +231680,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: *328 sender: *4 required: @@ -231803,12 +231761,12 @@ webhooks: type: string enum: - cancelled - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: &766 + sponsorship: &767 type: object properties: created_at: @@ -232113,12 +232071,12 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - sponsorship @@ -232206,12 +232164,12 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -232288,17 +232246,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &767 + effective_date: &768 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - sponsorship @@ -232372,7 +232330,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &768 + changes: &769 type: object properties: tier: @@ -232416,13 +232374,13 @@ webhooks: - from required: - tier - effective_date: *767 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + effective_date: *768 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -232499,13 +232457,13 @@ webhooks: type: string enum: - tier_changed - changes: *768 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + changes: *769 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -232579,10 +232537,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -232666,10 +232624,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233103,15 +233061,15 @@ webhooks: type: - string - 'null' - enterprise: *708 + enterprise: *709 id: description: The unique identifier of the status. type: integer - installation: *709 + installation: *710 name: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 sha: description: The Commit SHA. @@ -233227,9 +233185,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -233319,9 +233277,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -233411,9 +233369,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -233503,9 +233461,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -233582,12 +233540,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - team: &769 + team: &770 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -233817,9 +233775,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -234289,7 +234247,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -234365,9 +234323,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -234837,7 +234795,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -234914,9 +234872,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -235386,7 +235344,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -235530,9 +235488,9 @@ webhooks: - from required: - permissions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -236002,7 +235960,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - changes @@ -236080,9 +236038,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -236552,7 +236510,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -236628,10 +236586,10 @@ webhooks: type: string enum: - started - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -236704,17 +236662,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *708 + enterprise: *709 inputs: type: - object - 'null' additionalProperties: true - installation: *709 - organization: *710 + installation: *710 + organization: *711 ref: type: string - repository: *711 + repository: *712 sender: *4 workflow: type: string @@ -236796,10 +236754,10 @@ webhooks: type: string enum: - completed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: allOf: @@ -237134,10 +237092,10 @@ webhooks: type: string enum: - in_progress - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: allOf: @@ -237498,10 +237456,10 @@ webhooks: type: string enum: - queued - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: type: object @@ -237726,10 +237684,10 @@ webhooks: type: string enum: - waiting - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: type: object @@ -237956,12 +237914,12 @@ webhooks: type: string enum: - completed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Workflow Run type: object @@ -238980,12 +238938,12 @@ webhooks: type: string enum: - in_progress - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Workflow Run type: object @@ -239989,12 +239947,12 @@ webhooks: type: string enum: - requested - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 131ed52ce..a9050bb9e 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -2599,26 +2599,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -2628,6 +2627,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -2704,10 +2707,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -2996,7 +2998,7 @@ }, "post": { "summary": "Create a task", - "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository\n", + "description": "> [!NOTE]\n> This endpoint is in public preview and is subject to change.\n\nCreates a new task for a repository.\n", "tags": [ "agent-tasks" ], @@ -3038,33 +3040,21 @@ "schema": { "type": "object", "required": [ - "event_content" + "prompt" ], "properties": { - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID (optional, defaults to coding agent)" - }, - "problem_statement": { - "type": "string", - "description": "Additional prompting for the agent" - }, - "event_content": { + "prompt": { "type": "string", - "description": "User's written prompt" + "description": "The user's prompt for the agent" }, "model": { "type": "string", "description": "The model to use for this task. The allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`" }, - "custom_agent": { - "type": "string", - "description": "Custom agent identifier" - }, "create_pull_request": { "type": "boolean", - "description": "Whether to create a PR" + "description": "Whether to create a PR.", + "default": false }, "base_ref": { "type": "string", @@ -3075,8 +3065,7 @@ "examples": { "default": { "value": { - "event_content": "Fix the login button on the homepage", - "create_pull_request": true, + "prompt": "Fix the login button on the homepage", "base_ref": "main" } } @@ -3215,26 +3204,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3244,6 +3232,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3710,26 +3702,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -3739,6 +3730,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -3832,15 +3827,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -3874,47 +3860,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -3923,20 +3872,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -3977,10 +3916,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -4005,9 +3943,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -4530,26 +4469,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -4559,6 +4497,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -4633,10 +4575,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -5032,26 +4973,25 @@ "type": { "type": "string", "enum": [ - "github_resource", + "pull", "branch" ], - "description": "Discriminator for data shape" + "description": "Type of artifact. Available Values: `pull`, `branch`.\n" }, "data": { "oneOf": [ { "type": "object", "description": "A GitHub resource (pull request, issue, etc.)", + "required": [ + "id" + ], "properties": { "id": { "type": "integer", "format": "int64", "description": "GitHub resource ID" }, - "type": { - "type": "string", - "description": "Resource type (e.g., pull_request, issue)" - }, "global_id": { "type": "string", "description": "GraphQL global ID" @@ -5061,6 +5001,10 @@ { "type": "object", "description": "A Git branch reference", + "required": [ + "head_ref", + "base_ref" + ], "properties": { "head_ref": { "type": "string", @@ -5154,15 +5098,6 @@ } } }, - "agent_id": { - "type": "integer", - "format": "int64", - "description": "Agent ID" - }, - "agent_task_id": { - "type": "string", - "description": "Agent internal task ID" - }, "task_id": { "type": "string", "description": "Task ID this session belongs to" @@ -5196,47 +5131,10 @@ "format": "date-time", "description": "Completion timestamp" }, - "event_type": { - "type": "string", - "description": "Type of event that triggered this session" - }, - "event_url": { - "type": "string", - "description": "URL of the triggering event" - }, - "event_content": { + "prompt": { "type": "string", "description": "Content of the triggering event" }, - "event_identifiers": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for tracking" - }, - "resource_type": { - "type": "string", - "description": "Type of resource associated with this session" - }, - "resource_id": { - "type": "integer", - "format": "int64", - "description": "Resource ID" - }, - "resource_number": { - "type": "integer", - "format": "int32", - "description": "Resource number (e.g., PR number)" - }, - "resource_global_id": { - "type": "string", - "description": "GraphQL global ID of the resource" - }, - "resource_state": { - "type": "string", - "description": "State of the associated resource" - }, "head_ref": { "type": "string", "description": "Head branch name" @@ -5245,20 +5143,10 @@ "type": "string", "description": "Base branch name" }, - "workflow_run_id": { - "type": "integer", - "format": "int64", - "description": "GitHub Actions workflow run ID" - }, "model": { "type": "string", "description": "Model used for this session" }, - "premium_requests": { - "type": "number", - "format": "double", - "description": "Premium request count" - }, "error": { "type": "object", "description": "Error details for a failed session", @@ -5299,10 +5187,9 @@ "artifacts": [ { "provider": "github", - "type": "github_resource", + "type": "pull", "data": { - "id": 42, - "type": "pull_request" + "id": 42 } } ], @@ -5327,9 +5214,10 @@ "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T01:00:00Z", "completed_at": "2025-01-01T01:00:00Z", - "event_content": "Fix the login button on the homepage", + "prompt": "Fix the login button on the homepage", "head_ref": "copilot/fix-1", - "base_ref": "main" + "base_ref": "main", + "model": "claude-sonnet-4.6" } ] } @@ -247225,7 +247113,16 @@ { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" @@ -247638,6 +247535,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -638624,7 +638528,16 @@ { "name": "exclude_providers", "in": "query", - "description": "A comma-separated list of provider names to exclude from the results.", + "description": "A comma-separated list of provider slugs to exclude from the results.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `providers` parameter.", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "providers", + "in": "query", + "description": "A comma-separated list of provider slugs to filter by.\nProvider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`).\nYou can find the provider slug in the `provider_slug` field of each alert.\nCannot be combined with the `exclude_providers` parameter.", "required": false, "schema": { "type": "string" @@ -639044,6 +638957,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -640723,6 +640643,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -642385,6 +642312,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected. Use this value for filtering by provider with the `providers` or `exclude_providers` parameters." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1598535,6 +1598469,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1601763,6 +1601704,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1604823,6 +1604771,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1608389,6 +1608344,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1611449,6 +1611411,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1614509,6 +1614478,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1617569,6 +1617545,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1620797,6 +1620780,13 @@ ], "description": "The provider of the secret that was detected." }, + "provider_slug": { + "type": [ + "string", + "null" + ], + "description": "The slug identifier for the provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index ed4ecf506..e61b96e41 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1124,7 +1124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &633 + - &634 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1426,28 +1426,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -1501,10 +1505,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -1734,7 +1737,7 @@ paths: > [!NOTE] > This endpoint is in public preview and is subject to change. - Creates a new task for a repository + Creates a new task for a repository. tags: - agent-tasks operationId: agent-tasks/create-task @@ -1766,18 +1769,11 @@ paths: schema: type: object required: - - event_content + - prompt properties: - agent_id: - type: integer - format: int64 - description: Agent ID (optional, defaults to coding agent) - problem_statement: - type: string - description: Additional prompting for the agent - event_content: + prompt: type: string - description: User's written prompt + description: The user's prompt for the agent model: type: string description: 'The model to use for this task. The allowed models @@ -1785,20 +1781,17 @@ paths: plan and organization policies. Currently supported values: `claude-sonnet-4.6`, `claude-opus-4.6`, `gpt-5.2-codex`, `gpt-5.3-codex`, `gpt-5.4`, `claude-sonnet-4.5`, `claude-opus-4.5`' - custom_agent: - type: string - description: Custom agent identifier create_pull_request: type: boolean - description: Whether to create a PR + description: Whether to create a PR. + default: false base_ref: type: string description: Base ref for new branch/PR examples: default: value: - event_content: Fix the login button on the homepage - create_pull_request: true + prompt: Fix the login button on the homepage base_ref: main responses: '201': @@ -1903,26 +1896,31 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2285,28 +2283,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2374,13 +2376,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -2408,54 +2403,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -2482,10 +2441,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -2503,9 +2461,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Bad request content: @@ -2919,28 +2878,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: + `pull`, `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -2992,10 +2955,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -3305,28 +3267,32 @@ paths: type: type: string enum: - - github_resource + - pull - branch - description: Discriminator for data shape + description: 'Type of artifact. Available Values: `pull`, + `branch`. + + ' data: oneOf: - type: object description: A GitHub resource (pull request, issue, etc.) + required: + - id properties: id: type: integer format: int64 description: GitHub resource ID - type: - type: string - description: Resource type (e.g., pull_request, - issue) global_id: type: string description: GraphQL global ID - type: object description: A Git branch reference + required: + - head_ref + - base_ref properties: head_ref: type: string @@ -3394,13 +3360,6 @@ paths: type: integer format: int64 description: The unique identifier of the repository - agent_id: - type: integer - format: int64 - description: Agent ID - agent_task_id: - type: string - description: Agent internal task ID task_id: type: string description: Task ID this session belongs to @@ -3428,54 +3387,18 @@ paths: type: string format: date-time description: Completion timestamp - event_type: - type: string - description: Type of event that triggered this session - event_url: - type: string - description: URL of the triggering event - event_content: + prompt: type: string description: Content of the triggering event - event_identifiers: - type: array - items: - type: string - description: Identifiers for tracking - resource_type: - type: string - description: Type of resource associated with this session - resource_id: - type: integer - format: int64 - description: Resource ID - resource_number: - type: integer - format: int32 - description: Resource number (e.g., PR number) - resource_global_id: - type: string - description: GraphQL global ID of the resource - resource_state: - type: string - description: State of the associated resource head_ref: type: string description: Head branch name base_ref: type: string description: Base branch name - workflow_run_id: - type: integer - format: int64 - description: GitHub Actions workflow run ID model: type: string description: Model used for this session - premium_requests: - type: number - format: double - description: Premium request count error: type: object description: Error details for a failed session @@ -3502,10 +3425,9 @@ paths: session_count: 1 artifacts: - provider: github - type: github_resource + type: pull data: id: 42 - type: pull_request archived_at: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' @@ -3523,9 +3445,10 @@ paths: created_at: '2025-01-01T00:00:00Z' updated_at: '2025-01-01T01:00:00Z' completed_at: '2025-01-01T01:00:00Z' - event_content: Fix the login button on the homepage + prompt: Fix the login button on the homepage head_ref: copilot/fix-1 base_ref: main + model: claude-sonnet-4.6 '400': description: Problems parsing request content: @@ -14140,7 +14063,7 @@ paths: properties: action: type: string - discussion: &724 + discussion: &725 title: Discussion description: A Discussion in a repository. type: object @@ -14924,7 +14847,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &645 + sub_issues_summary: &646 title: Sub-issues Summary type: object properties: @@ -15035,7 +14958,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &646 + issue_dependencies_summary: &647 title: Issue Dependencies Summary type: object properties: @@ -16592,7 +16515,7 @@ paths: url: type: string format: uri - user: &652 + user: &653 title: Public User description: Public User type: object @@ -22231,7 +22154,7 @@ paths: required: false schema: type: string - - &701 + - &702 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22377,7 +22300,7 @@ paths: parameters: - *73 - *115 - - &702 + - &703 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22489,7 +22412,7 @@ paths: - *115 - *117 - *116 - - &703 + - &704 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22497,7 +22420,7 @@ paths: schema: type: string - *118 - - &704 + - &705 name: sku description: The SKU to query for usage. in: query @@ -29370,12 +29293,12 @@ paths: required: - subject_digests examples: - default: &683 + default: &684 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &684 + withPredicateType: &685 value: subject_digests: - sha256:abc123 @@ -29434,7 +29357,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &685 + default: &686 value: attestations_subject_digests: - sha256:abc: @@ -40326,7 +40249,7 @@ paths: parameters: - *73 - *242 - - &666 + - &667 name: repo_name description: repo_name parameter in: path @@ -41405,7 +41328,7 @@ paths: - nuget - container - *73 - - &667 + - &668 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41446,7 +41369,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &669 + '400': &670 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43470,7 +43393,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &752 + - &753 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -44440,7 +44363,7 @@ paths: - updated_at - project_url examples: - default: &688 + default: &689 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44617,7 +44540,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &689 + items: &690 type: object properties: name: @@ -44654,7 +44577,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &690 + iteration_configuration: &691 type: object description: The configuration for iteration fields. properties: @@ -44704,7 +44627,7 @@ paths: value: name: Due date data_type: date - single_select_field: &691 + single_select_field: &692 summary: Create a single select field value: name: Priority @@ -44731,7 +44654,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &692 + iteration_field: &693 summary: Create an iteration field value: name: Sprint @@ -44757,7 +44680,7 @@ paths: application/json: schema: *268 examples: - text_field: &693 + text_field: &694 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44766,7 +44689,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &694 + number_field: &695 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44775,7 +44698,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &695 + date_field: &696 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44784,7 +44707,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &696 + single_select_field: &697 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44818,7 +44741,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &697 + iteration_field: &698 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44864,7 +44787,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &698 + - &699 name: field_id description: The unique identifier of the field. in: path @@ -44879,7 +44802,7 @@ paths: application/json: schema: *268 examples: - default: &699 + default: &700 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46090,7 +46013,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &680 + schema: &681 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -46273,7 +46196,7 @@ paths: parameters: - *265 - *73 - - &700 + - &701 name: view_number description: The number that identifies the project view. in: path @@ -50304,12 +50227,26 @@ paths: - &601 name: exclude_providers in: query - description: A comma-separated list of provider names to exclude from the - results. + description: |- + A comma-separated list of provider slugs to exclude from the results. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `providers` parameter. required: false schema: type: string - &602 + name: providers + in: query + description: |- + A comma-separated list of provider slugs to filter by. + Provider slugs use lowercase with underscores (e.g., `github_secret_scanning`, `clojars`). + You can find the provider slug in the `provider_slug` field of each alert. + Cannot be combined with the `exclude_providers` parameter. + required: false + schema: + type: string + - &603 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -50318,7 +50255,7 @@ paths: required: false schema: type: string - - &603 + - &604 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -50337,7 +50274,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &604 + - &605 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -50352,7 +50289,7 @@ paths: - *59 - *19 - *17 - - &605 + - &606 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -50362,7 +50299,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -50372,7 +50309,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -50381,7 +50318,7 @@ paths: required: false schema: type: string - - &608 + - &609 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -50390,7 +50327,7 @@ paths: schema: type: boolean default: false - - &609 + - &610 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -50399,7 +50336,7 @@ paths: schema: type: boolean default: false - - &610 + - &611 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -50431,14 +50368,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &611 + state: &612 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &612 + resolution: &613 type: - string - 'null' @@ -50474,6 +50411,13 @@ paths: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. Use this value for filtering by provider + with the `providers` or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -50550,14 +50494,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &613 + - &614 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &615 + - &616 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50621,7 +50565,7 @@ paths: - blob_url - commit_sha - commit_url - - &616 + - &617 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50682,7 +50626,7 @@ paths: - page_url - commit_sha - commit_url - - &617 + - &618 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50704,7 +50648,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &618 + - &619 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50726,7 +50670,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &619 + - &620 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50748,7 +50692,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &620 + - &621 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50763,7 +50707,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &621 + - &622 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50778,7 +50722,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &622 + - &623 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50793,7 +50737,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &623 + - &624 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50815,7 +50759,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &624 + - &625 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50837,7 +50781,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &625 + - &626 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50859,7 +50803,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &626 + - &627 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50881,7 +50825,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &627 + - &628 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -51402,7 +51346,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 description: A repository security advisory. type: object properties: @@ -51753,7 +51697,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &632 + default: &633 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53839,7 +53783,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &648 + response-if-user-is-a-team-maintainer: &649 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53904,7 +53848,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &649 + response-if-users-membership-with-team-is-now-pending: &650 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -54018,7 +53962,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &650 + schema: &651 title: Team Repository description: A team's access to a repository. type: object @@ -54826,7 +54770,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &651 + response-if-child-teams-exist: &652 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66024,7 +65968,7 @@ paths: check. type: array items: *84 - deployment: &713 + deployment: &714 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71296,7 +71240,7 @@ paths: type: array items: *446 examples: - default: &657 + default: &658 value: total_count: 2 machines: @@ -74432,7 +74376,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 title: Status description: The status of a commit. type: object @@ -76078,7 +76022,7 @@ paths: items: type: object properties: - placeholder_id: &628 + placeholder_id: &629 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82008,7 +81952,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &744 + last_response: &745 title: Hook Response type: object properties: @@ -83077,7 +83021,7 @@ paths: parameters: - *325 - *326 - - &678 + - &679 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83511,7 +83455,7 @@ paths: type: array items: *519 examples: - default: &671 + default: &672 value: - id: 1 repository: @@ -87126,7 +87070,7 @@ paths: type: array items: *529 examples: - default: &642 + default: &643 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -97721,15 +97665,16 @@ paths: - *602 - *603 - *604 + - *605 - *59 - *19 - *17 - - *605 - *606 - *607 - *608 - *609 - *610 + - *611 responses: '200': description: Response @@ -97737,7 +97682,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 type: object properties: number: *170 @@ -97753,8 +97698,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *611 - resolution: *612 + state: *612 + resolution: *613 resolved_at: type: - string @@ -97784,6 +97729,13 @@ paths: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. Use this value for filtering by provider + with the `providers` or `exclude_providers` parameters. secret: type: string description: The secret that was detected. @@ -97853,7 +97805,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *613 + - *614 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -98015,13 +97967,13 @@ paths: - *325 - *326 - *422 - - *610 + - *611 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -98085,8 +98037,8 @@ paths: schema: type: object properties: - state: *611 - resolution: *612 + state: *612 + resolution: *613 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98124,7 +98076,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -98232,7 +98184,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &764 + items: &765 type: object properties: type: @@ -98259,7 +98211,6 @@ paths: - commit details: oneOf: - - *615 - *616 - *617 - *618 @@ -98272,6 +98223,7 @@ paths: - *625 - *626 - *627 + - *628 examples: default: value: @@ -98366,14 +98318,14 @@ paths: schema: type: object properties: - reason: &629 + reason: &630 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *628 + placeholder_id: *629 required: - reason - placeholder_id @@ -98390,7 +98342,7 @@ paths: schema: type: object properties: - reason: *629 + reason: *630 expire_at: type: - string @@ -98453,7 +98405,7 @@ paths: properties: incremental_scans: type: array - items: &630 + items: &631 description: Information on a single scan performed by secret scanning on the repository type: object @@ -98481,15 +98433,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *630 + items: *631 backfill_scans: type: array - items: *630 + items: *631 custom_pattern_backfill_scans: type: array items: allOf: - - *630 + - *631 - type: object properties: pattern_name: @@ -98604,9 +98556,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '400': *14 '404': *6 x-github: @@ -98800,9 +98752,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: &634 + default: &635 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -99149,7 +99101,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -99298,15 +99250,15 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *634 + default: *635 '403': *27 '404': *6 x-github: @@ -99332,7 +99284,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 requestBody: required: true content: @@ -99503,10 +99455,10 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *634 - add_credit: *634 + default: *635 + add_credit: *635 '403': *27 '404': *6 '422': @@ -99546,7 +99498,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '202': *37 '400': *14 @@ -99575,7 +99527,7 @@ paths: parameters: - *325 - *326 - - *633 + - *634 responses: '202': description: Response @@ -99716,7 +99668,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -100089,7 +100041,7 @@ paths: application/json: schema: type: array - items: *635 + items: *636 examples: default: value: @@ -100179,7 +100131,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -100273,7 +100225,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &637 + schema: &638 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100373,7 +100325,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -100583,7 +100535,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -100595,7 +100547,7 @@ paths: required: - names examples: - default: &639 + default: &640 value: names: - octocat @@ -100650,9 +100602,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 '404': *6 '422': *7 x-github: @@ -100675,7 +100627,7 @@ paths: parameters: - *325 - *326 - - &640 + - &641 name: per description: The time frame to display results for. in: query @@ -100706,7 +100658,7 @@ paths: - 128 clones: type: array - items: &641 + items: &642 title: Traffic type: object properties: @@ -100954,7 +100906,7 @@ paths: parameters: - *325 - *326 - - *640 + - *641 responses: '200': description: Response @@ -100975,7 +100927,7 @@ paths: - 3782 views: type: array - items: *641 + items: *642 required: - uniques - count @@ -101712,7 +101664,7 @@ paths: the new values items: *529 examples: - default: *642 + default: *643 '400': *14 '403': *27 '404': *6 @@ -101818,7 +101770,7 @@ paths: the new values items: *529 examples: - default: *642 + default: *643 '400': *14 '403': *27 '404': *6 @@ -101994,7 +101946,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &643 + text_matches: &644 title: Search Result Text Matches type: array items: @@ -102157,7 +102109,7 @@ paths: enum: - author-date - committer-date - - &644 + - &645 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -102277,7 +102229,7 @@ paths: type: number node_id: type: string - text_matches: *643 + text_matches: *644 required: - sha - node_id @@ -102469,7 +102421,7 @@ paths: - interactions - created - updated - - *644 + - *645 - *17 - *19 - name: advanced_search @@ -102583,8 +102535,8 @@ paths: type: - string - 'null' - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -102615,7 +102567,7 @@ paths: - string - 'null' format: date-time - text_matches: *643 + text_matches: *644 pull_request: type: object properties: @@ -102909,7 +102861,7 @@ paths: enum: - created - updated - - *644 + - *645 - *17 - *19 responses: @@ -102954,7 +102906,7 @@ paths: - 'null' score: type: number - text_matches: *643 + text_matches: *644 required: - id - node_id @@ -103039,7 +102991,7 @@ paths: - forks - help-wanted-issues - updated - - *644 + - *645 - *17 - *19 responses: @@ -103285,7 +103237,7 @@ paths: - admin - pull - push - text_matches: *643 + text_matches: *644 temp_clone_token: type: string allow_merge_commit: @@ -103593,7 +103545,7 @@ paths: - string - 'null' format: uri - text_matches: *643 + text_matches: *644 related: type: - array @@ -103786,7 +103738,7 @@ paths: - followers - repositories - joined - - *644 + - *645 - *17 - *19 responses: @@ -103896,7 +103848,7 @@ paths: type: - boolean - 'null' - text_matches: *643 + text_matches: *644 blog: type: - string @@ -103978,7 +103930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &647 + - &648 name: team_id description: The unique identifier of the team. in: path @@ -104019,7 +103971,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *647 + - *648 requestBody: required: true content: @@ -104120,7 +104072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *647 + - *648 responses: '204': description: Response @@ -104149,7 +104101,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -104187,7 +104139,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *647 + - *648 - name: role description: Filters members returned by their role in the team. in: query @@ -104238,7 +104190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -104275,7 +104227,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -104315,7 +104267,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -104352,7 +104304,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 responses: '200': @@ -104361,7 +104313,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *648 + response-if-user-is-a-team-maintainer: *649 '404': *6 x-github: githubCloudOnly: false @@ -104394,7 +104346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 requestBody: required: false @@ -104422,7 +104374,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *649 + response-if-users-membership-with-team-is-now-pending: *650 '403': description: Forbidden if team synchronization is set up '422': @@ -104456,7 +104408,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *647 + - *648 - *69 responses: '204': @@ -104484,7 +104436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -104526,7 +104478,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *647 + - *648 - *325 - *326 responses: @@ -104534,7 +104486,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *650 + schema: *651 examples: alternative-response-with-extra-repository-information: value: @@ -104685,7 +104637,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *647 + - *648 - *325 - *326 requestBody: @@ -104737,7 +104689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *647 + - *648 - *325 - *326 responses: @@ -104764,7 +104716,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *647 + - *648 - *17 - *19 responses: @@ -104776,7 +104728,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *651 + response-if-child-teams-exist: *652 headers: Link: *65 '404': *6 @@ -104809,7 +104761,7 @@ paths: application/json: schema: oneOf: - - &653 + - &654 title: Private User description: Private User type: object @@ -105059,7 +105011,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *652 + - *653 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -105219,7 +105171,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -105617,7 +105569,7 @@ paths: type: integer secrets: type: array - items: &654 + items: &655 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105737,7 +105689,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -106150,7 +106102,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -106203,7 +106155,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &656 + default: &657 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -106248,9 +106200,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 '404': *6 x-github: githubCloudOnly: false @@ -106289,7 +106241,7 @@ paths: type: array items: *446 examples: - default: *657 + default: *658 '304': *35 '500': *53 '401': *23 @@ -107255,7 +107207,7 @@ paths: type: array items: *247 examples: - default: &668 + default: &669 value: - id: 197 name: hello_docker @@ -107356,7 +107308,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: Email description: Email type: object @@ -107426,9 +107378,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: &670 + default: &671 value: - email: octocat@github.com verified: true @@ -107505,7 +107457,7 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: default: value: @@ -107763,7 +107715,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: GPG Key description: A unique encryption key type: object @@ -107908,7 +107860,7 @@ paths: - subkeys - revoked examples: - default: &686 + default: &687 value: - id: 3 name: Octocat's GPG Key @@ -107993,9 +107945,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: id: 3 name: Octocat's GPG Key @@ -108052,7 +108004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &661 + - &662 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -108064,9 +108016,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '304': *35 '403': *27 @@ -108089,7 +108041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *661 + - *662 responses: '204': description: Response @@ -108547,7 +108499,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Key description: Key type: object @@ -108650,9 +108602,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: &663 + default: &664 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108691,9 +108643,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: *663 + default: *664 '404': *6 '304': *35 '403': *27 @@ -108749,7 +108701,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108828,7 +108780,7 @@ paths: - account - plan examples: - default: &665 + default: &666 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108890,9 +108842,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *665 + default: *666 headers: Link: *65 '304': *35 @@ -109910,7 +109862,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *666 + - *667 responses: '204': description: Response @@ -110043,7 +109995,7 @@ paths: - docker - nuget - container - - *667 + - *668 - *19 - *17 responses: @@ -110055,8 +110007,8 @@ paths: type: array items: *247 examples: - default: *668 - '400': *669 + default: *669 + '400': *670 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110085,7 +110037,7 @@ paths: application/json: schema: *247 examples: - default: &687 + default: &688 value: id: 40201 name: octo-name @@ -110447,9 +110399,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *670 + default: *671 headers: Link: *65 '304': *35 @@ -110562,7 +110514,7 @@ paths: type: array items: *77 examples: - default: &677 + default: &678 summary: Default response value: - id: 1296269 @@ -110928,7 +110880,7 @@ paths: type: array items: *519 examples: - default: *671 + default: *672 headers: Link: *65 '304': *35 @@ -111013,7 +110965,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: Social account description: Social media account type: object @@ -111030,7 +110982,7 @@ paths: - provider - url examples: - default: &673 + default: &674 value: - provider: twitter url: https://twitter.com/github @@ -111093,9 +111045,9 @@ paths: application/json: schema: type: array - items: *672 + items: *673 examples: - default: *673 + default: *674 '422': *15 '304': *35 '404': *6 @@ -111183,7 +111135,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -111203,7 +111155,7 @@ paths: - title - created_at examples: - default: &705 + default: &706 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111268,9 +111220,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: &675 + default: &676 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111300,7 +111252,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &676 + - &677 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -111312,9 +111264,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *675 + default: *676 '404': *6 '304': *35 '403': *27 @@ -111337,7 +111289,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *676 + - *677 responses: '204': description: Response @@ -111366,7 +111318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &706 + - &707 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -111391,11 +111343,11 @@ paths: type: array items: *77 examples: - default-response: *677 + default-response: *678 application/vnd.github.v3.star+json: schema: type: array - items: &707 + items: &708 title: Starred Repository description: Starred Repository type: object @@ -111764,10 +111716,10 @@ paths: application/json: schema: oneOf: + - *654 - *653 - - *652 examples: - default-response: &681 + default-response: &682 summary: Default response value: login: octocat @@ -111802,7 +111754,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &682 + response-with-git-hub-plan-information: &683 summary: Response with GitHub plan information value: login: octocat @@ -111859,7 +111811,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &679 + - &680 name: user_id description: The unique identifier of the user. in: path @@ -111925,7 +111877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *678 + - *679 - *17 responses: '200': @@ -111960,7 +111912,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *679 + - *680 - *265 requestBody: required: true @@ -112035,7 +111987,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *680 + schema: *681 examples: table_view: summary: Response for creating a table view @@ -112087,11 +112039,11 @@ paths: application/json: schema: oneOf: + - *654 - *653 - - *652 examples: - default-response: *681 - response-with-git-hub-plan-information: *682 + default-response: *682 + response-with-git-hub-plan-information: *683 '404': *6 x-github: githubCloudOnly: false @@ -112141,8 +112093,8 @@ paths: required: - subject_digests examples: - default: *683 - withPredicateType: *684 + default: *684 + withPredicateType: *685 responses: '200': description: Response @@ -112196,7 +112148,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *685 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112471,7 +112423,7 @@ paths: type: array items: *247 examples: - default: *668 + default: *669 '403': *27 '401': *23 x-github: @@ -112855,9 +112807,9 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: - default: *686 + default: *687 headers: Link: *65 x-github: @@ -113086,7 +113038,7 @@ paths: - docker - nuget - container - - *667 + - *668 - *69 - *19 - *17 @@ -113099,10 +113051,10 @@ paths: type: array items: *247 examples: - default: *668 + default: *669 '403': *27 '401': *23 - '400': *669 + '400': *670 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113132,7 +113084,7 @@ paths: application/json: schema: *247 examples: - default: *687 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113481,7 +113433,7 @@ paths: type: array items: *268 examples: - default: *688 + default: *689 headers: Link: *65 '304': *35 @@ -113541,7 +113493,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *689 + items: *690 required: - name - data_type @@ -113557,7 +113509,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *690 + iteration_configuration: *691 required: - name - data_type @@ -113579,8 +113531,8 @@ paths: value: name: Due date data_type: date - single_select_field: *691 - iteration_field: *692 + single_select_field: *692 + iteration_field: *693 responses: '201': description: Response @@ -113588,11 +113540,11 @@ paths: application/json: schema: *268 examples: - text_field: *693 - number_field: *694 - date_field: *695 - single_select_field: *696 - iteration_field: *697 + text_field: *694 + number_field: *695 + date_field: *696 + single_select_field: *697 + iteration_field: *698 '304': *35 '403': *27 '401': *23 @@ -113614,7 +113566,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *698 + - *699 - *69 responses: '200': @@ -113623,7 +113575,7 @@ paths: application/json: schema: *268 examples: - default: *699 + default: *700 headers: Link: *65 '304': *35 @@ -113980,7 +113932,7 @@ paths: parameters: - *265 - *69 - - *700 + - *701 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -114255,7 +114207,7 @@ paths: - *115 - *117 - *116 - - *701 + - *702 - *118 responses: '200': @@ -114386,7 +114338,7 @@ paths: parameters: - *69 - *115 - - *702 + - *703 - *116 responses: '200': @@ -114485,9 +114437,9 @@ paths: - *115 - *117 - *116 - - *703 - - *118 - *704 + - *118 + - *705 responses: '200': description: Response when getting a billing usage summary @@ -114621,9 +114573,9 @@ paths: application/json: schema: type: array - items: *672 + items: *673 examples: - default: *673 + default: *674 headers: Link: *65 x-github: @@ -114653,9 +114605,9 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: - default: *705 + default: *706 headers: Link: *65 x-github: @@ -114680,7 +114632,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *706 + - *707 - *59 - *17 - *19 @@ -114692,11 +114644,11 @@ paths: schema: anyOf: - type: array - items: *707 + items: *708 - type: array items: *77 examples: - default-response: *677 + default-response: *678 headers: Link: *65 x-github: @@ -114856,7 +114808,7 @@ webhooks: type: string enum: - disabled - enterprise: &708 + enterprise: &709 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114925,7 +114877,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &709 + installation: &710 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114946,7 +114898,7 @@ webhooks: required: - id - node_id - organization: &710 + organization: &711 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115019,7 +114971,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &711 + repository: &712 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115959,10 +115911,10 @@ webhooks: type: string enum: - enabled - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -116038,11 +115990,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: &712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: &713 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -116265,11 +116217,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: *712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: *713 sender: *4 required: - action @@ -116457,11 +116409,11 @@ webhooks: - everyone required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - rule: *712 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + rule: *713 sender: *4 required: - action @@ -116545,7 +116497,7 @@ webhooks: type: string enum: - completed - check_run: &714 + check_run: &715 title: CheckRun description: A check performed on the code of a given code change type: object @@ -116655,7 +116607,7 @@ webhooks: - examples: - neutral - deployment: *713 + deployment: *714 details_url: type: string examples: @@ -116753,10 +116705,10 @@ webhooks: - output - app - pull_requests - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -117147,11 +117099,11 @@ webhooks: type: string enum: - created - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -117545,11 +117497,11 @@ webhooks: type: string enum: - requested_action - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 requested_action: description: The action requested by the user. type: object @@ -117952,11 +117904,11 @@ webhooks: type: string enum: - rerequested - check_run: *714 - installation: *709 - enterprise: *708 - organization: *710 - repository: *711 + check_run: *715 + installation: *710 + enterprise: *709 + organization: *711 + repository: *712 sender: *4 required: - check_run @@ -118941,10 +118893,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -119648,10 +119600,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -120349,10 +120301,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -120673,20 +120625,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &715 + commit_oid: &716 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *708 - installation: *709 - organization: *710 - ref: &716 + enterprise: *709 + installation: *710 + organization: *711 + ref: &717 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -121094,12 +121046,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -121382,12 +121334,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -121733,12 +121685,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -122028,9 +121980,9 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -122038,7 +121990,7 @@ webhooks: type: - string - 'null' - repository: *711 + repository: *712 sender: *4 required: - action @@ -122284,12 +122236,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *715 - enterprise: *708 - installation: *709 - organization: *710 - ref: *716 - repository: *711 + commit_oid: *716 + enterprise: *709 + installation: *710 + organization: *711 + ref: *717 + repository: *712 sender: *4 required: - action @@ -122610,10 +122562,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -122873,10 +122825,10 @@ webhooks: - updated_at - author_association - body - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -122957,18 +122909,18 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *710 - pusher_type: &717 + organization: *711 + pusher_type: &718 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &718 + ref: &719 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122978,7 +122930,7 @@ webhooks: enum: - tag - branch - repository: *711 + repository: *712 sender: *4 required: - ref @@ -123061,9 +123013,9 @@ webhooks: enum: - created definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -123148,9 +123100,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -123228,9 +123180,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -123308,9 +123260,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -123387,10 +123339,10 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - repository: *711 - organization: *710 + enterprise: *709 + installation: *710 + repository: *712 + organization: *711 sender: *4 new_property_values: type: array @@ -123475,18 +123427,18 @@ webhooks: title: delete event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - pusher_type: *717 - ref: *718 + enterprise: *709 + installation: *710 + organization: *711 + pusher_type: *718 + ref: *719 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *711 + repository: *712 sender: *4 required: - ref @@ -123567,10 +123519,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123651,10 +123603,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123736,10 +123688,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123821,10 +123773,10 @@ webhooks: enum: - created alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123904,10 +123856,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -123987,10 +123939,10 @@ webhooks: enum: - fixed alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -124071,10 +124023,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -124154,10 +124106,10 @@ webhooks: enum: - reopened alert: *475 - installation: *709 - organization: *710 - enterprise: *708 - repository: *711 + installation: *710 + organization: *711 + enterprise: *709 + repository: *712 sender: *4 required: - action @@ -124234,9 +124186,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - key: &719 + enterprise: *709 + installation: *710 + key: &720 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124274,8 +124226,8 @@ webhooks: - verified - created_at - read_only - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -124352,11 +124304,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - key: *719 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + key: *720 + organization: *711 + repository: *712 sender: *4 required: - action @@ -124923,12 +124875,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: &723 + workflow: &724 title: Workflow type: - object @@ -125683,9 +125635,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *711 - organization: *710 - installation: *709 + repository: *712 + organization: *711 + installation: *710 sender: *4 responses: '200': @@ -125756,7 +125708,7 @@ webhooks: type: string enum: - approved - approver: &720 + approver: &721 type: object properties: avatar_url: @@ -125799,11 +125751,11 @@ webhooks: type: string comment: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - reviewers: &721 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + reviewers: &722 type: array items: type: object @@ -125884,7 +125836,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &722 + workflow_job_run: &723 type: object properties: conclusion: @@ -126630,18 +126582,18 @@ webhooks: type: string enum: - rejected - approver: *720 + approver: *721 comment: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - reviewers: *721 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + reviewers: *722 sender: *4 since: type: string - workflow_job_run: *722 + workflow_job_run: *723 workflow_job_runs: type: array items: @@ -127358,13 +127310,13 @@ webhooks: type: string enum: - requested - enterprise: *708 + enterprise: *709 environment: type: string - installation: *709 - organization: *710 - repository: *711 - requestor: &728 + installation: *710 + organization: *711 + repository: *712 + requestor: &729 title: User type: - object @@ -129297,12 +129249,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - workflow: *723 + workflow: *724 workflow_run: title: Deployment Workflow Run type: @@ -129993,7 +129945,7 @@ webhooks: type: string enum: - answered - answer: &726 + answer: &727 type: object properties: author_association: @@ -130153,11 +130105,11 @@ webhooks: - created_at - updated_at - body - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130284,11 +130236,11 @@ webhooks: - from required: - category - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130371,11 +130323,11 @@ webhooks: type: string enum: - closed - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130457,7 +130409,7 @@ webhooks: type: string enum: - created - comment: &725 + comment: &726 type: object properties: author_association: @@ -130617,11 +130569,11 @@ webhooks: - updated_at - body - reactions - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130704,12 +130656,12 @@ webhooks: type: string enum: - deleted - comment: *725 - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + comment: *726 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130804,12 +130756,12 @@ webhooks: - from required: - body - comment: *725 - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + comment: *726 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130893,11 +130845,11 @@ webhooks: type: string enum: - created - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -130979,11 +130931,11 @@ webhooks: type: string enum: - deleted - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131083,11 +131035,11 @@ webhooks: type: string required: - from - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131169,10 +131121,10 @@ webhooks: type: string enum: - labeled - discussion: *724 - enterprise: *708 - installation: *709 - label: &727 + discussion: *725 + enterprise: *709 + installation: *710 + label: &728 title: Label type: object properties: @@ -131205,8 +131157,8 @@ webhooks: - color - default - description - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131289,11 +131241,11 @@ webhooks: type: string enum: - locked - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131375,11 +131327,11 @@ webhooks: type: string enum: - pinned - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131461,11 +131413,11 @@ webhooks: type: string enum: - reopened - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131550,16 +131502,16 @@ webhooks: changes: type: object properties: - new_discussion: *724 - new_repository: *711 + new_discussion: *725 + new_repository: *712 required: - new_discussion - new_repository - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131642,10 +131594,10 @@ webhooks: type: string enum: - unanswered - discussion: *724 - old_answer: *726 - organization: *710 - repository: *711 + discussion: *725 + old_answer: *727 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131727,12 +131679,12 @@ webhooks: type: string enum: - unlabeled - discussion: *724 - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131815,11 +131767,11 @@ webhooks: type: string enum: - unlocked - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131901,11 +131853,11 @@ webhooks: type: string enum: - unpinned - discussion: *724 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + discussion: *725 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -131978,7 +131930,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *708 + enterprise: *709 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -132656,9 +132608,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - forkee @@ -132804,9 +132756,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pages: description: The pages that were updated. type: array @@ -132844,7 +132796,7 @@ webhooks: - action - sha - html_url - repository: *711 + repository: *712 sender: *4 required: - pages @@ -132920,10 +132872,10 @@ webhooks: type: string enum: - created - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: &729 + organization: *711 + repositories: &730 description: An array of repository objects that the installation can access. type: array @@ -132949,8 +132901,8 @@ webhooks: - name - full_name - private - repository: *711 - requester: *728 + repository: *712 + requester: *729 sender: *4 required: - action @@ -133025,11 +132977,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -133106,11 +133058,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -133187,10 +133139,10 @@ webhooks: type: string enum: - added - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories_added: &730 + organization: *711 + repositories_added: &731 description: An array of repository objects, which were added to the installation. type: array @@ -133236,15 +133188,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *711 - repository_selection: &731 + repository: *712 + repository_selection: &732 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *728 + requester: *729 sender: *4 required: - action @@ -133323,10 +133275,10 @@ webhooks: type: string enum: - removed - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories_added: *730 + organization: *711 + repositories_added: *731 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -133353,9 +133305,9 @@ webhooks: - name - full_name - private - repository: *711 - repository_selection: *731 - requester: *728 + repository: *712 + repository_selection: *732 + requester: *729 sender: *4 required: - action @@ -133434,11 +133386,11 @@ webhooks: type: string enum: - suspend - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -133620,10 +133572,10 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 target_type: type: string @@ -133702,11 +133654,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *708 + enterprise: *709 installation: *20 - organization: *710 - repositories: *729 - repository: *711 + organization: *711 + repositories: *730 + repository: *712 requester: type: - 'null' @@ -133958,8 +133910,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134771,8 +134723,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135133,8 +135085,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -135214,7 +135166,7 @@ webhooks: type: string enum: - deleted - comment: &732 + comment: &733 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -135385,8 +135337,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136194,8 +136146,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136558,8 +136510,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -136639,7 +136591,7 @@ webhooks: type: string enum: - edited - changes: &756 + changes: &757 description: The changes to the comment. type: object properties: @@ -136651,9 +136603,9 @@ webhooks: type: string required: - from - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137464,8 +137416,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137826,8 +137778,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -137908,9 +137860,9 @@ webhooks: type: string enum: - pinned - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138723,8 +138675,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139087,8 +139039,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -139168,9 +139120,9 @@ webhooks: type: string enum: - unpinned - comment: *732 - enterprise: *708 - installation: *709 + comment: *733 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139983,8 +139935,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140347,8 +140299,8 @@ webhooks: - state - locked - assignee - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -140437,9 +140389,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -140528,9 +140480,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -140618,9 +140570,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -140709,9 +140661,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -140791,10 +140743,10 @@ webhooks: type: string enum: - assigned - assignee: *728 - enterprise: *708 - installation: *709 - issue: &735 + assignee: *729 + enterprise: *709 + installation: *710 + issue: &736 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141605,8 +141557,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -141729,8 +141681,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -141810,8 +141762,8 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -142627,8 +142579,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -142894,8 +142846,8 @@ webhooks: required: - state - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -142974,8 +142926,8 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143782,8 +143734,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -143905,8 +143857,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -143985,8 +143937,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144816,8 +144768,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -144918,7 +144870,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &733 + milestone: &734 title: Milestone description: A collection of related issues and pull requests. type: object @@ -145061,8 +145013,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -145161,8 +145113,8 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145973,8 +145925,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -146097,9 +146049,9 @@ webhooks: - active_lock_reason - body - reactions - label: *727 - organization: *710 - repository: *711 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -146179,8 +146131,8 @@ webhooks: type: string enum: - labeled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146990,8 +146942,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -147114,9 +147066,9 @@ webhooks: - active_lock_reason - body - reactions - label: *727 - organization: *710 - repository: *711 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -147196,8 +147148,8 @@ webhooks: type: string enum: - locked - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148032,8 +147984,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -148133,8 +148085,8 @@ webhooks: format: uri user_view_type: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -148213,8 +148165,8 @@ webhooks: type: string enum: - milestoned - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149043,8 +148995,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -149144,9 +149096,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *733 - organization: *710 - repository: *711 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -150033,8 +149985,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -150629,8 +150581,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151437,8 +151389,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -151564,8 +151516,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -151645,9 +151597,9 @@ webhooks: type: string enum: - pinned - enterprise: *708 - installation: *709 - issue: &734 + enterprise: *709 + installation: *710 + issue: &735 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -152452,8 +152404,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -152575,8 +152527,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -152655,8 +152607,8 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153489,8 +153441,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -153591,8 +153543,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -154480,8 +154432,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -155094,11 +155046,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *708 - installation: *709 - issue: *734 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *735 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155178,12 +155130,12 @@ webhooks: type: string enum: - typed - enterprise: *708 - installation: *709 - issue: *735 + enterprise: *709 + installation: *710 + issue: *736 type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155264,7 +155216,7 @@ webhooks: type: string enum: - unassigned - assignee: &759 + assignee: &760 title: User type: - object @@ -155336,11 +155288,11 @@ webhooks: required: - login - id - enterprise: *708 - installation: *709 - issue: *735 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *736 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155419,12 +155371,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *708 - installation: *709 - issue: *735 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *736 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -155504,8 +155456,8 @@ webhooks: type: string enum: - unlocked - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156338,8 +156290,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *645 - issue_dependencies_summary: *646 + sub_issues_summary: *646 + issue_dependencies_summary: *647 issue_field_values: type: array items: *529 @@ -156439,8 +156391,8 @@ webhooks: format: uri user_view_type: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156520,11 +156472,11 @@ webhooks: type: string enum: - unpinned - enterprise: *708 - installation: *709 - issue: *734 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + issue: *735 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156603,12 +156555,12 @@ webhooks: type: string enum: - untyped - enterprise: *708 - installation: *709 - issue: *735 + enterprise: *709 + installation: *710 + issue: *736 type: *230 - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156688,11 +156640,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156770,11 +156722,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156884,11 +156836,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - label: *727 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + label: *728 + organization: *711 + repository: *712 sender: *4 required: - action @@ -156970,9 +156922,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: &736 + enterprise: *709 + installation: *710 + marketplace_purchase: &737 title: Marketplace Purchase type: object required: @@ -157060,8 +157012,8 @@ webhooks: type: integer unit_count: type: integer - organization: *710 - previous_marketplace_purchase: &737 + organization: *711 + previous_marketplace_purchase: &738 title: Marketplace Purchase type: object properties: @@ -157145,7 +157097,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -157225,10 +157177,10 @@ webhooks: - changed effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157316,7 +157268,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -157398,10 +157350,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157487,7 +157439,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *711 + repository: *712 sender: *4 required: - action @@ -157568,8 +157520,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 marketplace_purchase: title: Marketplace Purchase type: object @@ -157655,9 +157607,9 @@ webhooks: type: integer unit_count: type: integer - organization: *710 - previous_marketplace_purchase: *737 - repository: *711 + organization: *711 + previous_marketplace_purchase: *738 + repository: *712 sender: *4 required: - action @@ -157737,12 +157689,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *708 - installation: *709 - marketplace_purchase: *736 - organization: *710 - previous_marketplace_purchase: *737 - repository: *711 + enterprise: *709 + installation: *710 + marketplace_purchase: *737 + organization: *711 + previous_marketplace_purchase: *738 + repository: *712 sender: *4 required: - action @@ -157844,11 +157796,11 @@ webhooks: type: string required: - to - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -157950,11 +157902,11 @@ webhooks: type: - string - 'null' - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158033,11 +157985,11 @@ webhooks: type: string enum: - removed - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158115,11 +158067,11 @@ webhooks: type: string enum: - added - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158197,7 +158149,7 @@ webhooks: required: - login - id - team: &738 + team: &739 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -158427,11 +158379,11 @@ webhooks: type: string enum: - removed - enterprise: *708 - installation: *709 - member: *728 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + member: *729 + organization: *711 + repository: *712 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158510,7 +158462,7 @@ webhooks: required: - login - id - team: *738 + team: *739 required: - action - scope @@ -158592,8 +158544,8 @@ webhooks: type: string enum: - checks_requested - installation: *709 - merge_group: &739 + installation: *710 + merge_group: &740 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -158619,8 +158571,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158706,10 +158658,10 @@ webhooks: - merged - invalidated - dequeued - installation: *709 - merge_group: *739 - organization: *710 - repository: *711 + installation: *710 + merge_group: *740 + organization: *711 + repository: *712 sender: *4 required: - action @@ -158782,7 +158734,7 @@ webhooks: type: string enum: - deleted - enterprise: *708 + enterprise: *709 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158891,12 +158843,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *709 - organization: *710 + installation: *710 + organization: *711 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -158976,11 +158928,11 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159059,9 +159011,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - milestone: &740 + enterprise: *709 + installation: *710 + milestone: &741 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159203,8 +159155,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159283,11 +159235,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159397,11 +159349,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - milestone: *733 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *734 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159481,11 +159433,11 @@ webhooks: type: string enum: - opened - enterprise: *708 - installation: *709 - milestone: *740 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + milestone: *741 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159564,11 +159516,11 @@ webhooks: type: string enum: - blocked - blocked_user: *728 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + blocked_user: *729 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159647,11 +159599,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *728 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + blocked_user: *729 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159730,9 +159682,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - membership: &741 + enterprise: *709 + installation: *710 + membership: &742 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159842,8 +159794,8 @@ webhooks: - role - organization_url - user - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 required: - action @@ -159921,11 +159873,11 @@ webhooks: type: string enum: - member_added - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -160004,8 +159956,8 @@ webhooks: type: string enum: - member_invited - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -160127,10 +160079,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 - user: *728 + user: *729 required: - action - invitation @@ -160208,11 +160160,11 @@ webhooks: type: string enum: - member_removed - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -160299,11 +160251,11 @@ webhooks: properties: from: type: string - enterprise: *708 - installation: *709 - membership: *741 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + membership: *742 + organization: *711 + repository: *712 sender: *4 required: - action @@ -160380,9 +160332,9 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 package: description: Information about the package. type: object @@ -160905,7 +160857,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &742 + items: &743 title: Ruby Gems metadata type: object properties: @@ -161002,7 +160954,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -161078,9 +161030,9 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 package: description: Information about the package. type: object @@ -161442,7 +161394,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *742 + items: *743 source_url: type: string format: uri @@ -161513,7 +161465,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -161693,12 +161645,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *708 + enterprise: *709 id: type: integer - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - id @@ -161775,7 +161727,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &743 + personal_access_token_request: &744 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161925,10 +161877,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *708 - organization: *710 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -162005,11 +161957,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *743 - enterprise: *708 - organization: *710 + personal_access_token_request: *744 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -162085,11 +162037,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *743 - enterprise: *708 - organization: *710 + personal_access_token_request: *744 + enterprise: *709 + organization: *711 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -162164,11 +162116,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *743 - organization: *710 - enterprise: *708 + personal_access_token_request: *744 + organization: *711 + enterprise: *709 sender: *4 - installation: *709 + installation: *710 required: - action - personal_access_token_request @@ -162273,7 +162225,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *744 + last_response: *745 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -162305,8 +162257,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 zen: description: Random string of GitHub zen. @@ -162551,10 +162503,10 @@ webhooks: - from required: - note - enterprise: *708 - installation: *709 - organization: *710 - project_card: &745 + enterprise: *709 + installation: *710 + organization: *711 + project_card: &746 title: Project Card type: object properties: @@ -162677,7 +162629,7 @@ webhooks: - creator - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -162758,11 +162710,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project_card: *745 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_card: *746 + repository: *712 sender: *4 required: - action @@ -162842,9 +162794,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 project_card: title: Project Card type: object @@ -162974,7 +162926,7 @@ webhooks: repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -163068,11 +163020,11 @@ webhooks: - from required: - note - enterprise: *708 - installation: *709 - organization: *710 - project_card: *745 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_card: *746 + repository: *712 sender: *4 required: - action @@ -163166,9 +163118,9 @@ webhooks: - from required: - column_id - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 project_card: allOf: - title: Project Card @@ -163365,7 +163317,7 @@ webhooks: type: string required: - after_id - repository: *711 + repository: *712 sender: *4 required: - action @@ -163445,10 +163397,10 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - organization: *710 - project: &747 + enterprise: *709 + installation: *710 + organization: *711 + project: &748 title: Project type: object properties: @@ -163575,7 +163527,7 @@ webhooks: - creator - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -163655,10 +163607,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project_column: &746 + enterprise: *709 + installation: *710 + organization: *711 + project_column: &747 title: Project Column type: object properties: @@ -163698,7 +163650,7 @@ webhooks: - name - created_at - updated_at - repository: *711 + repository: *712 sender: *4 required: - action @@ -163777,14 +163729,14 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -163873,11 +163825,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 + repository: *712 sender: *4 required: - action @@ -163957,11 +163909,11 @@ webhooks: type: string enum: - moved - enterprise: *708 - installation: *709 - organization: *710 - project_column: *746 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project_column: *747 + repository: *712 sender: *4 required: - action @@ -164041,11 +163993,11 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -164125,14 +164077,14 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - project: *747 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 repository: anyOf: - type: 'null' - - *711 + - *712 sender: *4 required: - action @@ -164233,11 +164185,11 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -164316,11 +164268,11 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 - organization: *710 - project: *747 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + project: *748 + repository: *712 sender: *4 required: - action @@ -164401,8 +164353,8 @@ webhooks: type: string enum: - closed - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -164484,8 +164436,8 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -164567,8 +164519,8 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -164690,8 +164642,8 @@ webhooks: type: string to: type: string - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -164775,7 +164727,7 @@ webhooks: type: string enum: - archived - changes: &751 + changes: &752 type: object properties: archived_at: @@ -164791,9 +164743,9 @@ webhooks: - string - 'null' format: date-time - installation: *709 - organization: *710 - projects_v2_item: &748 + installation: *710 + organization: *711 + projects_v2_item: &749 title: Projects v2 Item description: An item belonging to a project type: object @@ -164933,9 +164885,9 @@ webhooks: - 'null' to: type: string - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -165017,9 +164969,9 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -165100,9 +165052,9 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -165207,7 +165159,7 @@ webhooks: oneOf: - type: string - type: integer - - &749 + - &750 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -165231,7 +165183,7 @@ webhooks: required: - id - name - - &750 + - &751 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -165271,8 +165223,8 @@ webhooks: oneOf: - type: string - type: integer - - *749 - *750 + - *751 type: - 'null' - string @@ -165295,9 +165247,9 @@ webhooks: - 'null' required: - body - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -165394,9 +165346,9 @@ webhooks: type: - string - 'null' - installation: *709 - organization: *710 - projects_v2_item: *748 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -165479,10 +165431,10 @@ webhooks: type: string enum: - restored - changes: *751 - installation: *709 - organization: *710 - projects_v2_item: *748 + changes: *752 + installation: *710 + organization: *711 + projects_v2_item: *749 sender: *4 required: - action @@ -165564,8 +165516,8 @@ webhooks: type: string enum: - reopened - installation: *709 - organization: *710 + installation: *710 + organization: *711 projects_v2: *263 sender: *4 required: @@ -165647,9 +165599,9 @@ webhooks: type: string enum: - created - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -165730,9 +165682,9 @@ webhooks: type: string enum: - deleted - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -165878,9 +165830,9 @@ webhooks: - string - 'null' format: date - installation: *709 - organization: *710 - projects_v2_status_update: *752 + installation: *710 + organization: *711 + projects_v2_status_update: *753 sender: *4 required: - action @@ -165951,10 +165903,10 @@ webhooks: title: public event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - repository @@ -166031,13 +165983,13 @@ webhooks: type: string enum: - assigned - assignee: *728 - enterprise: *708 - installation: *709 - number: &753 + assignee: *729 + enterprise: *709 + installation: *710 + number: &754 description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -168408,7 +168360,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -168505,11 +168457,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -170873,7 +170825,7 @@ webhooks: - draft reason: type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -170970,11 +170922,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -173338,7 +173290,7 @@ webhooks: - draft reason: type: string - repository: *711 + repository: *712 sender: *4 required: - action @@ -173435,11 +173387,11 @@ webhooks: type: string enum: - closed - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: &754 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: &755 allOf: - *565 - type: object @@ -173503,7 +173455,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *711 + repository: *712 sender: *4 required: - action @@ -173584,12 +173536,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -173669,11 +173621,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *708 + enterprise: *709 milestone: *266 - number: *753 - organization: *710 - pull_request: &755 + number: *754 + organization: *711 + pull_request: &756 title: Pull Request type: object properties: @@ -176064,7 +176016,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *711 + repository: *712 sender: *4 required: - action @@ -176143,11 +176095,11 @@ webhooks: type: string enum: - dequeued - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -178515,7 +178467,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *711 + repository: *712 sender: *4 required: - action @@ -178647,12 +178599,12 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -178732,11 +178684,11 @@ webhooks: type: string enum: - enqueued - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -181089,7 +181041,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -181177,11 +181129,11 @@ webhooks: type: string enum: - labeled - enterprise: *708 - installation: *709 - label: *727 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + label: *728 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -183551,7 +183503,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -183647,10 +183599,10 @@ webhooks: type: string enum: - locked - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -186018,7 +185970,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -186113,12 +186065,12 @@ webhooks: type: string enum: - milestoned - enterprise: *708 + enterprise: *709 milestone: *266 - number: *753 - organization: *710 - pull_request: *755 - repository: *711 + number: *754 + organization: *711 + pull_request: *756 + repository: *712 sender: *4 required: - action @@ -186197,12 +186149,12 @@ webhooks: type: string enum: - opened - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -186283,12 +186235,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -186368,12 +186320,12 @@ webhooks: type: string enum: - reopened - enterprise: *708 - installation: *709 - number: *753 - organization: *710 - pull_request: *754 - repository: *711 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 + pull_request: *755 + repository: *712 sender: *4 required: - action @@ -186748,9 +186700,9 @@ webhooks: - start_side - side - reactions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -189002,7 +188954,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -189097,7 +189049,7 @@ webhooks: type: string enum: - deleted - comment: &757 + comment: &758 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -189390,9 +189342,9 @@ webhooks: - start_side - side - reactions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -191632,7 +191584,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -191727,11 +191679,11 @@ webhooks: type: string enum: - edited - changes: *756 - comment: *757 - enterprise: *708 - installation: *709 - organization: *710 + changes: *757 + comment: *758 + enterprise: *709 + installation: *710 + organization: *711 pull_request: type: object properties: @@ -193974,7 +193926,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *711 + repository: *712 sender: *4 required: - action @@ -194070,9 +194022,9 @@ webhooks: type: string enum: - dismissed - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -196327,7 +196279,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 review: description: The review that was affected. type: object @@ -196593,9 +196545,9 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -198709,8 +198661,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 - review: &758 + repository: *712 + review: &759 description: The review that was affected. type: object properties: @@ -198956,12 +198908,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -201330,7 +201282,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_reviewer: title: User type: @@ -201416,12 +201368,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -203797,7 +203749,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204015,12 +203967,12 @@ webhooks: type: string enum: - review_requested - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -206391,7 +206343,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_reviewer: title: User type: @@ -206478,12 +206430,12 @@ webhooks: type: string enum: - review_requested - enterprise: *708 - installation: *709 + enterprise: *709 + installation: *710 number: description: The pull request number. type: integer - organization: *710 + organization: *711 pull_request: title: Pull Request type: object @@ -208845,7 +208797,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209052,9 +209004,9 @@ webhooks: type: string enum: - submitted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -211312,8 +211264,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 - review: *758 + repository: *712 + review: *759 sender: *4 required: - action @@ -211408,9 +211360,9 @@ webhooks: type: string enum: - resolved - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -213563,7 +213515,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 sender: *4 thread: type: object @@ -213968,9 +213920,9 @@ webhooks: type: string enum: - unresolved - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 pull_request: title: Simple Pull Request type: object @@ -216106,7 +216058,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *711 + repository: *712 sender: *4 thread: type: object @@ -216513,10 +216465,10 @@ webhooks: type: string before: type: string - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -218873,7 +218825,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -218970,11 +218922,11 @@ webhooks: type: string enum: - unassigned - assignee: *759 - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + assignee: *760 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -221346,7 +221298,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -221440,11 +221392,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *708 - installation: *709 - label: *727 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + label: *728 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -223805,7 +223757,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -223901,10 +223853,10 @@ webhooks: type: string enum: - unlocked - enterprise: *708 - installation: *709 - number: *753 - organization: *710 + enterprise: *709 + installation: *710 + number: *754 + organization: *711 pull_request: title: Pull Request type: object @@ -226255,7 +226207,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *711 + repository: *712 sender: *4 required: - action @@ -226473,7 +226425,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *708 + enterprise: *709 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -226568,8 +226520,8 @@ webhooks: - url - author - committer - installation: *709 - organization: *710 + installation: *710 + organization: *711 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227168,9 +227120,9 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 registry_package: type: object properties: @@ -227647,7 +227599,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *742 + items: *743 summary: type: string tag_name: @@ -227703,7 +227655,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -227781,9 +227733,9 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 registry_package: type: object properties: @@ -228095,7 +228047,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *742 + items: *743 summary: type: string tag_name: @@ -228145,7 +228097,7 @@ webhooks: - owner - package_version - registry - repository: *711 + repository: *712 sender: *4 required: - action @@ -228222,10 +228174,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - release: &760 + enterprise: *709 + installation: *710 + organization: *711 + release: &761 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228556,7 +228508,7 @@ webhooks: - updated_at - zipball_url - body - repository: *711 + repository: *712 sender: *4 required: - action @@ -228633,11 +228585,11 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -228754,11 +228706,11 @@ webhooks: type: boolean required: - to - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -228836,9 +228788,9 @@ webhooks: type: string enum: - prereleased - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229174,7 +229126,7 @@ webhooks: - string - 'null' format: uri - repository: *711 + repository: *712 sender: *4 required: - action @@ -229250,10 +229202,10 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - release: &761 + enterprise: *709 + installation: *710 + organization: *711 + release: &762 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229586,7 +229538,7 @@ webhooks: - string - 'null' format: uri - repository: *711 + repository: *712 sender: *4 required: - action @@ -229662,11 +229614,11 @@ webhooks: type: string enum: - released - enterprise: *708 - installation: *709 - organization: *710 - release: *760 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *761 + repository: *712 sender: *4 required: - action @@ -229742,11 +229694,11 @@ webhooks: type: string enum: - unpublished - enterprise: *708 - installation: *709 - organization: *710 - release: *761 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + release: *762 + repository: *712 sender: *4 required: - action @@ -229822,11 +229774,11 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - repository_advisory: *631 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + repository_advisory: *632 sender: *4 required: - action @@ -229902,11 +229854,11 @@ webhooks: type: string enum: - reported - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - repository_advisory: *631 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + repository_advisory: *632 sender: *4 required: - action @@ -229982,10 +229934,10 @@ webhooks: type: string enum: - archived - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230062,10 +230014,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230143,10 +230095,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230231,10 +230183,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230349,10 +230301,10 @@ webhooks: - 'null' items: type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230424,10 +230376,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 status: type: string @@ -230508,10 +230460,10 @@ webhooks: type: string enum: - privatized - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230588,10 +230540,10 @@ webhooks: type: string enum: - publicized - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230685,10 +230637,10 @@ webhooks: - name required: - repository - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -230768,10 +230720,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 sender: *4 required: @@ -230850,10 +230802,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 sender: *4 required: @@ -230932,10 +230884,10 @@ webhooks: type: string enum: - edited - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 repository_ruleset: *308 changes: type: object @@ -231243,10 +231195,10 @@ webhooks: - from required: - owner - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231324,10 +231276,10 @@ webhooks: type: string enum: - unarchived - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231405,7 +231357,7 @@ webhooks: type: string enum: - create - alert: &762 + alert: &763 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231530,10 +231482,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231743,10 +231695,10 @@ webhooks: type: string enum: - dismissed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -231824,11 +231776,11 @@ webhooks: type: string enum: - reopen - alert: *762 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *763 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232030,10 +231982,10 @@ webhooks: enum: - fixed - open - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232111,7 +232063,7 @@ webhooks: type: string enum: - assigned - alert: &763 + alert: &764 type: object properties: number: *170 @@ -232169,6 +232121,12 @@ webhooks: - string - 'null' description: The provider of the secret that was detected. + provider_slug: + type: + - string + - 'null' + description: The slug identifier for the provider of the secret + that was detected. validity: type: string description: The token status as of the latest validity check. @@ -232245,10 +232203,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232326,11 +232284,11 @@ webhooks: type: string enum: - created - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232411,11 +232369,11 @@ webhooks: type: string enum: - created - alert: *763 - installation: *709 - location: *764 - organization: *710 - repository: *711 + alert: *764 + installation: *710 + location: *765 + organization: *711 + repository: *712 sender: *4 required: - location @@ -232653,11 +232611,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232735,11 +232693,11 @@ webhooks: type: string enum: - reopened - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232817,11 +232775,11 @@ webhooks: type: string enum: - resolved - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232899,12 +232857,12 @@ webhooks: type: string enum: - unassigned - alert: *763 + alert: *764 assignee: *4 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -232982,11 +232940,11 @@ webhooks: type: string enum: - validated - alert: *763 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + alert: *764 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -233116,10 +233074,10 @@ webhooks: - organization - enterprise - - repository: *711 - enterprise: *708 - installation: *709 - organization: *710 + repository: *712 + enterprise: *709 + installation: *710 + organization: *711 sender: *4 required: - action @@ -233197,11 +233155,11 @@ webhooks: type: string enum: - published - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - security_advisory: &765 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + security_advisory: &766 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233405,11 +233363,11 @@ webhooks: type: string enum: - updated - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 - security_advisory: *765 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 + security_advisory: *766 sender: *4 required: - action @@ -233482,10 +233440,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233680,9 +233638,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: *328 sender: *4 required: @@ -233761,12 +233719,12 @@ webhooks: type: string enum: - cancelled - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: &766 + sponsorship: &767 type: object properties: created_at: @@ -234071,12 +234029,12 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - sponsorship @@ -234164,12 +234122,12 @@ webhooks: type: string required: - from - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -234246,17 +234204,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &767 + effective_date: &768 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - sponsorship @@ -234330,7 +234288,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &768 + changes: &769 type: object properties: tier: @@ -234374,13 +234332,13 @@ webhooks: - from required: - tier - effective_date: *767 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + effective_date: *768 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -234457,13 +234415,13 @@ webhooks: type: string enum: - tier_changed - changes: *768 - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + changes: *769 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - sponsorship: *766 + sponsorship: *767 required: - action - changes @@ -234537,10 +234495,10 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234624,10 +234582,10 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235061,15 +235019,15 @@ webhooks: type: - string - 'null' - enterprise: *708 + enterprise: *709 id: description: The unique identifier of the status. type: integer - installation: *709 + installation: *710 name: type: string - organization: *710 - repository: *711 + organization: *711 + repository: *712 sender: *4 sha: description: The Commit SHA. @@ -235185,9 +235143,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -235277,9 +235235,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -235369,9 +235327,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -235461,9 +235419,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *709 - organization: *710 - repository: *711 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -235540,12 +235498,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 - team: &769 + team: &770 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235775,9 +235733,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -236247,7 +236205,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -236323,9 +236281,9 @@ webhooks: type: string enum: - created - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -236795,7 +236753,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -236872,9 +236830,9 @@ webhooks: type: string enum: - deleted - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -237344,7 +237302,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -237488,9 +237446,9 @@ webhooks: - from required: - permissions - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -237960,7 +237918,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - changes @@ -238038,9 +237996,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *708 - installation: *709 - organization: *710 + enterprise: *709 + installation: *710 + organization: *711 repository: title: Repository description: A git repository @@ -238510,7 +238468,7 @@ webhooks: - topics - visibility sender: *4 - team: *769 + team: *770 required: - action - team @@ -238586,10 +238544,10 @@ webhooks: type: string enum: - started - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 required: - action @@ -238662,17 +238620,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *708 + enterprise: *709 inputs: type: - object - 'null' additionalProperties: true - installation: *709 - organization: *710 + installation: *710 + organization: *711 ref: type: string - repository: *711 + repository: *712 sender: *4 workflow: type: string @@ -238754,10 +238712,10 @@ webhooks: type: string enum: - completed - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: allOf: @@ -239092,10 +239050,10 @@ webhooks: type: string enum: - in_progress - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: allOf: @@ -239456,10 +239414,10 @@ webhooks: type: string enum: - queued - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + installation: *710 + organization: *711 + repository: *712 sender: *4 workflow_job: type: object @@ -239684,10 +239642,10 @@ webhooks: type: string enum: - waiting - enterprise: *708 - installation: *709 - organization: *710 - repository: *711 + enterprise: *709 + {"code":"deadline_exceeded","msg":"operation timed out"}