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 35e77a663..e2c7d82fa 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 @@ -7761,9 +7761,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -30515,167 +30512,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - }, - { - "$ref": "#/components/parameters/per-page" - }, - { - "$ref": "#/components/parameters/page" - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/project-column" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/project-column-items" - } - } - } - }, - "headers": { - "Link": { - "$ref": "#/components/headers/link" - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/project-column" - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "422": { - "$ref": "#/components/responses/validation_failed_simple" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -76889,9 +76725,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -298097,20 +297930,6 @@ } } }, - "project-column-items": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - }, "rate-limit-overview": { "value": { "resources": { @@ -318162,15 +317981,6 @@ "type": "integer" } }, - "billing-usage-report-hour": { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } - }, "actions-custom-image-definition-id": { "name": "image_definition_id", "description": "Image definition ID of custom image", 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 a5e785bdd..8a1e6d759 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 @@ -5459,7 +5459,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" responses: '200': "$ref": "#/components/responses/billing_usage_report_org" @@ -22013,118 +22012,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#list-project-columns - parameters: - - "$ref": "#/components/parameters/project-id" - - "$ref": "#/components/parameters/per-page" - - "$ref": "#/components/parameters/page" - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/project-column" - examples: - default: - "$ref": "#/components/examples/project-column-items" - headers: - Link: - "$ref": "#/components/headers/link" - '304': - "$ref": "#/components/responses/not_modified" - '403': - "$ref": "#/components/responses/forbidden" - '401': - "$ref": "#/components/responses/requires_authentication" - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column - parameters: - - "$ref": "#/components/parameters/project-id" - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - type: string - examples: - - Remaining tasks - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: - "$ref": "#/components/schemas/project-column" - examples: - default: - value: - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - '304': - "$ref": "#/components/responses/not_modified" - '403': - "$ref": "#/components/responses/forbidden" - '422': - "$ref": "#/components/responses/validation_failed_simple" - '401': - "$ref": "#/components/responses/requires_authentication" - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true "/rate_limit": get: summary: Get rate limit status for the authenticated user @@ -55568,7 +55455,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" responses: '200': "$ref": "#/components/responses/billing_usage_report_user" @@ -220650,16 +220536,6 @@ components: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - project-column-items: - value: - - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' rate-limit-overview: value: resources: @@ -238000,15 +237876,6 @@ components: required: false schema: type: integer - billing-usage-report-hour: - name: hour - description: If specified, only return results for a single hour. The value - of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` - is specified, the default `year`, `month`, and `day` are used. - in: query - required: false - schema: - type: integer actions-custom-image-definition-id: name: image_definition_id description: Image definition ID of custom image diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 35e77a663..e2c7d82fa 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -7761,9 +7761,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -30515,167 +30512,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - }, - { - "$ref": "#/components/parameters/per-page" - }, - { - "$ref": "#/components/parameters/page" - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/project-column" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/project-column-items" - } - } - } - }, - "headers": { - "Link": { - "$ref": "#/components/headers/link" - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/project-column" - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "422": { - "$ref": "#/components/responses/validation_failed_simple" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -76889,9 +76725,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -298097,20 +297930,6 @@ } } }, - "project-column-items": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - }, "rate-limit-overview": { "value": { "resources": { @@ -318162,15 +317981,6 @@ "type": "integer" } }, - "billing-usage-report-hour": { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } - }, "actions-custom-image-definition-id": { "name": "image_definition_id", "description": "Image definition ID of custom image", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index a5e785bdd..8a1e6d759 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -5459,7 +5459,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" responses: '200': "$ref": "#/components/responses/billing_usage_report_org" @@ -22013,118 +22012,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#list-project-columns - parameters: - - "$ref": "#/components/parameters/project-id" - - "$ref": "#/components/parameters/per-page" - - "$ref": "#/components/parameters/page" - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/project-column" - examples: - default: - "$ref": "#/components/examples/project-column-items" - headers: - Link: - "$ref": "#/components/headers/link" - '304': - "$ref": "#/components/responses/not_modified" - '403': - "$ref": "#/components/responses/forbidden" - '401': - "$ref": "#/components/responses/requires_authentication" - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column - parameters: - - "$ref": "#/components/parameters/project-id" - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - type: string - examples: - - Remaining tasks - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: - "$ref": "#/components/schemas/project-column" - examples: - default: - value: - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - '304': - "$ref": "#/components/responses/not_modified" - '403': - "$ref": "#/components/responses/forbidden" - '422': - "$ref": "#/components/responses/validation_failed_simple" - '401': - "$ref": "#/components/responses/requires_authentication" - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true "/rate_limit": get: summary: Get rate limit status for the authenticated user @@ -55568,7 +55455,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" responses: '200': "$ref": "#/components/responses/billing_usage_report_user" @@ -220650,16 +220536,6 @@ components: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - project-column-items: - value: - - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' rate-limit-overview: value: resources: @@ -238000,15 +237876,6 @@ components: required: false schema: type: integer - billing-usage-report-hour: - name: hour - description: If specified, only return results for a single hour. The value - of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` - is specified, the default `year`, `month`, and `day` are used. - in: query - required: false - schema: - type: integer actions-custom-image-definition-id: name: image_definition_id description: Image definition ID of custom image 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 ab66a7a22..8805de85e 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 @@ -62057,15 +62057,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { @@ -209130,462 +209121,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - } - } - } - }, - "headers": { - "Link": { - "example": "; rel=\"next\", ; rel=\"last\"", - "schema": { - "type": "string" - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "422": { - "description": "Validation failed, or the endpoint has been spammed.", - "content": { - "application/json": { - "schema": { - "title": "Validation Error Simple", - "description": "Validation Error Simple", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -714373,15 +713908,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { 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 8c3ab1b9a..862fc13d5 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 @@ -16957,15 +16957,6 @@ paths: schema: type: integer - *99 - - &683 - name: hour - description: If specified, only return results for a single hour. The value - of `hour` is an integer between `0` and `23`. If no `year`, `month`, or - `day` is specified, the default `year`, `month`, and `day` are used. - in: query - required: false - schema: - type: integer responses: '200': description: Billing usage report response for an organization @@ -36099,7 +36090,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &731 + - &730 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -48717,116 +48708,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#list-project-columns - parameters: - - *306 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *310 - examples: - default: - value: - - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - headers: - Link: *52 - '304': *35 - '403': *27 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column - parameters: - - *306 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - type: string - examples: - - Remaining tasks - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *310 - examples: - default: - value: - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - '304': *35 - '403': *27 - '422': *7 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true "/rate_limit": get: summary: Get rate limit status for the authenticated user @@ -59701,7 +59582,7 @@ paths: check. type: array items: *388 - deployment: &692 + deployment: &691 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -75431,7 +75312,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &723 + last_response: &722 title: Hook Response type: object properties: @@ -91446,7 +91327,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &743 + items: &742 type: object properties: type: @@ -105116,7 +104997,7 @@ paths: - title - created_at examples: - default: &684 + default: &683 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105282,7 +105163,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &685 + - &684 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 @@ -105311,7 +105192,7 @@ paths: application/vnd.github.v3.star+json: schema: type: array - items: &686 + items: &685 title: Starred Repository description: Starred Repository type: object @@ -108062,7 +107943,6 @@ paths: - *98 - *682 - *99 - - *683 responses: '200': description: Response when getting a billing usage report @@ -108195,7 +108075,7 @@ paths: type: array items: *659 examples: - default: *684 + default: *683 headers: Link: *52 x-github: @@ -108220,7 +108100,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *57 - - *685 + - *684 - *46 - *17 - *19 @@ -108232,7 +108112,7 @@ paths: schema: anyOf: - type: array - items: *686 + items: *685 - type: array items: *64 examples: @@ -108396,7 +108276,7 @@ webhooks: type: string enum: - disabled - enterprise: &687 + enterprise: &686 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -108465,7 +108345,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &688 + installation: &687 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -108486,7 +108366,7 @@ webhooks: required: - id - node_id - organization: &689 + organization: &688 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -108559,7 +108439,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &690 + repository: &689 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -109472,10 +109352,10 @@ webhooks: type: string enum: - enabled - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -109551,11 +109431,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - rule: &691 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + rule: &690 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) @@ -109778,11 +109658,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - rule: *691 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + rule: *690 sender: *4 required: - action @@ -109970,11 +109850,11 @@ webhooks: - everyone required: - from - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - rule: *691 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + rule: *690 sender: *4 required: - action @@ -110058,7 +109938,7 @@ webhooks: type: string enum: - completed - check_run: &693 + check_run: &692 title: CheckRun description: A check performed on the code of a given code change type: object @@ -110168,7 +110048,7 @@ webhooks: - examples: - neutral - deployment: *692 + deployment: *691 details_url: type: string examples: @@ -110266,10 +110146,10 @@ webhooks: - output - app - pull_requests - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 sender: *4 required: - check_run @@ -110662,11 +110542,11 @@ webhooks: type: string enum: - created - check_run: *693 - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + check_run: *692 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 sender: *4 required: - check_run @@ -111062,11 +110942,11 @@ webhooks: type: string enum: - requested_action - check_run: *693 - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + check_run: *692 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 requested_action: description: The action requested by the user. type: object @@ -111471,11 +111351,11 @@ webhooks: type: string enum: - rerequested - check_run: *693 - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + check_run: *692 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 sender: *4 required: - check_run @@ -112467,10 +112347,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -113155,10 +113035,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -113837,10 +113717,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -114161,20 +114041,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &694 + commit_oid: &693 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: *687 - installation: *688 - organization: *689 - ref: &695 + enterprise: *686 + installation: *687 + organization: *688 + ref: &694 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: *690 + repository: *689 sender: *4 required: - action @@ -114582,12 +114462,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -114870,12 +114750,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -115221,12 +115101,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -115509,9 +115389,9 @@ webhooks: type: - string - 'null' - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -115519,7 +115399,7 @@ webhooks: type: - string - 'null' - repository: *690 + repository: *689 sender: *4 required: - action @@ -115765,12 +115645,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -116032,10 +115912,10 @@ webhooks: - updated_at - author_association - body - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -116116,18 +115996,18 @@ webhooks: type: - string - 'null' - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *689 - pusher_type: &696 + organization: *688 + pusher_type: &695 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &697 + ref: &696 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -116137,7 +116017,7 @@ webhooks: enum: - tag - branch - repository: *690 + repository: *689 sender: *4 required: - ref @@ -116220,9 +116100,9 @@ webhooks: enum: - created definition: *249 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116307,9 +116187,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116387,9 +116267,9 @@ webhooks: enum: - promote_to_enterprise definition: *249 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116467,9 +116347,9 @@ webhooks: enum: - updated definition: *249 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116546,10 +116426,10 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - repository: *690 - organization: *689 + enterprise: *686 + installation: *687 + repository: *689 + organization: *688 sender: *4 new_property_values: type: array @@ -116634,18 +116514,18 @@ webhooks: title: delete event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - pusher_type: *696 - ref: *697 + enterprise: *686 + installation: *687 + organization: *688 + pusher_type: *695 + ref: *696 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *690 + repository: *689 sender: *4 required: - ref @@ -116730,10 +116610,10 @@ webhooks: enum: - auto_dismissed alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -116818,10 +116698,10 @@ webhooks: enum: - auto_reopened alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -116906,10 +116786,10 @@ webhooks: enum: - created alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -116992,10 +116872,10 @@ webhooks: enum: - dismissed alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117078,10 +116958,10 @@ webhooks: enum: - fixed alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117165,10 +117045,10 @@ webhooks: enum: - reintroduced alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117251,10 +117131,10 @@ webhooks: enum: - reopened alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117331,9 +117211,9 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - key: &698 + enterprise: *686 + installation: *687 + key: &697 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117371,8 +117251,8 @@ webhooks: - verified - created_at - read_only - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -117449,11 +117329,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - key: *698 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + key: *697 + organization: *688 + repository: *689 sender: *4 required: - action @@ -118025,12 +117905,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: &702 + workflow: &701 title: Workflow type: - object @@ -118772,9 +118652,9 @@ webhooks: pull_requests: type: array items: *544 - repository: *690 - organization: *689 - installation: *688 + repository: *689 + organization: *688 + installation: *687 sender: *4 responses: '200': @@ -118845,7 +118725,7 @@ webhooks: type: string enum: - approved - approver: &699 + approver: &698 type: object properties: avatar_url: @@ -118888,11 +118768,11 @@ webhooks: type: string comment: type: string - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - reviewers: &700 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + reviewers: &699 type: array items: type: object @@ -118973,7 +118853,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &701 + workflow_job_run: &700 type: object properties: conclusion: @@ -119719,18 +119599,18 @@ webhooks: type: string enum: - rejected - approver: *699 + approver: *698 comment: type: string - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - reviewers: *700 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + reviewers: *699 sender: *4 since: type: string - workflow_job_run: *701 + workflow_job_run: *700 workflow_job_runs: type: array items: @@ -120447,13 +120327,13 @@ webhooks: type: string enum: - requested - enterprise: *687 + enterprise: *686 environment: type: string - installation: *688 - organization: *689 - repository: *690 - requestor: &707 + installation: *687 + organization: *688 + repository: *689 + requestor: &706 title: User type: - object @@ -122396,12 +122276,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 workflow_run: title: Deployment Workflow Run type: @@ -123092,7 +122972,7 @@ webhooks: type: string enum: - answered - answer: &705 + answer: &704 type: object properties: author_association: @@ -123252,7 +123132,7 @@ webhooks: - created_at - updated_at - body - discussion: &703 + discussion: &702 title: Discussion description: A Discussion in a repository. type: object @@ -123570,10 +123450,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -123700,11 +123580,11 @@ webhooks: - from required: - category - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -123787,11 +123667,11 @@ webhooks: type: string enum: - closed - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -123873,7 +123753,7 @@ webhooks: type: string enum: - created - comment: &704 + comment: &703 type: object properties: author_association: @@ -124033,11 +123913,11 @@ webhooks: - updated_at - body - reactions - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124120,12 +124000,12 @@ webhooks: type: string enum: - deleted - comment: *704 - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + comment: *703 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124220,12 +124100,12 @@ webhooks: - from required: - body - comment: *704 - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + comment: *703 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124309,11 +124189,11 @@ webhooks: type: string enum: - created - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124395,11 +124275,11 @@ webhooks: type: string enum: - deleted - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124499,11 +124379,11 @@ webhooks: type: string required: - from - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124585,10 +124465,10 @@ webhooks: type: string enum: - labeled - discussion: *703 - enterprise: *687 - installation: *688 - label: &706 + discussion: *702 + enterprise: *686 + installation: *687 + label: &705 title: Label type: object properties: @@ -124621,8 +124501,8 @@ webhooks: - color - default - description - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124705,11 +124585,11 @@ webhooks: type: string enum: - locked - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124791,11 +124671,11 @@ webhooks: type: string enum: - pinned - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124877,11 +124757,11 @@ webhooks: type: string enum: - reopened - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124966,16 +124846,16 @@ webhooks: changes: type: object properties: - new_discussion: *703 - new_repository: *690 + new_discussion: *702 + new_repository: *689 required: - new_discussion - new_repository - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125058,10 +124938,10 @@ webhooks: type: string enum: - unanswered - discussion: *703 - old_answer: *705 - organization: *689 - repository: *690 + discussion: *702 + old_answer: *704 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125143,12 +125023,12 @@ webhooks: type: string enum: - unlabeled - discussion: *703 - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125231,11 +125111,11 @@ webhooks: type: string enum: - unlocked - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125317,11 +125197,11 @@ webhooks: type: string enum: - unpinned - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125394,7 +125274,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *687 + enterprise: *686 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -126072,9 +125952,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - forkee @@ -126220,9 +126100,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pages: description: The pages that were updated. type: array @@ -126260,7 +126140,7 @@ webhooks: - action - sha - html_url - repository: *690 + repository: *689 sender: *4 required: - pages @@ -126336,10 +126216,10 @@ webhooks: type: string enum: - created - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: &708 + organization: *688 + repositories: &707 description: An array of repository objects that the installation can access. type: array @@ -126365,8 +126245,8 @@ webhooks: - name - full_name - private - repository: *690 - requester: *707 + repository: *689 + requester: *706 sender: *4 required: - action @@ -126441,11 +126321,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -126522,11 +126402,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -126603,10 +126483,10 @@ webhooks: type: string enum: - added - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories_added: &709 + organization: *688 + repositories_added: &708 description: An array of repository objects, which were added to the installation. type: array @@ -126652,15 +126532,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *690 - repository_selection: &710 + repository: *689 + repository_selection: &709 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *707 + requester: *706 sender: *4 required: - action @@ -126739,10 +126619,10 @@ webhooks: type: string enum: - removed - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories_added: *709 + organization: *688 + repositories_added: *708 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -126769,9 +126649,9 @@ webhooks: - name - full_name - private - repository: *690 - repository_selection: *710 - requester: *707 + repository: *689 + repository_selection: *709 + requester: *706 sender: *4 required: - action @@ -126850,11 +126730,11 @@ webhooks: type: string enum: - suspend - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -127036,10 +126916,10 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 target_type: type: string @@ -127118,11 +126998,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -127370,8 +127250,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -128550,8 +128430,8 @@ webhooks: - state - locked - assignee - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -128631,7 +128511,7 @@ webhooks: type: string enum: - deleted - comment: &711 + comment: &710 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -128798,8 +128678,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129976,8 +129856,8 @@ webhooks: - state - locked - assignee - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -130057,7 +129937,7 @@ webhooks: type: string enum: - edited - changes: &735 + changes: &734 description: The changes to the comment. type: object properties: @@ -130069,9 +129949,9 @@ webhooks: type: string required: - from - comment: *711 - enterprise: *687 - installation: *688 + comment: *710 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131249,8 +131129,8 @@ webhooks: - state - locked - assignee - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131340,9 +131220,9 @@ webhooks: type: number blocking_issue: *78 blocking_issue_repo: *64 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131436,9 +131316,9 @@ webhooks: type: number blocking_issue: *78 blocking_issue_repo: *64 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131531,9 +131411,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131627,9 +131507,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131714,10 +131594,10 @@ webhooks: type: string enum: - assigned - assignee: *707 - enterprise: *687 - installation: *688 - issue: &714 + assignee: *706 + enterprise: *686 + installation: *687 + issue: &713 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -132653,8 +132533,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -132734,8 +132614,8 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133819,8 +133699,8 @@ webhooks: required: - state - closed_at - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -133899,8 +133779,8 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134831,8 +134711,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -134911,8 +134791,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135845,7 +135725,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &712 + milestone: &711 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135988,8 +135868,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -136088,8 +135968,8 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137025,9 +136905,9 @@ webhooks: - active_lock_reason - body - reactions - label: *706 - organization: *689 - repository: *690 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -137107,8 +136987,8 @@ webhooks: type: string enum: - labeled - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138043,9 +137923,9 @@ webhooks: - active_lock_reason - body - reactions - label: *706 - organization: *689 - repository: *690 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -138125,8 +138005,8 @@ webhooks: type: string enum: - locked - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139063,8 +138943,8 @@ webhooks: format: uri user_view_type: type: string - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -139143,8 +139023,8 @@ webhooks: type: string enum: - milestoned - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140075,9 +139955,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *712 - organization: *689 - repository: *690 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -141550,8 +141430,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142486,8 +142366,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -142567,9 +142447,9 @@ webhooks: type: string enum: - pinned - enterprise: *687 - installation: *688 - issue: &713 + enterprise: *686 + installation: *687 + issue: &712 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -143498,8 +143378,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -143578,8 +143458,8 @@ webhooks: type: string enum: - reopened - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144515,8 +144395,8 @@ webhooks: user_view_type: type: string type: *203 - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146008,11 +145888,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *687 - installation: *688 - issue: *713 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *712 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146092,12 +145972,12 @@ webhooks: type: string enum: - typed - enterprise: *687 - installation: *688 - issue: *714 + enterprise: *686 + installation: *687 + issue: *713 type: *203 - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146178,7 +146058,7 @@ webhooks: type: string enum: - unassigned - assignee: &738 + assignee: &737 title: User type: - object @@ -146250,11 +146130,11 @@ webhooks: required: - login - id - enterprise: *687 - installation: *688 - issue: *714 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *713 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146333,12 +146213,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *687 - installation: *688 - issue: *714 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *713 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146418,8 +146298,8 @@ webhooks: type: string enum: - unlocked - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147354,8 +147234,8 @@ webhooks: format: uri user_view_type: type: string - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147435,11 +147315,11 @@ webhooks: type: string enum: - unpinned - enterprise: *687 - installation: *688 - issue: *713 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *712 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147518,12 +147398,12 @@ webhooks: type: string enum: - untyped - enterprise: *687 - installation: *688 - issue: *714 + enterprise: *686 + installation: *687 + issue: *713 type: *203 - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147603,11 +147483,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147685,11 +147565,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147799,11 +147679,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147885,9 +147765,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: &715 + enterprise: *686 + installation: *687 + marketplace_purchase: &714 title: Marketplace Purchase type: object required: @@ -147975,8 +147855,8 @@ webhooks: type: integer unit_count: type: integer - organization: *689 - previous_marketplace_purchase: &716 + organization: *688 + previous_marketplace_purchase: &715 title: Marketplace Purchase type: object properties: @@ -148060,7 +147940,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *690 + repository: *689 sender: *4 required: - action @@ -148140,10 +148020,10 @@ webhooks: - changed effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: *715 - organization: *689 + enterprise: *686 + installation: *687 + marketplace_purchase: *714 + organization: *688 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -148231,7 +148111,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *690 + repository: *689 sender: *4 required: - action @@ -148313,10 +148193,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: *715 - organization: *689 + enterprise: *686 + installation: *687 + marketplace_purchase: *714 + organization: *688 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -148402,7 +148282,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *690 + repository: *689 sender: *4 required: - action @@ -148483,8 +148363,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 marketplace_purchase: title: Marketplace Purchase type: object @@ -148570,9 +148450,9 @@ webhooks: type: integer unit_count: type: integer - organization: *689 - previous_marketplace_purchase: *716 - repository: *690 + organization: *688 + previous_marketplace_purchase: *715 + repository: *689 sender: *4 required: - action @@ -148652,12 +148532,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: *715 - organization: *689 - previous_marketplace_purchase: *716 - repository: *690 + enterprise: *686 + installation: *687 + marketplace_purchase: *714 + organization: *688 + previous_marketplace_purchase: *715 + repository: *689 sender: *4 required: - action @@ -148759,11 +148639,11 @@ webhooks: type: string required: - to - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 sender: *4 required: - action @@ -148865,11 +148745,11 @@ webhooks: type: - string - 'null' - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 sender: *4 required: - action @@ -148948,11 +148828,11 @@ webhooks: type: string enum: - removed - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149030,11 +148910,11 @@ webhooks: type: string enum: - added - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 scope: description: The scope of the membership. Currently, can only be `team`. @@ -149112,7 +148992,7 @@ webhooks: required: - login - id - team: &717 + team: &716 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -149342,11 +149222,11 @@ webhooks: type: string enum: - removed - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 scope: description: The scope of the membership. Currently, can only be `team`. @@ -149425,7 +149305,7 @@ webhooks: required: - login - id - team: *717 + team: *716 required: - action - scope @@ -149507,8 +149387,8 @@ webhooks: type: string enum: - checks_requested - installation: *688 - merge_group: &718 + installation: *687 + merge_group: &717 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -149534,8 +149414,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149621,10 +149501,10 @@ webhooks: - merged - invalidated - dequeued - installation: *688 - merge_group: *718 - organization: *689 - repository: *690 + installation: *687 + merge_group: *717 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149697,7 +149577,7 @@ webhooks: type: string enum: - deleted - enterprise: *687 + enterprise: *686 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -149806,12 +149686,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *688 - organization: *689 + installation: *687 + organization: *688 repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -149891,11 +149771,11 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 - milestone: *712 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149974,9 +149854,9 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - milestone: &719 + enterprise: *686 + installation: *687 + milestone: &718 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150118,8 +149998,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150198,11 +150078,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - milestone: *712 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150312,11 +150192,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - milestone: *712 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150396,11 +150276,11 @@ webhooks: type: string enum: - opened - enterprise: *687 - installation: *688 - milestone: *719 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *718 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150479,11 +150359,11 @@ webhooks: type: string enum: - blocked - blocked_user: *707 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + blocked_user: *706 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150562,11 +150442,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *707 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + blocked_user: *706 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150645,9 +150525,9 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - membership: &720 + enterprise: *686 + installation: *687 + membership: &719 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -150757,8 +150637,8 @@ webhooks: - role - organization_url - user - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150836,11 +150716,11 @@ webhooks: type: string enum: - member_added - enterprise: *687 - installation: *688 - membership: *720 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + membership: *719 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150919,8 +150799,8 @@ webhooks: type: string enum: - member_invited - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -151042,10 +150922,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 - user: *707 + user: *706 required: - action - invitation @@ -151123,11 +151003,11 @@ webhooks: type: string enum: - member_removed - enterprise: *687 - installation: *688 - membership: *720 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + membership: *719 + organization: *688 + repository: *689 sender: *4 required: - action @@ -151214,11 +151094,11 @@ webhooks: properties: from: type: string - enterprise: *687 - installation: *688 - membership: *720 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + membership: *719 + organization: *688 + repository: *689 sender: *4 required: - action @@ -151294,9 +151174,9 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 package: description: Information about the package. type: object @@ -151819,7 +151699,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &721 + items: &720 title: Ruby Gems metadata type: object properties: @@ -151916,7 +151796,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -151992,9 +151872,9 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 package: description: Information about the package. type: object @@ -152356,7 +152236,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *721 + items: *720 source_url: type: string format: uri @@ -152427,7 +152307,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -152608,12 +152488,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *687 + enterprise: *686 id: type: integer - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - id @@ -152690,7 +152570,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &722 + personal_access_token_request: &721 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -152840,10 +152720,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *687 - organization: *689 + enterprise: *686 + organization: *688 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -152920,11 +152800,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *722 - enterprise: *687 - organization: *689 + personal_access_token_request: *721 + enterprise: *686 + organization: *688 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -153000,11 +152880,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *722 - enterprise: *687 - organization: *689 + personal_access_token_request: *721 + enterprise: *686 + organization: *688 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -153079,11 +152959,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *722 - organization: *689 - enterprise: *687 + personal_access_token_request: *721 + organization: *688 + enterprise: *686 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -153188,7 +153068,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *723 + last_response: *722 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -153220,8 +153100,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 zen: description: Random string of GitHub zen. @@ -153466,10 +153346,10 @@ webhooks: - from required: - note - enterprise: *687 - installation: *688 - organization: *689 - project_card: &724 + enterprise: *686 + installation: *687 + organization: *688 + project_card: &723 title: Project Card type: object properties: @@ -153592,7 +153472,7 @@ webhooks: - creator - created_at - updated_at - repository: *690 + repository: *689 sender: *4 required: - action @@ -153673,11 +153553,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - project_card: *724 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_card: *723 + repository: *689 sender: *4 required: - action @@ -153757,9 +153637,9 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 project_card: title: Project Card type: object @@ -153889,7 +153769,7 @@ webhooks: repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -153983,11 +153863,11 @@ webhooks: - from required: - note - enterprise: *687 - installation: *688 - organization: *689 - project_card: *724 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_card: *723 + repository: *689 sender: *4 required: - action @@ -154081,9 +153961,9 @@ webhooks: - from required: - column_id - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 project_card: allOf: - title: Project Card @@ -154280,7 +154160,7 @@ webhooks: type: string required: - after_id - repository: *690 + repository: *689 sender: *4 required: - action @@ -154360,10 +154240,10 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 - organization: *689 - project: &726 + enterprise: *686 + installation: *687 + organization: *688 + project: &725 title: Project type: object properties: @@ -154490,7 +154370,7 @@ webhooks: - creator - created_at - updated_at - repository: *690 + repository: *689 sender: *4 required: - action @@ -154570,10 +154450,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - project_column: &725 + enterprise: *686 + installation: *687 + organization: *688 + project_column: &724 title: Project Column type: object properties: @@ -154613,7 +154493,7 @@ webhooks: - name - created_at - updated_at - repository: *690 + repository: *689 sender: *4 required: - action @@ -154692,14 +154572,14 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - project_column: *725 + enterprise: *686 + installation: *687 + organization: *688 + project_column: *724 repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -154788,11 +154668,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - project_column: *725 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_column: *724 + repository: *689 sender: *4 required: - action @@ -154872,11 +154752,11 @@ webhooks: type: string enum: - moved - enterprise: *687 - installation: *688 - organization: *689 - project_column: *725 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_column: *724 + repository: *689 sender: *4 required: - action @@ -154956,11 +154836,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - project: *726 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 + repository: *689 sender: *4 required: - action @@ -155040,14 +154920,14 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - project: *726 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -155148,11 +155028,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - project: *726 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 + repository: *689 sender: *4 required: - action @@ -155231,11 +155111,11 @@ webhooks: type: string enum: - reopened - enterprise: *687 - installation: *688 - organization: *689 - project: *726 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 + repository: *689 sender: *4 required: - action @@ -155316,8 +155196,8 @@ webhooks: type: string enum: - closed - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155399,8 +155279,8 @@ webhooks: type: string enum: - created - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155482,8 +155362,8 @@ webhooks: type: string enum: - deleted - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155605,8 +155485,8 @@ webhooks: type: string to: type: string - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155690,7 +155570,7 @@ webhooks: type: string enum: - archived - changes: &730 + changes: &729 type: object properties: archived_at: @@ -155706,9 +155586,9 @@ webhooks: - string - 'null' format: date-time - installation: *688 - organization: *689 - projects_v2_item: &727 + installation: *687 + organization: *688 + projects_v2_item: &726 title: Projects v2 Item description: An item belonging to a project type: object @@ -155848,9 +155728,9 @@ webhooks: - 'null' to: type: string - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -155932,9 +155812,9 @@ webhooks: type: string enum: - created - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156015,9 +155895,9 @@ webhooks: type: string enum: - deleted - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156122,7 +156002,7 @@ webhooks: oneOf: - type: string - type: integer - - &728 + - &727 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -156146,7 +156026,7 @@ webhooks: required: - id - name - - &729 + - &728 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -156186,8 +156066,8 @@ webhooks: oneOf: - type: string - type: integer + - *727 - *728 - - *729 type: - 'null' - string @@ -156210,9 +156090,9 @@ webhooks: - 'null' required: - body - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156309,9 +156189,9 @@ webhooks: type: - string - 'null' - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156394,10 +156274,10 @@ webhooks: type: string enum: - restored - changes: *730 - installation: *688 - organization: *689 - projects_v2_item: *727 + changes: *729 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156479,8 +156359,8 @@ webhooks: type: string enum: - reopened - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -156562,9 +156442,9 @@ webhooks: type: string enum: - created - installation: *688 - organization: *689 - projects_v2_status_update: *731 + installation: *687 + organization: *688 + projects_v2_status_update: *730 sender: *4 required: - action @@ -156645,9 +156525,9 @@ webhooks: type: string enum: - deleted - installation: *688 - organization: *689 - projects_v2_status_update: *731 + installation: *687 + organization: *688 + projects_v2_status_update: *730 sender: *4 required: - action @@ -156793,9 +156673,9 @@ webhooks: - string - 'null' format: date - installation: *688 - organization: *689 - projects_v2_status_update: *731 + installation: *687 + organization: *688 + projects_v2_status_update: *730 sender: *4 required: - action @@ -156866,10 +156746,10 @@ webhooks: title: public event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - repository @@ -156946,13 +156826,13 @@ webhooks: type: string enum: - assigned - assignee: *707 - enterprise: *687 - installation: *688 - number: &732 + assignee: *706 + enterprise: *686 + installation: *687 + number: &731 description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -159301,7 +159181,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -159383,11 +159263,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -161729,7 +161609,7 @@ webhooks: - draft reason: type: string - repository: *690 + repository: *689 sender: *4 required: - action @@ -161811,11 +161691,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -164157,7 +164037,7 @@ webhooks: - draft reason: type: string - repository: *690 + repository: *689 sender: *4 required: - action @@ -164239,11 +164119,11 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: &733 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: &732 allOf: - *544 - type: object @@ -164307,7 +164187,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *690 + repository: *689 sender: *4 required: - action @@ -164388,12 +164268,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -164473,11 +164353,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *687 + enterprise: *686 milestone: *242 - number: *732 - organization: *689 - pull_request: &734 + number: *731 + organization: *688 + pull_request: &733 title: Pull Request type: object properties: @@ -166804,7 +166684,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -166883,11 +166763,11 @@ webhooks: type: string enum: - dequeued - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -169233,7 +169113,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *690 + repository: *689 sender: *4 required: - action @@ -169357,12 +169237,12 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -169442,11 +169322,11 @@ webhooks: type: string enum: - enqueued - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -171777,7 +171657,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -171857,11 +171737,11 @@ webhooks: type: string enum: - labeled - enterprise: *687 - installation: *688 - label: *706 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + label: *705 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -174209,7 +174089,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -174290,10 +174170,10 @@ webhooks: type: string enum: - locked - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -176639,7 +176519,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -176719,12 +176599,12 @@ webhooks: type: string enum: - milestoned - enterprise: *687 + enterprise: *686 milestone: *242 - number: *732 - organization: *689 - pull_request: *734 - repository: *690 + number: *731 + organization: *688 + pull_request: *733 + repository: *689 sender: *4 required: - action @@ -176803,12 +176683,12 @@ webhooks: type: string enum: - opened - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -176889,12 +176769,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -176974,12 +176854,12 @@ webhooks: type: string enum: - reopened - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -177354,9 +177234,9 @@ webhooks: - start_side - side - reactions - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: type: object properties: @@ -179586,7 +179466,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *690 + repository: *689 sender: *4 required: - action @@ -179666,7 +179546,7 @@ webhooks: type: string enum: - deleted - comment: &736 + comment: &735 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -179959,9 +179839,9 @@ webhooks: - start_side - side - reactions - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: type: object properties: @@ -182179,7 +182059,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *690 + repository: *689 sender: *4 required: - action @@ -182259,11 +182139,11 @@ webhooks: type: string enum: - edited - changes: *735 - comment: *736 - enterprise: *687 - installation: *688 - organization: *689 + changes: *734 + comment: *735 + enterprise: *686 + installation: *687 + organization: *688 pull_request: type: object properties: @@ -184484,7 +184364,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *690 + repository: *689 sender: *4 required: - action @@ -184565,9 +184445,9 @@ webhooks: type: string enum: - dismissed - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -186800,7 +186680,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 + repository: *689 review: description: The review that was affected. type: object @@ -187051,9 +186931,9 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -189167,8 +189047,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 - review: &737 + repository: *689 + review: &736 description: The review that was affected. type: object properties: @@ -189406,12 +189286,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -191758,7 +191638,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_reviewer: title: User type: @@ -191844,12 +191724,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -194203,7 +194083,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194398,12 +194278,12 @@ webhooks: type: string enum: - review_requested - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -196752,7 +196632,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_reviewer: title: User type: @@ -196839,12 +196719,12 @@ webhooks: type: string enum: - review_requested - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -199184,7 +199064,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199368,9 +199248,9 @@ webhooks: type: string enum: - submitted - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -201606,8 +201486,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 - review: *737 + repository: *689 + review: *736 sender: *4 required: - action @@ -201687,9 +201567,9 @@ webhooks: type: string enum: - resolved - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -203820,7 +203700,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 + repository: *689 sender: *4 thread: type: object @@ -204217,9 +204097,9 @@ webhooks: type: string enum: - unresolved - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -206333,7 +206213,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 + repository: *689 sender: *4 thread: type: object @@ -206732,10 +206612,10 @@ webhooks: type: string before: type: string - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -209070,7 +208950,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -209152,11 +209032,11 @@ webhooks: type: string enum: - unassigned - assignee: *738 - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + assignee: *737 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -211506,7 +211386,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -211585,11 +211465,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *687 - installation: *688 - label: *706 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + label: *705 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -213928,7 +213808,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -214009,10 +213889,10 @@ webhooks: type: string enum: - unlocked - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -216341,7 +216221,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -216544,7 +216424,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *687 + enterprise: *686 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -216639,8 +216519,8 @@ webhooks: - url - author - committer - installation: *688 - organization: *689 + installation: *687 + organization: *688 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -217228,9 +217108,9 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 registry_package: type: object properties: @@ -217707,7 +217587,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *721 + items: *720 summary: type: string tag_name: @@ -217763,7 +217643,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -217841,9 +217721,9 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 registry_package: type: object properties: @@ -218155,7 +218035,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *721 + items: *720 summary: type: string tag_name: @@ -218205,7 +218085,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -218282,10 +218162,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - release: &739 + enterprise: *686 + installation: *687 + organization: *688 + release: &738 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -218616,7 +218496,7 @@ webhooks: - updated_at - zipball_url - body - repository: *690 + repository: *689 sender: *4 required: - action @@ -218693,11 +218573,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - release: *739 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *738 + repository: *689 sender: *4 required: - action @@ -218814,11 +218694,11 @@ webhooks: type: boolean required: - to - enterprise: *687 - installation: *688 - organization: *689 - release: *739 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *738 + repository: *689 sender: *4 required: - action @@ -218896,9 +218776,9 @@ webhooks: type: string enum: - prereleased - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -219234,7 +219114,7 @@ webhooks: - string - 'null' format: uri - repository: *690 + repository: *689 sender: *4 required: - action @@ -219310,10 +219190,10 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 - release: &740 + enterprise: *686 + installation: *687 + organization: *688 + release: &739 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -219646,7 +219526,7 @@ webhooks: - string - 'null' format: uri - repository: *690 + repository: *689 sender: *4 required: - action @@ -219722,11 +219602,11 @@ webhooks: type: string enum: - released - enterprise: *687 - installation: *688 - organization: *689 - release: *739 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *738 + repository: *689 sender: *4 required: - action @@ -219802,11 +219682,11 @@ webhooks: type: string enum: - unpublished - enterprise: *687 - installation: *688 - organization: *689 - release: *740 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *739 + repository: *689 sender: *4 required: - action @@ -219882,10 +219762,10 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_advisory: *608 sender: *4 required: @@ -219962,10 +219842,10 @@ webhooks: type: string enum: - reported - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_advisory: *608 sender: *4 required: @@ -220042,10 +219922,10 @@ webhooks: type: string enum: - archived - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220122,10 +220002,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220203,10 +220083,10 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220291,10 +220171,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220409,10 +220289,10 @@ webhooks: - 'null' items: type: string - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220484,10 +220364,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 status: type: string @@ -220568,10 +220448,10 @@ webhooks: type: string enum: - privatized - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220648,10 +220528,10 @@ webhooks: type: string enum: - publicized - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220745,10 +220625,10 @@ webhooks: - name required: - repository - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220828,10 +220708,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_ruleset: *279 sender: *4 required: @@ -220910,10 +220790,10 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_ruleset: *279 sender: *4 required: @@ -220992,10 +220872,10 @@ webhooks: type: string enum: - edited - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_ruleset: *279 changes: type: object @@ -221303,10 +221183,10 @@ webhooks: - from required: - owner - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221384,10 +221264,10 @@ webhooks: type: string enum: - unarchived - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221465,7 +221345,7 @@ webhooks: type: string enum: - create - alert: &741 + alert: &740 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -221589,10 +221469,10 @@ webhooks: type: string enum: - open - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221802,10 +221682,10 @@ webhooks: type: string enum: - dismissed - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221883,11 +221763,11 @@ webhooks: type: string enum: - reopen - alert: *741 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *740 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222089,10 +221969,10 @@ webhooks: enum: - fixed - open - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222170,7 +222050,7 @@ webhooks: type: string enum: - created - alert: &742 + alert: &741 type: object properties: number: *149 @@ -222284,10 +222164,10 @@ webhooks: anyOf: - type: 'null' - *4 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222368,11 +222248,11 @@ webhooks: type: string enum: - created - alert: *742 - installation: *688 - location: *743 - organization: *689 - repository: *690 + alert: *741 + installation: *687 + location: *742 + organization: *688 + repository: *689 sender: *4 required: - location @@ -222610,11 +222490,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222692,11 +222572,11 @@ webhooks: type: string enum: - reopened - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222774,11 +222654,11 @@ webhooks: type: string enum: - resolved - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222856,11 +222736,11 @@ webhooks: type: string enum: - validated - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222990,10 +222870,10 @@ webhooks: - organization - enterprise - - repository: *690 - enterprise: *687 - installation: *688 - organization: *689 + repository: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -223071,11 +222951,11 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - security_advisory: &744 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + security_advisory: &743 description: The details of the security advisory, including summary, description, and severity. type: object @@ -223261,11 +223141,11 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - security_advisory: *744 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + security_advisory: *743 sender: *4 required: - action @@ -223338,10 +223218,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -223528,9 +223408,9 @@ webhooks: type: object properties: security_and_analysis: *253 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: *315 sender: *4 required: @@ -223609,12 +223489,12 @@ webhooks: type: string enum: - cancelled - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: &745 + sponsorship: &744 type: object properties: created_at: @@ -223919,12 +223799,12 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - sponsorship @@ -224012,12 +223892,12 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - changes @@ -224094,17 +223974,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &746 + effective_date: &745 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: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - sponsorship @@ -224178,7 +224058,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &747 + changes: &746 type: object properties: tier: @@ -224222,13 +224102,13 @@ webhooks: - from required: - tier - effective_date: *746 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + effective_date: *745 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - changes @@ -224305,13 +224185,13 @@ webhooks: type: string enum: - tier_changed - changes: *747 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + changes: *746 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - changes @@ -224385,10 +224265,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224472,10 +224352,10 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224909,15 +224789,15 @@ webhooks: type: - string - 'null' - enterprise: *687 + enterprise: *686 id: description: The unique identifier of the status. type: integer - installation: *688 + installation: *687 name: type: string - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 sha: description: The Commit SHA. @@ -225033,9 +224913,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225125,9 +225005,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225217,9 +225097,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225309,9 +225189,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225388,12 +225268,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - team: &748 + team: &747 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -225623,9 +225503,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -226095,7 +225975,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -226171,9 +226051,9 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -226643,7 +226523,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -226720,9 +226600,9 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -227192,7 +227072,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -227336,9 +227216,9 @@ webhooks: - from required: - permissions - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -227808,7 +227688,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - changes @@ -227886,9 +227766,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -228358,7 +228238,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -228434,10 +228314,10 @@ webhooks: type: string enum: - started - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -228510,17 +228390,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *687 + enterprise: *686 inputs: type: - object - 'null' additionalProperties: true - installation: *688 - organization: *689 + installation: *687 + organization: *688 ref: type: string - repository: *690 + repository: *689 sender: *4 workflow: type: string @@ -228602,10 +228482,10 @@ webhooks: type: string enum: - completed - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: allOf: @@ -228940,10 +228820,10 @@ webhooks: type: string enum: - in_progress - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: allOf: @@ -229304,10 +229184,10 @@ webhooks: type: string enum: - queued - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: type: object @@ -229532,10 +229412,10 @@ webhooks: type: string enum: - waiting - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: type: object @@ -229762,12 +229642,12 @@ webhooks: type: string enum: - completed - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 workflow_run: title: Workflow Run type: object @@ -230786,12 +230666,12 @@ webhooks: type: string enum: - in_progress - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 workflow_run: title: Workflow Run type: object @@ -231795,12 +231675,12 @@ webhooks: type: string enum: - requested - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 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 ab66a7a22..8805de85e 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 @@ -62057,15 +62057,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { @@ -209130,462 +209121,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - } - } - } - }, - "headers": { - "Link": { - "example": "; rel=\"next\", ; rel=\"last\"", - "schema": { - "type": "string" - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "422": { - "description": "Validation failed, or the endpoint has been spammed.", - "content": { - "application/json": { - "schema": { - "title": "Validation Error Simple", - "description": "Validation Error Simple", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -714373,15 +713908,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { 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 8c3ab1b9a..862fc13d5 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 @@ -16957,15 +16957,6 @@ paths: schema: type: integer - *99 - - &683 - name: hour - description: If specified, only return results for a single hour. The value - of `hour` is an integer between `0` and `23`. If no `year`, `month`, or - `day` is specified, the default `year`, `month`, and `day` are used. - in: query - required: false - schema: - type: integer responses: '200': description: Billing usage report response for an organization @@ -36099,7 +36090,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &731 + - &730 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -48717,116 +48708,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#list-project-columns - parameters: - - *306 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *310 - examples: - default: - value: - - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - headers: - Link: *52 - '304': *35 - '403': *27 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - description: API method documentation - url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column - parameters: - - *306 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - type: string - examples: - - Remaining tasks - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *310 - examples: - default: - value: - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - '304': *35 - '403': *27 - '422': *7 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true "/rate_limit": get: summary: Get rate limit status for the authenticated user @@ -59701,7 +59582,7 @@ paths: check. type: array items: *388 - deployment: &692 + deployment: &691 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -75431,7 +75312,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &723 + last_response: &722 title: Hook Response type: object properties: @@ -91446,7 +91327,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &743 + items: &742 type: object properties: type: @@ -105116,7 +104997,7 @@ paths: - title - created_at examples: - default: &684 + default: &683 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105282,7 +105163,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &685 + - &684 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 @@ -105311,7 +105192,7 @@ paths: application/vnd.github.v3.star+json: schema: type: array - items: &686 + items: &685 title: Starred Repository description: Starred Repository type: object @@ -108062,7 +107943,6 @@ paths: - *98 - *682 - *99 - - *683 responses: '200': description: Response when getting a billing usage report @@ -108195,7 +108075,7 @@ paths: type: array items: *659 examples: - default: *684 + default: *683 headers: Link: *52 x-github: @@ -108220,7 +108100,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *57 - - *685 + - *684 - *46 - *17 - *19 @@ -108232,7 +108112,7 @@ paths: schema: anyOf: - type: array - items: *686 + items: *685 - type: array items: *64 examples: @@ -108396,7 +108276,7 @@ webhooks: type: string enum: - disabled - enterprise: &687 + enterprise: &686 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -108465,7 +108345,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &688 + installation: &687 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -108486,7 +108366,7 @@ webhooks: required: - id - node_id - organization: &689 + organization: &688 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -108559,7 +108439,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &690 + repository: &689 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -109472,10 +109352,10 @@ webhooks: type: string enum: - enabled - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -109551,11 +109431,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - rule: &691 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + rule: &690 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) @@ -109778,11 +109658,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - rule: *691 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + rule: *690 sender: *4 required: - action @@ -109970,11 +109850,11 @@ webhooks: - everyone required: - from - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - rule: *691 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + rule: *690 sender: *4 required: - action @@ -110058,7 +109938,7 @@ webhooks: type: string enum: - completed - check_run: &693 + check_run: &692 title: CheckRun description: A check performed on the code of a given code change type: object @@ -110168,7 +110048,7 @@ webhooks: - examples: - neutral - deployment: *692 + deployment: *691 details_url: type: string examples: @@ -110266,10 +110146,10 @@ webhooks: - output - app - pull_requests - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 sender: *4 required: - check_run @@ -110662,11 +110542,11 @@ webhooks: type: string enum: - created - check_run: *693 - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + check_run: *692 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 sender: *4 required: - check_run @@ -111062,11 +110942,11 @@ webhooks: type: string enum: - requested_action - check_run: *693 - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + check_run: *692 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 requested_action: description: The action requested by the user. type: object @@ -111471,11 +111351,11 @@ webhooks: type: string enum: - rerequested - check_run: *693 - installation: *688 - enterprise: *687 - organization: *689 - repository: *690 + check_run: *692 + installation: *687 + enterprise: *686 + organization: *688 + repository: *689 sender: *4 required: - check_run @@ -112467,10 +112347,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -113155,10 +113035,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -113837,10 +113717,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -114161,20 +114041,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &694 + commit_oid: &693 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: *687 - installation: *688 - organization: *689 - ref: &695 + enterprise: *686 + installation: *687 + organization: *688 + ref: &694 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: *690 + repository: *689 sender: *4 required: - action @@ -114582,12 +114462,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -114870,12 +114750,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -115221,12 +115101,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -115509,9 +115389,9 @@ webhooks: type: - string - 'null' - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -115519,7 +115399,7 @@ webhooks: type: - string - 'null' - repository: *690 + repository: *689 sender: *4 required: - action @@ -115765,12 +115645,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *694 - enterprise: *687 - installation: *688 - organization: *689 - ref: *695 - repository: *690 + commit_oid: *693 + enterprise: *686 + installation: *687 + organization: *688 + ref: *694 + repository: *689 sender: *4 required: - action @@ -116032,10 +115912,10 @@ webhooks: - updated_at - author_association - body - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -116116,18 +115996,18 @@ webhooks: type: - string - 'null' - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *689 - pusher_type: &696 + organization: *688 + pusher_type: &695 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &697 + ref: &696 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -116137,7 +116017,7 @@ webhooks: enum: - tag - branch - repository: *690 + repository: *689 sender: *4 required: - ref @@ -116220,9 +116100,9 @@ webhooks: enum: - created definition: *249 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116307,9 +116187,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116387,9 +116267,9 @@ webhooks: enum: - promote_to_enterprise definition: *249 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116467,9 +116347,9 @@ webhooks: enum: - updated definition: *249 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -116546,10 +116426,10 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - repository: *690 - organization: *689 + enterprise: *686 + installation: *687 + repository: *689 + organization: *688 sender: *4 new_property_values: type: array @@ -116634,18 +116514,18 @@ webhooks: title: delete event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - pusher_type: *696 - ref: *697 + enterprise: *686 + installation: *687 + organization: *688 + pusher_type: *695 + ref: *696 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *690 + repository: *689 sender: *4 required: - ref @@ -116730,10 +116610,10 @@ webhooks: enum: - auto_dismissed alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -116818,10 +116698,10 @@ webhooks: enum: - auto_reopened alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -116906,10 +116786,10 @@ webhooks: enum: - created alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -116992,10 +116872,10 @@ webhooks: enum: - dismissed alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117078,10 +116958,10 @@ webhooks: enum: - fixed alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117165,10 +117045,10 @@ webhooks: enum: - reintroduced alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117251,10 +117131,10 @@ webhooks: enum: - reopened alert: *455 - installation: *688 - organization: *689 - enterprise: *687 - repository: *690 + installation: *687 + organization: *688 + enterprise: *686 + repository: *689 sender: *4 required: - action @@ -117331,9 +117211,9 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - key: &698 + enterprise: *686 + installation: *687 + key: &697 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117371,8 +117251,8 @@ webhooks: - verified - created_at - read_only - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -117449,11 +117329,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - key: *698 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + key: *697 + organization: *688 + repository: *689 sender: *4 required: - action @@ -118025,12 +117905,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: &702 + workflow: &701 title: Workflow type: - object @@ -118772,9 +118652,9 @@ webhooks: pull_requests: type: array items: *544 - repository: *690 - organization: *689 - installation: *688 + repository: *689 + organization: *688 + installation: *687 sender: *4 responses: '200': @@ -118845,7 +118725,7 @@ webhooks: type: string enum: - approved - approver: &699 + approver: &698 type: object properties: avatar_url: @@ -118888,11 +118768,11 @@ webhooks: type: string comment: type: string - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - reviewers: &700 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + reviewers: &699 type: array items: type: object @@ -118973,7 +118853,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &701 + workflow_job_run: &700 type: object properties: conclusion: @@ -119719,18 +119599,18 @@ webhooks: type: string enum: - rejected - approver: *699 + approver: *698 comment: type: string - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - reviewers: *700 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + reviewers: *699 sender: *4 since: type: string - workflow_job_run: *701 + workflow_job_run: *700 workflow_job_runs: type: array items: @@ -120447,13 +120327,13 @@ webhooks: type: string enum: - requested - enterprise: *687 + enterprise: *686 environment: type: string - installation: *688 - organization: *689 - repository: *690 - requestor: &707 + installation: *687 + organization: *688 + repository: *689 + requestor: &706 title: User type: - object @@ -122396,12 +122276,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 workflow_run: title: Deployment Workflow Run type: @@ -123092,7 +122972,7 @@ webhooks: type: string enum: - answered - answer: &705 + answer: &704 type: object properties: author_association: @@ -123252,7 +123132,7 @@ webhooks: - created_at - updated_at - body - discussion: &703 + discussion: &702 title: Discussion description: A Discussion in a repository. type: object @@ -123570,10 +123450,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -123700,11 +123580,11 @@ webhooks: - from required: - category - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -123787,11 +123667,11 @@ webhooks: type: string enum: - closed - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -123873,7 +123753,7 @@ webhooks: type: string enum: - created - comment: &704 + comment: &703 type: object properties: author_association: @@ -124033,11 +123913,11 @@ webhooks: - updated_at - body - reactions - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124120,12 +124000,12 @@ webhooks: type: string enum: - deleted - comment: *704 - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + comment: *703 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124220,12 +124100,12 @@ webhooks: - from required: - body - comment: *704 - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + comment: *703 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124309,11 +124189,11 @@ webhooks: type: string enum: - created - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124395,11 +124275,11 @@ webhooks: type: string enum: - deleted - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124499,11 +124379,11 @@ webhooks: type: string required: - from - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124585,10 +124465,10 @@ webhooks: type: string enum: - labeled - discussion: *703 - enterprise: *687 - installation: *688 - label: &706 + discussion: *702 + enterprise: *686 + installation: *687 + label: &705 title: Label type: object properties: @@ -124621,8 +124501,8 @@ webhooks: - color - default - description - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124705,11 +124585,11 @@ webhooks: type: string enum: - locked - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124791,11 +124671,11 @@ webhooks: type: string enum: - pinned - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124877,11 +124757,11 @@ webhooks: type: string enum: - reopened - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -124966,16 +124846,16 @@ webhooks: changes: type: object properties: - new_discussion: *703 - new_repository: *690 + new_discussion: *702 + new_repository: *689 required: - new_discussion - new_repository - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125058,10 +124938,10 @@ webhooks: type: string enum: - unanswered - discussion: *703 - old_answer: *705 - organization: *689 - repository: *690 + discussion: *702 + old_answer: *704 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125143,12 +125023,12 @@ webhooks: type: string enum: - unlabeled - discussion: *703 - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125231,11 +125111,11 @@ webhooks: type: string enum: - unlocked - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125317,11 +125197,11 @@ webhooks: type: string enum: - unpinned - discussion: *703 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + discussion: *702 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -125394,7 +125274,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *687 + enterprise: *686 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -126072,9 +125952,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - forkee @@ -126220,9 +126100,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pages: description: The pages that were updated. type: array @@ -126260,7 +126140,7 @@ webhooks: - action - sha - html_url - repository: *690 + repository: *689 sender: *4 required: - pages @@ -126336,10 +126216,10 @@ webhooks: type: string enum: - created - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: &708 + organization: *688 + repositories: &707 description: An array of repository objects that the installation can access. type: array @@ -126365,8 +126245,8 @@ webhooks: - name - full_name - private - repository: *690 - requester: *707 + repository: *689 + requester: *706 sender: *4 required: - action @@ -126441,11 +126321,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -126522,11 +126402,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -126603,10 +126483,10 @@ webhooks: type: string enum: - added - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories_added: &709 + organization: *688 + repositories_added: &708 description: An array of repository objects, which were added to the installation. type: array @@ -126652,15 +126532,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *690 - repository_selection: &710 + repository: *689 + repository_selection: &709 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *707 + requester: *706 sender: *4 required: - action @@ -126739,10 +126619,10 @@ webhooks: type: string enum: - removed - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories_added: *709 + organization: *688 + repositories_added: *708 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -126769,9 +126649,9 @@ webhooks: - name - full_name - private - repository: *690 - repository_selection: *710 - requester: *707 + repository: *689 + repository_selection: *709 + requester: *706 sender: *4 required: - action @@ -126850,11 +126730,11 @@ webhooks: type: string enum: - suspend - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -127036,10 +126916,10 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 target_type: type: string @@ -127118,11 +126998,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *687 + enterprise: *686 installation: *20 - organization: *689 - repositories: *708 - repository: *690 + organization: *688 + repositories: *707 + repository: *689 requester: type: - 'null' @@ -127370,8 +127250,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -128550,8 +128430,8 @@ webhooks: - state - locked - assignee - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -128631,7 +128511,7 @@ webhooks: type: string enum: - deleted - comment: &711 + comment: &710 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -128798,8 +128678,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129976,8 +129856,8 @@ webhooks: - state - locked - assignee - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -130057,7 +129937,7 @@ webhooks: type: string enum: - edited - changes: &735 + changes: &734 description: The changes to the comment. type: object properties: @@ -130069,9 +129949,9 @@ webhooks: type: string required: - from - comment: *711 - enterprise: *687 - installation: *688 + comment: *710 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131249,8 +131129,8 @@ webhooks: - state - locked - assignee - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131340,9 +131220,9 @@ webhooks: type: number blocking_issue: *78 blocking_issue_repo: *64 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131436,9 +131316,9 @@ webhooks: type: number blocking_issue: *78 blocking_issue_repo: *64 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131531,9 +131411,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131627,9 +131507,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -131714,10 +131594,10 @@ webhooks: type: string enum: - assigned - assignee: *707 - enterprise: *687 - installation: *688 - issue: &714 + assignee: *706 + enterprise: *686 + installation: *687 + issue: &713 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -132653,8 +132533,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -132734,8 +132614,8 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133819,8 +133699,8 @@ webhooks: required: - state - closed_at - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -133899,8 +133779,8 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134831,8 +134711,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -134911,8 +134791,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135845,7 +135725,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &712 + milestone: &711 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135988,8 +135868,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -136088,8 +135968,8 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137025,9 +136905,9 @@ webhooks: - active_lock_reason - body - reactions - label: *706 - organization: *689 - repository: *690 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -137107,8 +136987,8 @@ webhooks: type: string enum: - labeled - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138043,9 +137923,9 @@ webhooks: - active_lock_reason - body - reactions - label: *706 - organization: *689 - repository: *690 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -138125,8 +138005,8 @@ webhooks: type: string enum: - locked - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139063,8 +138943,8 @@ webhooks: format: uri user_view_type: type: string - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -139143,8 +139023,8 @@ webhooks: type: string enum: - milestoned - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140075,9 +139955,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *712 - organization: *689 - repository: *690 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -141550,8 +141430,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142486,8 +142366,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -142567,9 +142447,9 @@ webhooks: type: string enum: - pinned - enterprise: *687 - installation: *688 - issue: &713 + enterprise: *686 + installation: *687 + issue: &712 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -143498,8 +143378,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -143578,8 +143458,8 @@ webhooks: type: string enum: - reopened - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144515,8 +144395,8 @@ webhooks: user_view_type: type: string type: *203 - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146008,11 +145888,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *687 - installation: *688 - issue: *713 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *712 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146092,12 +145972,12 @@ webhooks: type: string enum: - typed - enterprise: *687 - installation: *688 - issue: *714 + enterprise: *686 + installation: *687 + issue: *713 type: *203 - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146178,7 +146058,7 @@ webhooks: type: string enum: - unassigned - assignee: &738 + assignee: &737 title: User type: - object @@ -146250,11 +146130,11 @@ webhooks: required: - login - id - enterprise: *687 - installation: *688 - issue: *714 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *713 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146333,12 +146213,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *687 - installation: *688 - issue: *714 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *713 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -146418,8 +146298,8 @@ webhooks: type: string enum: - unlocked - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147354,8 +147234,8 @@ webhooks: format: uri user_view_type: type: string - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147435,11 +147315,11 @@ webhooks: type: string enum: - unpinned - enterprise: *687 - installation: *688 - issue: *713 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + issue: *712 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147518,12 +147398,12 @@ webhooks: type: string enum: - untyped - enterprise: *687 - installation: *688 - issue: *714 + enterprise: *686 + installation: *687 + issue: *713 type: *203 - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147603,11 +147483,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147685,11 +147565,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147799,11 +147679,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - label: *706 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + label: *705 + organization: *688 + repository: *689 sender: *4 required: - action @@ -147885,9 +147765,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: &715 + enterprise: *686 + installation: *687 + marketplace_purchase: &714 title: Marketplace Purchase type: object required: @@ -147975,8 +147855,8 @@ webhooks: type: integer unit_count: type: integer - organization: *689 - previous_marketplace_purchase: &716 + organization: *688 + previous_marketplace_purchase: &715 title: Marketplace Purchase type: object properties: @@ -148060,7 +147940,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *690 + repository: *689 sender: *4 required: - action @@ -148140,10 +148020,10 @@ webhooks: - changed effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: *715 - organization: *689 + enterprise: *686 + installation: *687 + marketplace_purchase: *714 + organization: *688 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -148231,7 +148111,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *690 + repository: *689 sender: *4 required: - action @@ -148313,10 +148193,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: *715 - organization: *689 + enterprise: *686 + installation: *687 + marketplace_purchase: *714 + organization: *688 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -148402,7 +148282,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *690 + repository: *689 sender: *4 required: - action @@ -148483,8 +148363,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 marketplace_purchase: title: Marketplace Purchase type: object @@ -148570,9 +148450,9 @@ webhooks: type: integer unit_count: type: integer - organization: *689 - previous_marketplace_purchase: *716 - repository: *690 + organization: *688 + previous_marketplace_purchase: *715 + repository: *689 sender: *4 required: - action @@ -148652,12 +148532,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *687 - installation: *688 - marketplace_purchase: *715 - organization: *689 - previous_marketplace_purchase: *716 - repository: *690 + enterprise: *686 + installation: *687 + marketplace_purchase: *714 + organization: *688 + previous_marketplace_purchase: *715 + repository: *689 sender: *4 required: - action @@ -148759,11 +148639,11 @@ webhooks: type: string required: - to - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 sender: *4 required: - action @@ -148865,11 +148745,11 @@ webhooks: type: - string - 'null' - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 sender: *4 required: - action @@ -148948,11 +148828,11 @@ webhooks: type: string enum: - removed - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149030,11 +148910,11 @@ webhooks: type: string enum: - added - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 scope: description: The scope of the membership. Currently, can only be `team`. @@ -149112,7 +148992,7 @@ webhooks: required: - login - id - team: &717 + team: &716 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -149342,11 +149222,11 @@ webhooks: type: string enum: - removed - enterprise: *687 - installation: *688 - member: *707 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + member: *706 + organization: *688 + repository: *689 scope: description: The scope of the membership. Currently, can only be `team`. @@ -149425,7 +149305,7 @@ webhooks: required: - login - id - team: *717 + team: *716 required: - action - scope @@ -149507,8 +149387,8 @@ webhooks: type: string enum: - checks_requested - installation: *688 - merge_group: &718 + installation: *687 + merge_group: &717 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -149534,8 +149414,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149621,10 +149501,10 @@ webhooks: - merged - invalidated - dequeued - installation: *688 - merge_group: *718 - organization: *689 - repository: *690 + installation: *687 + merge_group: *717 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149697,7 +149577,7 @@ webhooks: type: string enum: - deleted - enterprise: *687 + enterprise: *686 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -149806,12 +149686,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *688 - organization: *689 + installation: *687 + organization: *688 repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -149891,11 +149771,11 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 - milestone: *712 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -149974,9 +149854,9 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - milestone: &719 + enterprise: *686 + installation: *687 + milestone: &718 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150118,8 +149998,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150198,11 +150078,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - milestone: *712 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150312,11 +150192,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - milestone: *712 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *711 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150396,11 +150276,11 @@ webhooks: type: string enum: - opened - enterprise: *687 - installation: *688 - milestone: *719 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + milestone: *718 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150479,11 +150359,11 @@ webhooks: type: string enum: - blocked - blocked_user: *707 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + blocked_user: *706 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150562,11 +150442,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *707 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + blocked_user: *706 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150645,9 +150525,9 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - membership: &720 + enterprise: *686 + installation: *687 + membership: &719 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -150757,8 +150637,8 @@ webhooks: - role - organization_url - user - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150836,11 +150716,11 @@ webhooks: type: string enum: - member_added - enterprise: *687 - installation: *688 - membership: *720 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + membership: *719 + organization: *688 + repository: *689 sender: *4 required: - action @@ -150919,8 +150799,8 @@ webhooks: type: string enum: - member_invited - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -151042,10 +150922,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 - user: *707 + user: *706 required: - action - invitation @@ -151123,11 +151003,11 @@ webhooks: type: string enum: - member_removed - enterprise: *687 - installation: *688 - membership: *720 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + membership: *719 + organization: *688 + repository: *689 sender: *4 required: - action @@ -151214,11 +151094,11 @@ webhooks: properties: from: type: string - enterprise: *687 - installation: *688 - membership: *720 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + membership: *719 + organization: *688 + repository: *689 sender: *4 required: - action @@ -151294,9 +151174,9 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 package: description: Information about the package. type: object @@ -151819,7 +151699,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &721 + items: &720 title: Ruby Gems metadata type: object properties: @@ -151916,7 +151796,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -151992,9 +151872,9 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 package: description: Information about the package. type: object @@ -152356,7 +152236,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *721 + items: *720 source_url: type: string format: uri @@ -152427,7 +152307,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -152608,12 +152488,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *687 + enterprise: *686 id: type: integer - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - id @@ -152690,7 +152570,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &722 + personal_access_token_request: &721 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -152840,10 +152720,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *687 - organization: *689 + enterprise: *686 + organization: *688 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -152920,11 +152800,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *722 - enterprise: *687 - organization: *689 + personal_access_token_request: *721 + enterprise: *686 + organization: *688 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -153000,11 +152880,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *722 - enterprise: *687 - organization: *689 + personal_access_token_request: *721 + enterprise: *686 + organization: *688 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -153079,11 +152959,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *722 - organization: *689 - enterprise: *687 + personal_access_token_request: *721 + organization: *688 + enterprise: *686 sender: *4 - installation: *688 + installation: *687 required: - action - personal_access_token_request @@ -153188,7 +153068,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *723 + last_response: *722 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -153220,8 +153100,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 zen: description: Random string of GitHub zen. @@ -153466,10 +153346,10 @@ webhooks: - from required: - note - enterprise: *687 - installation: *688 - organization: *689 - project_card: &724 + enterprise: *686 + installation: *687 + organization: *688 + project_card: &723 title: Project Card type: object properties: @@ -153592,7 +153472,7 @@ webhooks: - creator - created_at - updated_at - repository: *690 + repository: *689 sender: *4 required: - action @@ -153673,11 +153553,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - project_card: *724 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_card: *723 + repository: *689 sender: *4 required: - action @@ -153757,9 +153637,9 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 project_card: title: Project Card type: object @@ -153889,7 +153769,7 @@ webhooks: repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -153983,11 +153863,11 @@ webhooks: - from required: - note - enterprise: *687 - installation: *688 - organization: *689 - project_card: *724 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_card: *723 + repository: *689 sender: *4 required: - action @@ -154081,9 +153961,9 @@ webhooks: - from required: - column_id - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 project_card: allOf: - title: Project Card @@ -154280,7 +154160,7 @@ webhooks: type: string required: - after_id - repository: *690 + repository: *689 sender: *4 required: - action @@ -154360,10 +154240,10 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 - organization: *689 - project: &726 + enterprise: *686 + installation: *687 + organization: *688 + project: &725 title: Project type: object properties: @@ -154490,7 +154370,7 @@ webhooks: - creator - created_at - updated_at - repository: *690 + repository: *689 sender: *4 required: - action @@ -154570,10 +154450,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - project_column: &725 + enterprise: *686 + installation: *687 + organization: *688 + project_column: &724 title: Project Column type: object properties: @@ -154613,7 +154493,7 @@ webhooks: - name - created_at - updated_at - repository: *690 + repository: *689 sender: *4 required: - action @@ -154692,14 +154572,14 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - project_column: *725 + enterprise: *686 + installation: *687 + organization: *688 + project_column: *724 repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -154788,11 +154668,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - project_column: *725 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_column: *724 + repository: *689 sender: *4 required: - action @@ -154872,11 +154752,11 @@ webhooks: type: string enum: - moved - enterprise: *687 - installation: *688 - organization: *689 - project_column: *725 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project_column: *724 + repository: *689 sender: *4 required: - action @@ -154956,11 +154836,11 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - project: *726 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 + repository: *689 sender: *4 required: - action @@ -155040,14 +154920,14 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - project: *726 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 repository: anyOf: - type: 'null' - - *690 + - *689 sender: *4 required: - action @@ -155148,11 +155028,11 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - project: *726 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 + repository: *689 sender: *4 required: - action @@ -155231,11 +155111,11 @@ webhooks: type: string enum: - reopened - enterprise: *687 - installation: *688 - organization: *689 - project: *726 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + project: *725 + repository: *689 sender: *4 required: - action @@ -155316,8 +155196,8 @@ webhooks: type: string enum: - closed - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155399,8 +155279,8 @@ webhooks: type: string enum: - created - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155482,8 +155362,8 @@ webhooks: type: string enum: - deleted - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155605,8 +155485,8 @@ webhooks: type: string to: type: string - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -155690,7 +155570,7 @@ webhooks: type: string enum: - archived - changes: &730 + changes: &729 type: object properties: archived_at: @@ -155706,9 +155586,9 @@ webhooks: - string - 'null' format: date-time - installation: *688 - organization: *689 - projects_v2_item: &727 + installation: *687 + organization: *688 + projects_v2_item: &726 title: Projects v2 Item description: An item belonging to a project type: object @@ -155848,9 +155728,9 @@ webhooks: - 'null' to: type: string - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -155932,9 +155812,9 @@ webhooks: type: string enum: - created - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156015,9 +155895,9 @@ webhooks: type: string enum: - deleted - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156122,7 +156002,7 @@ webhooks: oneOf: - type: string - type: integer - - &728 + - &727 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -156146,7 +156026,7 @@ webhooks: required: - id - name - - &729 + - &728 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -156186,8 +156066,8 @@ webhooks: oneOf: - type: string - type: integer + - *727 - *728 - - *729 type: - 'null' - string @@ -156210,9 +156090,9 @@ webhooks: - 'null' required: - body - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156309,9 +156189,9 @@ webhooks: type: - string - 'null' - installation: *688 - organization: *689 - projects_v2_item: *727 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156394,10 +156274,10 @@ webhooks: type: string enum: - restored - changes: *730 - installation: *688 - organization: *689 - projects_v2_item: *727 + changes: *729 + installation: *687 + organization: *688 + projects_v2_item: *726 sender: *4 required: - action @@ -156479,8 +156359,8 @@ webhooks: type: string enum: - reopened - installation: *688 - organization: *689 + installation: *687 + organization: *688 projects_v2: *237 sender: *4 required: @@ -156562,9 +156442,9 @@ webhooks: type: string enum: - created - installation: *688 - organization: *689 - projects_v2_status_update: *731 + installation: *687 + organization: *688 + projects_v2_status_update: *730 sender: *4 required: - action @@ -156645,9 +156525,9 @@ webhooks: type: string enum: - deleted - installation: *688 - organization: *689 - projects_v2_status_update: *731 + installation: *687 + organization: *688 + projects_v2_status_update: *730 sender: *4 required: - action @@ -156793,9 +156673,9 @@ webhooks: - string - 'null' format: date - installation: *688 - organization: *689 - projects_v2_status_update: *731 + installation: *687 + organization: *688 + projects_v2_status_update: *730 sender: *4 required: - action @@ -156866,10 +156746,10 @@ webhooks: title: public event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - repository @@ -156946,13 +156826,13 @@ webhooks: type: string enum: - assigned - assignee: *707 - enterprise: *687 - installation: *688 - number: &732 + assignee: *706 + enterprise: *686 + installation: *687 + number: &731 description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -159301,7 +159181,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -159383,11 +159263,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -161729,7 +161609,7 @@ webhooks: - draft reason: type: string - repository: *690 + repository: *689 sender: *4 required: - action @@ -161811,11 +161691,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -164157,7 +164037,7 @@ webhooks: - draft reason: type: string - repository: *690 + repository: *689 sender: *4 required: - action @@ -164239,11 +164119,11 @@ webhooks: type: string enum: - closed - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: &733 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: &732 allOf: - *544 - type: object @@ -164307,7 +164187,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *690 + repository: *689 sender: *4 required: - action @@ -164388,12 +164268,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -164473,11 +164353,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *687 + enterprise: *686 milestone: *242 - number: *732 - organization: *689 - pull_request: &734 + number: *731 + organization: *688 + pull_request: &733 title: Pull Request type: object properties: @@ -166804,7 +166684,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -166883,11 +166763,11 @@ webhooks: type: string enum: - dequeued - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -169233,7 +169113,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *690 + repository: *689 sender: *4 required: - action @@ -169357,12 +169237,12 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -169442,11 +169322,11 @@ webhooks: type: string enum: - enqueued - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -171777,7 +171657,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -171857,11 +171737,11 @@ webhooks: type: string enum: - labeled - enterprise: *687 - installation: *688 - label: *706 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + label: *705 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -174209,7 +174089,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -174290,10 +174170,10 @@ webhooks: type: string enum: - locked - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -176639,7 +176519,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -176719,12 +176599,12 @@ webhooks: type: string enum: - milestoned - enterprise: *687 + enterprise: *686 milestone: *242 - number: *732 - organization: *689 - pull_request: *734 - repository: *690 + number: *731 + organization: *688 + pull_request: *733 + repository: *689 sender: *4 required: - action @@ -176803,12 +176683,12 @@ webhooks: type: string enum: - opened - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -176889,12 +176769,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -176974,12 +176854,12 @@ webhooks: type: string enum: - reopened - enterprise: *687 - installation: *688 - number: *732 - organization: *689 - pull_request: *733 - repository: *690 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 + pull_request: *732 + repository: *689 sender: *4 required: - action @@ -177354,9 +177234,9 @@ webhooks: - start_side - side - reactions - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: type: object properties: @@ -179586,7 +179466,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *690 + repository: *689 sender: *4 required: - action @@ -179666,7 +179546,7 @@ webhooks: type: string enum: - deleted - comment: &736 + comment: &735 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -179959,9 +179839,9 @@ webhooks: - start_side - side - reactions - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: type: object properties: @@ -182179,7 +182059,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *690 + repository: *689 sender: *4 required: - action @@ -182259,11 +182139,11 @@ webhooks: type: string enum: - edited - changes: *735 - comment: *736 - enterprise: *687 - installation: *688 - organization: *689 + changes: *734 + comment: *735 + enterprise: *686 + installation: *687 + organization: *688 pull_request: type: object properties: @@ -184484,7 +184364,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *690 + repository: *689 sender: *4 required: - action @@ -184565,9 +184445,9 @@ webhooks: type: string enum: - dismissed - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -186800,7 +186680,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 + repository: *689 review: description: The review that was affected. type: object @@ -187051,9 +186931,9 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -189167,8 +189047,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 - review: &737 + repository: *689 + review: &736 description: The review that was affected. type: object properties: @@ -189406,12 +189286,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -191758,7 +191638,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_reviewer: title: User type: @@ -191844,12 +191724,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -194203,7 +194083,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194398,12 +194278,12 @@ webhooks: type: string enum: - review_requested - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -196752,7 +196632,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_reviewer: title: User type: @@ -196839,12 +196719,12 @@ webhooks: type: string enum: - review_requested - enterprise: *687 - installation: *688 + enterprise: *686 + installation: *687 number: description: The pull request number. type: integer - organization: *689 + organization: *688 pull_request: title: Pull Request type: object @@ -199184,7 +199064,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199368,9 +199248,9 @@ webhooks: type: string enum: - submitted - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -201606,8 +201486,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 - review: *737 + repository: *689 + review: *736 sender: *4 required: - action @@ -201687,9 +201567,9 @@ webhooks: type: string enum: - resolved - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -203820,7 +203700,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 + repository: *689 sender: *4 thread: type: object @@ -204217,9 +204097,9 @@ webhooks: type: string enum: - unresolved - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 pull_request: title: Simple Pull Request type: object @@ -206333,7 +206213,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *690 + repository: *689 sender: *4 thread: type: object @@ -206732,10 +206612,10 @@ webhooks: type: string before: type: string - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -209070,7 +208950,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -209152,11 +209032,11 @@ webhooks: type: string enum: - unassigned - assignee: *738 - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + assignee: *737 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -211506,7 +211386,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -211585,11 +211465,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *687 - installation: *688 - label: *706 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + label: *705 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -213928,7 +213808,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -214009,10 +213889,10 @@ webhooks: type: string enum: - unlocked - enterprise: *687 - installation: *688 - number: *732 - organization: *689 + enterprise: *686 + installation: *687 + number: *731 + organization: *688 pull_request: title: Pull Request type: object @@ -216341,7 +216221,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *690 + repository: *689 sender: *4 required: - action @@ -216544,7 +216424,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *687 + enterprise: *686 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -216639,8 +216519,8 @@ webhooks: - url - author - committer - installation: *688 - organization: *689 + installation: *687 + organization: *688 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -217228,9 +217108,9 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 registry_package: type: object properties: @@ -217707,7 +217587,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *721 + items: *720 summary: type: string tag_name: @@ -217763,7 +217643,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -217841,9 +217721,9 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 registry_package: type: object properties: @@ -218155,7 +218035,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *721 + items: *720 summary: type: string tag_name: @@ -218205,7 +218085,7 @@ webhooks: - owner - package_version - registry - repository: *690 + repository: *689 sender: *4 required: - action @@ -218282,10 +218162,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - release: &739 + enterprise: *686 + installation: *687 + organization: *688 + release: &738 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -218616,7 +218496,7 @@ webhooks: - updated_at - zipball_url - body - repository: *690 + repository: *689 sender: *4 required: - action @@ -218693,11 +218573,11 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - release: *739 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *738 + repository: *689 sender: *4 required: - action @@ -218814,11 +218694,11 @@ webhooks: type: boolean required: - to - enterprise: *687 - installation: *688 - organization: *689 - release: *739 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *738 + repository: *689 sender: *4 required: - action @@ -218896,9 +218776,9 @@ webhooks: type: string enum: - prereleased - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -219234,7 +219114,7 @@ webhooks: - string - 'null' format: uri - repository: *690 + repository: *689 sender: *4 required: - action @@ -219310,10 +219190,10 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 - release: &740 + enterprise: *686 + installation: *687 + organization: *688 + release: &739 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -219646,7 +219526,7 @@ webhooks: - string - 'null' format: uri - repository: *690 + repository: *689 sender: *4 required: - action @@ -219722,11 +219602,11 @@ webhooks: type: string enum: - released - enterprise: *687 - installation: *688 - organization: *689 - release: *739 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *738 + repository: *689 sender: *4 required: - action @@ -219802,11 +219682,11 @@ webhooks: type: string enum: - unpublished - enterprise: *687 - installation: *688 - organization: *689 - release: *740 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + release: *739 + repository: *689 sender: *4 required: - action @@ -219882,10 +219762,10 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_advisory: *608 sender: *4 required: @@ -219962,10 +219842,10 @@ webhooks: type: string enum: - reported - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_advisory: *608 sender: *4 required: @@ -220042,10 +219922,10 @@ webhooks: type: string enum: - archived - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220122,10 +220002,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220203,10 +220083,10 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220291,10 +220171,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220409,10 +220289,10 @@ webhooks: - 'null' items: type: string - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220484,10 +220364,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 status: type: string @@ -220568,10 +220448,10 @@ webhooks: type: string enum: - privatized - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220648,10 +220528,10 @@ webhooks: type: string enum: - publicized - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220745,10 +220625,10 @@ webhooks: - name required: - repository - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -220828,10 +220708,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_ruleset: *279 sender: *4 required: @@ -220910,10 +220790,10 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_ruleset: *279 sender: *4 required: @@ -220992,10 +220872,10 @@ webhooks: type: string enum: - edited - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 repository_ruleset: *279 changes: type: object @@ -221303,10 +221183,10 @@ webhooks: - from required: - owner - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221384,10 +221264,10 @@ webhooks: type: string enum: - unarchived - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221465,7 +221345,7 @@ webhooks: type: string enum: - create - alert: &741 + alert: &740 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -221589,10 +221469,10 @@ webhooks: type: string enum: - open - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221802,10 +221682,10 @@ webhooks: type: string enum: - dismissed - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -221883,11 +221763,11 @@ webhooks: type: string enum: - reopen - alert: *741 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *740 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222089,10 +221969,10 @@ webhooks: enum: - fixed - open - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222170,7 +222050,7 @@ webhooks: type: string enum: - created - alert: &742 + alert: &741 type: object properties: number: *149 @@ -222284,10 +222164,10 @@ webhooks: anyOf: - type: 'null' - *4 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222368,11 +222248,11 @@ webhooks: type: string enum: - created - alert: *742 - installation: *688 - location: *743 - organization: *689 - repository: *690 + alert: *741 + installation: *687 + location: *742 + organization: *688 + repository: *689 sender: *4 required: - location @@ -222610,11 +222490,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222692,11 +222572,11 @@ webhooks: type: string enum: - reopened - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222774,11 +222654,11 @@ webhooks: type: string enum: - resolved - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222856,11 +222736,11 @@ webhooks: type: string enum: - validated - alert: *742 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + alert: *741 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -222990,10 +222870,10 @@ webhooks: - organization - enterprise - - repository: *690 - enterprise: *687 - installation: *688 - organization: *689 + repository: *689 + enterprise: *686 + installation: *687 + organization: *688 sender: *4 required: - action @@ -223071,11 +222951,11 @@ webhooks: type: string enum: - published - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - security_advisory: &744 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + security_advisory: &743 description: The details of the security advisory, including summary, description, and severity. type: object @@ -223261,11 +223141,11 @@ webhooks: type: string enum: - updated - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 - security_advisory: *744 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 + security_advisory: *743 sender: *4 required: - action @@ -223338,10 +223218,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -223528,9 +223408,9 @@ webhooks: type: object properties: security_and_analysis: *253 - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: *315 sender: *4 required: @@ -223609,12 +223489,12 @@ webhooks: type: string enum: - cancelled - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: &745 + sponsorship: &744 type: object properties: created_at: @@ -223919,12 +223799,12 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - sponsorship @@ -224012,12 +223892,12 @@ webhooks: type: string required: - from - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - changes @@ -224094,17 +223974,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &746 + effective_date: &745 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: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - sponsorship @@ -224178,7 +224058,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &747 + changes: &746 type: object properties: tier: @@ -224222,13 +224102,13 @@ webhooks: - from required: - tier - effective_date: *746 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + effective_date: *745 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - changes @@ -224305,13 +224185,13 @@ webhooks: type: string enum: - tier_changed - changes: *747 - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + changes: *746 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - sponsorship: *745 + sponsorship: *744 required: - action - changes @@ -224385,10 +224265,10 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224472,10 +224352,10 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224909,15 +224789,15 @@ webhooks: type: - string - 'null' - enterprise: *687 + enterprise: *686 id: description: The unique identifier of the status. type: integer - installation: *688 + installation: *687 name: type: string - organization: *689 - repository: *690 + organization: *688 + repository: *689 sender: *4 sha: description: The Commit SHA. @@ -225033,9 +224913,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225125,9 +225005,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225217,9 +225097,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225309,9 +225189,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *78 - installation: *688 - organization: *689 - repository: *690 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -225388,12 +225268,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - team: &748 + team: &747 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -225623,9 +225503,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -226095,7 +225975,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -226171,9 +226051,9 @@ webhooks: type: string enum: - created - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -226643,7 +226523,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -226720,9 +226600,9 @@ webhooks: type: string enum: - deleted - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -227192,7 +227072,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -227336,9 +227216,9 @@ webhooks: - from required: - permissions - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -227808,7 +227688,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - changes @@ -227886,9 +227766,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *687 - installation: *688 - organization: *689 + enterprise: *686 + installation: *687 + organization: *688 repository: title: Repository description: A git repository @@ -228358,7 +228238,7 @@ webhooks: - topics - visibility sender: *4 - team: *748 + team: *747 required: - action - team @@ -228434,10 +228314,10 @@ webhooks: type: string enum: - started - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 required: - action @@ -228510,17 +228390,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *687 + enterprise: *686 inputs: type: - object - 'null' additionalProperties: true - installation: *688 - organization: *689 + installation: *687 + organization: *688 ref: type: string - repository: *690 + repository: *689 sender: *4 workflow: type: string @@ -228602,10 +228482,10 @@ webhooks: type: string enum: - completed - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: allOf: @@ -228940,10 +228820,10 @@ webhooks: type: string enum: - in_progress - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: allOf: @@ -229304,10 +229184,10 @@ webhooks: type: string enum: - queued - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: type: object @@ -229532,10 +229412,10 @@ webhooks: type: string enum: - waiting - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 workflow_job: type: object @@ -229762,12 +229642,12 @@ webhooks: type: string enum: - completed - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 workflow_run: title: Workflow Run type: object @@ -230786,12 +230666,12 @@ webhooks: type: string enum: - in_progress - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 workflow_run: title: Workflow Run type: object @@ -231795,12 +231675,12 @@ webhooks: type: string enum: - requested - enterprise: *687 - installation: *688 - organization: *689 - repository: *690 + enterprise: *686 + installation: *687 + organization: *688 + repository: *689 sender: *4 - workflow: *702 + workflow: *701 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 6201a76c3..6322acbb3 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -69412,15 +69412,6 @@ "type": "integer" } }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } - }, { "name": "cost_center_id", "description": "The ID corresponding to a cost center. The default value is no cost center.", @@ -108246,15 +108237,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { @@ -266577,462 +266559,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - } - } - } - }, - "headers": { - "Link": { - "example": "; rel=\"next\", ; rel=\"last\"", - "schema": { - "type": "string" - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "422": { - "description": "Validation failed, or the endpoint has been spammed.", - "content": { - "application/json": { - "schema": { - "title": "Validation Error Simple", - "description": "Validation Error Simple", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -788990,15 +788516,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 66c73f813..5891116cf 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -915,7 +915,7 @@ paths: - subscriptions_url - type - url - type: &414 + type: &413 type: string description: The type of credit the user is receiving. enum: @@ -1048,7 +1048,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &243 + schema: &242 title: Validation Error Simple description: Validation Error Simple type: object @@ -1081,7 +1081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &734 + - &733 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1666,7 +1666,7 @@ paths: schema: type: integer default: 30 - - &327 + - &326 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1682,7 +1682,7 @@ paths: application/json: schema: type: array - items: &328 + items: &327 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1778,7 +1778,7 @@ paths: - installation_id - repository_id examples: - default: &329 + default: &328 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1810,7 +1810,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &744 + schema: &743 title: Scim Error description: Scim Error type: object @@ -1841,7 +1841,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &242 + schema: &241 title: Validation Error description: Validation Error type: object @@ -1913,7 +1913,7 @@ paths: description: Response content: application/json: - schema: &330 + schema: &329 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2048,7 +2048,7 @@ paths: - request - response examples: - default: &331 + default: &330 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -7804,7 +7804,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &243 type: object properties: total_active_caches_count: @@ -7819,7 +7819,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &245 + default: &244 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -8034,7 +8034,7 @@ paths: - public_ip_enabled - platform examples: - default: &246 + default: &245 value: total_count: 2 runners: @@ -8338,7 +8338,7 @@ paths: application/json: schema: *43 examples: - default: &247 + default: &246 value: id: 1 platform: linux-x64 @@ -8483,7 +8483,7 @@ paths: application/json: schema: *46 examples: - default: &248 + default: &247 value: version: 1.0.0 size_gb: 75 @@ -8651,7 +8651,7 @@ paths: description: Response content: application/json: - schema: &249 + schema: &248 type: object properties: public_ips: @@ -8678,7 +8678,7 @@ paths: required: - public_ips examples: - default: &250 + default: &249 value: public_ips: current_usage: 17 @@ -8718,7 +8718,7 @@ paths: type: array items: *50 examples: - default: &251 + default: &250 value: id: 4-core cpu_cores: 4 @@ -8982,7 +8982,7 @@ paths: - all - local_only - selected - selected_actions_url: &254 + selected_actions_url: &253 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -9062,7 +9062,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &256 + schema: &255 type: object properties: days: @@ -9080,7 +9080,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &745 + '401': &744 description: Authorization failure '404': *6 x-github: @@ -9108,7 +9108,7 @@ paths: required: true content: application/json: - schema: &257 + schema: &256 type: object properties: days: @@ -9157,7 +9157,7 @@ paths: required: - approval_policy examples: - default: &258 + default: &257 value: approval_policy: first_time_contributors '404': *6 @@ -9215,7 +9215,7 @@ paths: description: Response content: application/json: - schema: &259 + schema: &258 type: object required: - run_workflows_from_fork_pull_requests @@ -9269,7 +9269,7 @@ paths: required: true content: application/json: - schema: &260 + schema: &259 type: object required: - run_workflows_from_fork_pull_requests @@ -9705,7 +9705,7 @@ paths: description: Success response content: application/json: - schema: &263 + schema: &262 type: object properties: default_workflow_permissions: &61 @@ -9753,7 +9753,7 @@ paths: required: true content: application/json: - schema: &264 + schema: &263 type: object properties: default_workflow_permissions: *61 @@ -10598,7 +10598,7 @@ paths: application/json: schema: type: array - items: &268 + items: &267 title: Runner Application description: Runner Application type: object @@ -10623,7 +10623,7 @@ paths: - download_url - filename examples: - default: &269 + default: &268 value: - os: osx architecture: x64 @@ -10707,7 +10707,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &270 + '201': &269 description: Response content: application/json: @@ -10826,7 +10826,7 @@ paths: - token - expires_at examples: - default: &271 + default: &270 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10866,7 +10866,7 @@ paths: application/json: schema: *73 examples: - default: &272 + default: &271 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10898,7 +10898,7 @@ paths: application/json: schema: *70 examples: - default: &273 + default: &272 value: id: 23 name: MBP @@ -11114,7 +11114,7 @@ paths: - *39 - *69 responses: - '200': &274 + '200': &273 description: Response content: application/json: @@ -11170,7 +11170,7 @@ paths: parameters: - *39 - *69 - - &275 + - &274 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11267,7 +11267,7 @@ paths: required: true content: application/json: - schema: &282 + schema: &281 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11918,7 +11918,7 @@ paths: required: false schema: type: string - - &283 + - &282 name: include description: |- The event types to include: @@ -11936,7 +11936,7 @@ paths: - web - git - all - - &284 + - &283 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -11944,7 +11944,7 @@ paths: required: false schema: type: string - - &285 + - &284 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -11952,7 +11952,7 @@ paths: required: false schema: type: string - - &286 + - &285 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11974,7 +11974,7 @@ paths: application/json: schema: type: array - items: &287 + items: &286 type: object properties: "@timestamp": @@ -12096,7 +12096,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &288 + default: &287 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12764,7 +12764,7 @@ paths: application/json: schema: type: array - items: &289 + items: &288 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12936,7 +12936,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &290 + default: &289 value: - id: 21 number: 42 @@ -13041,7 +13041,7 @@ paths: application/json: schema: type: array - items: &292 + items: &291 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -13172,7 +13172,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &293 + default: &292 value: - id: 21 number: 42 @@ -13257,7 +13257,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &298 + - &297 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -13267,7 +13267,7 @@ paths: schema: &105 type: string description: The name of the tool used to generate the code scanning analysis. - - &299 + - &298 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -13291,7 +13291,7 @@ paths: be returned. in: query required: false - schema: &300 + schema: &299 type: string description: State of a code scanning alert. enum: @@ -13316,7 +13316,7 @@ paths: application/json: schema: type: array - items: &301 + items: &300 type: object properties: number: &119 @@ -13345,7 +13345,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &527 + instances_url: &526 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13381,7 +13381,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &528 + dismissed_reason: &527 type: - string - 'null' @@ -13392,14 +13392,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &529 + dismissed_comment: &528 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &530 + rule: &529 type: object properties: id: @@ -13460,7 +13460,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &531 + tool: &530 type: object properties: name: *105 @@ -13471,15 +13471,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *106 - most_recent_instance: &532 + most_recent_instance: &531 type: object properties: - ref: &525 + ref: &524 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &542 + analysis_key: &541 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -13490,7 +13490,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &543 + category: &542 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13881,7 +13881,7 @@ paths: - most_recent_instance - repository examples: - default: &302 + default: &301 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14540,7 +14540,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &303 + code_scanning_options: &302 type: - object - 'null' @@ -14738,7 +14738,7 @@ paths: description: Response content: application/json: - schema: &305 + schema: &304 type: array description: A list of default code security configurations items: @@ -14754,7 +14754,7 @@ paths: default configuration: *108 examples: - default: &306 + default: &305 value: - default_for_new_repos: public configuration: @@ -15208,7 +15208,7 @@ paths: default: value: default_for_new_repos: all - configuration: &304 + configuration: &303 value: id: 1325 target_type: organization @@ -15293,7 +15293,7 @@ paths: application/json: schema: type: array - items: &307 + items: &306 type: object description: Repositories associated with a code security configuration and attachment status @@ -15317,7 +15317,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &308 + repository: &307 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15818,7 +15818,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &294 + - &293 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15895,7 +15895,7 @@ paths: parent: anyOf: - type: 'null' - - &362 + - &361 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -17242,7 +17242,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &314 + - &313 name: state in: query description: |- @@ -17251,7 +17251,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &315 + - &314 name: severity in: query description: |- @@ -17260,7 +17260,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &316 + - &315 name: ecosystem in: query description: |- @@ -17269,14 +17269,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &317 + - &316 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &318 + - &317 name: epss_percentage in: query description: |- @@ -17288,7 +17288,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &578 + - &577 name: has in: query description: |- @@ -17302,7 +17302,7 @@ paths: type: string enum: - patch - - &319 + - &318 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -17312,7 +17312,7 @@ paths: enum: - development - runtime - - &320 + - &319 name: sort in: query description: |- @@ -17338,7 +17338,7 @@ paths: application/json: schema: type: array - items: &321 + items: &320 type: object description: A Dependabot alert. properties: @@ -17405,7 +17405,7 @@ paths: - direct - transitive - - security_advisory: &579 + security_advisory: &578 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17641,7 +17641,7 @@ paths: dismissal. maxLength: 280 fixed_at: *129 - auto_dismissed_at: &580 + auto_dismissed_at: &579 type: - string - 'null' @@ -17668,7 +17668,7 @@ paths: - repository additionalProperties: false examples: - default: &322 + default: &321 value: - number: 2 state: dismissed @@ -18786,7 +18786,7 @@ paths: - name - created_on examples: - default: &424 + default: &423 value: total_count: 2 network_configurations: @@ -19009,7 +19009,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &425 + - &424 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -19021,7 +19021,7 @@ paths: description: Response content: application/json: - schema: &426 + schema: &425 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -19060,7 +19060,7 @@ paths: - subnet_id - region examples: - default: &427 + default: &426 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19894,7 +19894,7 @@ paths: required: true content: application/json: - schema: &393 + schema: &392 title: Custom Property Set Payload description: Custom property set payload type: object @@ -21023,7 +21023,7 @@ paths: conditions: anyOf: - *151 - - &397 + - &396 title: Organization ruleset conditions type: object description: |- @@ -21073,7 +21073,7 @@ paths: - object rules: type: array - items: &700 + items: &699 title: Repository Rule type: object description: A repository rule. @@ -21082,7 +21082,7 @@ paths: - *160 - *161 - *162 - - &697 + - &696 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21176,7 +21176,7 @@ paths: - *176 - *177 - *178 - - &698 + - &697 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review. @@ -21432,7 +21432,7 @@ paths: type: string format: date-time examples: - default: &400 + default: &399 value: - version_id: 3 actor: @@ -21485,7 +21485,7 @@ paths: description: Response content: application/json: - schema: &401 + schema: &400 allOf: - *183 - type: object @@ -21540,7 +21540,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &402 + - &401 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21551,7 +21551,7 @@ paths: enum: - open - resolved - - &403 + - &402 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21561,7 +21561,7 @@ paths: required: false schema: type: string - - &404 + - &403 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21570,7 +21570,7 @@ paths: required: false schema: type: string - - &405 + - &404 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. @@ -21586,7 +21586,7 @@ paths: - *17 - *102 - *103 - - &406 + - &405 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21595,7 +21595,7 @@ paths: required: false schema: type: string - - &407 + - &406 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21604,7 +21604,7 @@ paths: schema: type: boolean default: false - - &408 + - &407 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21613,7 +21613,7 @@ paths: schema: type: boolean default: false - - &409 + - &408 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21629,7 +21629,7 @@ paths: application/json: schema: type: array - items: &410 + items: &409 type: object properties: number: *119 @@ -21645,14 +21645,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &712 + state: &711 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: &713 + resolution: &712 type: - string - 'null' @@ -21759,14 +21759,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &714 + - &713 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &716 + - &715 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21823,7 +21823,7 @@ paths: - blob_url - commit_sha - commit_url - - &717 + - &716 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. @@ -21884,7 +21884,7 @@ paths: - page_url - commit_sha - commit_url - - &718 + - &717 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21899,7 +21899,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &719 + - &718 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21914,7 +21914,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &720 + - &719 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21929,7 +21929,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &721 + - &720 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21944,7 +21944,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &722 + - &721 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21959,7 +21959,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &723 + - &722 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21974,7 +21974,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &724 + - &723 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. @@ -21989,7 +21989,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &725 + - &724 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. @@ -22004,7 +22004,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &726 + - &725 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. @@ -22019,7 +22019,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &727 + - &726 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. @@ -22034,7 +22034,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &728 + - &727 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 @@ -22059,7 +22059,7 @@ paths: - type: 'null' - *4 examples: - default: &411 + default: &410 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -22268,7 +22268,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &411 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22355,7 +22355,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *185 examples: - default: &413 + default: &412 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22499,7 +22499,7 @@ paths: description: Response content: application/json: - schema: &415 + schema: &414 type: object properties: total_minutes_used: @@ -22569,7 +22569,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &416 + default: &415 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -22600,7 +22600,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &417 + - &416 name: advanced_security_product in: query description: | @@ -22620,7 +22620,7 @@ paths: description: Success content: application/json: - schema: &418 + schema: &417 type: object properties: total_advanced_security_committers: @@ -22683,7 +22683,7 @@ paths: required: - repositories examples: - default: &419 + default: &418 value: total_advanced_security_committers: 2 total_count: 2 @@ -23307,7 +23307,7 @@ paths: description: Response content: application/json: - schema: &420 + schema: &419 type: object properties: total_gigabytes_bandwidth_used: @@ -23325,7 +23325,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &421 + default: &420 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -23568,7 +23568,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &421 type: object properties: days_left_in_billing_cycle: @@ -23586,7 +23586,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &423 + default: &422 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -23622,15 +23622,6 @@ paths: schema: type: integer - *191 - - &237 - name: hour - description: If specified, only return results for a single hour. The value - of `hour` is an integer between `0` and `23`. If no `year`, `month`, or - `day` is specified, the default `year`, `month`, and `day` are used. - in: query - required: false - schema: - type: integer - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -23643,7 +23634,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &238 + schema: &237 type: object properties: usageItems: @@ -23696,7 +23687,7 @@ paths: - netAmount - organizationName examples: - default: &239 + default: &238 value: usageItems: - date: '2023-08-01' @@ -24781,7 +24772,7 @@ paths: milestone: anyOf: - type: 'null' - - &386 + - &385 title: Milestone description: A collection of related issues and pull requests. @@ -24953,7 +24944,7 @@ paths: timeline_url: type: string format: uri - type: &349 + type: &348 title: Issue Type description: The type of issue. type: @@ -25062,7 +25053,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &772 + sub_issues_summary: &771 title: Sub-issues Summary type: object properties: @@ -25083,7 +25074,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &773 + issue_dependencies_summary: &772 title: Issue Dependencies Summary type: object properties: @@ -25102,7 +25093,7 @@ paths: - total_blocking issue_field_values: type: array - items: &774 + items: &773 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25197,7 +25188,7 @@ paths: - user - created_at - updated_at - comment: &635 + comment: &634 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -25763,7 +25754,7 @@ paths: url: type: string format: uri - user: &786 + user: &785 title: Public User description: Public User type: object @@ -27658,7 +27649,7 @@ paths: - closed - all default: open - - &352 + - &351 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -27709,7 +27700,7 @@ paths: type: array items: *215 examples: - default: &353 + default: &352 value: - id: 1 node_id: MDU6SXNzdWUx @@ -29121,14 +29112,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &447 + - &446 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &448 + - &447 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -29190,7 +29181,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &461 + '301': &460 description: Moved permanently content: application/json: @@ -29212,7 +29203,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &664 + - &663 name: all description: If `true`, show notifications marked as read. in: query @@ -29220,7 +29211,7 @@ paths: schema: type: boolean default: false - - &665 + - &664 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -29230,7 +29221,7 @@ paths: type: boolean default: false - *205 - - &666 + - &665 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -29262,7 +29253,7 @@ paths: properties: id: type: string - repository: &267 + repository: &266 title: Minimal Repository description: Minimal Repository type: object @@ -29601,7 +29592,7 @@ paths: type: boolean examples: - false - security_and_analysis: &394 + security_and_analysis: &393 type: - object - 'null' @@ -29774,7 +29765,7 @@ paths: - url - subscription_url examples: - default: &667 + default: &666 value: - id: '1' repository: @@ -30379,7 +30370,7 @@ paths: - 3 custom_roles: type: array - items: &310 + items: &309 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -30428,7 +30419,7 @@ paths: - created_at - updated_at examples: - default: &311 + default: &310 value: id: 8030 name: Security Engineer @@ -30755,7 +30746,7 @@ paths: type: array items: *145 examples: - default: &673 + default: &672 value: - property_name: environment value: production @@ -30805,7 +30796,7 @@ paths: required: - properties examples: - default: &674 + default: &673 value: properties: - property_name: environment @@ -30981,15 +30972,14 @@ paths: - *190 - *236 - *191 - - *237 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *238 + schema: *237 examples: - default: *239 + default: *238 '400': *14 '403': *27 '500': *38 @@ -31025,7 +31015,7 @@ paths: description: Response content: application/json: - schema: &240 + schema: &239 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -31435,7 +31425,7 @@ paths: - updated_at - archived_at examples: - default-response: &241 + default-response: &240 value: login: github id: 1 @@ -31761,17 +31751,17 @@ paths: description: Response content: application/json: - schema: *240 + schema: *239 examples: - default: *241 + default: *240 '422': description: Validation failed content: application/json: schema: oneOf: + - *241 - *242 - - *243 '409': *112 x-github: githubCloudOnly: false @@ -31826,9 +31816,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *243 examples: - default: *245 + default: *244 headers: Link: *41 x-github: @@ -31869,7 +31859,7 @@ paths: type: integer repository_cache_usages: type: array - items: &466 + items: &465 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -31947,7 +31937,7 @@ paths: type: array items: *42 examples: - default: *246 + default: *245 headers: Link: *41 x-github: @@ -32114,7 +32104,7 @@ paths: application/json: schema: *43 examples: - default: *247 + default: *246 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32206,7 +32196,7 @@ paths: application/json: schema: *46 examples: - default: *248 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32325,9 +32315,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *248 examples: - default: *250 + default: *249 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32363,7 +32353,7 @@ paths: type: array items: *50 examples: - default: *251 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32552,7 +32542,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &252 + schema: &251 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -32566,7 +32556,7 @@ paths: required: - include_claim_keys examples: - default: &253 + default: &252 value: include_claim_keys: - repo @@ -32593,15 +32583,15 @@ paths: required: true content: application/json: - schema: *252 + schema: *251 examples: - default: *253 + default: *252 responses: '201': description: Empty response content: application/json: - schema: &278 + schema: &277 title: Empty Object description: An object without any properties. type: object @@ -32640,7 +32630,7 @@ paths: schema: type: object properties: - enabled_repositories: &255 + enabled_repositories: &254 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -32654,7 +32644,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *54 - selected_actions_url: *254 + selected_actions_url: *253 sha_pinning_required: *55 required: - enabled_repositories @@ -32696,7 +32686,7 @@ paths: schema: type: object properties: - enabled_repositories: *255 + enabled_repositories: *254 allowed_actions: *54 sha_pinning_required: *55 required: @@ -32732,7 +32722,7 @@ paths: description: Response content: application/json: - schema: *256 + schema: *255 examples: response: summary: Example response @@ -32763,7 +32753,7 @@ paths: required: true content: application/json: - schema: *257 + schema: *256 examples: application/json: value: @@ -32801,7 +32791,7 @@ paths: application/json: schema: *56 examples: - default: *258 + default: *257 '404': *6 x-github: enabledForGitHubApps: true @@ -32858,7 +32848,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *258 examples: default: *57 '403': *27 @@ -32883,7 +32873,7 @@ paths: required: true content: application/json: - schema: *260 + schema: *259 examples: default: *57 responses: @@ -32935,7 +32925,7 @@ paths: type: array items: *72 examples: - default: &262 + default: &261 value: total_count: 1 repositories: @@ -33120,7 +33110,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *81 - - &261 + - &260 name: repository_id description: The unique identifier of the repository. in: path @@ -33149,7 +33139,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: Response @@ -33345,7 +33335,7 @@ paths: type: array items: *72 examples: - default: *262 + default: *261 '403': *27 '404': *6 x-github: @@ -33414,7 +33404,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: No content @@ -33441,7 +33431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: No content @@ -33475,7 +33465,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *262 examples: default: *63 x-github: @@ -33509,7 +33499,7 @@ paths: required: false content: application/json: - schema: *264 + schema: *263 examples: default: *63 x-github: @@ -33556,7 +33546,7 @@ paths: type: number runner_groups: type: array - items: &265 + items: &264 type: object properties: id: @@ -33746,9 +33736,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: - default: &266 + default: &265 value: id: 2 name: octo-runner-group @@ -33790,7 +33780,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: default: value: @@ -33883,9 +33873,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: - default: *266 + default: *265 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -33949,7 +33939,7 @@ paths: type: array items: *42 examples: - default: *246 + default: *245 headers: Link: *41 x-github: @@ -33990,9 +33980,9 @@ paths: type: number repositories: type: array - items: *267 + items: *266 examples: - default: &789 + default: &788 value: total_count: 1 repositories: @@ -34291,7 +34281,7 @@ paths: parameters: - *81 - *66 - - *261 + - *260 responses: '204': description: Response @@ -34315,7 +34305,7 @@ paths: parameters: - *81 - *66 - - *261 + - *260 responses: '204': description: Response @@ -34533,9 +34523,9 @@ paths: application/json: schema: type: array - items: *268 + items: *267 examples: - default: *269 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34600,7 +34590,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *270 + '201': *269 '404': *6 '422': *7 '409': *112 @@ -34639,7 +34629,7 @@ paths: application/json: schema: *73 examples: - default: *271 + default: *270 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34675,7 +34665,7 @@ paths: application/json: schema: *73 examples: - default: *272 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34706,7 +34696,7 @@ paths: application/json: schema: *70 examples: - default: *273 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34881,7 +34871,7 @@ paths: - *81 - *69 responses: - '200': *274 + '200': *273 '404': *6 x-github: githubCloudOnly: false @@ -34910,7 +34900,7 @@ paths: parameters: - *81 - *69 - - *275 + - *274 responses: '200': *75 '404': *6 @@ -34955,7 +34945,7 @@ paths: type: integer secrets: type: array - items: &276 + items: &275 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -35036,7 +35026,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &485 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -35071,7 +35061,7 @@ paths: - key_id - key examples: - default: &487 + default: &486 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35097,7 +35087,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *81 - - &277 + - &276 name: secret_name description: The name of the secret. in: path @@ -35109,7 +35099,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: default: value: @@ -35140,7 +35130,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -35197,7 +35187,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -35224,7 +35214,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -35251,7 +35241,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 - *19 - *17 responses: @@ -35269,9 +35259,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: &281 + default: &280 value: total_count: 1 repositories: @@ -35364,7 +35354,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -35417,7 +35407,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -35451,7 +35441,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -35484,7 +35474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *81 - - &471 + - &470 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -35508,7 +35498,7 @@ paths: type: integer variables: type: array - items: &279 + items: &278 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -35646,7 +35636,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -35672,7 +35662,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *81 - - &280 + - &279 name: name description: The name of the variable. in: path @@ -35684,7 +35674,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *278 examples: default: value: @@ -35715,7 +35705,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *81 - - *280 + - *279 requestBody: required: true content: @@ -35778,7 +35768,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *81 - - *280 + - *279 responses: '204': description: Response @@ -35805,7 +35795,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *81 - - *280 + - *279 - *19 - *17 responses: @@ -35823,9 +35813,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 '409': description: Response when the visibility of the variable is not set to `selected` @@ -35852,7 +35842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *81 - - *280 + - *279 requestBody: required: true content: @@ -35902,7 +35892,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *81 - - *280 + - *279 - name: repository_id in: path required: true @@ -35937,7 +35927,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *81 - - *280 + - *279 - name: repository_id in: path required: true @@ -35995,7 +35985,7 @@ paths: required: true content: application/json: - schema: *282 + schema: *281 examples: default: *79 parameters: @@ -36298,12 +36288,12 @@ paths: required: - subject_digests examples: - default: &816 + default: &815 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &817 + withPredicateType: &816 value: subject_digests: - sha256:abc123 @@ -36362,7 +36352,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &818 + default: &817 value: attestations_subject_digests: - sha256:abc: @@ -36711,7 +36701,7 @@ paths: initiator: type: string examples: - default: &500 + default: &499 value: attestations: - bundle: @@ -36837,10 +36827,10 @@ paths: required: false schema: type: string + - *282 - *283 - *284 - *285 - - *286 - *17 responses: '200': @@ -36849,9 +36839,9 @@ paths: application/json: schema: type: array - items: *287 + items: *286 examples: - default: *288 + default: *287 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -36974,7 +36964,7 @@ paths: subcategory: bypass-requests parameters: - *81 - - &291 + - &290 name: repository_name description: The name of the repository to filter on. in: query @@ -36993,9 +36983,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 '404': *6 '500': *38 "/orgs/{org}/bypass-requests/secret-scanning": @@ -37019,7 +37009,7 @@ paths: subcategory: delegated-bypass parameters: - *81 - - *291 + - *290 - *97 - *98 - *99 @@ -37033,9 +37023,9 @@ paths: application/json: schema: type: array - items: *292 + items: *291 examples: - default: *293 + default: *292 '404': *6 '500': *38 "/orgs/{org}/campaigns": @@ -37062,7 +37052,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &295 + schema: &294 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -37088,7 +37078,7 @@ paths: application/json: schema: type: array - items: &296 + items: &295 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -37119,7 +37109,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *294 + items: *293 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -37138,7 +37128,7 @@ paths: - string - 'null' format: date-time - state: *295 + state: *294 contact_link: description: The contact link of the campaign. type: @@ -37361,9 +37351,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: - default: &297 + default: &296 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -37446,9 +37436,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: - default: *297 + default: *296 '404': *6 '422': description: Unprocessable Entity @@ -37526,7 +37516,7 @@ paths: - string - 'null' format: uri - state: *295 + state: *294 examples: default: value: @@ -37536,9 +37526,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: - default: *297 + default: *296 '400': description: Bad Request content: @@ -37605,8 +37595,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *81 + - *297 - *298 - - *299 - *102 - *103 - *19 @@ -37617,7 +37607,7 @@ paths: be returned. in: query required: false - schema: *300 + schema: *299 - name: sort description: The property by which to sort the results. in: query @@ -37633,7 +37623,7 @@ paths: be returned. in: query required: false - schema: &526 + schema: &525 type: string description: Severity of a code scanning alert. enum: @@ -37651,9 +37641,9 @@ paths: application/json: schema: type: array - items: *301 + items: *300 examples: - default: *302 + default: *301 headers: Link: *41 '404': *6 @@ -37868,7 +37858,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *303 + code_scanning_options: *302 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -38011,7 +38001,7 @@ paths: application/json: schema: *108 examples: - default: *304 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38039,9 +38029,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *304 examples: - default: *306 + default: *305 '304': *35 '403': *27 '404': *6 @@ -38128,7 +38118,7 @@ paths: application/json: schema: *108 examples: - default: *304 + default: *303 '304': *35 '403': *27 '404': *6 @@ -38550,7 +38540,7 @@ paths: default: value: default_for_new_repos: all - configuration: *304 + configuration: *303 '403': *27 '404': *6 x-github: @@ -38603,13 +38593,13 @@ paths: application/json: schema: type: array - items: *307 + items: *306 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *308 + repository: *307 '403': *27 '404': *6 x-github: @@ -38649,7 +38639,7 @@ paths: type: integer codespaces: type: array - items: &354 + items: &353 type: object title: Codespace description: A codespace. @@ -38680,11 +38670,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *267 + repository: *266 machine: anyOf: - type: 'null' - - &555 + - &554 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -38971,7 +38961,7 @@ paths: - pulls_url - recent_folders examples: - default: &355 + default: &354 value: total_count: 3 codespaces: @@ -39595,7 +39585,7 @@ paths: type: integer secrets: type: array - items: &309 + items: &308 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -39636,7 +39626,7 @@ paths: - updated_at - visibility examples: - default: &556 + default: &555 value: total_count: 2 secrets: @@ -39674,7 +39664,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &556 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -39709,7 +39699,7 @@ paths: - key_id - key examples: - default: &558 + default: &557 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -39733,15 +39723,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *309 + schema: *308 examples: - default: &560 + default: &559 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -39769,7 +39759,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -39824,7 +39814,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -39851,7 +39841,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -39877,7 +39867,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 - *19 - *17 responses: @@ -39895,9 +39885,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 '404': *6 x-github: githubCloudOnly: false @@ -39920,7 +39910,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -39971,7 +39961,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -40005,7 +39995,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -40828,7 +40818,7 @@ paths: - 3 custom_roles: type: array - items: *310 + items: *309 examples: default: value: @@ -40920,7 +40910,7 @@ paths: required: true content: application/json: - schema: &312 + schema: &311 type: object properties: name: @@ -40962,9 +40952,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -40995,9 +40985,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '404': *6 x-github: githubCloudOnly: true @@ -41025,7 +41015,7 @@ paths: required: true content: application/json: - schema: &313 + schema: &312 type: object properties: name: @@ -41064,9 +41054,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -41124,7 +41114,7 @@ paths: required: true content: application/json: - schema: *312 + schema: *311 examples: default: value: @@ -41138,9 +41128,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -41177,9 +41167,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '404': *6 x-github: githubCloudOnly: true @@ -41213,7 +41203,7 @@ paths: required: true content: application/json: - schema: *313 + schema: *312 examples: default: value: @@ -41228,9 +41218,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -41290,11 +41280,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *81 + - *313 - *314 - *315 - *316 - *317 - - *318 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -41332,8 +41322,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *318 - *319 - - *320 - *104 - *102 - *103 @@ -41345,9 +41335,9 @@ paths: application/json: schema: type: array - items: *321 + items: *320 examples: - default: *322 + default: *321 '304': *35 '400': *14 '403': *27 @@ -41391,7 +41381,7 @@ paths: type: integer secrets: type: array - items: &323 + items: &322 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -41470,7 +41460,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &582 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -41489,7 +41479,7 @@ paths: - key_id - key examples: - default: &584 + default: &583 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41513,13 +41503,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *323 + schema: *322 examples: default: value: @@ -41548,7 +41538,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -41607,7 +41597,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -41632,7 +41622,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -41657,7 +41647,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 - *19 - *17 responses: @@ -41675,9 +41665,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41699,7 +41689,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -41750,7 +41740,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -41782,7 +41772,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -41819,7 +41809,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *81 - - &592 + - &591 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -41827,7 +41817,7 @@ paths: required: false schema: type: string - - &593 + - &592 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -41835,7 +41825,7 @@ paths: required: false schema: type: string - - &594 + - &593 name: time_period description: |- The time period to filter by. @@ -41851,7 +41841,7 @@ paths: - week - month default: month - - &595 + - &594 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -41866,7 +41856,7 @@ paths: - denied - all default: all - - *291 + - *290 - *17 - *19 responses: @@ -41876,7 +41866,7 @@ paths: application/json: schema: type: array - items: &596 + items: &595 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -42039,7 +42029,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &597 + default: &596 value: - id: 21 number: 42 @@ -42126,11 +42116,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *81 - - *291 + - *290 - *97 - *98 - *99 - - &598 + - &597 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -42156,7 +42146,7 @@ paths: application/json: schema: type: array - items: &599 + items: &598 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -42283,7 +42273,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &600 + default: &599 value: - id: 21 number: 42 @@ -42371,7 +42361,7 @@ paths: application/json: schema: type: array - items: &364 + items: &363 title: Package description: A software package type: object @@ -42424,7 +42414,7 @@ paths: repository: anyOf: - type: 'null' - - *267 + - *266 created_at: type: string format: date-time @@ -42442,7 +42432,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &364 value: - id: 197 name: hello_docker @@ -42629,7 +42619,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &441 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -42719,7 +42709,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &443 + default: &442 value: group_id: '123' group_name: Octocat admins @@ -42774,7 +42764,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &439 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -42814,7 +42804,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &441 + default: &440 value: groups: - group_id: '123' @@ -42858,7 +42848,7 @@ paths: application/json: schema: type: array - items: &346 + items: &345 title: Organization Invitation description: Organization Invitation type: object @@ -42912,7 +42902,7 @@ paths: - invitation_teams_url - node_id examples: - default: &347 + default: &346 value: - id: 1 login: monalisa @@ -42979,7 +42969,7 @@ paths: application/json: schema: type: array - items: &395 + items: &394 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -42993,7 +42983,7 @@ paths: - name - description examples: - default: &396 + default: &395 value: - name: add_assignee description: Assign or remove a user @@ -43034,7 +43024,7 @@ paths: application/json: schema: type: array - items: &324 + items: &323 title: Org Hook description: Org Hook type: object @@ -43217,9 +43207,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *323 examples: - default: &325 + default: &324 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -43264,7 +43254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *81 - - &326 + - &325 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -43277,9 +43267,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *323 examples: - default: *325 + default: *324 '404': *6 x-github: githubCloudOnly: false @@ -43301,7 +43291,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *81 - - *326 + - *325 requestBody: required: false content: @@ -43347,7 +43337,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *323 examples: default: value: @@ -43387,7 +43377,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *81 - - *326 + - *325 responses: '204': description: Response @@ -43413,7 +43403,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *81 - - *326 + - *325 responses: '200': description: Response @@ -43442,7 +43432,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *81 - - *326 + - *325 requestBody: required: false content: @@ -43491,9 +43481,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *81 - - *326 + - *325 - *17 - - *327 + - *326 responses: '200': description: Response @@ -43501,9 +43491,9 @@ paths: application/json: schema: type: array - items: *328 + items: *327 examples: - default: *329 + default: *328 '400': *14 '422': *15 x-github: @@ -43527,16 +43517,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *81 - - *326 + - *325 - *16 responses: '200': description: Response content: application/json: - schema: *330 + schema: *329 examples: - default: *331 + default: *330 '400': *14 '422': *15 x-github: @@ -43560,7 +43550,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *81 - - *326 + - *325 - *16 responses: '202': *37 @@ -43587,7 +43577,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *81 - - *326 + - *325 responses: '204': description: Response @@ -43610,7 +43600,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *81 - - &336 + - &335 name: actor_type in: path description: The type of the actor @@ -43623,14 +43613,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &337 + - &336 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &332 + - &331 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -43638,7 +43628,7 @@ paths: required: true schema: type: string - - &333 + - &332 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43733,12 +43723,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *81 + - *331 - *332 - - *333 - *19 - *17 - *104 - - &342 + - &341 name: sort description: The property to sort the results by. in: query @@ -43818,14 +43808,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *81 + - *331 - *332 - - *333 responses: '200': description: Response content: application/json: - schema: &334 + schema: &333 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -43841,7 +43831,7 @@ paths: type: integer format: int64 examples: - default: &335 + default: &334 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -43862,23 +43852,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *81 - - &338 + - &337 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *331 - *332 - - *333 responses: '200': description: Response content: application/json: - schema: *334 + schema: *333 examples: - default: *335 + default: *334 x-github: enabledForGitHubApps: true category: orgs @@ -43897,18 +43887,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *81 + - *331 - *332 - - *333 + - *335 - *336 - - *337 responses: '200': description: Response content: application/json: - schema: *334 + schema: *333 examples: - default: *335 + default: *334 x-github: enabledForGitHubApps: true category: orgs @@ -43926,9 +43916,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *81 + - *331 - *332 - - *333 - - &339 + - &338 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -43941,7 +43931,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &339 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -43957,7 +43947,7 @@ paths: type: integer format: int64 examples: - default: &341 + default: &340 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -43994,18 +43984,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *81 - - *338 + - *337 + - *331 - *332 - - *333 - - *339 + - *338 responses: '200': description: Response content: application/json: - schema: *340 + schema: *339 examples: - default: *341 + default: *340 x-github: enabledForGitHubApps: true category: orgs @@ -44023,19 +44013,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *81 + - *335 - *336 - - *337 + - *331 - *332 - - *333 - - *339 + - *338 responses: '200': description: Response content: application/json: - schema: *340 + schema: *339 examples: - default: *341 + default: *340 x-github: enabledForGitHubApps: true category: orgs @@ -44053,13 +44043,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *81 - - *338 + - *337 + - *331 - *332 - - *333 - *19 - *17 - *104 - - *342 + - *341 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -44143,7 +44133,7 @@ paths: application/json: schema: *20 examples: - default: &631 + default: &630 value: id: 1 account: @@ -44309,12 +44299,12 @@ paths: application/json: schema: anyOf: - - &344 + - &343 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &343 + limit: &342 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -44342,7 +44332,7 @@ paths: properties: {} additionalProperties: false examples: - default: &345 + default: &344 value: limit: collaborators_only origin: organization @@ -44371,13 +44361,13 @@ paths: required: true content: application/json: - schema: &632 + schema: &631 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *343 + limit: *342 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -44402,9 +44392,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *343 examples: - default: *345 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -44482,9 +44472,9 @@ paths: application/json: schema: type: array - items: *346 + items: *345 examples: - default: *347 + default: *346 headers: Link: *41 '404': *6 @@ -44562,7 +44552,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: default: value: @@ -44619,7 +44609,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *81 - - &348 + - &347 name: invitation_id description: The unique identifier of the invitation. in: path @@ -44653,7 +44643,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *81 - - *348 + - *347 - *17 - *19 responses: @@ -44663,9 +44653,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: &363 + default: &362 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -44708,7 +44698,7 @@ paths: application/json: schema: type: array - items: *349 + items: *348 examples: default: value: @@ -44796,9 +44786,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: &350 + default: &349 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -44831,7 +44821,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *81 - - &351 + - &350 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -44887,9 +44877,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: *350 + default: *349 '404': *6 '422': *7 x-github: @@ -44914,7 +44904,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *81 - - *351 + - *350 responses: '204': description: Response @@ -44977,7 +44967,7 @@ paths: - closed - all default: open - - *352 + - *351 - name: type description: Can be the name of an issue type. in: query @@ -45008,7 +44998,7 @@ paths: type: array items: *215 examples: - default: *353 + default: *352 headers: Link: *41 '404': *6 @@ -45167,9 +45157,9 @@ paths: type: integer codespaces: type: array - items: *354 + items: *353 examples: - default: *355 + default: *354 '304': *35 '500': *38 '401': *23 @@ -45196,7 +45186,7 @@ paths: parameters: - *81 - *132 - - &356 + - &355 name: codespace_name in: path required: true @@ -45231,15 +45221,15 @@ paths: parameters: - *81 - *132 - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: &554 + default: &553 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -45495,7 +45485,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &356 title: Org Membership description: Org Membership type: object @@ -45564,7 +45554,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &358 + response-if-user-has-an-active-admin-membership-with-organization: &357 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -45661,9 +45651,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: - response-if-user-already-had-membership-with-organization: *358 + response-if-user-already-had-membership-with-organization: *357 '422': *15 '403': *27 x-github: @@ -45735,7 +45725,7 @@ paths: application/json: schema: type: array - items: &359 + items: &358 title: Migration description: A migration. type: object @@ -46073,7 +46063,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -46252,7 +46242,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *81 - - &360 + - &359 name: migration_id description: The unique identifier of the migration. in: path @@ -46280,7 +46270,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -46450,7 +46440,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *81 - - *360 + - *359 responses: '302': description: Response @@ -46472,7 +46462,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *81 - - *360 + - *359 responses: '204': description: Response @@ -46496,8 +46486,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *81 - - *360 - - &801 + - *359 + - &800 name: repo_name description: repo_name parameter in: path @@ -46525,7 +46515,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *81 - - *360 + - *359 - *17 - *19 responses: @@ -46535,9 +46525,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: &370 + default: &369 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46746,7 +46736,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &361 + items: &360 title: Organization Role description: Organization roles type: object @@ -46955,7 +46945,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *360 examples: default: value: @@ -47185,7 +47175,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *360 examples: default: value: @@ -47282,7 +47272,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *360 examples: default: value: @@ -47441,7 +47431,7 @@ paths: parent: anyOf: - type: 'null' - - *362 + - *361 type: description: The ownership type of the team type: string @@ -47474,7 +47464,7 @@ paths: - type - parent examples: - default: *363 + default: *362 headers: Link: *41 '404': @@ -47533,7 +47523,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *362 + items: *361 name: type: - string @@ -47843,7 +47833,7 @@ paths: - nuget - container - *81 - - &802 + - &801 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -47879,12 +47869,12 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *365 + default: *364 '403': *27 '401': *23 - '400': &804 + '400': &803 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -47906,7 +47896,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &366 + - &365 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -47924,7 +47914,7 @@ paths: - docker - nuget - container - - &367 + - &366 name: package_name description: The name of the package. in: path @@ -47937,7 +47927,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *363 examples: default: value: @@ -47989,8 +47979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *365 - *366 - - *367 - *81 responses: '204': @@ -48023,8 +48013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - name: token description: package token @@ -48057,8 +48047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: + - *365 - *366 - - *367 - *81 - *19 - *17 @@ -48079,7 +48069,7 @@ paths: application/json: schema: type: array - items: &368 + items: &367 title: Package Version description: A version of a software package type: object @@ -48214,10 +48204,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - - &369 + - &368 name: package_version_id description: Unique identifier of the package version. in: path @@ -48229,7 +48219,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -48265,10 +48255,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - - *369 + - *368 responses: '204': description: Response @@ -48300,10 +48290,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - - *369 + - *368 responses: '204': description: Response @@ -48333,7 +48323,7 @@ paths: - *81 - *17 - *19 - - &371 + - &370 name: sort description: The property by which to sort the results. in: query @@ -48344,7 +48334,7 @@ paths: - created_at default: created_at - *104 - - &372 + - &371 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -48356,7 +48346,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &373 + - &372 name: repository description: The name of the repository to use to filter the results. in: query @@ -48365,7 +48355,7 @@ paths: type: string examples: - Hello-World - - &374 + - &373 name: permission description: The permission to use to filter the results. in: query @@ -48374,7 +48364,7 @@ paths: type: string examples: - issues_read - - &375 + - &374 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -48384,7 +48374,7 @@ paths: schema: type: string format: date-time - - &376 + - &375 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -48394,7 +48384,7 @@ paths: schema: type: string format: date-time - - &377 + - &376 name: token_id description: The ID of the token in: query @@ -48711,9 +48701,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -48739,14 +48729,14 @@ paths: - *81 - *17 - *19 - - *371 + - *370 - *104 + - *371 - *372 - *373 - *374 - *375 - *376 - - *377 responses: '500': *38 '422': *15 @@ -49028,9 +49018,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -49072,7 +49062,7 @@ paths: type: integer configurations: type: array - items: &378 + items: &377 title: Organization private registry description: Private registry configuration for an organization type: object @@ -49331,7 +49321,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &379 + org-private-registry-with-selected-visibility: &378 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -49423,15 +49413,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *81 - - *277 + - *276 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *378 + schema: *377 examples: - default: *379 + default: *378 '404': *6 x-github: githubCloudOnly: false @@ -49453,7 +49443,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -49550,7 +49540,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -49596,7 +49586,7 @@ paths: application/json: schema: type: array - items: &380 + items: &379 title: Project description: Projects are a way to organize columns and cards of work. @@ -49778,7 +49768,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: default: value: @@ -49816,7 +49806,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &458 + '410': &457 description: Gone content: application/json: @@ -49859,7 +49849,7 @@ paths: application/json: schema: type: array - items: &381 + items: &380 title: Projects v2 Project description: A projects v2 project type: object @@ -49933,7 +49923,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &877 + - &876 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -50018,7 +50008,7 @@ paths: - deleted_at - deleted_by examples: - default: &382 + default: &381 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -50121,7 +50111,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &383 + - &382 name: project_number description: The project's number. in: path @@ -50134,9 +50124,9 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: - default: *382 + default: *381 headers: Link: *41 '304': *35 @@ -50158,7 +50148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *383 + - *382 - *81 - *17 - *102 @@ -50170,7 +50160,7 @@ paths: application/json: schema: type: array - items: &384 + items: &383 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -50320,7 +50310,7 @@ paths: - updated_at - project_url examples: - default: &385 + default: &384 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -50363,8 +50353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *383 - - &821 + - *382 + - &820 name: field_id description: The unique identifier of the field. in: path @@ -50377,9 +50367,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *383 examples: - default: *385 + default: *384 headers: Link: *41 '304': *35 @@ -50402,7 +50392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *383 + - *382 - *81 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -50435,7 +50425,7 @@ paths: application/json: schema: type: array - items: &390 + items: &389 title: Projects v2 Item description: An item belonging to a project type: object @@ -50452,7 +50442,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: &388 + content_type: &387 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -50509,7 +50499,7 @@ paths: - updated_at - archived_at examples: - default: &391 + default: &390 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -51204,7 +51194,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *81 - - *383 + - *382 requestBody: required: true description: Details of the item to add to the project. @@ -51241,7 +51231,7 @@ paths: description: Response content: application/json: - schema: &822 + schema: &821 title: Projects v2 Item description: An item belonging to a project type: object @@ -51255,7 +51245,7 @@ paths: content: oneOf: - *215 - - &567 + - &566 title: Pull Request Simple description: Pull Request Simple type: object @@ -51375,7 +51365,7 @@ paths: milestone: anyOf: - type: 'null' - - *386 + - *385 active_lock_reason: type: - string @@ -51430,7 +51420,7 @@ paths: type: - array - 'null' - items: *294 + items: *293 head: type: object properties: @@ -51474,7 +51464,7 @@ paths: _links: type: object properties: - comments: &387 + comments: &386 title: Link description: Hypermedia Link type: object @@ -51483,13 +51473,13 @@ paths: type: string required: - href - commits: *387 - statuses: *387 - html: *387 - issue: *387 - review_comments: *387 - review_comment: *387 - self: *387 + commits: *386 + statuses: *386 + html: *386 + issue: *386 + review_comments: *386 + review_comment: *386 + self: *386 required: - comments - commits @@ -51500,7 +51490,7 @@ paths: - review_comment - self author_association: *202 - auto_merge: &676 + auto_merge: &675 title: Auto merge description: The status of auto merging a pull request. type: @@ -51602,7 +51592,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: *388 + content_type: *387 creator: *4 created_at: type: string @@ -51639,7 +51629,7 @@ paths: - updated_at - archived_at examples: - issue: &389 + issue: &388 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -51694,7 +51684,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - pull_request: *389 + pull_request: *388 '304': *35 '403': *27 '401': *23 @@ -51714,9 +51704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *383 + - *382 - *81 - - &392 + - &391 name: item_id description: The unique identifier of the project item. in: path @@ -51742,9 +51732,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - default: *391 + default: *390 headers: Link: *41 '304': *35 @@ -51765,9 +51755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *383 + - *382 - *81 - - *392 + - *391 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -51840,13 +51830,13 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - text_field: *391 - number_field: *391 - date_field: *391 - single_select_field: *391 - iteration_field: *391 + text_field: *390 + number_field: *390 + date_field: *390 + single_select_field: *390 + iteration_field: *390 '401': *23 '403': *27 '404': *6 @@ -51866,9 +51856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *383 + - *382 - *81 - - *392 + - *391 responses: '204': description: Response @@ -52031,7 +52021,7 @@ paths: required: true content: application/json: - schema: *393 + schema: *392 examples: default: value: @@ -52397,9 +52387,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -52603,7 +52593,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &459 title: Full Repository description: Full Repository type: object @@ -53068,7 +53058,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &572 + code_of_conduct: &571 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -53098,7 +53088,7 @@ paths: - key - name - html_url - security_and_analysis: *394 + security_and_analysis: *393 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -53182,7 +53172,7 @@ paths: - network_count - subscribers_count examples: - default: &462 + default: &461 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -53708,9 +53698,9 @@ paths: application/json: schema: type: array - items: *395 + items: *394 examples: - default: *396 + default: *395 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -53735,7 +53725,7 @@ paths: - *81 - *17 - *19 - - &699 + - &698 name: targets description: | A comma-separated list of rule targets to filter by. @@ -53827,11 +53817,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *158 - conditions: *397 + conditions: *396 rules: type: array description: An array of rules within the ruleset. - items: &399 + items: &398 title: Repository Rule type: object description: A repository rule. @@ -53895,7 +53885,7 @@ paths: application/json: schema: *179 examples: - default: &398 + default: &397 value: id: 21 name: super cool ruleset @@ -53950,7 +53940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *81 - - &701 + - &700 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -53960,16 +53950,16 @@ paths: schema: type: string x-multi-segment: true - - *291 + - *290 - *99 - - &702 + - &701 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &703 + - &702 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -53989,7 +53979,7 @@ paths: description: Response content: application/json: - schema: &704 + schema: &703 title: Rule Suites description: Response type: array @@ -54045,7 +54035,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &705 + default: &704 value: - id: 21 actor_id: 12 @@ -54089,7 +54079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *81 - - &706 + - &705 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -54105,7 +54095,7 @@ paths: description: Response content: application/json: - schema: &707 + schema: &706 title: Rule Suite description: Response type: object @@ -54212,7 +54202,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &708 + default: &707 value: id: 21 actor_id: 12 @@ -54287,7 +54277,7 @@ paths: application/json: schema: *179 examples: - default: *398 + default: *397 '404': *6 '500': *38 put: @@ -54336,11 +54326,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *158 - conditions: *397 + conditions: *396 rules: description: An array of rules within the ruleset. type: array - items: *399 + items: *398 examples: default: value: @@ -54377,7 +54367,7 @@ paths: application/json: schema: *179 examples: - default: *398 + default: *397 '404': *6 '500': *38 delete: @@ -54436,7 +54426,7 @@ paths: type: array items: *183 examples: - default: *400 + default: *399 '404': *6 '500': *38 x-github: @@ -54473,7 +54463,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *400 examples: default: value: @@ -54536,14 +54526,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *81 + - *401 - *402 - *403 - *404 - - *405 - *104 - *19 - *17 - - &710 + - &709 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -54553,7 +54543,7 @@ paths: required: false schema: type: string - - &711 + - &710 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -54563,10 +54553,10 @@ paths: required: false schema: type: string + - *405 - *406 - *407 - *408 - - *409 responses: '200': description: Response @@ -54574,9 +54564,9 @@ paths: application/json: schema: type: array - items: *410 + items: *409 examples: - default: *411 + default: *410 headers: Link: *41 '404': *6 @@ -54611,9 +54601,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *411 examples: - default: *413 + default: *412 '403': *27 '404': *6 patch: @@ -54766,7 +54756,7 @@ paths: application/json: schema: type: array - items: &732 + items: &731 description: A repository security advisory. type: object properties: @@ -55010,7 +55000,7 @@ paths: login: type: string description: The username of the user credited. - type: *414 + type: *413 credits_detailed: type: - array @@ -55021,7 +55011,7 @@ paths: type: object properties: user: *4 - type: *414 + type: *413 state: type: string description: The state of the user's acceptance of the @@ -55047,7 +55037,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *294 + items: *293 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -55085,7 +55075,7 @@ paths: - private_fork additionalProperties: false examples: - default: &733 + default: &732 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55472,9 +55462,9 @@ paths: application/json: schema: type: array - items: *362 + items: *361 examples: - default: *363 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55559,9 +55549,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *414 examples: - default: *416 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55586,7 +55576,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *81 - - *417 + - *416 - *17 - *19 responses: @@ -55594,9 +55584,9 @@ paths: description: Success content: application/json: - schema: *418 + schema: *417 examples: - default: *419 + default: *418 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -55624,9 +55614,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *419 examples: - default: *421 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55654,9 +55644,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: *423 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55802,9 +55792,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55873,7 +55863,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: Response @@ -55896,7 +55886,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: Response @@ -55939,7 +55929,7 @@ paths: type: array items: *137 examples: - default: *424 + default: *423 headers: Link: *41 x-github: @@ -56140,15 +56130,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *81 - - *425 + - *424 responses: '200': description: Response content: application/json: - schema: *426 + schema: *425 examples: - default: *427 + default: *426 headers: Link: *41 x-github: @@ -56186,7 +56176,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &448 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -56238,7 +56228,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &450 + default: &449 value: groups: - group_id: '123' @@ -56350,9 +56340,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 headers: Link: *41 '403': *27 @@ -56446,7 +56436,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &427 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -56520,7 +56510,7 @@ paths: parent: anyOf: - type: 'null' - - *362 + - *361 members_count: type: integer examples: @@ -56845,7 +56835,7 @@ paths: - repos_count - organization examples: - default: &429 + default: &428 value: id: 1 node_id: MDQ6VGVhbTE= @@ -56922,9 +56912,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 x-github: githubCloudOnly: false @@ -57009,16 +56999,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '201': description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 '422': *15 '403': *27 @@ -57088,7 +57078,7 @@ paths: application/json: schema: type: array - items: &430 + items: &429 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -57199,7 +57189,7 @@ paths: - updated_at - url examples: - default: &776 + default: &775 value: - author: login: octocat @@ -57308,9 +57298,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: &431 + default: &430 value: author: login: octocat @@ -57384,7 +57374,7 @@ paths: parameters: - *81 - *200 - - &432 + - &431 name: discussion_number description: The number that identifies the discussion. in: path @@ -57396,9 +57386,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57422,7 +57412,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 requestBody: required: false content: @@ -57445,9 +57435,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: &777 + default: &776 value: author: login: octocat @@ -57519,7 +57509,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 responses: '204': description: Response @@ -57547,7 +57537,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 - *104 - *17 - *19 @@ -57558,7 +57548,7 @@ paths: application/json: schema: type: array - items: &433 + items: &432 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -57638,7 +57628,7 @@ paths: - updated_at - url examples: - default: &778 + default: &777 value: - author: login: octocat @@ -57708,7 +57698,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 requestBody: required: true content: @@ -57730,9 +57720,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: &434 + default: &433 value: author: login: octocat @@ -57800,8 +57790,8 @@ paths: parameters: - *81 - *200 - - *432 - - &435 + - *431 + - &434 name: comment_number description: The number that identifies the comment. in: path @@ -57813,9 +57803,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57839,8 +57829,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 requestBody: required: true content: @@ -57862,9 +57852,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: &779 + default: &778 value: author: login: octocat @@ -57930,8 +57920,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 responses: '204': description: Response @@ -57959,8 +57949,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -57986,7 +57976,7 @@ paths: application/json: schema: type: array - items: &436 + items: &435 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -58030,7 +58020,7 @@ paths: - content - created_at examples: - default: &438 + default: &437 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -58082,8 +58072,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 requestBody: required: true content: @@ -58116,9 +58106,9 @@ paths: team discussion comment content: application/json: - schema: *436 + schema: *435 examples: - default: &437 + default: &436 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -58147,9 +58137,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58174,9 +58164,9 @@ paths: parameters: - *81 - *200 - - *432 - - *435 - - &439 + - *431 + - *434 + - &438 name: reaction_id description: The unique identifier of the reaction. in: path @@ -58210,7 +58200,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -58236,9 +58226,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 x-github: @@ -58266,7 +58256,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 requestBody: required: true content: @@ -58298,16 +58288,16 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -58332,8 +58322,8 @@ paths: parameters: - *81 - *200 - - *432 - - *439 + - *431 + - *438 responses: '204': description: Response @@ -58363,9 +58353,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *439 examples: - default: *441 + default: *440 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -58409,9 +58399,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *441 examples: - default: *443 + default: *442 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -58466,9 +58456,9 @@ paths: application/json: schema: type: array - items: *346 + items: *345 examples: - default: *347 + default: *346 headers: Link: *41 x-github: @@ -58552,7 +58542,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &443 title: Team Membership description: Team Membership type: object @@ -58580,7 +58570,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &780 + response-if-user-is-a-team-maintainer: &779 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -58643,9 +58633,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - response-if-users-membership-with-team-is-now-pending: &781 + response-if-users-membership-with-team-is-now-pending: &780 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -58718,7 +58708,7 @@ paths: application/json: schema: type: array - items: &445 + items: &444 title: Team Project description: A team's access to a project. type: object @@ -58787,7 +58777,7 @@ paths: - updated_at - permissions examples: - default: &782 + default: &781 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -58852,7 +58842,7 @@ paths: parameters: - *81 - *200 - - &446 + - &445 name: project_id description: The unique identifier of the project. in: path @@ -58864,9 +58854,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *444 examples: - default: &783 + default: &782 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -58930,7 +58920,7 @@ paths: parameters: - *81 - *200 - - *446 + - *445 requestBody: required: false content: @@ -58999,7 +58989,7 @@ paths: parameters: - *81 - *200 - - *446 + - *445 responses: '204': description: Response @@ -59037,9 +59027,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -59070,14 +59060,14 @@ paths: parameters: - *81 - *200 + - *446 - *447 - - *448 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &784 + schema: &783 title: Team Repository description: A team's access to a repository. type: object @@ -59720,8 +59710,8 @@ paths: parameters: - *81 - *200 + - *446 - *447 - - *448 requestBody: required: false content: @@ -59768,8 +59758,8 @@ paths: parameters: - *81 - *200 + - *446 - *447 - - *448 responses: '204': description: Response @@ -59802,9 +59792,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *448 examples: - default: *450 + default: *449 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -59870,7 +59860,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *448 examples: default: value: @@ -59913,9 +59903,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - response-if-child-teams-exist: &785 + response-if-child-teams-exist: &784 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -60042,7 +60032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &451 + - &450 name: card_id description: The unique identifier of the card. in: path @@ -60054,7 +60044,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &451 title: Project Card description: Project cards represent a scope of work. type: object @@ -60129,7 +60119,7 @@ paths: - created_at - updated_at examples: - default: &453 + default: &452 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -60185,7 +60175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *451 + - *450 requestBody: required: false content: @@ -60215,9 +60205,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *451 examples: - default: *453 + default: *452 '304': *35 '403': *27 '401': *23 @@ -60244,7 +60234,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *451 + - *450 responses: '204': description: Response @@ -60288,7 +60278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *451 + - *450 requestBody: required: true content: @@ -60401,7 +60391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &454 + - &453 name: column_id description: The unique identifier of the column. in: path @@ -60413,7 +60403,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &454 title: Project Column description: Project columns contain cards of work. type: object @@ -60467,7 +60457,7 @@ paths: - created_at - updated_at examples: - default: &456 + default: &455 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -60502,7 +60492,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *454 + - *453 requestBody: required: true content: @@ -60527,9 +60517,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *454 examples: - default: *456 + default: *455 '304': *35 '403': *27 '401': *23 @@ -60554,7 +60544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *454 + - *453 responses: '204': description: Response @@ -60583,7 +60573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *454 + - *453 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -60604,7 +60594,7 @@ paths: application/json: schema: type: array - items: *452 + items: *451 examples: default: value: @@ -60663,7 +60653,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *454 + - *453 requestBody: required: true content: @@ -60707,9 +60697,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *451 examples: - default: *453 + default: *452 '304': *35 '403': *27 '401': *23 @@ -60719,8 +60709,8 @@ paths: application/json: schema: oneOf: + - *241 - *242 - - *243 '503': description: Response content: @@ -60765,7 +60755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *454 + - *453 requestBody: required: true content: @@ -60826,15 +60816,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *446 + - *445 responses: '200': description: Response content: application/json: - schema: *380 + schema: *379 examples: - default: &457 + default: &456 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -60891,7 +60881,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *446 + - *445 requestBody: required: false content: @@ -60940,9 +60930,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: - default: *457 + default: *456 '404': description: Not Found if the authenticated user does not have access to the project @@ -60963,7 +60953,7 @@ paths: items: type: string '401': *23 - '410': *458 + '410': *457 '422': *7 x-github: githubCloudOnly: false @@ -60986,7 +60976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *446 + - *445 responses: '204': description: Delete Success @@ -61007,7 +60997,7 @@ paths: items: type: string '401': *23 - '410': *458 + '410': *457 '404': *6 x-github: githubCloudOnly: false @@ -61031,7 +61021,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *446 + - *445 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -61088,7 +61078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *446 + - *445 - *132 requestBody: required: false @@ -61143,7 +61133,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *446 + - *445 - *132 responses: '204': @@ -61175,7 +61165,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *446 + - *445 - *132 responses: '200': @@ -61232,116 +61222,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns - parameters: - - *446 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *455 - examples: - default: - value: - - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - headers: - Link: *41 - '304': *35 - '403': *27 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column - parameters: - - *446 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - type: string - examples: - - Remaining tasks - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *455 - examples: - default: - value: - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - '304': *35 - '403': *27 - '422': *7 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true "/rate_limit": get: summary: Get rate limit status for the authenticated user @@ -61383,7 +61263,7 @@ paths: resources: type: object properties: - core: &459 + core: &458 title: Rate Limit type: object properties: @@ -61400,21 +61280,21 @@ paths: - remaining - reset - used - graphql: *459 - search: *459 - code_search: *459 - source_import: *459 - integration_manifest: *459 - code_scanning_upload: *459 - actions_runner_registration: *459 - scim: *459 - dependency_snapshots: *459 - dependency_sbom: *459 - code_scanning_autofix: *459 + graphql: *458 + search: *458 + code_search: *458 + source_import: *458 + integration_manifest: *458 + code_scanning_upload: *458 + actions_runner_registration: *458 + scim: *458 + dependency_snapshots: *458 + dependency_sbom: *458 + code_scanning_autofix: *458 required: - core - search - rate: *459 + rate: *458 required: - rate - resources @@ -61519,14 +61399,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *460 + schema: *459 examples: default-response: summary: Default response @@ -62031,7 +61911,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *461 + '301': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62049,8 +61929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -62308,10 +62188,10 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 - '307': &463 + default: *461 + '307': &462 description: Temporary Redirect content: application/json: @@ -62340,8 +62220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -62363,7 +62243,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *463 + '307': *462 '404': *6 '409': *112 x-github: @@ -62387,11 +62267,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 - - &478 + - &477 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -62414,7 +62294,7 @@ paths: type: integer artifacts: type: array - items: &464 + items: &463 title: Artifact description: An artifact type: object @@ -62509,7 +62389,7 @@ paths: - expires_at - updated_at examples: - default: &479 + default: &478 value: total_count: 2 artifacts: @@ -62570,9 +62450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *446 - *447 - - *448 - - &465 + - &464 name: artifact_id description: The unique identifier of the artifact. in: path @@ -62584,7 +62464,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *463 examples: default: value: @@ -62622,9 +62502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *446 - *447 - - *448 - - *465 + - *464 responses: '204': description: Response @@ -62648,9 +62528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *446 - *447 - - *448 - - *465 + - *464 - name: archive_format in: path required: true @@ -62664,7 +62544,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62687,14 +62567,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *466 + schema: *465 examples: default: value: @@ -62720,11 +62600,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 - - &467 + - &466 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -62758,7 +62638,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &467 title: Repository actions caches description: Repository actions caches type: object @@ -62808,7 +62688,7 @@ paths: - total_count - actions_caches examples: - default: &469 + default: &468 value: total_count: 1 actions_caches: @@ -62840,23 +62720,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: + - *446 - *447 - - *448 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *467 + - *466 responses: '200': description: Response content: application/json: - schema: *468 + schema: *467 examples: - default: *469 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62876,8 +62756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: + - *446 - *447 - - *448 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -62908,9 +62788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - &470 + - &469 name: job_id description: The unique identifier of the job. in: path @@ -62922,7 +62802,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &481 title: Job description: Information of a job execution in a workflow run type: object @@ -63269,9 +63149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *470 + - *469 responses: '302': description: Response @@ -63299,9 +63179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: + - *446 - *447 - - *448 - - *470 + - *469 requestBody: required: false content: @@ -63323,7 +63203,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -63347,8 +63227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Status response @@ -63398,8 +63278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -63433,7 +63313,7 @@ paths: description: Empty response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -63462,8 +63342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -63481,7 +63361,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &483 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -63502,7 +63382,7 @@ paths: - created_at - updated_at examples: - default: &485 + default: &484 value: total_count: 2 secrets: @@ -63535,9 +63415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *446 - *447 - - *448 - - *471 + - *470 - *19 responses: '200': @@ -63554,7 +63434,7 @@ paths: type: integer variables: type: array - items: &488 + items: &487 title: Actions Variable type: object properties: @@ -63588,7 +63468,7 @@ paths: - created_at - updated_at examples: - default: &489 + default: &488 value: total_count: 2 variables: @@ -63621,8 +63501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -63631,11 +63511,11 @@ paths: schema: type: object properties: - enabled: &472 + enabled: &471 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *54 - selected_actions_url: *254 + selected_actions_url: *253 sha_pinning_required: *55 required: - enabled @@ -63666,8 +63546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -63678,7 +63558,7 @@ paths: schema: type: object properties: - enabled: *472 + enabled: *471 allowed_actions: *54 sha_pinning_required: *55 required: @@ -63711,14 +63591,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: &473 + schema: &472 type: object properties: access_level: @@ -63736,7 +63616,7 @@ paths: required: - access_level examples: - default: &474 + default: &473 value: access_level: organization x-github: @@ -63761,15 +63641,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: application/json: - schema: *473 + schema: *472 examples: - default: *474 + default: *473 responses: '204': description: Response @@ -63793,14 +63673,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *256 + schema: *255 examples: default: value: @@ -63824,8 +63704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Empty response for successful settings update @@ -63835,7 +63715,7 @@ paths: required: true content: application/json: - schema: *257 + schema: *256 examples: default: summary: Set retention days @@ -63859,8 +63739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -63868,7 +63748,7 @@ paths: application/json: schema: *56 examples: - default: *258 + default: *257 '404': *6 x-github: enabledForGitHubApps: true @@ -63887,8 +63767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -63922,14 +63802,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *259 + schema: *258 examples: default: *57 '403': *27 @@ -63951,13 +63831,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: application/json: - schema: *260 + schema: *259 examples: default: *57 responses: @@ -63983,8 +63863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -64015,8 +63895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -64048,14 +63928,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *263 + schema: *262 examples: default: *63 x-github: @@ -64078,8 +63958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Success response @@ -64090,7 +63970,7 @@ paths: required: true content: application/json: - schema: *264 + schema: *263 examples: default: *63 x-github: @@ -64119,8 +63999,8 @@ paths: in: query schema: type: string + - *446 - *447 - - *448 - *17 - *19 responses: @@ -64164,8 +64044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -64173,9 +64053,9 @@ paths: application/json: schema: type: array - items: *268 + items: *267 examples: - default: *269 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64197,8 +64077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -64241,7 +64121,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *270 + '201': *269 '404': *6 '422': *7 '409': *112 @@ -64272,8 +64152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: + - *446 - *447 - - *448 responses: '201': description: Response @@ -64281,7 +64161,7 @@ paths: application/json: schema: *73 examples: - default: *271 + default: *270 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64309,8 +64189,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: + - *446 - *447 - - *448 responses: '201': description: Response @@ -64318,7 +64198,7 @@ paths: application/json: schema: *73 examples: - default: *272 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64340,8 +64220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: '200': @@ -64350,7 +64230,7 @@ paths: application/json: schema: *70 examples: - default: *273 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64371,8 +64251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: '204': @@ -64399,8 +64279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: '200': *75 @@ -64425,8 +64305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 requestBody: required: true @@ -64475,8 +64355,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 requestBody: required: true @@ -64526,11 +64406,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: - '200': *274 + '200': *273 '404': *6 x-github: githubCloudOnly: false @@ -64557,10 +64437,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 - - *275 + - *274 responses: '200': *75 '404': *6 @@ -64588,9 +64468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: + - *446 - *447 - - *448 - - &492 + - &491 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -64598,7 +64478,7 @@ paths: required: false schema: type: string - - &493 + - &492 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -64606,7 +64486,7 @@ paths: required: false schema: type: string - - &494 + - &493 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -64615,7 +64495,7 @@ paths: required: false schema: type: string - - &495 + - &494 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -64642,7 +64522,7 @@ paths: - pending - *17 - *19 - - &496 + - &495 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -64651,7 +64531,7 @@ paths: schema: type: string format: date-time - - &475 + - &474 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -64660,13 +64540,13 @@ paths: schema: type: boolean default: false - - &497 + - &496 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &498 + - &497 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -64689,7 +64569,7 @@ paths: type: integer workflow_runs: type: array - items: &476 + items: &475 title: Workflow Run description: An invocation of a workflow type: object @@ -64806,7 +64686,7 @@ paths: type: - array - 'null' - items: &517 + items: &516 title: Pull Request Minimal type: object properties: @@ -64933,7 +64813,7 @@ paths: head_commit: anyOf: - type: 'null' - - &521 + - &520 title: Simple Commit description: A commit. type: object @@ -65007,8 +64887,8 @@ paths: - timestamp - author - committer - repository: *267 - head_repository: *267 + repository: *266 + head_repository: *266 head_repository_id: type: integer examples: @@ -65048,7 +64928,7 @@ paths: - workflow_url - pull_requests examples: - default: &499 + default: &498 value: total_count: 1 workflow_runs: @@ -65284,24 +65164,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *446 - *447 - - *448 - - &477 + - &476 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *475 + - *474 responses: '200': description: Response content: application/json: - schema: *476 + schema: *475 examples: - default: &480 + default: &479 value: id: 30433642 name: Build @@ -65542,9 +65422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '204': description: Response @@ -65567,9 +65447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '200': description: Response @@ -65697,15 +65577,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -65732,12 +65612,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *446 - *447 - - *448 - - *477 + - *476 - *17 - *19 - - *478 + - *477 responses: '200': description: Response @@ -65753,9 +65633,9 @@ paths: type: integer artifacts: type: array - items: *464 + items: *463 examples: - default: *479 + default: *478 headers: Link: *41 x-github: @@ -65779,25 +65659,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *446 - *447 - - *448 - - *477 - - &481 + - *476 + - &480 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *475 + - *474 responses: '200': description: Response content: application/json: - schema: *476 + schema: *475 examples: - default: *480 + default: *479 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65820,10 +65700,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: + - *446 - *447 - - *448 - - *477 - - *481 + - *476 + - *480 - *17 - *19 responses: @@ -65841,9 +65721,9 @@ paths: type: integer jobs: type: array - items: *482 + items: *481 examples: - default: &483 + default: &482 value: total_count: 1 jobs: @@ -65956,10 +65836,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *446 - *447 - - *448 - - *477 - - *481 + - *476 + - *480 responses: '302': description: Response @@ -65987,15 +65867,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '202': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66022,9 +65902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: true content: @@ -66091,15 +65971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '202': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66126,9 +66006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -66158,9 +66038,9 @@ paths: type: integer jobs: type: array - items: *482 + items: *481 examples: - default: *483 + default: *482 headers: Link: *41 x-github: @@ -66185,9 +66065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '302': description: Response @@ -66214,9 +66094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '204': description: Response @@ -66243,9 +66123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '200': description: Response @@ -66314,7 +66194,7 @@ paths: items: type: object properties: - type: &601 + type: &600 type: string description: The type of reviewer. enum: @@ -66325,7 +66205,7 @@ paths: reviewer: anyOf: - *4 - - *294 + - *293 required: - environment - wait_timer @@ -66400,9 +66280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: true content: @@ -66452,7 +66332,7 @@ paths: application/json: schema: type: array - items: &587 + items: &586 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -66564,7 +66444,7 @@ paths: - created_at - updated_at examples: - default: &588 + default: &587 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -66620,9 +66500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: false content: @@ -66644,7 +66524,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66667,9 +66547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: false content: @@ -66691,7 +66571,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66724,9 +66604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '200': description: Response @@ -66863,8 +66743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -66882,9 +66762,9 @@ paths: type: integer secrets: type: array - items: *484 + items: *483 examples: - default: *485 + default: *484 headers: Link: *41 x-github: @@ -66909,16 +66789,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *486 + schema: *485 examples: - default: *487 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66940,17 +66820,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *484 + schema: *483 examples: - default: &614 + default: &613 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66976,9 +66856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 requestBody: required: true content: @@ -67009,7 +66889,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -67035,9 +66915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '204': description: Response @@ -67062,9 +66942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *446 - *447 - - *448 - - *471 + - *470 - *19 responses: '200': @@ -67081,9 +66961,9 @@ paths: type: integer variables: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *41 x-github: @@ -67106,8 +66986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -67134,7 +67014,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -67159,17 +67039,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *446 - *447 - - *448 - - *280 + - *279 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: &615 + default: &614 value: name: USERNAME value: octocat @@ -67195,9 +67075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *446 - *447 - - *448 - - *280 + - *279 requestBody: required: true content: @@ -67239,9 +67119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *446 - *447 - - *448 - - *280 + - *279 responses: '204': description: Response @@ -67266,8 +67146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -67285,7 +67165,7 @@ paths: type: integer workflows: type: array - items: &490 + items: &489 title: Workflow description: A GitHub Actions workflow type: object @@ -67403,9 +67283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *446 - *447 - - *448 - - &491 + - &490 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -67420,7 +67300,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *489 examples: default: value: @@ -67453,9 +67333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '204': description: Response @@ -67480,9 +67360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '204': description: Response @@ -67533,9 +67413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '204': description: Response @@ -67562,19 +67442,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: + - *446 - *447 - - *448 + - *490 - *491 - *492 - *493 - *494 - - *495 - *17 - *19 + - *495 + - *474 - *496 - - *475 - *497 - - *498 responses: '200': description: Response @@ -67590,9 +67470,9 @@ paths: type: integer workflow_runs: type: array - items: *476 + items: *475 examples: - default: *499 + default: *498 headers: Link: *41 x-github: @@ -67625,9 +67505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '200': description: Response @@ -67688,8 +67568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *446 - *447 - - *448 - *104 - *17 - *102 @@ -67857,8 +67737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -67895,8 +67775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: + - *446 - *447 - - *448 - name: assignee in: path required: true @@ -67932,8 +67812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -68045,8 +67925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: + - *446 - *447 - - *448 - *17 - *102 - *103 @@ -68103,7 +67983,7 @@ paths: initiator: type: string examples: - default: *500 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68123,8 +68003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -68132,7 +68012,7 @@ paths: application/json: schema: type: array - items: &501 + items: &500 title: Autolink reference description: An autolink reference. type: object @@ -68191,8 +68071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -68231,9 +68111,9 @@ paths: description: response content: application/json: - schema: *501 + schema: *500 examples: - default: &502 + default: &501 value: id: 1 key_prefix: TICKET- @@ -68264,9 +68144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: + - *446 - *447 - - *448 - - &503 + - &502 name: autolink_id description: The unique identifier of the autolink. in: path @@ -68278,9 +68158,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *500 examples: - default: *502 + default: *501 '404': *6 x-github: githubCloudOnly: false @@ -68300,9 +68180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: + - *446 - *447 - - *448 - - *503 + - *502 responses: '204': description: Response @@ -68326,8 +68206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response if Dependabot is enabled @@ -68377,8 +68257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -68399,8 +68279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -68420,8 +68300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *446 - *447 - - *448 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -68459,7 +68339,7 @@ paths: - url protected: type: boolean - protection: &505 + protection: &504 title: Branch Protection description: Branch Protection type: object @@ -68502,7 +68382,7 @@ paths: required: - contexts - checks - enforce_admins: &508 + enforce_admins: &507 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -68519,7 +68399,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &510 + required_pull_request_reviews: &509 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -68541,7 +68421,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *294 + items: *293 apps: description: The list of apps with review dismissal access. @@ -68573,7 +68453,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *294 + items: *293 apps: description: The list of apps allowed to bypass pull request requirements. @@ -68603,7 +68483,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &507 + restrictions: &506 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -68666,7 +68546,7 @@ paths: type: string teams: type: array - items: *294 + items: *293 apps: type: array items: @@ -68896,9 +68776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *446 - *447 - - *448 - - &506 + - &505 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -68912,14 +68792,14 @@ paths: description: Response content: application/json: - schema: &516 + schema: &515 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &563 + commit: &562 title: Commit description: Commit type: object @@ -68958,7 +68838,7 @@ paths: author: anyOf: - type: 'null' - - &504 + - &503 title: Git User description: Metaproperties for Git author/committer information. @@ -68979,7 +68859,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *503 message: type: string examples: @@ -69003,7 +68883,7 @@ paths: required: - sha - url - verification: &621 + verification: &620 title: Verification type: object properties: @@ -69039,14 +68919,14 @@ paths: author: oneOf: - *4 - - *278 + - *277 type: - 'null' - object committer: oneOf: - *4 - - *278 + - *277 type: - 'null' - object @@ -69083,7 +68963,7 @@ paths: type: integer files: type: array - items: &574 + items: &573 title: Diff Entry description: Diff Entry type: object @@ -69179,7 +69059,7 @@ paths: - self protected: type: boolean - protection: *505 + protection: *504 protection_url: type: string format: uri @@ -69288,7 +69168,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *461 + '301': *460 '404': *6 x-github: githubCloudOnly: false @@ -69310,15 +69190,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *505 + schema: *504 examples: default: value: @@ -69512,9 +69392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -69774,7 +69654,7 @@ paths: url: type: string format: uri - required_status_checks: &513 + required_status_checks: &512 title: Status Check Policy description: Status Check Policy type: object @@ -69855,7 +69735,7 @@ paths: items: *4 teams: type: array - items: *294 + items: *293 apps: type: array items: *5 @@ -69873,7 +69753,7 @@ paths: items: *4 teams: type: array - items: *294 + items: *293 apps: type: array items: *5 @@ -69933,7 +69813,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *507 + restrictions: *506 required_conversation_resolution: type: object properties: @@ -70045,9 +69925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70072,17 +69952,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: &509 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -70104,17 +69984,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: *509 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70133,9 +70013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70160,17 +70040,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *510 + schema: *509 examples: - default: &511 + default: &510 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -70266,9 +70146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70366,9 +70246,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *509 examples: - default: *511 + default: *510 '422': *15 x-github: githubCloudOnly: false @@ -70389,9 +70269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70418,17 +70298,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: &512 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -70451,17 +70331,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: *512 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -70481,9 +70361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70508,17 +70388,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *513 + schema: *512 examples: - default: &514 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -70544,9 +70424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70598,9 +70478,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *512 examples: - default: *514 + default: *513 '404': *6 '422': *15 x-github: @@ -70622,9 +70502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70648,9 +70528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -70684,9 +70564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70753,9 +70633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70819,9 +70699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: content: application/json: @@ -70887,15 +70767,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *507 + schema: *506 examples: default: value: @@ -70986,9 +70866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -71011,9 +70891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -71023,7 +70903,7 @@ paths: type: array items: *5 examples: - default: &515 + default: &514 value: - id: 1 slug: octoapp @@ -71080,9 +70960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71116,7 +70996,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -71137,9 +71017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71173,7 +71053,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -71194,9 +71074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71230,7 +71110,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -71252,9 +71132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -71262,9 +71142,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '404': *6 x-github: githubCloudOnly: false @@ -71284,9 +71164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -71322,9 +71202,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -71345,9 +71225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -71383,9 +71263,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -71406,9 +71286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: content: application/json: @@ -71443,9 +71323,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -71467,9 +71347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -71503,9 +71383,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71563,9 +71443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71623,9 +71503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71685,9 +71565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71709,7 +71589,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *515 examples: default: value: @@ -71823,8 +71703,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *446 - *447 - - *448 - *97 - *98 - *99 @@ -71838,9 +71718,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 '404': *6 '500': *38 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -71860,8 +71740,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *446 - *447 - - *448 - name: bypass_request_number in: path required: true @@ -71875,7 +71755,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -71934,8 +71814,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - *97 - *98 - *99 @@ -71949,9 +71829,9 @@ paths: application/json: schema: type: array - items: *292 + items: *291 examples: - default: *293 + default: *292 '404': *6 '403': *27 '500': *38 @@ -71975,8 +71855,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - name: bypass_request_number in: path required: true @@ -71988,7 +71868,7 @@ paths: description: A single bypass request. content: application/json: - schema: *292 + schema: *291 examples: default: value: @@ -72046,8 +71926,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - name: bypass_request_number in: path required: true @@ -72118,8 +71998,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - name: bypass_response_id in: path required: true @@ -72152,8 +72032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -72432,7 +72312,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &517 title: CheckRun description: A check performed on the code of a given code change type: object @@ -72567,8 +72447,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *517 - deployment: &838 + items: *516 + deployment: &837 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -72855,9 +72735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *446 - *447 - - *448 - - &519 + - &518 name: check_run_id description: The unique identifier of the check run. in: path @@ -72869,9 +72749,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *517 examples: - default: &520 + default: &519 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -72971,9 +72851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *446 - *447 - - *448 - - *519 + - *518 requestBody: required: true content: @@ -73213,9 +73093,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *517 examples: - default: *520 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73235,9 +73115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *446 - *447 - - *448 - - *519 + - *518 - *17 - *19 responses: @@ -73347,15 +73227,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *446 - *447 - - *448 - - *519 + - *518 responses: '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -73393,8 +73273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -73416,7 +73296,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &522 + schema: &521 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -73498,12 +73378,12 @@ paths: type: - array - 'null' - items: *517 + items: *516 app: anyOf: - type: 'null' - *5 - repository: *267 + repository: *266 created_at: type: - string @@ -73514,7 +73394,7 @@ paths: - string - 'null' format: date-time - head_commit: *521 + head_commit: *520 latest_check_runs_count: type: integer check_runs_url: @@ -73542,7 +73422,7 @@ paths: - check_runs_url - pull_requests examples: - default: &523 + default: &522 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -73833,9 +73713,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *522 + schema: *521 examples: - default: *523 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73854,8 +73734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -73916,7 +73796,7 @@ paths: required: - app_id - setting - repository: *267 + repository: *266 examples: default: value: @@ -74164,9 +74044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *446 - *447 - - *448 - - &524 + - &523 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -74178,9 +74058,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *521 examples: - default: *523 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74203,17 +74083,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: + - *446 - *447 - - *448 - - *524 - - &569 + - *523 + - &568 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &570 + - &569 name: status description: Returns check runs with the specified `status`. in: query @@ -74252,9 +74132,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *517 examples: - default: &571 + default: &570 value: total_count: 1 check_runs: @@ -74356,15 +74236,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *446 - *447 - - *448 - - *524 + - *523 responses: '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -74391,21 +74271,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: + - *446 - *447 - - *448 + - *297 - *298 - - *299 - *19 - *17 - - &540 + - &539 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *525 - - &541 + schema: *524 + - &540 name: pr description: The number of the pull request for the results you want to list. in: query @@ -74430,13 +74310,13 @@ paths: be returned. in: query required: false - schema: *300 + schema: *299 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *526 + schema: *525 responses: '200': description: Response @@ -74452,7 +74332,7 @@ paths: updated_at: *127 url: *124 html_url: *125 - instances_url: *527 + instances_url: *526 state: *107 fixed_at: *129 dismissed_by: @@ -74460,11 +74340,11 @@ paths: - type: 'null' - *4 dismissed_at: *128 - dismissed_reason: *528 - dismissed_comment: *529 - rule: *530 - tool: *531 - most_recent_instance: *532 + dismissed_reason: *527 + dismissed_comment: *528 + rule: *529 + tool: *530 + most_recent_instance: *531 dismissal_approved_by: anyOf: - type: 'null' @@ -74587,7 +74467,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &533 + '403': &532 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -74614,9 +74494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - &534 + - &533 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -74630,7 +74510,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &534 type: object properties: number: *119 @@ -74638,7 +74518,7 @@ paths: updated_at: *127 url: *124 html_url: *125 - instances_url: *527 + instances_url: *526 state: *107 fixed_at: *129 dismissed_by: @@ -74646,8 +74526,8 @@ paths: - type: 'null' - *4 dismissed_at: *128 - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *527 + dismissed_comment: *528 rule: type: object properties: @@ -74709,8 +74589,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *531 - most_recent_instance: *532 + tool: *530 + most_recent_instance: *531 dismissal_approved_by: anyOf: - type: 'null' @@ -74806,7 +74686,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -74826,9 +74706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 requestBody: required: true content: @@ -74843,8 +74723,8 @@ paths: enum: - open - dismissed - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *527 + dismissed_comment: *528 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -74863,7 +74743,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *534 examples: default: value: @@ -74939,7 +74819,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &539 + '403': &538 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -74966,15 +74846,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 responses: '200': description: Response content: application/json: - schema: &536 + schema: &535 type: object properties: status: @@ -75001,13 +74881,13 @@ paths: - description - started_at examples: - default: &537 + default: &536 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &538 + '400': &537 description: Bad Request content: application/json: @@ -75018,7 +74898,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75043,29 +74923,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 responses: '200': description: OK content: application/json: - schema: *536 + schema: *535 examples: - default: *537 + default: *536 '202': description: Accepted content: application/json: - schema: *536 + schema: *535 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *538 + '400': *537 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -75097,9 +74977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 requestBody: required: false content: @@ -75145,8 +75025,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *538 - '403': *539 + '400': *537 + '403': *538 '404': *6 '422': description: Unprocessable Entity @@ -75170,13 +75050,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 - *19 - *17 + - *539 - *540 - - *541 responses: '200': description: Response @@ -75184,7 +75064,7 @@ paths: application/json: schema: type: array - items: *532 + items: *531 examples: default: value: @@ -75223,7 +75103,7 @@ paths: end_column: 50 classifications: - source - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75257,25 +75137,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: + - *446 - *447 - - *448 + - *297 - *298 - - *299 - *19 - *17 - - *541 + - *540 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *525 + schema: *524 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &544 + schema: &543 type: string description: An identifier for the upload. examples: @@ -75297,23 +75177,23 @@ paths: application/json: schema: type: array - items: &545 + items: &544 type: object properties: - ref: *525 - commit_sha: &553 + ref: *524 + commit_sha: &552 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *542 + analysis_key: *541 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *543 + category: *542 error: type: string examples: @@ -75338,8 +75218,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *544 - tool: *531 + sarif_id: *543 + tool: *530 deletable: type: boolean warning: @@ -75401,7 +75281,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75437,8 +75317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: + - *446 - *447 - - *448 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -75451,7 +75331,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *544 examples: response: summary: application/json response @@ -75505,7 +75385,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *533 + '403': *532 '404': *6 '422': description: Response if analysis could not be processed @@ -75592,8 +75472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: + - *446 - *447 - - *448 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -75649,7 +75529,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *539 + '403': *538 '404': *6 '503': *184 x-github: @@ -75671,8 +75551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -75680,7 +75560,7 @@ paths: application/json: schema: type: array - items: &546 + items: &545 title: CodeQL Database description: A CodeQL database. type: object @@ -75792,7 +75672,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75821,8 +75701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: + - *446 - *447 - - *448 - name: language in: path description: The language of the CodeQL database. @@ -75834,7 +75714,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *545 examples: default: value: @@ -75866,9 +75746,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &576 + '302': &575 description: Found - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75890,8 +75770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *446 - *447 - - *448 - name: language in: path description: The language of the CodeQL database. @@ -75901,7 +75781,7 @@ paths: responses: '204': description: Response - '403': *539 + '403': *538 '404': *6 '503': *184 x-github: @@ -75929,8 +75809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -75939,7 +75819,7 @@ paths: type: object additionalProperties: false properties: - language: &547 + language: &546 type: string description: The language targeted by the CodeQL query enum: @@ -76018,7 +75898,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &551 + schema: &550 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -76028,7 +75908,7 @@ paths: description: The ID of the variant analysis. controller_repo: *113 actor: *4 - query_language: *547 + query_language: *546 query_pack_url: type: string description: The download url for the query pack. @@ -76076,7 +75956,7 @@ paths: items: type: object properties: - repository: &548 + repository: &547 title: Repository Identifier description: Repository Identifier type: object @@ -76118,7 +75998,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &552 + analysis_status: &551 type: string description: The new status of the CodeQL variant analysis repository task. @@ -76150,7 +76030,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &549 + access_mismatch_repos: &548 type: object properties: repository_count: @@ -76165,7 +76045,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *548 + items: *547 required: - repository_count - repositories @@ -76188,8 +76068,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *549 - over_limit_repos: *549 + no_codeql_db_repos: *548 + over_limit_repos: *548 required: - access_mismatch_repos - not_found_repos @@ -76205,7 +76085,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &550 + value: &549 summary: Default response value: id: 1 @@ -76357,10 +76237,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *550 + value: *549 repository_lists: summary: Response for a successful variant analysis submission - value: *550 + value: *549 '404': *6 '422': description: Unable to process variant analysis submission @@ -76388,8 +76268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: + - *446 - *447 - - *448 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -76401,9 +76281,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *550 examples: - default: *550 + default: *549 '404': *6 '503': *184 x-github: @@ -76426,7 +76306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *447 + - *446 - name: repo in: path description: The name of the controller repository. @@ -76461,7 +76341,7 @@ paths: type: object properties: repository: *113 - analysis_status: *552 + analysis_status: *551 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -76586,8 +76466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -76680,7 +76560,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -76701,8 +76581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -76771,7 +76651,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -76796,7 +76676,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *539 + '403': *538 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -76867,8 +76747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -76876,7 +76756,7 @@ paths: schema: type: object properties: - commit_sha: *553 + commit_sha: *552 ref: type: string description: |- @@ -76936,7 +76816,7 @@ paths: schema: type: object properties: - id: *544 + id: *543 url: type: string description: The REST API URL for checking the status of the upload. @@ -76950,7 +76830,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *539 + '403': *538 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -76973,8 +76853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: + - *446 - *447 - - *448 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -77022,7 +76902,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *533 + '403': *532 '404': description: Not Found if the sarif id does not match any upload '503': *184 @@ -77047,8 +76927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -77129,8 +77009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *446 - *447 - - *448 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -77258,8 +77138,8 @@ paths: parameters: - *17 - *19 + - *446 - *447 - - *448 responses: '200': description: Response @@ -77275,7 +77155,7 @@ paths: type: integer codespaces: type: array - items: *354 + items: *353 examples: default: value: @@ -77573,8 +77453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -77638,17 +77518,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '400': *14 '401': *23 '403': *27 @@ -77677,8 +77557,8 @@ paths: parameters: - *17 - *19 + - *446 - *447 - - *448 responses: '200': description: Response @@ -77742,8 +77622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: + - *446 - *447 - - *448 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -77780,9 +77660,9 @@ paths: type: integer machines: type: array - items: *555 + items: *554 examples: - default: &792 + default: &791 value: total_count: 2 machines: @@ -77822,8 +77702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *446 - *447 - - *448 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -77910,8 +77790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: + - *446 - *447 - - *448 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -77980,8 +77860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -77999,7 +77879,7 @@ paths: type: integer secrets: type: array - items: &559 + items: &558 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -78020,7 +77900,7 @@ paths: - created_at - updated_at examples: - default: *556 + default: *555 headers: Link: *41 x-github: @@ -78043,16 +77923,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *557 + schema: *556 examples: - default: *558 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78072,17 +77952,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *559 + schema: *558 examples: - default: *560 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78102,9 +77982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 requestBody: required: true content: @@ -78132,7 +78012,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -78156,9 +78036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '204': description: Response @@ -78186,8 +78066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *446 - *447 - - *448 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -78225,7 +78105,7 @@ paths: application/json: schema: type: array - items: &561 + items: &560 title: Collaborator description: Collaborator type: object @@ -78418,8 +78298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: + - *446 - *447 - - *448 - *132 responses: '204': @@ -78466,8 +78346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *446 - *447 - - *448 - *132 requestBody: required: false @@ -78494,7 +78374,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &634 + schema: &633 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78506,7 +78386,7 @@ paths: format: int64 examples: - 42 - repository: *267 + repository: *266 invitee: anyOf: - type: 'null' @@ -78682,7 +78562,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *242 + schema: *241 '403': *27 x-github: triggersNotification: true @@ -78722,8 +78602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *446 - *447 - - *448 - *132 responses: '204': @@ -78755,8 +78635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *446 - *447 - - *448 - *132 responses: '200': @@ -78777,7 +78657,7 @@ paths: user: anyOf: - type: 'null' - - *561 + - *560 required: - permission - role_name @@ -78831,8 +78711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -78842,7 +78722,7 @@ paths: application/json: schema: type: array - items: &562 + items: &561 title: Commit Comment description: Commit Comment type: object @@ -78900,7 +78780,7 @@ paths: - created_at - updated_at examples: - default: &565 + default: &564 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78959,17 +78839,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 responses: '200': description: Response content: application/json: - schema: *562 + schema: *561 examples: - default: &566 + default: &565 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79026,8 +78906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -79050,7 +78930,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *561 examples: default: value: @@ -79101,8 +78981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 responses: '204': @@ -79124,8 +79004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -79152,9 +79032,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -79175,8 +79055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -79209,16 +79089,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -79240,10 +79120,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *446 - *447 - - *448 - *214 - - *439 + - *438 responses: '204': description: Response @@ -79292,8 +79172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *446 - *447 - - *448 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -79349,9 +79229,9 @@ paths: application/json: schema: type: array - items: *563 + items: *562 examples: - default: &683 + default: &682 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79445,9 +79325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *446 - *447 - - *448 - - &564 + - &563 name: commit_sha description: The SHA of the commit. in: path @@ -79519,9 +79399,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *446 - *447 - - *448 - - *564 + - *563 - *17 - *19 responses: @@ -79531,9 +79411,9 @@ paths: application/json: schema: type: array - items: *562 + items: *561 examples: - default: *565 + default: *564 headers: Link: *41 x-github: @@ -79561,9 +79441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *446 - *447 - - *448 - - *564 + - *563 requestBody: required: true content: @@ -79598,9 +79478,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *561 examples: - default: *566 + default: *565 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79628,9 +79508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: + - *446 - *447 - - *448 - - *564 + - *563 - *17 - *19 responses: @@ -79640,9 +79520,9 @@ paths: application/json: schema: type: array - items: *567 + items: *566 examples: - default: &675 + default: &674 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -80179,11 +80059,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *446 - *447 - - *448 - *19 - *17 - - &568 + - &567 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -80198,9 +80078,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *562 examples: - default: &661 + default: &660 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -80313,11 +80193,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: + - *446 - *447 - - *448 + - *567 - *568 - *569 - - *570 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -80351,9 +80231,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *517 examples: - default: *571 + default: *570 headers: Link: *41 x-github: @@ -80378,9 +80258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: + - *446 - *447 - - *448 - - *568 + - *567 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -80388,7 +80268,7 @@ paths: schema: type: integer example: 1 - - *569 + - *568 - *17 - *19 responses: @@ -80406,7 +80286,7 @@ paths: type: integer check_suites: type: array - items: *522 + items: *521 examples: default: value: @@ -80606,9 +80486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: + - *446 - *447 - - *448 - - *568 + - *567 - *17 - *19 responses: @@ -80679,7 +80559,7 @@ paths: type: string total_count: type: integer - repository: *267 + repository: *266 commit_url: type: string format: uri @@ -80810,9 +80690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *446 - *447 - - *448 - - *568 + - *567 - *17 - *19 responses: @@ -80822,7 +80702,7 @@ paths: application/json: schema: type: array - items: &737 + items: &736 title: Status description: The status of a commit. type: object @@ -80903,7 +80783,7 @@ paths: site_admin: false headers: Link: *41 - '301': *461 + '301': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80931,8 +80811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -80965,11 +80845,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *572 + - *571 code_of_conduct_file: anyOf: - type: 'null' - - &573 + - &572 title: Community Health File type: object properties: @@ -80989,19 +80869,19 @@ paths: contributing: anyOf: - type: 'null' - - *573 + - *572 readme: anyOf: - type: 'null' - - *573 + - *572 issue_template: anyOf: - type: 'null' - - *573 + - *572 pull_request_template: anyOf: - type: 'null' - - *573 + - *572 required: - code_of_conduct - code_of_conduct_file @@ -81130,8 +81010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *446 - *447 - - *448 - *19 - *17 - name: basehead @@ -81179,8 +81059,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *563 - merge_base_commit: *563 + base_commit: *562 + merge_base_commit: *562 status: type: string enum: @@ -81204,10 +81084,10 @@ paths: - 6 commits: type: array - items: *563 + items: *562 files: type: array - items: *574 + items: *573 required: - url - html_url @@ -81493,8 +81373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *446 - *447 - - *448 - name: path description: path parameter in: path @@ -81647,7 +81527,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &575 + response-if-content-is-a-file: &574 summary: Response if content is a file value: type: file @@ -81784,7 +81664,7 @@ paths: - size - type - url - - &688 + - &687 title: Content File description: Content File type: object @@ -82002,7 +81882,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *575 + response-if-content-is-a-file: *574 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -82071,7 +81951,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *576 + '302': *575 '304': *35 x-github: githubCloudOnly: false @@ -82094,8 +81974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *446 - *447 - - *448 - name: path description: path parameter in: path @@ -82190,7 +82070,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &576 title: File Commit description: File Commit type: object @@ -82346,7 +82226,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *576 examples: example-for-creating-a-file: value: @@ -82400,7 +82280,7 @@ paths: schema: oneOf: - *3 - - &616 + - &615 description: Repository rule violation was detected type: object properties: @@ -82421,7 +82301,7 @@ paths: items: type: object properties: - placeholder_id: &729 + placeholder_id: &728 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82453,8 +82333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *446 - *447 - - *448 - name: path description: path parameter in: path @@ -82515,7 +82395,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *576 examples: default: value: @@ -82570,8 +82450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *446 - *447 - - *448 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -82695,22 +82575,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *446 - *447 - - *448 + - *313 - *314 - *315 - *316 - - *317 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string + - *317 + - *577 - *318 - - *578 - *319 - - *320 - *104 - name: per_page description: The number of results per page (max 100). For more information, @@ -82729,7 +82609,7 @@ paths: application/json: schema: type: array - items: &581 + items: &580 type: object description: A Dependabot alert. properties: @@ -82779,7 +82659,7 @@ paths: - direct - transitive - - security_advisory: *579 + security_advisory: *578 security_vulnerability: *123 url: *124 html_url: *125 @@ -82810,7 +82690,7 @@ paths: dismissal. maxLength: 280 fixed_at: *129 - auto_dismissed_at: *580 + auto_dismissed_at: *579 required: - number - state @@ -83040,9 +82920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *446 - *447 - - *448 - - &582 + - &581 name: alert_number in: path description: |- @@ -83057,7 +82937,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: default: value: @@ -83170,9 +83050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *446 - *447 - - *448 - - *582 + - *581 requestBody: required: true content: @@ -83217,7 +83097,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: default: value: @@ -83346,8 +83226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -83365,7 +83245,7 @@ paths: type: integer secrets: type: array - items: &585 + items: &584 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -83419,16 +83299,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *583 + schema: *582 examples: - default: *584 + default: *583 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83448,15 +83328,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *585 + schema: *584 examples: default: value: @@ -83482,9 +83362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 requestBody: required: true content: @@ -83512,7 +83392,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -83536,9 +83416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '204': description: Response @@ -83560,8 +83440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: + - *446 - *447 - - *448 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -83735,8 +83615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -83996,8 +83876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -84080,7 +83960,7 @@ paths: - version - url additionalProperties: false - metadata: &586 + metadata: &585 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -84119,7 +83999,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *586 + metadata: *585 resolved: type: object description: A collection of resolved package dependencies. @@ -84133,7 +84013,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *586 + metadata: *585 relationship: type: string description: A notation of whether a dependency is requested @@ -84266,8 +84146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *446 - *447 - - *448 - name: sha description: The SHA recorded at creation time. in: query @@ -84308,9 +84188,9 @@ paths: application/json: schema: type: array - items: *587 + items: *586 examples: - default: *588 + default: *587 headers: Link: *41 x-github: @@ -84376,8 +84256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -84459,7 +84339,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *586 examples: simple-example: summary: Simple example @@ -84532,9 +84412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *446 - *447 - - *448 - - &589 + - &588 name: deployment_id description: deployment_id parameter in: path @@ -84546,7 +84426,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *586 examples: default: value: @@ -84611,9 +84491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *446 - *447 - - *448 - - *589 + - *588 responses: '204': description: Response @@ -84635,9 +84515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *446 - *447 - - *448 - - *589 + - *588 - *17 - *19 responses: @@ -84647,7 +84527,7 @@ paths: application/json: schema: type: array - items: &590 + items: &589 title: Deployment Status description: The status of a deployment. type: object @@ -84811,9 +84691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *446 - *447 - - *448 - - *589 + - *588 requestBody: required: true content: @@ -84888,9 +84768,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: - default: &591 + default: &590 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -84946,9 +84826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *446 - *447 - - *448 - - *589 + - *588 - name: status_id in: path required: true @@ -84959,9 +84839,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: - default: *591 + default: *590 '404': *6 x-github: githubCloudOnly: false @@ -84988,12 +84868,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 + - *591 - *592 - *593 - *594 - - *595 - *17 - *19 responses: @@ -85003,9 +84883,9 @@ paths: application/json: schema: type: array - items: *596 + items: *595 examples: - default: *597 + default: *596 '404': *6 '403': *27 '500': *38 @@ -85029,8 +84909,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85042,7 +84922,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *596 + schema: *595 examples: default: value: @@ -85098,8 +84978,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85158,12 +85038,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - *97 - *98 - *99 - - *598 + - *597 - *17 - *19 responses: @@ -85173,9 +85053,9 @@ paths: application/json: schema: type: array - items: *599 + items: *598 examples: - default: *600 + default: *599 '404': *6 '403': *27 '500': *38 @@ -85200,8 +85080,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85213,7 +85093,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *599 + schema: *598 examples: default: value: @@ -85271,8 +85151,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85341,8 +85221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -85399,8 +85279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -85418,7 +85298,7 @@ paths: - 5 environments: type: array - items: &602 + items: &601 title: Environment description: Details of a deployment environment type: object @@ -85480,7 +85360,7 @@ paths: type: string examples: - wait_timer - wait_timer: &604 + wait_timer: &603 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -85522,11 +85402,11 @@ paths: items: type: object properties: - type: *601 + type: *600 reviewer: anyOf: - *4 - - *294 + - *293 required: - id - node_id @@ -85549,7 +85429,7 @@ paths: - id - node_id - type - deployment_branch_policy: &605 + deployment_branch_policy: &604 type: - object - 'null' @@ -85666,9 +85546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *446 - *447 - - *448 - - &603 + - &602 name: environment_name in: path required: true @@ -85681,9 +85561,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *601 examples: - default: &606 + default: &605 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -85767,9 +85647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *446 - *447 - - *448 - - *603 + - *602 requestBody: required: false content: @@ -85779,7 +85659,7 @@ paths: - object - 'null' properties: - wait_timer: *604 + wait_timer: *603 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -85798,14 +85678,14 @@ paths: items: type: object properties: - type: *601 + type: *600 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *605 + deployment_branch_policy: *604 additionalProperties: false examples: default: @@ -85825,9 +85705,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *601 examples: - default: *606 + default: *605 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85851,9 +85731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *446 - *447 - - *448 - - *603 + - *602 responses: '204': description: Default response @@ -85878,9 +85758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *446 - *447 - - *448 - - *603 + - *602 - *17 - *19 responses: @@ -85899,7 +85779,7 @@ paths: - 2 branch_policies: type: array - items: &607 + items: &606 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85960,9 +85840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 + - *602 requestBody: required: true content: @@ -86010,9 +85890,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *606 examples: - example-wildcard: &608 + example-wildcard: &607 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -86054,10 +85934,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 - - &609 + - *602 + - &608 name: branch_policy_id in: path required: true @@ -86069,9 +85949,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *606 examples: - default: *608 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86090,10 +85970,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 - - *609 + - *602 + - *608 requestBody: required: true content: @@ -86122,9 +86002,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *606 examples: - default: *608 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86143,10 +86023,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 - - *609 + - *602 + - *608 responses: '204': description: Response @@ -86171,9 +86051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *603 - - *448 + - *602 - *447 + - *446 responses: '200': description: List of deployment protection rules @@ -86190,7 +86070,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &610 + items: &609 title: Deployment protection rule description: Deployment protection rule type: object @@ -86212,7 +86092,7 @@ paths: for the environment. examples: - true - app: &611 + app: &610 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -86315,9 +86195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *603 - - *448 + - *602 - *447 + - *446 requestBody: content: application/json: @@ -86338,9 +86218,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *610 + schema: *609 examples: - default: &612 + default: &611 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -86375,9 +86255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *603 - - *448 + - *602 - *447 + - *446 - *19 - *17 responses: @@ -86397,7 +86277,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *611 + items: *610 examples: default: value: @@ -86432,10 +86312,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: + - *446 - *447 - - *448 - - *603 - - &613 + - *602 + - &612 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -86447,9 +86327,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *609 examples: - default: *612 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86470,10 +86350,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *603 - - *448 + - *602 - *447 - - *613 + - *446 + - *612 responses: '204': description: Response @@ -86499,9 +86379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *446 - *447 - - *448 - - *603 + - *602 - *17 - *19 responses: @@ -86519,9 +86399,9 @@ paths: type: integer secrets: type: array - items: *484 + items: *483 examples: - default: *485 + default: *484 headers: Link: *41 x-github: @@ -86546,17 +86426,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *446 - *447 - - *448 - - *603 + - *602 responses: '200': description: Response content: application/json: - schema: *486 + schema: *485 examples: - default: *487 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86578,18 +86458,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *446 - *447 - - *448 - - *603 - - *277 + - *602 + - *276 responses: '200': description: Response content: application/json: - schema: *484 + schema: *483 examples: - default: *614 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86611,10 +86491,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *446 - *447 - - *448 - - *603 - - *277 + - *602 + - *276 requestBody: required: true content: @@ -86645,7 +86525,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -86671,10 +86551,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *446 - *447 - - *448 - - *603 - - *277 + - *602 + - *276 responses: '204': description: Default response @@ -86699,10 +86579,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *446 - *447 - - *448 - - *603 - - *471 + - *602 + - *470 - *19 responses: '200': @@ -86719,9 +86599,9 @@ paths: type: integer variables: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *41 x-github: @@ -86744,9 +86624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *446 - *447 - - *448 - - *603 + - *602 requestBody: required: true content: @@ -86773,7 +86653,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -86798,18 +86678,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *446 - *447 - - *448 - - *603 - - *280 + - *602 + - *279 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: *615 + default: *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86830,10 +86710,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *446 - *447 - - *448 - - *280 - - *603 + - *279 + - *602 requestBody: required: true content: @@ -86875,10 +86755,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *446 - *447 - - *448 - - *280 - - *603 + - *279 + - *602 responses: '204': description: Response @@ -86900,8 +86780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -86969,8 +86849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *446 - *447 - - *448 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -86992,7 +86872,7 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: default: value: @@ -87129,8 +87009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -87163,9 +87043,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 '400': *14 '422': *15 '403': *27 @@ -87186,8 +87066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -87246,8 +87126,8 @@ paths: application/json: schema: oneOf: - - *242 - - *616 + - *241 + - *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87272,8 +87152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *446 - *447 - - *448 - name: file_sha in: path required: true @@ -87373,8 +87253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -87483,7 +87363,7 @@ paths: description: Response content: application/json: - schema: &617 + schema: &616 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -87710,15 +87590,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *446 - *447 - - *448 - - *564 + - *563 responses: '200': description: Response content: application/json: - schema: *617 + schema: *616 examples: default: value: @@ -87774,9 +87654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *446 - *447 - - *448 - - &618 + - &617 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -87793,7 +87673,7 @@ paths: application/json: schema: type: array - items: &619 + items: &618 title: Git Reference description: Git references within a repository type: object @@ -87869,17 +87749,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *446 - *447 - - *448 - - *618 + - *617 responses: '200': description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: &620 + default: &619 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87908,8 +87788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -87938,9 +87818,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: *620 + default: *619 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87966,9 +87846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *446 - *447 - - *448 - - *618 + - *617 requestBody: required: true content: @@ -87997,9 +87877,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: *620 + default: *619 '422': *15 '409': *112 x-github: @@ -88017,9 +87897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *446 - *447 - - *448 - - *618 + - *617 responses: '204': description: Response @@ -88074,8 +87954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -88142,7 +88022,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &621 title: Git Tag description: Metadata for a Git tag type: object @@ -88198,7 +88078,7 @@ paths: - sha - type - url - verification: *621 + verification: *620 required: - sha - url @@ -88208,7 +88088,7 @@ paths: - tag - message examples: - default: &623 + default: &622 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -88281,8 +88161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *446 - *447 - - *448 - name: tag_sha in: path required: true @@ -88293,9 +88173,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - default: *623 + default: *622 '404': *6 '409': *112 x-github: @@ -88319,8 +88199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -88394,7 +88274,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &623 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -88496,8 +88376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *446 - *447 - - *448 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -88520,7 +88400,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *623 examples: default-response: summary: Default response @@ -88579,8 +88459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -88590,7 +88470,7 @@ paths: application/json: schema: type: array - items: &625 + items: &624 title: Webhook description: Webhooks for repositories. type: object @@ -88653,7 +88533,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &869 + last_response: &868 title: Hook Response type: object properties: @@ -88730,8 +88610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -88784,9 +88664,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: &626 + default: &625 value: type: Repository id: 12345678 @@ -88834,17 +88714,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '200': description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *626 + default: *625 '404': *6 x-github: githubCloudOnly: false @@ -88864,9 +88744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 requestBody: required: true content: @@ -88911,9 +88791,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *626 + default: *625 '422': *15 '404': *6 x-github: @@ -88934,9 +88814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '204': description: Response @@ -88960,9 +88840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '200': description: Response @@ -88989,9 +88869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: + - *446 - *447 - - *448 - - *326 + - *325 requestBody: required: false content: @@ -89035,11 +88915,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 - *17 - - *327 + - *326 responses: '200': description: Response @@ -89047,9 +88927,9 @@ paths: application/json: schema: type: array - items: *328 + items: *327 examples: - default: *329 + default: *328 '400': *14 '422': *15 x-github: @@ -89068,18 +88948,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 - *16 responses: '200': description: Response content: application/json: - schema: *330 + schema: *329 examples: - default: *331 + default: *330 '400': *14 '422': *15 x-github: @@ -89098,9 +88978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 - *16 responses: '202': *37 @@ -89123,9 +89003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '204': description: Response @@ -89150,9 +89030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '204': description: Response @@ -89175,8 +89055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response if immutable releases are enabled @@ -89224,8 +89104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *446 - *447 - - *448 responses: '204': *144 '409': *112 @@ -89245,8 +89125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *446 - *447 - - *448 responses: '204': *144 '409': *112 @@ -89303,14 +89183,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: &627 + schema: &626 title: Import description: A repository import from an external source. type: object @@ -89417,7 +89297,7 @@ paths: - html_url - authors_url examples: - default: &630 + default: &629 value: vcs: subversion use_lfs: true @@ -89433,7 +89313,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &628 + '503': &627 description: Unavailable due to service under maintenance. content: application/json: @@ -89462,8 +89342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -89511,7 +89391,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *626 examples: default: value: @@ -89536,7 +89416,7 @@ paths: type: string '422': *15 '404': *6 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89564,8 +89444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -89617,7 +89497,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *626 examples: example-1: summary: Example 1 @@ -89665,7 +89545,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89688,12 +89568,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *446 - *447 - - *448 responses: '204': description: Response - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89719,9 +89599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *446 - *447 - - *448 - - &813 + - &812 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -89735,7 +89615,7 @@ paths: application/json: schema: type: array - items: &629 + items: &628 title: Porter Author description: Porter Author type: object @@ -89789,7 +89669,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89814,8 +89694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *446 - *447 - - *448 - name: author_id in: path required: true @@ -89845,7 +89725,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *628 examples: default: value: @@ -89858,7 +89738,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89882,8 +89762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -89924,7 +89804,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89952,8 +89832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -89980,11 +89860,11 @@ paths: description: Response content: application/json: - schema: *627 + schema: *626 examples: - default: *630 + default: *629 '422': *15 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90007,8 +89887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -90016,8 +89896,8 @@ paths: application/json: schema: *20 examples: - default: *631 - '301': *461 + default: *630 + '301': *460 '404': *6 x-github: githubCloudOnly: false @@ -90037,8 +89917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -90046,12 +89926,12 @@ paths: application/json: schema: anyOf: - - *344 + - *343 - type: object properties: {} additionalProperties: false examples: - default: &633 + default: &632 value: limit: collaborators_only origin: repository @@ -90076,13 +89956,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: application/json: - schema: *632 + schema: *631 examples: default: summary: Example request body @@ -90094,9 +89974,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *343 examples: - default: *633 + default: *632 '409': description: Response x-github: @@ -90118,8 +89998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -90142,8 +90022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -90153,9 +90033,9 @@ paths: application/json: schema: type: array - items: *634 + items: *633 examples: - default: &806 + default: &805 value: - id: 1 repository: @@ -90286,9 +90166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *446 - *447 - - *448 - - *348 + - *347 requestBody: required: false content: @@ -90317,7 +90197,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *633 examples: default: value: @@ -90448,9 +90328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *446 - *447 - - *448 - - *348 + - *347 responses: '204': description: Response @@ -90481,8 +90361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *446 - *447 - - *448 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -90530,7 +90410,7 @@ paths: required: false schema: type: string - - *352 + - *351 - name: sort description: What to sort results by. in: query @@ -90555,7 +90435,7 @@ paths: type: array items: *215 examples: - default: &641 + default: &640 value: - id: 1 node_id: MDU6SXNzdWUx @@ -90703,7 +90583,7 @@ paths: state_reason: completed headers: Link: *41 - '301': *461 + '301': *460 '422': *15 '404': *6 x-github: @@ -90732,8 +90612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -90825,7 +90705,7 @@ paths: application/json: schema: *215 examples: - default: &638 + default: &637 value: id: 1 node_id: MDU6SXNzdWUx @@ -90981,7 +90861,7 @@ paths: '422': *15 '503': *184 '404': *6 - '410': *458 + '410': *457 x-github: triggersNotification: true githubCloudOnly: false @@ -91009,8 +90889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *446 - *447 - - *448 - *224 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -91031,9 +90911,9 @@ paths: application/json: schema: type: array - items: *635 + items: *634 examples: - default: &640 + default: &639 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -91091,17 +90971,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 responses: '200': description: Response content: application/json: - schema: *635 + schema: *634 examples: - default: &636 + default: &635 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -91155,8 +91035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -91179,9 +91059,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *634 examples: - default: *636 + default: *635 '422': *15 x-github: githubCloudOnly: false @@ -91199,8 +91079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 responses: '204': @@ -91221,8 +91101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -91249,9 +91129,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -91272,8 +91152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -91306,16 +91186,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -91337,10 +91217,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *446 - *447 - - *448 - *214 - - *439 + - *438 responses: '204': description: Response @@ -91360,8 +91240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -91371,7 +91251,7 @@ paths: application/json: schema: type: array - items: &637 + items: &636 title: Issue Event description: Issue Event type: object @@ -91451,7 +91331,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *294 + requested_team: *293 dismissed_review: title: Issue Event Dismissed Review type: object @@ -91710,8 +91590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *446 - *447 - - *448 - name: event_id in: path required: true @@ -91722,7 +91602,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *636 examples: default: value: @@ -91915,7 +91795,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *458 + '410': *457 '403': *27 x-github: githubCloudOnly: false @@ -91949,9 +91829,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *446 - *447 - - *448 - - &639 + - &638 name: issue_number description: The number that identifies the issue. in: path @@ -91965,10 +91845,10 @@ paths: application/json: schema: *215 examples: - default: *638 - '301': *461 + default: *637 + '301': *460 '404': *6 - '410': *458 + '410': *457 '304': *35 x-github: githubCloudOnly: false @@ -91993,9 +91873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -92116,13 +91996,13 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 '422': *15 '503': *184 '403': *27 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92140,9 +92020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -92170,7 +92050,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92186,9 +92066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: content: application/json: @@ -92215,7 +92095,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92237,9 +92117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: assignee in: path required: true @@ -92279,9 +92159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *205 - *17 - *19 @@ -92292,13 +92172,13 @@ paths: application/json: schema: type: array - items: *635 + items: *634 examples: - default: *640 + default: *639 headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92327,9 +92207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -92351,16 +92231,16 @@ paths: description: Response content: application/json: - schema: *635 + schema: *634 examples: - default: *636 + default: *635 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *458 + '410': *457 '422': *15 '404': *6 x-github: @@ -92388,9 +92268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -92402,12 +92282,12 @@ paths: type: array items: *215 examples: - default: *641 + default: *640 headers: Link: *41 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92435,9 +92315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -92461,15 +92341,15 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *461 + '301': *460 '403': *27 - '410': *458 + '410': *457 '422': *15 '404': *6 x-github: @@ -92500,9 +92380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -92516,13 +92396,13 @@ paths: application/json: schema: *215 examples: - default: *638 - '301': *461 + default: *637 + '301': *460 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *458 + '410': *457 x-github: triggersNotification: true githubCloudOnly: false @@ -92548,9 +92428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -92562,12 +92442,12 @@ paths: type: array items: *215 examples: - default: *641 + default: *640 headers: Link: *41 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92584,9 +92464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -92600,7 +92480,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &644 + - &643 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -92649,7 +92529,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &645 + - &644 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -92777,7 +92657,7 @@ paths: - performed_via_github_app - assignee - assigner - - &646 + - &645 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -92823,7 +92703,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &647 + - &646 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92869,7 +92749,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &648 + - &647 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92918,7 +92798,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &649 + - &648 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92947,7 +92827,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *294 + requested_team: *293 requested_reviewer: *4 required: - review_requester @@ -92960,7 +92840,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &650 + - &649 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92989,7 +92869,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *294 + requested_team: *293 requested_reviewer: *4 required: - review_requester @@ -93002,7 +92882,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &651 + - &650 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -93058,7 +92938,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &652 + - &651 title: Locked Issue Event description: Locked Issue Event type: object @@ -93103,7 +92983,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &653 + - &652 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -93164,7 +93044,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &654 + - &653 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -93225,7 +93105,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &655 + - &654 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -93286,7 +93166,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &655 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -93379,7 +93259,7 @@ paths: color: red headers: Link: *41 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93396,9 +93276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -93408,7 +93288,7 @@ paths: application/json: schema: type: array - items: &642 + items: &641 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -93463,7 +93343,7 @@ paths: - color - default examples: - default: &643 + default: &642 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93481,9 +93361,9 @@ paths: default: false headers: Link: *41 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93500,9 +93380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -93561,12 +93441,12 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 - '301': *461 + default: *642 + '301': *460 '404': *6 - '410': *458 + '410': *457 '422': *15 x-github: githubCloudOnly: false @@ -93583,9 +93463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -93645,12 +93525,12 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 - '301': *461 + default: *642 + '301': *460 '404': *6 - '410': *458 + '410': *457 '422': *15 x-github: githubCloudOnly: false @@ -93667,15 +93547,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 responses: '204': description: Response - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93694,9 +93574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: name in: path required: true @@ -93709,7 +93589,7 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: default: value: @@ -93720,9 +93600,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93742,9 +93622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -93773,7 +93653,7 @@ paths: '204': description: Response '403': *27 - '410': *458 + '410': *457 '404': *6 '422': *15 x-github: @@ -93791,9 +93671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 responses: '204': description: Response @@ -93823,9 +93703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 responses: '200': description: Response @@ -93833,10 +93713,10 @@ paths: application/json: schema: *215 examples: - default: *638 - '301': *461 + default: *637 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93853,9 +93733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -93881,13 +93761,13 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93905,9 +93785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -93939,16 +93819,16 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -93970,10 +93850,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *446 - *447 - - *448 - - *639 - - *439 + - *638 + - *438 responses: '204': description: Response @@ -94002,9 +93882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -94028,7 +93908,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -94061,9 +93941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -94075,11 +93955,11 @@ paths: type: array items: *215 examples: - default: *641 + default: *640 headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94107,9 +93987,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -94138,14 +94018,14 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *458 + '410': *457 '422': *15 '404': *6 x-github: @@ -94165,9 +94045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -94200,7 +94080,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 '403': *27 '404': *6 '422': *7 @@ -94222,9 +94102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -94239,6 +94119,7 @@ paths: description: Timeline Event type: object anyOf: + - *643 - *644 - *645 - *646 @@ -94251,7 +94132,6 @@ paths: - *653 - *654 - *655 - - *656 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -94580,7 +94460,7 @@ paths: type: string comments: type: array - items: &677 + items: &676 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94818,7 +94698,7 @@ paths: type: string comments: type: array - items: *562 + items: *561 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -95093,7 +94973,7 @@ paths: headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95110,8 +94990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -95121,7 +95001,7 @@ paths: application/json: schema: type: array - items: &657 + items: &656 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -95189,8 +95069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95226,9 +95106,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: - default: &658 + default: &657 value: id: 1 key: ssh-rsa AAA... @@ -95262,9 +95142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *446 - *447 - - *448 - - &659 + - &658 name: key_id description: The unique identifier of the key. in: path @@ -95276,9 +95156,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: - default: *658 + default: *657 '404': *6 x-github: githubCloudOnly: false @@ -95296,9 +95176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *446 - *447 - - *448 - - *659 + - *658 responses: '204': description: Response @@ -95318,8 +95198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -95329,9 +95209,9 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 + default: *642 headers: Link: *41 '404': *6 @@ -95352,8 +95232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95389,9 +95269,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: &660 + default: &659 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -95423,8 +95303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *446 - *447 - - *448 - name: name in: path required: true @@ -95435,9 +95315,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *660 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -95454,8 +95334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *446 - *447 - - *448 - name: name in: path required: true @@ -95494,7 +95374,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: default: value: @@ -95520,8 +95400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *446 - *447 - - *448 - name: name in: path required: true @@ -95547,8 +95427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -95584,8 +95464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *446 - *447 - - *448 responses: '202': *37 '403': @@ -95613,8 +95493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -95640,9 +95520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *446 - *447 - - *448 - - *540 + - *539 responses: '200': description: Response @@ -95789,8 +95669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95855,8 +95735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95890,9 +95770,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *563 + schema: *562 examples: - default: *661 + default: *660 '204': description: Response when already merged '404': @@ -95917,8 +95797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *446 - *447 - - *448 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -95959,7 +95839,7 @@ paths: application/json: schema: type: array - items: *386 + items: *385 examples: default: value: @@ -96015,8 +95895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -96056,9 +95936,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *385 examples: - default: &662 + default: &661 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -96117,9 +95997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *446 - *447 - - *448 - - &663 + - &662 name: milestone_number description: The number that identifies the milestone. in: path @@ -96131,9 +96011,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *385 examples: - default: *662 + default: *661 '404': *6 x-github: githubCloudOnly: false @@ -96150,9 +96030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *446 - *447 - - *448 - - *663 + - *662 requestBody: required: false content: @@ -96190,9 +96070,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *385 examples: - default: *662 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96208,9 +96088,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *446 - *447 - - *448 - - *663 + - *662 responses: '204': description: Response @@ -96231,9 +96111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: + - *446 - *447 - - *448 - - *663 + - *662 - *17 - *19 responses: @@ -96243,9 +96123,9 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 + default: *642 headers: Link: *41 x-github: @@ -96264,12 +96144,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: + - *446 - *447 - - *448 + - *663 - *664 - - *665 - *205 - - *666 + - *665 - *17 - *19 responses: @@ -96281,7 +96161,7 @@ paths: type: array items: *227 examples: - default: *667 + default: *666 headers: Link: *41 x-github: @@ -96305,8 +96185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -96364,14 +96244,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: &668 + schema: &667 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -96515,7 +96395,7 @@ paths: - custom_404 - public examples: - default: &669 + default: &668 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -96556,8 +96436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -96612,9 +96492,9 @@ paths: description: Response content: application/json: - schema: *668 + schema: *667 examples: - default: *669 + default: *668 '422': *15 '409': *112 x-github: @@ -96637,8 +96517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -96746,8 +96626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -96773,8 +96653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -96784,7 +96664,7 @@ paths: application/json: schema: type: array - items: &670 + items: &669 title: Page Build description: Page Build type: object @@ -96876,8 +96756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *446 - *447 - - *448 responses: '201': description: Response @@ -96924,16 +96804,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *670 + schema: *669 examples: - default: &671 + default: &670 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96981,8 +96861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *446 - *447 - - *448 - name: build_id in: path required: true @@ -96993,9 +96873,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *669 examples: - default: *671 + default: *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97015,8 +96895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97124,9 +97004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: + - *446 - *447 - - *448 - - &672 + - &671 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -97184,9 +97064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *446 - *447 - - *448 - - *672 + - *671 responses: '204': *144 '404': *6 @@ -97213,8 +97093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -97482,7 +97362,7 @@ paths: description: Empty response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -97509,8 +97389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Private vulnerability reporting status @@ -97547,8 +97427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': *144 '422': *14 @@ -97569,8 +97449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': *144 '422': *14 @@ -97593,8 +97473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: + - *446 - *447 - - *448 - name: state description: Indicates the state of the projects to return. in: query @@ -97615,7 +97495,7 @@ paths: application/json: schema: type: array - items: *380 + items: *379 examples: default: value: @@ -97655,7 +97535,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *458 + '410': *457 '422': *7 x-github: githubCloudOnly: false @@ -97678,8 +97558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97705,13 +97585,13 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: - default: *457 + default: *456 '401': *23 '403': *27 '404': *6 - '410': *458 + '410': *457 '422': *7 x-github: githubCloudOnly: false @@ -97734,8 +97614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -97745,7 +97625,7 @@ paths: type: array items: *145 examples: - default: *673 + default: *672 '403': *27 '404': *6 x-github: @@ -97767,8 +97647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97784,7 +97664,7 @@ paths: required: - properties examples: - default: *674 + default: *673 responses: '204': description: No Content when custom property values are successfully created @@ -97822,8 +97702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *446 - *447 - - *448 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -97883,9 +97763,9 @@ paths: application/json: schema: type: array - items: *567 + items: *566 examples: - default: *675 + default: *674 headers: Link: *41 '304': *35 @@ -97917,8 +97797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97985,7 +97865,7 @@ paths: description: Response content: application/json: - schema: &679 + schema: &678 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -98114,7 +97994,7 @@ paths: milestone: anyOf: - type: 'null' - - *386 + - *385 active_lock_reason: type: - string @@ -98169,7 +98049,7 @@ paths: type: - array - 'null' - items: *362 + items: *361 head: type: object properties: @@ -98207,14 +98087,14 @@ paths: _links: type: object properties: - comments: *387 - commits: *387 - statuses: *387 - html: *387 - issue: *387 - review_comments: *387 - review_comment: *387 - self: *387 + comments: *386 + commits: *386 + statuses: *386 + html: *386 + issue: *386 + review_comments: *386 + review_comment: *386 + self: *386 required: - comments - commits @@ -98225,7 +98105,7 @@ paths: - review_comment - self author_association: *202 - auto_merge: *676 + auto_merge: *675 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -98327,7 +98207,7 @@ paths: - merged_by - review_comments examples: - default: &680 + default: &679 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -98854,8 +98734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *446 - *447 - - *448 - name: sort in: query required: false @@ -98884,9 +98764,9 @@ paths: application/json: schema: type: array - items: *677 + items: *676 examples: - default: &682 + default: &681 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98963,17 +98843,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - *214 responses: '200': description: Response content: application/json: - schema: *677 + schema: *676 examples: - default: &678 + default: &677 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -99048,8 +98928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -99072,9 +98952,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *676 examples: - default: *678 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99090,8 +98970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - *214 responses: '204': @@ -99113,8 +98993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: + - *446 - *447 - - *448 - *214 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -99141,9 +99021,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -99164,8 +99044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -99198,16 +99078,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -99229,10 +99109,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *446 - *447 - - *448 - *214 - - *439 + - *438 responses: '204': description: Response @@ -99275,9 +99155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *446 - *447 - - *448 - - &681 + - &680 name: pull_number description: The number that identifies the pull request. in: path @@ -99290,9 +99170,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *679 + schema: *678 examples: - default: *680 + default: *679 '304': *35 '404': *6 '406': @@ -99327,9 +99207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -99371,9 +99251,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *678 examples: - default: *680 + default: *679 '422': *15 '403': *27 x-github: @@ -99395,9 +99275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: true content: @@ -99458,17 +99338,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '401': *23 '403': *27 '404': *6 @@ -99498,9 +99378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *224 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -99521,9 +99401,9 @@ paths: application/json: schema: type: array - items: *677 + items: *676 examples: - default: *682 + default: *681 headers: Link: *41 x-github: @@ -99556,9 +99436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: true content: @@ -99664,7 +99544,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *676 examples: example-for-a-multi-line-comment: value: @@ -99752,9 +99632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *214 requestBody: required: true @@ -99777,7 +99657,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *676 examples: default: value: @@ -99863,9 +99743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *17 - *19 responses: @@ -99875,9 +99755,9 @@ paths: application/json: schema: type: array - items: *563 + items: *562 examples: - default: *683 + default: *682 headers: Link: *41 x-github: @@ -99907,9 +99787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *17 - *19 responses: @@ -99919,7 +99799,7 @@ paths: application/json: schema: type: array - items: *574 + items: *573 examples: default: value: @@ -99957,9 +99837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: + - *446 - *447 - - *448 - - *681 + - *680 responses: '204': description: Response if pull request has been merged @@ -99982,9 +99862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -100096,9 +99976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 responses: '200': description: Response @@ -100114,7 +99994,7 @@ paths: items: *4 teams: type: array - items: *294 + items: *293 required: - users - teams @@ -100173,9 +100053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -100212,7 +100092,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: default: value: @@ -100748,9 +100628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: true content: @@ -100784,7 +100664,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: default: value: @@ -101289,9 +101169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *17 - *19 responses: @@ -101301,7 +101181,7 @@ paths: application/json: schema: type: array - items: &684 + items: &683 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -101457,9 +101337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -101549,9 +101429,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: &686 + default: &685 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101614,10 +101494,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - &685 + - *680 + - &684 name: review_id description: The unique identifier of the review. in: path @@ -101629,9 +101509,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: &687 + default: &686 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101690,10 +101570,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 requestBody: required: true content: @@ -101716,7 +101596,7 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: default: value: @@ -101778,18 +101658,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 responses: '200': description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *686 + default: *685 '422': *7 '404': *6 x-github: @@ -101816,10 +101696,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 - *17 - *19 responses: @@ -101917,9 +101797,9 @@ paths: _links: type: object properties: - self: *387 - html: *387 - pull_request: *387 + self: *386 + html: *386 + pull_request: *386 required: - self - html @@ -102077,10 +101957,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 requestBody: required: true content: @@ -102109,7 +101989,7 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: default: value: @@ -102172,10 +102052,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 requestBody: required: true content: @@ -102210,9 +102090,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *687 + default: *686 '404': *6 '422': *7 '403': *27 @@ -102234,9 +102114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -102300,8 +102180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *446 - *447 - - *448 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -102314,9 +102194,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *687 examples: - default: &689 + default: &688 value: type: file encoding: base64 @@ -102358,8 +102238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: + - *446 - *447 - - *448 - name: dir description: The alternate path to look for a README file in: path @@ -102379,9 +102259,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *687 examples: - default: *689 + default: *688 '404': *6 '422': *15 x-github: @@ -102403,8 +102283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -102414,7 +102294,7 @@ paths: application/json: schema: type: array - items: &690 + items: &689 title: Release description: A release. type: object @@ -102496,7 +102376,7 @@ paths: author: *4 assets: type: array - items: &691 + items: &690 title: Release Asset description: Data related to a release. type: object @@ -102683,8 +102563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -102760,9 +102640,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: &694 + default: &693 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -102867,9 +102747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *446 - *447 - - *448 - - &692 + - &691 name: asset_id description: The unique identifier of the asset. in: path @@ -102881,9 +102761,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *690 examples: - default: &693 + default: &692 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -102918,7 +102798,7 @@ paths: type: User site_admin: false '404': *6 - '302': *576 + '302': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102934,9 +102814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *446 - *447 - - *448 - - *692 + - *691 requestBody: required: false content: @@ -102965,9 +102845,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *690 examples: - default: *693 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102983,9 +102863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *446 - *447 - - *448 - - *692 + - *691 responses: '204': description: Response @@ -103009,8 +102889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -103096,16 +102976,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103122,8 +103002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *446 - *447 - - *448 - name: tag description: tag parameter in: path @@ -103136,9 +103016,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 '404': *6 x-github: githubCloudOnly: false @@ -103160,9 +103040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *446 - *447 - - *448 - - &695 + - &694 name: release_id description: The unique identifier of the release. in: path @@ -103176,9 +103056,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 '401': description: Unauthorized x-github: @@ -103196,9 +103076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 requestBody: required: false content: @@ -103262,9 +103142,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 '404': description: Not Found if the discussion category name is invalid content: @@ -103285,9 +103165,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 responses: '204': description: Response @@ -103307,9 +103187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *446 - *447 - - *448 - - *695 + - *694 - *17 - *19 responses: @@ -103319,7 +103199,7 @@ paths: application/json: schema: type: array - items: *691 + items: *690 examples: default: value: @@ -103401,9 +103281,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: + - *446 - *447 - - *448 - - *695 + - *694 - name: name in: query required: true @@ -103429,7 +103309,7 @@ paths: description: Response for successful upload content: application/json: - schema: *691 + schema: *690 examples: response-for-successful-upload: value: @@ -103484,9 +103364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -103510,9 +103390,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -103533,9 +103413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 requestBody: required: true content: @@ -103565,16 +103445,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -103596,10 +103476,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *446 - *447 - - *448 - - *695 - - *439 + - *694 + - *438 responses: '204': description: Response @@ -103623,9 +103503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 - *17 - *19 responses: @@ -103642,7 +103522,7 @@ paths: oneOf: - allOf: - *159 - - &696 + - &695 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -103663,67 +103543,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *160 - - *696 + - *695 - allOf: - *161 - - *696 + - *695 - allOf: - *162 - - *696 + - *695 - allOf: - - *697 - *696 + - *695 - allOf: - *163 - - *696 + - *695 - allOf: - *164 - - *696 + - *695 - allOf: - *165 - - *696 + - *695 - allOf: - *166 - - *696 + - *695 - allOf: - *167 - - *696 + - *695 - allOf: - *168 - - *696 + - *695 - allOf: - *169 - - *696 + - *695 - allOf: - *170 - - *696 + - *695 - allOf: - *171 - - *696 + - *695 - allOf: - *172 - - *696 + - *695 - allOf: - *173 - - *696 + - *695 - allOf: - *174 - - *696 + - *695 - allOf: - *175 - - *696 + - *695 - allOf: - *176 - - *696 + - *695 - allOf: - *177 - - *696 + - *695 - allOf: - *178 - - *696 + - *695 - allOf: - - *698 - - *696 + - *697 + - *695 examples: default: value: @@ -103762,8 +103642,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - *17 - *19 - name: includes_parents @@ -103774,7 +103654,7 @@ paths: schema: type: boolean default: true - - *699 + - *698 responses: '200': description: Response @@ -103829,8 +103709,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 requestBody: description: Request body required: true @@ -103859,7 +103739,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *700 + items: *699 required: - name - enforcement @@ -103892,7 +103772,7 @@ paths: application/json: schema: *179 examples: - default: &709 + default: &708 value: id: 42 name: super cool ruleset @@ -103939,12 +103819,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *446 - *447 - - *448 - - *701 + - *700 - *99 + - *701 - *702 - - *703 - *17 - *19 responses: @@ -103952,9 +103832,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: *705 + default: *704 '404': *6 '500': *38 x-github: @@ -103975,17 +103855,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *446 - *447 - - *448 - - *706 + - *705 responses: '200': description: Response content: application/json: - schema: *707 + schema: *706 examples: - default: *708 + default: *707 '404': *6 '500': *38 x-github: @@ -104013,8 +103893,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104036,7 +103916,7 @@ paths: application/json: schema: *179 examples: - default: *709 + default: *708 '404': *6 '500': *38 put: @@ -104054,8 +103934,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104089,7 +103969,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *700 + items: *699 examples: default: value: @@ -104119,7 +103999,7 @@ paths: application/json: schema: *179 examples: - default: *709 + default: *708 '404': *6 '500': *38 delete: @@ -104137,8 +104017,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104161,8 +104041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *446 - *447 - - *448 - *17 - *19 - name: ruleset_id @@ -104180,7 +104060,7 @@ paths: type: array items: *183 examples: - default: *400 + default: *399 '404': *6 '500': *38 x-github: @@ -104199,8 +104079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104218,7 +104098,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *400 examples: default: value: @@ -104273,21 +104153,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: + - *446 - *447 - - *448 + - *401 - *402 - *403 - *404 - - *405 - *104 - *19 - *17 + - *709 - *710 - - *711 + - *405 - *406 - *407 - *408 - - *409 responses: '200': description: Response @@ -104295,7 +104175,7 @@ paths: application/json: schema: type: array - items: &715 + items: &714 type: object properties: number: *119 @@ -104311,8 +104191,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *712 - resolution: *713 + state: *711 + resolution: *712 resolved_at: type: - string @@ -104406,7 +104286,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *714 + - *713 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -104551,16 +104431,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 - - *409 + - *533 + - *408 responses: '200': description: Response content: application/json: - schema: *715 + schema: *714 examples: default: value: @@ -104612,9 +104492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 requestBody: required: true content: @@ -104622,8 +104502,8 @@ paths: schema: type: object properties: - state: *712 - resolution: *713 + state: *711 + resolution: *712 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -104642,7 +104522,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *714 examples: default: value: @@ -104717,9 +104597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 - *19 - *17 responses: @@ -104730,7 +104610,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &889 + items: &888 type: object properties: type: @@ -104757,6 +104637,7 @@ paths: - commit details: oneOf: + - *715 - *716 - *717 - *718 @@ -104769,7 +104650,6 @@ paths: - *725 - *726 - *727 - - *728 examples: default: value: @@ -104855,8 +104735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -104864,14 +104744,14 @@ paths: schema: type: object properties: - reason: &730 + reason: &729 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *729 + placeholder_id: *728 required: - reason - placeholder_id @@ -104888,7 +104768,7 @@ paths: schema: type: object properties: - reason: *730 + reason: *729 expire_at: type: - string @@ -104935,8 +104815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: + - *446 - *447 - - *448 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -104951,7 +104831,7 @@ paths: properties: incremental_scans: type: array - items: &731 + items: &730 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104979,15 +104859,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *731 + items: *730 backfill_scans: type: array - items: *731 + items: *730 custom_pattern_backfill_scans: type: array items: allOf: - - *731 + - *730 - type: object properties: pattern_name: @@ -105057,8 +104937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *446 - *447 - - *448 - *104 - name: sort description: The property to sort the results by. @@ -105102,9 +104982,9 @@ paths: application/json: schema: type: array - items: *732 + items: *731 examples: - default: *733 + default: *732 '400': *14 '404': *6 x-github: @@ -105127,8 +105007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -105208,7 +105088,7 @@ paths: login: type: string description: The username of the user credited. - type: *414 + type: *413 required: - login - type @@ -105298,9 +105178,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: - default: &735 + default: &734 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -105533,8 +105413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -105647,7 +105527,7 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: default: value: @@ -105794,17 +105674,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: + - *446 - *447 - - *448 - - *734 + - *733 responses: '200': description: Response content: application/json: - schema: *732 + schema: *731 examples: - default: *735 + default: *734 '403': *27 '404': *6 x-github: @@ -105828,9 +105708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: + - *446 - *447 - - *448 - - *734 + - *733 requestBody: required: true content: @@ -105910,7 +105790,7 @@ paths: login: type: string description: The username of the user credited. - type: *414 + type: *413 required: - login - type @@ -106001,17 +105881,17 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: - default: *735 - add_credit: *735 + default: *734 + add_credit: *734 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *242 + schema: *241 examples: invalid_state_transition: value: @@ -106042,9 +105922,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: + - *446 - *447 - - *448 - - *734 + - *733 responses: '202': *37 '400': *14 @@ -106071,17 +105951,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: + - *446 - *447 - - *448 - - *734 + - *733 responses: '202': description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 '400': *14 '422': *15 '403': *27 @@ -106107,8 +105987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -106204,8 +106084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *446 - *447 - - *448 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -106214,7 +106094,7 @@ paths: application/json: schema: type: array - items: &736 + items: &735 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -106247,8 +106127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -106326,8 +106206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -106421,8 +106301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *446 - *447 - - *448 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -106576,8 +106456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: + - *446 - *447 - - *448 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -106587,7 +106467,7 @@ paths: application/json: schema: type: array - items: *736 + items: *735 examples: default: value: @@ -106620,8 +106500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *446 - *447 - - *448 - name: sha in: path required: true @@ -106677,7 +106557,7 @@ paths: description: Response content: application/json: - schema: *737 + schema: *736 examples: default: value: @@ -106731,8 +106611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -106764,14 +106644,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *446 - *447 - - *448 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &738 + schema: &737 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -106844,8 +106724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -106871,7 +106751,7 @@ paths: description: Response content: application/json: - schema: *738 + schema: *737 examples: default: value: @@ -106898,8 +106778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -106919,8 +106799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -107002,8 +106882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -107011,7 +106891,7 @@ paths: application/json: schema: type: array - items: &739 + items: &738 title: Tag protection description: Tag protection type: object @@ -107068,8 +106948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -107092,7 +106972,7 @@ paths: description: Response content: application/json: - schema: *739 + schema: *738 examples: default: value: @@ -107123,8 +107003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: + - *446 - *447 - - *448 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -107161,8 +107041,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *446 - *447 - - *448 - name: ref in: path required: true @@ -107198,8 +107078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -107209,9 +107089,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 headers: Link: *41 '404': *6 @@ -107231,8 +107111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *446 - *447 - - *448 - *19 - *17 responses: @@ -107240,7 +107120,7 @@ paths: description: Response content: application/json: - schema: &740 + schema: &739 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -107252,7 +107132,7 @@ paths: required: - names examples: - default: &741 + default: &740 value: names: - octocat @@ -107275,8 +107155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -107307,9 +107187,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *739 examples: - default: *741 + default: *740 '404': *6 '422': *7 x-github: @@ -107330,9 +107210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *446 - *447 - - *448 - - &742 + - &741 name: per description: The time frame to display results for. in: query @@ -107363,7 +107243,7 @@ paths: - 128 clones: type: array - items: &743 + items: &742 title: Traffic type: object properties: @@ -107450,8 +107330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -107545,8 +107425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -107609,9 +107489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *446 - *447 - - *448 - - *742 + - *741 responses: '200': description: Response @@ -107632,7 +107512,7 @@ paths: - 3782 views: type: array - items: *743 + items: *742 required: - uniques - count @@ -107709,8 +107589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -107746,7 +107626,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: default: value: @@ -107984,8 +107864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -108008,8 +107888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -108031,8 +107911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -108058,8 +107938,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *446 - *447 - - *448 - name: ref in: path required: true @@ -108151,9 +108031,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -108194,7 +108074,7 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: default: value: @@ -108304,7 +108184,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &751 + - &750 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -108314,7 +108194,7 @@ paths: type: string examples: - members - - &756 + - &755 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -108326,7 +108206,7 @@ paths: format: int32 examples: - 1 - - &757 + - &756 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -108370,7 +108250,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &746 + items: &745 allOf: - type: object required: @@ -108452,7 +108332,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &758 + meta: &757 type: object description: The metadata associated with the creation/updates to the user. @@ -108517,30 +108397,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &747 + '400': &746 description: Bad request content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '401': *745 - '403': &748 + schema: *743 + '401': *744 + '403': &747 description: Permission denied - '429': &749 + '429': &748 description: Too many requests content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '500': &750 + schema: *743 + '500': &749 description: Internal server error content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 + schema: *743 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108564,7 +108444,7 @@ paths: required: true content: application/json: - schema: &754 + schema: &753 type: object required: - schemas @@ -108628,9 +108508,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *746 + schema: *745 examples: - group: &752 + group: &751 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -108649,13 +108529,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *747 - '401': *745 - '403': *748 - '409': &755 + '400': *746 + '401': *744 + '403': *747 + '409': &754 description: Duplicate record detected - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108672,7 +108552,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &753 + - &752 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -108681,22 +108561,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *751 + - *750 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *746 + schema: *745 examples: - default: *752 - '400': *747 - '401': *745 - '403': *748 + default: *751 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108715,13 +108595,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *753 + - *752 - *39 requestBody: required: true content: application/json: - schema: *754 + schema: *753 examples: group: summary: Group @@ -108747,17 +108627,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *746 + schema: *745 examples: - group: *752 - groupWithMembers: *752 - '400': *747 - '401': *745 - '403': *748 + group: *751 + groupWithMembers: *751 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108781,13 +108661,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *753 + - *752 - *39 requestBody: required: true content: application/json: - schema: &765 + schema: &764 type: object required: - Operations @@ -108847,17 +108727,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *746 + schema: *745 examples: - updateGroup: *752 - addMembers: *752 - '400': *747 - '401': *745 - '403': *748 + updateGroup: *751 + addMembers: *751 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108873,17 +108753,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *753 + - *752 - *39 responses: '204': description: Group was deleted, no content - '400': *747 - '401': *745 - '403': *748 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108917,8 +108797,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *755 - *756 - - *757 - *39 responses: '200': @@ -108952,7 +108832,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &760 + items: &759 allOf: - type: object required: @@ -109044,7 +108924,7 @@ paths: address. examples: - true - roles: &759 + roles: &758 type: array description: The roles assigned to the user. items: @@ -109103,7 +108983,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *758 + meta: *757 startIndex: type: integer description: A starting index for the returned page @@ -109142,11 +109022,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *747 - '401': *745 - '403': *748 - '429': *749 - '500': *750 + '400': *746 + '401': *744 + '403': *747 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109170,7 +109050,7 @@ paths: required: true content: application/json: - schema: &763 + schema: &762 type: object required: - schemas @@ -109263,9 +109143,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *759 + roles: *758 examples: - user: &764 + user: &763 summary: User value: schemas: @@ -109312,9 +109192,9 @@ paths: description: User has been created content: application/scim+json: - schema: *760 + schema: *759 examples: - user: &761 + user: &760 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -109340,13 +109220,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *761 - '400': *747 - '401': *745 - '403': *748 - '409': *755 - '429': *749 - '500': *750 + enterpriseOwner: *760 + '400': *746 + '401': *744 + '403': *747 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109363,7 +109243,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &762 + - &761 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -109376,15 +109256,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *760 + schema: *759 examples: - default: *761 - '400': *747 - '401': *745 - '403': *748 + default: *760 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109406,30 +109286,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *762 + - *761 - *39 requestBody: required: true content: application/json: - schema: *763 + schema: *762 examples: - user: *764 + user: *763 responses: '200': description: User was updated content: application/scim+json: - schema: *760 + schema: *759 examples: - user: *761 - '400': *747 - '401': *745 - '403': *748 + user: *760 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109464,13 +109344,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *762 + - *761 - *39 requestBody: required: true content: application/json: - schema: *765 + schema: *764 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -109510,18 +109390,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *760 + schema: *759 examples: - userMultiValuedProperties: *761 - userSingleValuedProperties: *761 - disableUser: *761 - '400': *747 - '401': *745 - '403': *748 + userMultiValuedProperties: *760 + userSingleValuedProperties: *760 + disableUser: *760 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109541,17 +109421,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *762 + - *761 - *39 responses: '204': description: User was deleted, no content - '400': *747 - '401': *745 - '403': *748 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109642,7 +109522,7 @@ paths: - 1 Resources: type: array - items: &766 + items: &765 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -109889,22 +109769,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &767 + '404': &766 description: Resource not found content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '403': &768 + schema: *743 + '403': &767 description: Forbidden content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '400': *747 - '429': *749 + schema: *743 + '400': *746 + '429': *748 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -109930,9 +109810,9 @@ paths: description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: &769 + default: &768 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -109955,17 +109835,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *767 - '403': *768 - '500': *750 + '404': *766 + '403': *767 + '500': *749 '409': description: Conflict content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '400': *747 + schema: *743 + '400': *746 requestBody: required: true content: @@ -110065,17 +109945,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *81 - - *762 + - *761 responses: '200': description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: *769 - '404': *767 - '403': *768 + default: *768 + '404': *766 + '403': *767 '304': *35 x-github: githubCloudOnly: true @@ -110099,18 +109979,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *81 - - *762 + - *761 responses: '200': description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: *769 + default: *768 '304': *35 - '404': *767 - '403': *768 + '404': *766 + '403': *767 requestBody: required: true content: @@ -110225,19 +110105,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *81 - - *762 + - *761 responses: '200': description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: *769 + default: *768 '304': *35 - '404': *767 - '403': *768 - '400': *747 + '404': *766 + '403': *767 + '400': *746 '429': description: Response content: @@ -110333,12 +110213,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *81 - - *762 + - *761 responses: '204': description: Response - '404': *767 - '403': *768 + '404': *766 + '403': *767 '304': *35 x-github: githubCloudOnly: true @@ -110453,7 +110333,7 @@ paths: html_url: type: string format: uri - repository: *267 + repository: *266 score: type: number file_size: @@ -110472,7 +110352,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &770 + text_matches: &769 title: Search Result Text Matches type: array items: @@ -110636,7 +110516,7 @@ paths: enum: - author-date - committer-date - - &771 + - &770 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 @@ -110705,7 +110585,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *503 comment_count: type: integer message: @@ -110724,7 +110604,7 @@ paths: url: type: string format: uri - verification: *621 + verification: *620 required: - author - committer @@ -110739,7 +110619,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *503 parents: type: array items: @@ -110751,12 +110631,12 @@ paths: type: string sha: type: string - repository: *267 + repository: *266 score: type: number node_id: type: string - text_matches: *770 + text_matches: *769 required: - sha - node_id @@ -110949,7 +110829,7 @@ paths: - interactions - created - updated - - *771 + - *770 - *17 - *19 - name: advanced_search @@ -111046,11 +110926,11 @@ paths: type: - string - 'null' - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: type: string state_reason: @@ -111064,7 +110944,7 @@ paths: milestone: anyOf: - type: 'null' - - *386 + - *385 comments: type: integer created_at: @@ -111078,7 +110958,7 @@ paths: - string - 'null' format: date-time - text_matches: *770 + text_matches: *769 pull_request: type: object properties: @@ -111127,7 +111007,7 @@ paths: timeline_url: type: string format: uri - type: *349 + type: *348 performed_via_github_app: anyOf: - type: 'null' @@ -111301,7 +111181,7 @@ paths: enum: - created - updated - - *771 + - *770 - *17 - *19 responses: @@ -111346,7 +111226,7 @@ paths: - 'null' score: type: number - text_matches: *770 + text_matches: *769 required: - id - node_id @@ -111432,7 +111312,7 @@ paths: - forks - help-wanted-issues - updated - - *771 + - *770 - *17 - *19 responses: @@ -111669,7 +111549,7 @@ paths: - admin - pull - push - text_matches: *770 + text_matches: *769 temp_clone_token: type: string allow_merge_commit: @@ -111978,7 +111858,7 @@ paths: - string - 'null' format: uri - text_matches: *770 + text_matches: *769 related: type: - array @@ -112173,7 +112053,7 @@ paths: - followers - repositories - joined - - *771 + - *770 - *17 - *19 responses: @@ -112283,7 +112163,7 @@ paths: type: - boolean - 'null' - text_matches: *770 + text_matches: *769 blog: type: - string @@ -112365,7 +112245,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &775 + - &774 name: team_id description: The unique identifier of the team. in: path @@ -112377,9 +112257,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 x-github: githubCloudOnly: false @@ -112406,7 +112286,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *775 + - *774 requestBody: required: true content: @@ -112470,16 +112350,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '201': description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 '422': *15 '403': *27 @@ -112507,7 +112387,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *775 + - *774 responses: '204': description: Response @@ -112538,7 +112418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *775 + - *774 - *104 - *17 - *19 @@ -112549,9 +112429,9 @@ paths: application/json: schema: type: array - items: *430 + items: *429 examples: - default: *776 + default: *775 headers: Link: *41 x-github: @@ -112580,7 +112460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *775 + - *774 requestBody: required: true content: @@ -112614,9 +112494,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: triggersNotification: true githubCloudOnly: false @@ -112643,16 +112523,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 responses: '200': description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112677,8 +112557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 requestBody: required: false content: @@ -112701,9 +112581,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *777 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112728,8 +112608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 responses: '204': description: Response @@ -112758,8 +112638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *775 - - *432 + - *774 + - *431 - *104 - *17 - *19 @@ -112770,9 +112650,9 @@ paths: application/json: schema: type: array - items: *433 + items: *432 examples: - default: *778 + default: *777 headers: Link: *41 x-github: @@ -112801,8 +112681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *775 - - *432 + - *774 + - *431 requestBody: required: true content: @@ -112824,9 +112704,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: triggersNotification: true githubCloudOnly: false @@ -112853,17 +112733,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 responses: '200': description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112888,9 +112768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 requestBody: required: true content: @@ -112912,9 +112792,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *779 + default: *778 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112939,9 +112819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 responses: '204': description: Response @@ -112970,9 +112850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -112998,9 +112878,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 x-github: @@ -113029,9 +112909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 requestBody: required: true content: @@ -113063,9 +112943,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113091,8 +112971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -113118,9 +112998,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 x-github: @@ -113149,8 +113029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 requestBody: required: true content: @@ -113182,9 +113062,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113208,7 +113088,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -113218,9 +113098,9 @@ paths: application/json: schema: type: array - items: *346 + items: *345 examples: - default: *347 + default: *346 headers: Link: *41 x-github: @@ -113246,7 +113126,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *775 + - *774 - name: role description: Filters members returned by their role in the team. in: query @@ -113297,7 +113177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113334,7 +113214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113374,7 +113254,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113411,16 +113291,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *775 + - *774 - *132 responses: '200': description: Response content: application/json: - schema: *444 + schema: *443 examples: - response-if-user-is-a-team-maintainer: *780 + response-if-user-is-a-team-maintainer: *779 '404': *6 x-github: githubCloudOnly: false @@ -113453,7 +113333,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *775 + - *774 - *132 requestBody: required: false @@ -113479,9 +113359,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - response-if-users-membership-with-team-is-now-pending: *781 + response-if-users-membership-with-team-is-now-pending: *780 '403': description: Forbidden if team synchronization is set up '422': @@ -113515,7 +113395,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113544,7 +113424,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -113554,9 +113434,9 @@ paths: application/json: schema: type: array - items: *445 + items: *444 examples: - default: *782 + default: *781 headers: Link: *41 '404': *6 @@ -113582,16 +113462,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *775 - - *446 + - *774 + - *445 responses: '200': description: Response content: application/json: - schema: *445 + schema: *444 examples: - default: *783 + default: *782 '404': description: Not Found if project is not managed by this team x-github: @@ -113615,8 +113495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *775 - - *446 + - *774 + - *445 requestBody: required: false content: @@ -113683,8 +113563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *775 - - *446 + - *774 + - *445 responses: '204': description: Response @@ -113711,7 +113591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -113721,9 +113601,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 '404': *6 @@ -113753,15 +113633,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *775 + - *774 + - *446 - *447 - - *448 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *784 + schema: *783 examples: alternative-response-with-extra-repository-information: value: @@ -113912,9 +113792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *775 + - *774 + - *446 - *447 - - *448 requestBody: required: false content: @@ -113964,9 +113844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *775 + - *774 + - *446 - *447 - - *448 responses: '204': description: Response @@ -113995,15 +113875,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *775 + - *774 responses: '200': description: Response content: application/json: - schema: *449 + schema: *448 examples: - default: *450 + default: *449 '403': *27 '404': *6 x-github: @@ -114030,7 +113910,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *775 + - *774 requestBody: required: true content: @@ -114091,7 +113971,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *448 examples: default: value: @@ -114122,7 +114002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -114132,9 +114012,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - response-if-child-teams-exist: *785 + response-if-child-teams-exist: *784 headers: Link: *41 '404': *6 @@ -114167,7 +114047,7 @@ paths: application/json: schema: oneOf: - - &787 + - &786 title: Private User description: Private User type: object @@ -114417,7 +114297,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *786 + - *785 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -114577,7 +114457,7 @@ paths: description: Response content: application/json: - schema: *787 + schema: *786 examples: default: value: @@ -114780,9 +114660,9 @@ paths: type: integer codespaces: type: array - items: *354 + items: *353 examples: - default: *355 + default: *354 '304': *35 '500': *38 '401': *23 @@ -114921,17 +114801,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '401': *23 '403': *27 '404': *6 @@ -114975,7 +114855,7 @@ paths: type: integer secrets: type: array - items: &788 + items: &787 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -115017,7 +114897,7 @@ paths: - visibility - selected_repositories_url examples: - default: *556 + default: *555 headers: Link: *41 x-github: @@ -115089,13 +114969,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *788 + schema: *787 examples: default: value: @@ -115125,7 +115005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *277 + - *276 requestBody: required: true content: @@ -115170,7 +115050,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -115198,7 +115078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *277 + - *276 responses: '204': description: Response @@ -115223,7 +115103,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *277 + - *276 responses: '200': description: Response @@ -115239,9 +115119,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *789 + default: *788 '401': *23 '403': *27 '404': *6 @@ -115266,7 +115146,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *277 + - *276 requestBody: required: true content: @@ -115320,7 +115200,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *277 + - *276 - name: repository_id in: path required: true @@ -115353,7 +115233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *277 + - *276 - name: repository_id in: path required: true @@ -115385,15 +115265,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '304': *35 '500': *38 '401': *23 @@ -115419,7 +115299,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 requestBody: required: false content: @@ -115449,9 +115329,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '401': *23 '403': *27 '404': *6 @@ -115473,7 +115353,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '202': *37 '304': *35 @@ -115502,13 +115382,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '202': description: Response content: application/json: - schema: &790 + schema: &789 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -115561,7 +115441,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &791 + default: &790 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -115593,7 +115473,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *356 + - *355 - name: export_id in: path required: true @@ -115606,9 +115486,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *789 examples: - default: *791 + default: *790 '404': *6 x-github: githubCloudOnly: false @@ -115629,7 +115509,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *356 + - *355 responses: '200': description: Response @@ -115645,9 +115525,9 @@ paths: type: integer machines: type: array - items: *555 + items: *554 examples: - default: *792 + default: *791 '304': *35 '500': *38 '401': *23 @@ -115676,7 +115556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *356 + - *355 requestBody: required: true content: @@ -115732,11 +115612,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *460 + repository: *459 machine: anyOf: - type: 'null' - - *555 + - *554 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -116533,15 +116413,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '304': *35 '500': *38 '400': *14 @@ -116573,15 +116453,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '500': *38 '401': *23 '403': *27 @@ -116611,9 +116491,9 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: &803 + default: &802 value: - id: 197 name: hello_docker @@ -116714,7 +116594,7 @@ paths: application/json: schema: type: array - items: &793 + items: &792 title: Email description: Email type: object @@ -116784,9 +116664,9 @@ paths: application/json: schema: type: array - items: *793 + items: *792 examples: - default: &805 + default: &804 value: - email: octocat@github.com verified: true @@ -116863,7 +116743,7 @@ paths: application/json: schema: type: array - items: *793 + items: *792 examples: default: value: @@ -117121,7 +117001,7 @@ paths: application/json: schema: type: array - items: &794 + items: &793 title: GPG Key description: A unique encryption key type: object @@ -117266,7 +117146,7 @@ paths: - subkeys - revoked examples: - default: &819 + default: &818 value: - id: 3 name: Octocat's GPG Key @@ -117351,9 +117231,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *793 examples: - default: &795 + default: &794 value: id: 3 name: Octocat's GPG Key @@ -117410,7 +117290,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &796 + - &795 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -117422,9 +117302,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *793 examples: - default: *795 + default: *794 '404': *6 '304': *35 '403': *27 @@ -117447,7 +117327,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *796 + - *795 responses: '204': description: Response @@ -117638,7 +117518,7 @@ paths: type: array items: *72 examples: - default: *262 + default: *261 headers: Link: *41 '404': *6 @@ -117663,7 +117543,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *261 + - *260 responses: '204': description: Response @@ -117689,7 +117569,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *261 + - *260 responses: '204': description: Response @@ -117723,12 +117603,12 @@ paths: application/json: schema: anyOf: - - *344 + - *343 - type: object properties: {} additionalProperties: false examples: - default: *345 + default: *344 '204': description: Response when there are no restrictions x-github: @@ -117752,7 +117632,7 @@ paths: required: true content: application/json: - schema: *632 + schema: *631 examples: default: value: @@ -117763,7 +117643,7 @@ paths: description: Response content: application/json: - schema: *344 + schema: *343 examples: default: value: @@ -117844,7 +117724,7 @@ paths: - closed - all default: open - - *352 + - *351 - name: sort description: What to sort results by. in: query @@ -117869,7 +117749,7 @@ paths: type: array items: *215 examples: - default: *353 + default: *352 headers: Link: *41 '404': *6 @@ -117902,7 +117782,7 @@ paths: application/json: schema: type: array - items: &797 + items: &796 title: Key description: Key type: object @@ -118005,9 +117885,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *796 examples: - default: &798 + default: &797 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118040,15 +117920,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *659 + - *658 responses: '200': description: Response content: application/json: - schema: *797 + schema: *796 examples: - default: *798 + default: *797 '404': *6 '304': *35 '403': *27 @@ -118071,7 +117951,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *659 + - *658 responses: '204': description: Response @@ -118104,7 +117984,7 @@ paths: application/json: schema: type: array - items: &799 + items: &798 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -118183,7 +118063,7 @@ paths: - account - plan examples: - default: &800 + default: &799 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -118245,9 +118125,9 @@ paths: application/json: schema: type: array - items: *799 + items: *798 examples: - default: *800 + default: *799 headers: Link: *41 '304': *35 @@ -118287,7 +118167,7 @@ paths: application/json: schema: type: array - items: *357 + items: *356 examples: default: value: @@ -118395,7 +118275,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: default: value: @@ -118478,7 +118358,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: default: value: @@ -118546,7 +118426,7 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: default: value: @@ -118808,7 +118688,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -118988,7 +118868,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *360 + - *359 - name: exclude in: query required: false @@ -119001,7 +118881,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -119195,7 +119075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *360 + - *359 responses: '302': description: Response @@ -119221,7 +119101,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *360 + - *359 responses: '204': description: Response @@ -119250,8 +119130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *360 - - *801 + - *359 + - *800 responses: '204': description: Response @@ -119275,7 +119155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *360 + - *359 - *17 - *19 responses: @@ -119285,9 +119165,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 '404': *6 @@ -119366,7 +119246,7 @@ paths: - docker - nuget - container - - *802 + - *801 - *19 - *17 responses: @@ -119376,10 +119256,10 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *803 - '400': *804 + default: *802 + '400': *803 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119399,16 +119279,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: + - *365 - *366 - - *367 responses: '200': description: Response content: application/json: - schema: *364 + schema: *363 examples: - default: &820 + default: &819 value: id: 40201 name: octo-name @@ -119521,8 +119401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: + - *365 - *366 - - *367 responses: '204': description: Response @@ -119552,8 +119432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - name: token description: package token schema: @@ -119585,8 +119465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: + - *365 - *366 - - *367 - *19 - *17 - name: state @@ -119606,7 +119486,7 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: default: value: @@ -119655,15 +119535,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -119699,9 +119579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 responses: '204': description: Response @@ -119731,9 +119611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 responses: '204': description: Response @@ -119791,7 +119671,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: default: value: @@ -119863,9 +119743,9 @@ paths: application/json: schema: type: array - items: *793 + items: *792 examples: - default: *805 + default: *804 headers: Link: *41 '304': *35 @@ -119978,7 +119858,7 @@ paths: type: array items: *72 examples: - default: &812 + default: &811 summary: Default response value: - id: 1296269 @@ -120296,9 +120176,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -120336,9 +120216,9 @@ paths: application/json: schema: type: array - items: *634 + items: *633 examples: - default: *806 + default: *805 headers: Link: *41 '304': *35 @@ -120361,7 +120241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *348 + - *347 responses: '204': description: Response @@ -120384,7 +120264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *348 + - *347 responses: '204': description: Response @@ -120417,7 +120297,7 @@ paths: application/json: schema: type: array - items: &807 + items: &806 title: Social account description: Social media account type: object @@ -120434,7 +120314,7 @@ paths: - provider - url examples: - default: &808 + default: &807 value: - provider: twitter url: https://twitter.com/github @@ -120497,9 +120377,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: *808 + default: *807 '422': *15 '304': *35 '404': *6 @@ -120587,7 +120467,7 @@ paths: application/json: schema: type: array - items: &809 + items: &808 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -120607,7 +120487,7 @@ paths: - title - created_at examples: - default: &823 + default: &822 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -120674,9 +120554,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *808 examples: - default: &810 + default: &809 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -120707,7 +120587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &811 + - &810 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -120719,9 +120599,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *808 examples: - default: *810 + default: *809 '404': *6 '304': *35 '403': *27 @@ -120744,7 +120624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *811 + - *810 responses: '204': description: Response @@ -120773,7 +120653,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &824 + - &823 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 @@ -120798,11 +120678,11 @@ paths: type: array items: *72 examples: - default-response: *812 + default-response: *811 application/vnd.github.v3.star+json: schema: type: array - items: &825 + items: &824 title: Starred Repository description: Starred Repository type: object @@ -120958,8 +120838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: + - *446 - *447 - - *448 responses: '204': description: Response if this repository is starred by you @@ -120987,8 +120867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -121012,8 +120892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -121046,9 +120926,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 '304': *35 @@ -121085,7 +120965,7 @@ paths: application/json: schema: type: array - items: *428 + items: *427 examples: default: value: @@ -121171,10 +121051,10 @@ paths: application/json: schema: oneOf: - - *787 - *786 + - *785 examples: - default-response: &814 + default-response: &813 summary: Default response value: login: octocat @@ -121209,7 +121089,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &815 + response-with-git-hub-plan-information: &814 summary: Response with GitHub plan information value: login: octocat @@ -121269,7 +121149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *813 + - *812 - *17 responses: '200': @@ -121318,11 +121198,11 @@ paths: application/json: schema: oneOf: - - *787 - *786 + - *785 examples: - default-response: *814 - response-with-git-hub-plan-information: *815 + default-response: *813 + response-with-git-hub-plan-information: *814 '404': *6 x-github: githubCloudOnly: false @@ -121372,8 +121252,8 @@ paths: required: - subject_digests examples: - default: *816 - withPredicateType: *817 + default: *815 + withPredicateType: *816 responses: '200': description: Response @@ -121427,7 +121307,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *818 + default: *817 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -121632,12 +121512,12 @@ paths: initiator: type: string examples: - default: *500 + default: *499 '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -121671,9 +121551,9 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *803 + default: *802 '403': *27 '401': *23 x-github: @@ -122057,9 +121937,9 @@ paths: application/json: schema: type: array - items: *794 + items: *793 examples: - default: *819 + default: *818 headers: Link: *41 x-github: @@ -122163,7 +122043,7 @@ paths: application/json: schema: *20 examples: - default: *631 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122288,7 +122168,7 @@ paths: - docker - nuget - container - - *802 + - *801 - *132 - *19 - *17 @@ -122299,12 +122179,12 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *803 + default: *802 '403': *27 '401': *23 - '400': *804 + '400': *803 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122324,17 +122204,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *365 - *366 - - *367 - *132 responses: '200': description: Response content: application/json: - schema: *364 + schema: *363 examples: - default: *820 + default: *819 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122355,8 +122235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *365 - *366 - - *367 - *132 responses: '204': @@ -122389,8 +122269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *365 - *366 - - *367 - *132 - name: token description: package token @@ -122423,8 +122303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: + - *365 - *366 - - *367 - *132 responses: '200': @@ -122433,7 +122313,7 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: default: value: @@ -122491,16 +122371,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 - *132 responses: '200': description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -122535,10 +122415,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *365 - *366 - - *367 - *132 - - *369 + - *368 responses: '204': description: Response @@ -122570,10 +122450,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *365 - *366 - - *367 - *132 - - *369 + - *368 responses: '204': description: Response @@ -122620,7 +122500,7 @@ paths: application/json: schema: type: array - items: *380 + items: *379 examples: default: value: @@ -122695,9 +122575,9 @@ paths: application/json: schema: type: array - items: *381 + items: *380 examples: - default: *382 + default: *381 headers: Link: *41 '304': *35 @@ -122719,16 +122599,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *383 + - *382 - *132 responses: '200': description: Response content: application/json: - schema: *381 + schema: *380 examples: - default: *382 + default: *381 headers: Link: *41 '304': *35 @@ -122750,7 +122630,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *383 + - *382 - *132 - *17 - *102 @@ -122762,9 +122642,9 @@ paths: application/json: schema: type: array - items: *384 + items: *383 examples: - default: *385 + default: *384 headers: Link: *41 '304': *35 @@ -122786,17 +122666,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *383 - - *821 + - *382 + - *820 - *132 responses: '200': description: Response content: application/json: - schema: *384 + schema: *383 examples: - default: *385 + default: *384 headers: Link: *41 '304': *35 @@ -122819,7 +122699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *383 + - *382 - *132 - *102 - *103 @@ -122852,9 +122732,9 @@ paths: application/json: schema: type: array - items: *390 + items: *389 examples: - default: *391 + default: *390 headers: Link: *41 '304': *35 @@ -122876,7 +122756,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *132 - - *383 + - *382 requestBody: required: true description: Details of the item to add to the project. @@ -122913,10 +122793,10 @@ paths: description: Response content: application/json: - schema: *822 + schema: *821 examples: - issue: *389 - pull_request: *389 + issue: *388 + pull_request: *388 '304': *35 '403': *27 '401': *23 @@ -122936,9 +122816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *383 + - *382 - *132 - - *392 + - *391 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -122958,9 +122838,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - default: *391 + default: *390 headers: Link: *41 '304': *35 @@ -122981,9 +122861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *383 + - *382 - *132 - - *392 + - *391 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -123056,13 +122936,13 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - text_field: *391 - number_field: *391 - date_field: *391 - single_select_field: *391 - iteration_field: *391 + text_field: *390 + number_field: *390 + date_field: *390 + single_select_field: *390 + iteration_field: *390 '401': *23 '403': *27 '404': *6 @@ -123082,9 +122962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *383 + - *382 - *132 - - *392 + - *391 responses: '204': description: Response @@ -123302,9 +123182,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -123334,9 +123214,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *414 examples: - default: *416 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123364,9 +123244,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *419 examples: - default: *421 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123527,9 +123407,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: *423 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123553,7 +123433,6 @@ paths: - *190 - *236 - *191 - - *237 responses: '200': description: Response when getting a billing usage report @@ -123652,9 +123531,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: *808 + default: *807 headers: Link: *41 x-github: @@ -123684,9 +123563,9 @@ paths: application/json: schema: type: array - items: *809 + items: *808 examples: - default: *823 + default: *822 headers: Link: *41 x-github: @@ -123711,7 +123590,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *824 + - *823 - *104 - *17 - *19 @@ -123723,11 +123602,11 @@ paths: schema: anyOf: - type: array - items: *825 + items: *824 - type: array items: *72 examples: - default-response: *812 + default-response: *811 headers: Link: *41 x-github: @@ -123756,9 +123635,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -123887,7 +123766,7 @@ webhooks: type: string enum: - disabled - enterprise: &826 + enterprise: &825 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -123956,7 +123835,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &827 + installation: &826 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -123977,7 +123856,7 @@ webhooks: required: - id - node_id - organization: &828 + organization: &827 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -124050,7 +123929,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &829 + repository: &828 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -124963,10 +124842,10 @@ webhooks: type: string enum: - enabled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -125042,11 +124921,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: &830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: &829 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -125269,11 +125148,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125461,11 +125340,11 @@ webhooks: - everyone required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125536,7 +125415,7 @@ webhooks: required: true content: application/json: - schema: &833 + schema: &832 title: Exemption request cancellation event type: object properties: @@ -125544,11 +125423,11 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: &831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: &830 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -125786,7 +125665,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &832 + items: &831 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -125896,7 +125775,7 @@ webhooks: required: true content: application/json: - schema: &834 + schema: &833 title: Exemption request completed event type: object properties: @@ -125904,11 +125783,11 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -125978,7 +125857,7 @@ webhooks: required: true content: application/json: - schema: &835 + schema: &834 title: Exemption request created event type: object properties: @@ -125986,11 +125865,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -126060,7 +125939,7 @@ webhooks: required: true content: application/json: - schema: &836 + schema: &835 title: Exemption response dismissed event type: object properties: @@ -126068,12 +125947,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126145,7 +126024,7 @@ webhooks: required: true content: application/json: - schema: &837 + schema: &836 title: Exemption response submitted event type: object properties: @@ -126153,12 +126032,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126231,7 +126110,7 @@ webhooks: required: true content: application/json: - schema: *833 + schema: *832 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126298,7 +126177,7 @@ webhooks: required: true content: application/json: - schema: *834 + schema: *833 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126365,7 +126244,7 @@ webhooks: required: true content: application/json: - schema: *835 + schema: *834 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126432,7 +126311,7 @@ webhooks: required: true content: application/json: - schema: *836 + schema: *835 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126500,7 +126379,7 @@ webhooks: required: true content: application/json: - schema: *837 + schema: *836 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126578,7 +126457,7 @@ webhooks: type: string enum: - completed - check_run: &839 + check_run: &838 title: CheckRun description: A check performed on the code of a given code change type: object @@ -126643,8 +126522,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *517 - repository: *267 + items: *516 + repository: *266 status: type: string enum: @@ -126688,7 +126567,7 @@ webhooks: - examples: - neutral - deployment: *838 + deployment: *837 details_url: type: string examples: @@ -126748,7 +126627,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *517 + items: *516 started_at: type: string format: date-time @@ -126786,10 +126665,10 @@ webhooks: - output - app - pull_requests - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -127182,11 +127061,11 @@ webhooks: type: string enum: - created - check_run: *839 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *838 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -127582,11 +127461,11 @@ webhooks: type: string enum: - requested_action - check_run: *839 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *838 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 requested_action: description: The action requested by the user. type: object @@ -127991,11 +127870,11 @@ webhooks: type: string enum: - rerequested - check_run: *839 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *838 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -128987,10 +128866,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -129675,10 +129554,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130357,10 +130236,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130529,7 +130408,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -130681,20 +130560,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &840 + commit_oid: &839 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: *826 - installation: *827 - organization: *828 - ref: &841 + enterprise: *825 + installation: *826 + organization: *827 + ref: &840 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: *829 + repository: *828 sender: *4 required: - action @@ -130861,7 +130740,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -131102,12 +130981,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -131205,7 +131084,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131390,12 +131269,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -131564,7 +131443,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -131741,12 +131620,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -131849,7 +131728,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -132029,9 +131908,9 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -132039,7 +131918,7 @@ webhooks: type: - string - 'null' - repository: *829 + repository: *828 sender: *4 required: - action @@ -132138,7 +132017,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -132285,12 +132164,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -132552,10 +132431,10 @@ webhooks: - updated_at - author_association - body - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -132636,18 +132515,18 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *828 - pusher_type: &842 + organization: *827 + pusher_type: &841 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &843 + ref: &842 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -132657,7 +132536,7 @@ webhooks: enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -132740,9 +132619,9 @@ webhooks: enum: - created definition: *146 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132827,9 +132706,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132907,9 +132786,9 @@ webhooks: enum: - promote_to_enterprise definition: *146 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132987,9 +132866,9 @@ webhooks: enum: - updated definition: *146 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -133066,10 +132945,10 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - repository: *829 - organization: *828 + enterprise: *825 + installation: *826 + repository: *828 + organization: *827 sender: *4 new_property_values: type: array @@ -133154,18 +133033,18 @@ webhooks: title: delete event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - pusher_type: *842 - ref: *843 + enterprise: *825 + installation: *826 + organization: *827 + pusher_type: *841 + ref: *842 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -133249,11 +133128,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133337,11 +133216,11 @@ webhooks: type: string enum: - auto_reopened - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133425,11 +133304,11 @@ webhooks: type: string enum: - created - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133511,11 +133390,11 @@ webhooks: type: string enum: - dismissed - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133597,11 +133476,11 @@ webhooks: type: string enum: - fixed - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133684,11 +133563,11 @@ webhooks: type: string enum: - reintroduced - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133770,11 +133649,11 @@ webhooks: type: string enum: - reopened - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133851,9 +133730,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - key: &844 + enterprise: *825 + installation: *826 + key: &843 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -133891,8 +133770,8 @@ webhooks: - verified - created_at - read_only - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -133969,11 +133848,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - key: *844 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + key: *843 + organization: *827 + repository: *828 sender: *4 required: - action @@ -134545,12 +134424,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: &848 + workflow: &847 title: Workflow type: - object @@ -135288,13 +135167,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *587 + deployment: *586 pull_requests: type: array - items: *679 - repository: *829 - organization: *828 - installation: *827 + items: *678 + repository: *828 + organization: *827 + installation: *826 sender: *4 responses: '200': @@ -135365,7 +135244,7 @@ webhooks: type: string enum: - approved - approver: &845 + approver: &844 type: object properties: avatar_url: @@ -135408,11 +135287,11 @@ webhooks: type: string comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: &846 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: &845 type: array items: type: object @@ -135493,7 +135372,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &847 + workflow_job_run: &846 type: object properties: conclusion: @@ -136239,18 +136118,18 @@ webhooks: type: string enum: - rejected - approver: *845 + approver: *844 comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: *846 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: *845 sender: *4 since: type: string - workflow_job_run: *847 + workflow_job_run: *846 workflow_job_runs: type: array items: @@ -136967,13 +136846,13 @@ webhooks: type: string enum: - requested - enterprise: *826 + enterprise: *825 environment: type: string - installation: *827 - organization: *828 - repository: *829 - requestor: &853 + installation: *826 + organization: *827 + repository: *828 + requestor: &852 title: User type: - object @@ -138916,12 +138795,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Deployment Workflow Run type: @@ -139612,7 +139491,7 @@ webhooks: type: string enum: - answered - answer: &851 + answer: &850 type: object properties: author_association: @@ -139772,7 +139651,7 @@ webhooks: - created_at - updated_at - body - discussion: &849 + discussion: &848 title: Discussion description: A Discussion in a repository. type: object @@ -140068,7 +139947,7 @@ webhooks: - id labels: type: array - items: *642 + items: *641 required: - repository_url - category @@ -140090,10 +139969,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140220,11 +140099,11 @@ webhooks: - from required: - category - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140307,11 +140186,11 @@ webhooks: type: string enum: - closed - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140393,7 +140272,7 @@ webhooks: type: string enum: - created - comment: &850 + comment: &849 type: object properties: author_association: @@ -140553,11 +140432,11 @@ webhooks: - updated_at - body - reactions - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140640,12 +140519,12 @@ webhooks: type: string enum: - deleted - comment: *850 - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *849 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140740,12 +140619,12 @@ webhooks: - from required: - body - comment: *850 - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *849 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140829,11 +140708,11 @@ webhooks: type: string enum: - created - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140915,11 +140794,11 @@ webhooks: type: string enum: - deleted - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141019,11 +140898,11 @@ webhooks: type: string required: - from - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141105,10 +140984,10 @@ webhooks: type: string enum: - labeled - discussion: *849 - enterprise: *826 - installation: *827 - label: &852 + discussion: *848 + enterprise: *825 + installation: *826 + label: &851 title: Label type: object properties: @@ -141141,8 +141020,8 @@ webhooks: - color - default - description - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141225,11 +141104,11 @@ webhooks: type: string enum: - locked - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141311,11 +141190,11 @@ webhooks: type: string enum: - pinned - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141397,11 +141276,11 @@ webhooks: type: string enum: - reopened - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141486,16 +141365,16 @@ webhooks: changes: type: object properties: - new_discussion: *849 - new_repository: *829 + new_discussion: *848 + new_repository: *828 required: - new_discussion - new_repository - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141578,10 +141457,10 @@ webhooks: type: string enum: - unanswered - discussion: *849 - old_answer: *851 - organization: *828 - repository: *829 + discussion: *848 + old_answer: *850 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141663,12 +141542,12 @@ webhooks: type: string enum: - unlabeled - discussion: *849 - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141751,11 +141630,11 @@ webhooks: type: string enum: - unlocked - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141837,11 +141716,11 @@ webhooks: type: string enum: - unpinned - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141910,7 +141789,7 @@ webhooks: required: true content: application/json: - schema: *835 + schema: *834 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141973,7 +141852,7 @@ webhooks: required: true content: application/json: - schema: *837 + schema: *836 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142039,7 +141918,7 @@ webhooks: required: true content: application/json: - schema: *833 + schema: *832 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142105,7 +141984,7 @@ webhooks: required: true content: application/json: - schema: *834 + schema: *833 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142171,7 +142050,7 @@ webhooks: required: true content: application/json: - schema: *835 + schema: *834 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142237,7 +142116,7 @@ webhooks: required: true content: application/json: - schema: *836 + schema: *835 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142303,7 +142182,7 @@ webhooks: required: true content: application/json: - schema: *837 + schema: *836 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142370,7 +142249,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *826 + enterprise: *825 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -143048,9 +142927,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - forkee @@ -143196,9 +143075,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pages: description: The pages that were updated. type: array @@ -143236,7 +143115,7 @@ webhooks: - action - sha - html_url - repository: *829 + repository: *828 sender: *4 required: - pages @@ -143312,10 +143191,10 @@ webhooks: type: string enum: - created - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: &854 + organization: *827 + repositories: &853 description: An array of repository objects that the installation can access. type: array @@ -143341,8 +143220,8 @@ webhooks: - name - full_name - private - repository: *829 - requester: *853 + repository: *828 + requester: *852 sender: *4 required: - action @@ -143417,11 +143296,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143498,11 +143377,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143579,10 +143458,10 @@ webhooks: type: string enum: - added - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: &855 + organization: *827 + repositories_added: &854 description: An array of repository objects, which were added to the installation. type: array @@ -143628,15 +143507,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *829 - repository_selection: &856 + repository: *828 + repository_selection: &855 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *853 + requester: *852 sender: *4 required: - action @@ -143715,10 +143594,10 @@ webhooks: type: string enum: - removed - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: *855 + organization: *827 + repositories_added: *854 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -143745,9 +143624,9 @@ webhooks: - name - full_name - private - repository: *829 - repository_selection: *856 - requester: *853 + repository: *828 + repository_selection: *855 + requester: *852 sender: *4 required: - action @@ -143826,11 +143705,11 @@ webhooks: type: string enum: - suspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144013,10 +143892,10 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 target_type: type: string @@ -144095,11 +143974,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144347,8 +144226,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145165,8 +145044,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145183,7 +145062,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -145527,8 +145406,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -145608,7 +145487,7 @@ webhooks: type: string enum: - deleted - comment: &857 + comment: &856 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -145775,8 +145654,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -146589,8 +146468,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146607,7 +146486,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -146953,8 +146832,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -147034,7 +146913,7 @@ webhooks: type: string enum: - edited - changes: &881 + changes: &880 description: The changes to the comment. type: object properties: @@ -147046,9 +146925,9 @@ webhooks: type: string required: - from - comment: *857 - enterprise: *826 - installation: *827 + comment: *856 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -147864,8 +147743,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147882,7 +147761,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -148226,8 +148105,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148317,9 +148196,9 @@ webhooks: type: number blocking_issue: *215 blocking_issue_repo: *72 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148413,9 +148292,9 @@ webhooks: type: number blocking_issue: *215 blocking_issue_repo: *72 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148508,9 +148387,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148604,9 +148483,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148691,10 +148570,10 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - issue: &860 + assignee: *852 + enterprise: *825 + installation: *826 + issue: &859 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149506,11 +149385,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149527,7 +149406,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -149630,8 +149509,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -149711,8 +149590,8 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150529,11 +150408,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150550,7 +150429,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -150796,8 +150675,8 @@ webhooks: required: - state - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -150876,8 +150755,8 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151685,11 +151564,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151706,7 +151585,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -151808,8 +151687,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -151888,8 +151767,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152720,11 +152599,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152741,7 +152620,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -152822,7 +152701,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &858 + milestone: &857 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152965,8 +152844,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -153065,8 +152944,8 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153878,11 +153757,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153896,7 +153775,7 @@ webhooks: timeline_url: type: string format: uri - type: *349 + type: *348 title: description: Title of the issue type: string @@ -154002,9 +153881,9 @@ webhooks: - active_lock_reason - body - reactions - label: *852 - organization: *828 - repository: *829 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -154084,8 +153963,8 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154896,11 +154775,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154914,7 +154793,7 @@ webhooks: timeline_url: type: string format: uri - type: *349 + type: *348 title: description: Title of the issue type: string @@ -155020,9 +154899,9 @@ webhooks: - active_lock_reason - body - reactions - label: *852 - organization: *828 - repository: *829 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -155102,8 +154981,8 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155939,11 +155818,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155957,7 +155836,7 @@ webhooks: timeline_url: type: string format: uri - type: *349 + type: *348 title: description: Title of the issue type: string @@ -156040,8 +155919,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -156120,8 +155999,8 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156951,11 +156830,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156972,7 +156851,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -157052,9 +156931,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *858 - organization: *828 - repository: *829 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -157946,11 +157825,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158046,7 +157925,7 @@ webhooks: required: - login - id - type: *349 + type: *348 required: - id - number @@ -158527,8 +158406,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159340,11 +159219,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159361,7 +159240,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -159463,8 +159342,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -159544,9 +159423,9 @@ webhooks: type: string enum: - pinned - enterprise: *826 - installation: *827 - issue: &859 + enterprise: *825 + installation: *826 + issue: &858 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -160352,11 +160231,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160373,7 +160252,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -160475,8 +160354,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -160555,8 +160434,8 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161390,11 +161269,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161491,9 +161370,9 @@ webhooks: format: uri user_view_type: type: string - type: *349 - organization: *828 - repository: *829 + type: *348 + organization: *827 + repository: *828 sender: *4 required: - action @@ -162382,11 +162261,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162403,7 +162282,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -162985,11 +162864,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163069,12 +162948,12 @@ webhooks: type: string enum: - typed - enterprise: *826 - installation: *827 - issue: *860 - type: *349 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *348 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163155,7 +163034,7 @@ webhooks: type: string enum: - unassigned - assignee: &884 + assignee: &883 title: User type: - object @@ -163227,11 +163106,11 @@ webhooks: required: - login - id - enterprise: *826 - installation: *827 - issue: *860 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163310,12 +163189,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - issue: *860 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163395,8 +163274,8 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164230,11 +164109,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164251,7 +164130,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -164331,8 +164210,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164412,11 +164291,11 @@ webhooks: type: string enum: - unpinned - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164495,12 +164374,12 @@ webhooks: type: string enum: - untyped - enterprise: *826 - installation: *827 - issue: *860 - type: *349 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *348 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164580,11 +164459,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164662,11 +164541,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164776,11 +164655,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164862,9 +164741,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: &861 + enterprise: *825 + installation: *826 + marketplace_purchase: &860 title: Marketplace Purchase type: object required: @@ -164952,8 +164831,8 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: &862 + organization: *827 + previous_marketplace_purchase: &861 title: Marketplace Purchase type: object properties: @@ -165037,7 +164916,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165117,10 +164996,10 @@ webhooks: - changed effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165208,7 +165087,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165290,10 +165169,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165379,7 +165258,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165460,8 +165339,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 marketplace_purchase: title: Marketplace Purchase type: object @@ -165547,9 +165426,9 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165629,12 +165508,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165736,11 +165615,11 @@ webhooks: type: string required: - to - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -165842,11 +165721,11 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -165925,11 +165804,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166007,11 +165886,11 @@ webhooks: type: string enum: - added - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166089,7 +165968,7 @@ webhooks: required: - login - id - team: &863 + team: &862 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -166319,11 +166198,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166402,7 +166281,7 @@ webhooks: required: - login - id - team: *863 + team: *862 required: - action - scope @@ -166484,8 +166363,8 @@ webhooks: type: string enum: - checks_requested - installation: *827 - merge_group: &864 + installation: *826 + merge_group: &863 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -166504,15 +166383,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *521 + head_commit: *520 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166598,10 +166477,10 @@ webhooks: - merged - invalidated - dequeued - installation: *827 - merge_group: *864 - organization: *828 - repository: *829 + installation: *826 + merge_group: *863 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166674,7 +166553,7 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -166783,12 +166662,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *827 - organization: *828 + installation: *826 + organization: *827 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -166868,11 +166747,11 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166951,9 +166830,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - milestone: &865 + enterprise: *825 + installation: *826 + milestone: &864 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167095,8 +166974,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167175,11 +167054,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167289,11 +167168,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167373,11 +167252,11 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - milestone: *865 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *864 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167456,11 +167335,11 @@ webhooks: type: string enum: - blocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167539,11 +167418,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167619,7 +167498,7 @@ webhooks: enum: - created definition: *140 - enterprise: *826 + enterprise: *825 sender: *4 required: - action @@ -167699,8 +167578,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -167773,8 +167652,8 @@ webhooks: enum: - updated definition: *140 - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -167846,9 +167725,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 new_property_values: type: array @@ -167936,9 +167815,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - membership: &866 + enterprise: *825 + installation: *826 + membership: &865 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -168048,8 +167927,8 @@ webhooks: - role - organization_url - user - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168127,11 +168006,11 @@ webhooks: type: string enum: - member_added - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168210,8 +168089,8 @@ webhooks: type: string enum: - member_invited - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -168333,10 +168212,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 - user: *853 + user: *852 required: - action - invitation @@ -168414,11 +168293,11 @@ webhooks: type: string enum: - member_removed - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168505,11 +168384,11 @@ webhooks: properties: from: type: string - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168585,9 +168464,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169110,7 +168989,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &867 + items: &866 title: Ruby Gems metadata type: object properties: @@ -169207,7 +169086,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -169283,9 +169162,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169647,7 +169526,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 source_url: type: string format: uri @@ -169718,7 +169597,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -169899,12 +169778,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *826 + enterprise: *825 id: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - id @@ -169981,7 +169860,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &868 + personal_access_token_request: &867 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -170131,10 +170010,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *826 - organization: *828 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170211,11 +170090,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170291,11 +170170,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170370,11 +170249,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *868 - organization: *828 - enterprise: *826 + personal_access_token_request: *867 + organization: *827 + enterprise: *825 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170479,7 +170358,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *869 + last_response: *868 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -170511,8 +170390,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 zen: description: Random string of GitHub zen. @@ -170757,10 +170636,10 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: &870 + enterprise: *825 + installation: *826 + organization: *827 + project_card: &869 title: Project Card type: object properties: @@ -170883,7 +170762,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -170964,11 +170843,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171048,9 +170927,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: title: Project Card type: object @@ -171180,7 +171059,7 @@ webhooks: repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -171274,11 +171153,11 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171372,9 +171251,9 @@ webhooks: - from required: - column_id - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: allOf: - title: Project Card @@ -171571,7 +171450,7 @@ webhooks: type: string required: - after_id - repository: *829 + repository: *828 sender: *4 required: - action @@ -171651,10 +171530,10 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - organization: *828 - project: &872 + enterprise: *825 + installation: *826 + organization: *827 + project: &871 title: Project type: object properties: @@ -171781,7 +171660,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -171861,10 +171740,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_column: &871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: &870 title: Project Column type: object properties: @@ -171904,7 +171783,7 @@ webhooks: - name - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -171983,14 +171862,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172079,11 +171958,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172163,11 +172042,11 @@ webhooks: type: string enum: - moved - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172247,11 +172126,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172331,14 +172210,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project: *872 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172439,11 +172318,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172522,11 +172401,11 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172607,9 +172486,9 @@ webhooks: type: string enum: - closed - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172690,9 +172569,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172773,9 +172652,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172896,9 +172775,9 @@ webhooks: type: string to: type: string - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172981,7 +172860,7 @@ webhooks: type: string enum: - archived - changes: &876 + changes: &875 type: object properties: archived_at: @@ -172997,9 +172876,9 @@ webhooks: - string - 'null' format: date-time - installation: *827 - organization: *828 - projects_v2_item: &873 + installation: *826 + organization: *827 + projects_v2_item: &872 title: Projects v2 Item description: An item belonging to a project type: object @@ -173017,7 +172896,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *388 + content_type: *387 creator: *4 created_at: type: string @@ -173139,9 +173018,9 @@ webhooks: - 'null' to: type: string - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173223,9 +173102,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173306,9 +173185,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173413,7 +173292,7 @@ webhooks: oneOf: - type: string - type: integer - - &874 + - &873 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -173437,7 +173316,7 @@ webhooks: required: - id - name - - &875 + - &874 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -173477,8 +173356,8 @@ webhooks: oneOf: - type: string - type: integer + - *873 - *874 - - *875 type: - 'null' - string @@ -173501,9 +173380,9 @@ webhooks: - 'null' required: - body - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173600,9 +173479,9 @@ webhooks: type: - string - 'null' - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173685,10 +173564,10 @@ webhooks: type: string enum: - restored - changes: *876 - installation: *827 - organization: *828 - projects_v2_item: *873 + changes: *875 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173770,9 +173649,9 @@ webhooks: type: string enum: - reopened - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -173853,9 +173732,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -173936,9 +173815,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174084,9 +173963,9 @@ webhooks: - string - 'null' format: date - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174157,10 +174036,10 @@ webhooks: title: public event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - repository @@ -174237,13 +174116,13 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - number: &878 + assignee: *852 + enterprise: *825 + installation: *826 + number: &877 description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -176592,7 +176471,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -176674,11 +176553,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -179020,7 +178899,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -179102,11 +178981,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -181448,7 +181327,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -181530,13 +181409,13 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: &879 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: &878 allOf: - - *679 + - *678 - type: object properties: allow_auto_merge: @@ -181598,7 +181477,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *829 + repository: *828 sender: *4 required: - action @@ -181679,12 +181558,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -181764,11 +181643,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - milestone: *386 - number: *878 - organization: *828 - pull_request: &880 + enterprise: *825 + milestone: *385 + number: *877 + organization: *827 + pull_request: &879 title: Pull Request type: object properties: @@ -184095,7 +183974,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -184174,11 +184053,11 @@ webhooks: type: string enum: - dequeued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -186524,7 +186403,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *829 + repository: *828 sender: *4 required: - action @@ -186648,12 +186527,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -186733,11 +186612,11 @@ webhooks: type: string enum: - enqueued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -189068,7 +188947,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -189148,11 +189027,11 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 - label: *852 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *851 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -191500,7 +191379,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -191581,10 +191460,10 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -193930,7 +193809,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -194010,12 +193889,12 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - milestone: *386 - number: *878 - organization: *828 - pull_request: *880 - repository: *829 + enterprise: *825 + milestone: *385 + number: *877 + organization: *827 + pull_request: *879 + repository: *828 sender: *4 required: - action @@ -194094,12 +193973,12 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194180,12 +194059,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194265,12 +194144,12 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194645,9 +194524,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -196877,7 +196756,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -196957,7 +196836,7 @@ webhooks: type: string enum: - deleted - comment: &882 + comment: &881 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -197250,9 +197129,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -199470,7 +199349,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -199550,11 +199429,11 @@ webhooks: type: string enum: - edited - changes: *881 - comment: *882 - enterprise: *826 - installation: *827 - organization: *828 + changes: *880 + comment: *881 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -201775,7 +201654,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -201856,9 +201735,9 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -204091,7 +203970,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 review: description: The review that was affected. type: object @@ -204342,9 +204221,9 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -206458,8 +206337,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: &883 + repository: *828 + review: &882 description: The review that was affected. type: object properties: @@ -206697,12 +206576,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -209049,7 +208928,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -209135,12 +209014,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -211494,7 +211373,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211689,12 +211568,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -214043,7 +213922,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -214130,12 +214009,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -216475,7 +216354,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216659,9 +216538,9 @@ webhooks: type: string enum: - submitted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -218897,8 +218776,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: *883 + repository: *828 + review: *882 sender: *4 required: - action @@ -218978,9 +218857,9 @@ webhooks: type: string enum: - resolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -221111,7 +220990,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -221508,9 +221387,9 @@ webhooks: type: string enum: - unresolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -223624,7 +223503,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -224023,10 +223902,10 @@ webhooks: type: string before: type: string - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -226361,7 +226240,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -226443,11 +226322,11 @@ webhooks: type: string enum: - unassigned - assignee: *884 - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + assignee: *883 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -228797,7 +228676,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -228876,11 +228755,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - label: *852 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *851 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -231219,7 +231098,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -231300,10 +231179,10 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -233632,7 +233511,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -233835,7 +233714,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *826 + enterprise: *825 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -233930,8 +233809,8 @@ webhooks: - url - author - committer - installation: *827 - organization: *828 + installation: *826 + organization: *827 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -234519,9 +234398,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -234998,7 +234877,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235054,7 +234933,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235132,9 +235011,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -235446,7 +235325,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235496,7 +235375,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235573,10 +235452,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - release: &885 + enterprise: *825 + installation: *826 + organization: *827 + release: &884 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -235907,7 +235786,7 @@ webhooks: - updated_at - zipball_url - body - repository: *829 + repository: *828 sender: *4 required: - action @@ -235984,11 +235863,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236105,11 +235984,11 @@ webhooks: type: boolean required: - to - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236187,9 +236066,9 @@ webhooks: type: string enum: - prereleased - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -236525,7 +236404,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -236601,10 +236480,10 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - release: &886 + enterprise: *825 + installation: *826 + organization: *827 + release: &885 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -236937,7 +236816,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -237013,11 +236892,11 @@ webhooks: type: string enum: - released - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -237093,11 +236972,11 @@ webhooks: type: string enum: - unpublished - enterprise: *826 - installation: *827 - organization: *828 - release: *886 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *885 + repository: *828 sender: *4 required: - action @@ -237173,11 +237052,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *732 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *731 sender: *4 required: - action @@ -237253,11 +237132,11 @@ webhooks: type: string enum: - reported - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *732 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *731 sender: *4 required: - action @@ -237333,10 +237212,10 @@ webhooks: type: string enum: - archived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237413,10 +237292,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237494,10 +237373,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237582,10 +237461,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237700,10 +237579,10 @@ webhooks: - 'null' items: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237775,10 +237654,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 status: type: string @@ -237859,10 +237738,10 @@ webhooks: type: string enum: - privatized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237939,10 +237818,10 @@ webhooks: type: string enum: - publicized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238036,10 +237915,10 @@ webhooks: - name required: - repository - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238119,10 +237998,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *179 sender: *4 required: @@ -238201,10 +238080,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *179 sender: *4 required: @@ -238283,10 +238162,10 @@ webhooks: type: string enum: - edited - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *179 changes: type: object @@ -238348,16 +238227,16 @@ webhooks: properties: added: type: array - items: *700 + items: *699 deleted: type: array - items: *700 + items: *699 updated: type: array items: type: object properties: - rule: *700 + rule: *699 changes: type: object properties: @@ -238594,10 +238473,10 @@ webhooks: - from required: - owner - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238675,10 +238554,10 @@ webhooks: type: string enum: - unarchived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238756,7 +238635,7 @@ webhooks: type: string enum: - create - alert: &887 + alert: &886 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -238880,10 +238759,10 @@ webhooks: type: string enum: - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239093,10 +238972,10 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239174,11 +239053,11 @@ webhooks: type: string enum: - reopen - alert: *887 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *886 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239380,10 +239259,10 @@ webhooks: enum: - fixed - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239461,7 +239340,7 @@ webhooks: type: string enum: - created - alert: &888 + alert: &887 type: object properties: number: *119 @@ -239575,10 +239454,10 @@ webhooks: anyOf: - type: 'null' - *4 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239659,11 +239538,11 @@ webhooks: type: string enum: - created - alert: *888 - installation: *827 - location: *889 - organization: *828 - repository: *829 + alert: *887 + installation: *826 + location: *888 + organization: *827 + repository: *828 sender: *4 required: - location @@ -239901,11 +239780,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239983,11 +239862,11 @@ webhooks: type: string enum: - reopened - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240065,11 +239944,11 @@ webhooks: type: string enum: - resolved - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240147,11 +240026,11 @@ webhooks: type: string enum: - validated - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240281,10 +240160,10 @@ webhooks: - organization - enterprise - - repository: *829 - enterprise: *826 - installation: *827 - organization: *828 + repository: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -240362,11 +240241,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: &890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: &889 description: The details of the security advisory, including summary, description, and severity. type: object @@ -240552,11 +240431,11 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: *890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: *889 sender: *4 required: - action @@ -240629,10 +240508,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -240818,11 +240697,11 @@ webhooks: from: type: object properties: - security_and_analysis: *394 - enterprise: *826 - installation: *827 - organization: *828 - repository: *460 + security_and_analysis: *393 + enterprise: *825 + installation: *826 + organization: *827 + repository: *459 sender: *4 required: - changes @@ -240900,12 +240779,12 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: &891 + sponsorship: &890 type: object properties: created_at: @@ -241210,12 +241089,12 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241303,12 +241182,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241385,17 +241264,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &892 + effective_date: &891 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: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241469,7 +241348,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &893 + changes: &892 type: object properties: tier: @@ -241513,13 +241392,13 @@ webhooks: - from required: - tier - effective_date: *892 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + effective_date: *891 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241596,13 +241475,13 @@ webhooks: type: string enum: - tier_changed - changes: *893 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + changes: *892 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241676,10 +241555,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241763,10 +241642,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242200,15 +242079,15 @@ webhooks: type: - string - 'null' - enterprise: *826 + enterprise: *825 id: description: The unique identifier of the status. type: integer - installation: *827 + installation: *826 name: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 sha: description: The Commit SHA. @@ -242324,9 +242203,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242416,9 +242295,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242508,9 +242387,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242600,9 +242479,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242679,12 +242558,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - team: &894 + team: &893 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -242914,9 +242793,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -243386,7 +243265,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -243462,9 +243341,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -243934,7 +243813,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -244011,9 +243890,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -244483,7 +244362,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -244627,9 +244506,9 @@ webhooks: - from required: - permissions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -245099,7 +244978,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - changes @@ -245177,9 +245056,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -245649,7 +245528,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -245725,10 +245604,10 @@ webhooks: type: string enum: - started - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -245801,17 +245680,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *826 + enterprise: *825 inputs: type: - object - 'null' additionalProperties: true - installation: *827 - organization: *828 + installation: *826 + organization: *827 ref: type: string - repository: *829 + repository: *828 sender: *4 workflow: type: string @@ -245893,10 +245772,10 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246152,7 +246031,7 @@ webhooks: type: string required: - conclusion - deployment: *587 + deployment: *586 required: - action - repository @@ -246231,10 +246110,10 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246516,7 +246395,7 @@ webhooks: required: - status - steps - deployment: *587 + deployment: *586 required: - action - repository @@ -246595,10 +246474,10 @@ webhooks: type: string enum: - queued - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -246744,7 +246623,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *587 + deployment: *586 required: - action - repository @@ -246823,10 +246702,10 @@ webhooks: type: string enum: - waiting - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -246973,7 +246852,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *587 + deployment: *586 required: - action - repository @@ -247053,12 +246932,12 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Workflow Run type: object @@ -248077,12 +247956,12 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Workflow Run type: object @@ -249086,12 +248965,12 @@ webhooks: type: string enum: - requested - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 6201a76c3..6322acbb3 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -69412,15 +69412,6 @@ "type": "integer" } }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } - }, { "name": "cost_center_id", "description": "The ID corresponding to a cost center. The default value is no cost center.", @@ -108246,15 +108237,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { @@ -266577,462 +266559,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - } - } - } - }, - "headers": { - "Link": { - "example": "; rel=\"next\", ; rel=\"last\"", - "schema": { - "type": "string" - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "name": "project_id", - "description": "The unique identifier of the project.", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Project Column", - "description": "Project columns contain cards of work.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367" - ] - }, - "project_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/120" - ] - }, - "cards_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/projects/columns/367/cards" - ] - }, - "id": { - "description": "The unique identifier of the project column", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEzOlByb2plY3RDb2x1bW4zNjc=" - ] - }, - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:18:44Z" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-09-05T14:22:28Z" - ] - } - }, - "required": [ - "id", - "node_id", - "url", - "project_url", - "cards_url", - "name", - "created_at", - "updated_at" - ] - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "422": { - "description": "Validation failed, or the endpoint has been spammed.", - "content": { - "application/json": { - "schema": { - "title": "Validation Error Simple", - "description": "Validation Error Simple", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, - "401": { - "description": "Requires authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -788990,15 +788516,6 @@ "schema": { "type": "integer" } - }, - { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } } ], "responses": { diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 66c73f813..5891116cf 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -915,7 +915,7 @@ paths: - subscriptions_url - type - url - type: &414 + type: &413 type: string description: The type of credit the user is receiving. enum: @@ -1048,7 +1048,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &243 + schema: &242 title: Validation Error Simple description: Validation Error Simple type: object @@ -1081,7 +1081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &734 + - &733 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1666,7 +1666,7 @@ paths: schema: type: integer default: 30 - - &327 + - &326 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1682,7 +1682,7 @@ paths: application/json: schema: type: array - items: &328 + items: &327 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1778,7 +1778,7 @@ paths: - installation_id - repository_id examples: - default: &329 + default: &328 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1810,7 +1810,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &744 + schema: &743 title: Scim Error description: Scim Error type: object @@ -1841,7 +1841,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &242 + schema: &241 title: Validation Error description: Validation Error type: object @@ -1913,7 +1913,7 @@ paths: description: Response content: application/json: - schema: &330 + schema: &329 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2048,7 +2048,7 @@ paths: - request - response examples: - default: &331 + default: &330 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -7804,7 +7804,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &243 type: object properties: total_active_caches_count: @@ -7819,7 +7819,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &245 + default: &244 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -8034,7 +8034,7 @@ paths: - public_ip_enabled - platform examples: - default: &246 + default: &245 value: total_count: 2 runners: @@ -8338,7 +8338,7 @@ paths: application/json: schema: *43 examples: - default: &247 + default: &246 value: id: 1 platform: linux-x64 @@ -8483,7 +8483,7 @@ paths: application/json: schema: *46 examples: - default: &248 + default: &247 value: version: 1.0.0 size_gb: 75 @@ -8651,7 +8651,7 @@ paths: description: Response content: application/json: - schema: &249 + schema: &248 type: object properties: public_ips: @@ -8678,7 +8678,7 @@ paths: required: - public_ips examples: - default: &250 + default: &249 value: public_ips: current_usage: 17 @@ -8718,7 +8718,7 @@ paths: type: array items: *50 examples: - default: &251 + default: &250 value: id: 4-core cpu_cores: 4 @@ -8982,7 +8982,7 @@ paths: - all - local_only - selected - selected_actions_url: &254 + selected_actions_url: &253 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -9062,7 +9062,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &256 + schema: &255 type: object properties: days: @@ -9080,7 +9080,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &745 + '401': &744 description: Authorization failure '404': *6 x-github: @@ -9108,7 +9108,7 @@ paths: required: true content: application/json: - schema: &257 + schema: &256 type: object properties: days: @@ -9157,7 +9157,7 @@ paths: required: - approval_policy examples: - default: &258 + default: &257 value: approval_policy: first_time_contributors '404': *6 @@ -9215,7 +9215,7 @@ paths: description: Response content: application/json: - schema: &259 + schema: &258 type: object required: - run_workflows_from_fork_pull_requests @@ -9269,7 +9269,7 @@ paths: required: true content: application/json: - schema: &260 + schema: &259 type: object required: - run_workflows_from_fork_pull_requests @@ -9705,7 +9705,7 @@ paths: description: Success response content: application/json: - schema: &263 + schema: &262 type: object properties: default_workflow_permissions: &61 @@ -9753,7 +9753,7 @@ paths: required: true content: application/json: - schema: &264 + schema: &263 type: object properties: default_workflow_permissions: *61 @@ -10598,7 +10598,7 @@ paths: application/json: schema: type: array - items: &268 + items: &267 title: Runner Application description: Runner Application type: object @@ -10623,7 +10623,7 @@ paths: - download_url - filename examples: - default: &269 + default: &268 value: - os: osx architecture: x64 @@ -10707,7 +10707,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &270 + '201': &269 description: Response content: application/json: @@ -10826,7 +10826,7 @@ paths: - token - expires_at examples: - default: &271 + default: &270 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10866,7 +10866,7 @@ paths: application/json: schema: *73 examples: - default: &272 + default: &271 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10898,7 +10898,7 @@ paths: application/json: schema: *70 examples: - default: &273 + default: &272 value: id: 23 name: MBP @@ -11114,7 +11114,7 @@ paths: - *39 - *69 responses: - '200': &274 + '200': &273 description: Response content: application/json: @@ -11170,7 +11170,7 @@ paths: parameters: - *39 - *69 - - &275 + - &274 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11267,7 +11267,7 @@ paths: required: true content: application/json: - schema: &282 + schema: &281 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11918,7 +11918,7 @@ paths: required: false schema: type: string - - &283 + - &282 name: include description: |- The event types to include: @@ -11936,7 +11936,7 @@ paths: - web - git - all - - &284 + - &283 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -11944,7 +11944,7 @@ paths: required: false schema: type: string - - &285 + - &284 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -11952,7 +11952,7 @@ paths: required: false schema: type: string - - &286 + - &285 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11974,7 +11974,7 @@ paths: application/json: schema: type: array - items: &287 + items: &286 type: object properties: "@timestamp": @@ -12096,7 +12096,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &288 + default: &287 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12764,7 +12764,7 @@ paths: application/json: schema: type: array - items: &289 + items: &288 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12936,7 +12936,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &290 + default: &289 value: - id: 21 number: 42 @@ -13041,7 +13041,7 @@ paths: application/json: schema: type: array - items: &292 + items: &291 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -13172,7 +13172,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &293 + default: &292 value: - id: 21 number: 42 @@ -13257,7 +13257,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &298 + - &297 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -13267,7 +13267,7 @@ paths: schema: &105 type: string description: The name of the tool used to generate the code scanning analysis. - - &299 + - &298 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -13291,7 +13291,7 @@ paths: be returned. in: query required: false - schema: &300 + schema: &299 type: string description: State of a code scanning alert. enum: @@ -13316,7 +13316,7 @@ paths: application/json: schema: type: array - items: &301 + items: &300 type: object properties: number: &119 @@ -13345,7 +13345,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &527 + instances_url: &526 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13381,7 +13381,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &528 + dismissed_reason: &527 type: - string - 'null' @@ -13392,14 +13392,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &529 + dismissed_comment: &528 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &530 + rule: &529 type: object properties: id: @@ -13460,7 +13460,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &531 + tool: &530 type: object properties: name: *105 @@ -13471,15 +13471,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *106 - most_recent_instance: &532 + most_recent_instance: &531 type: object properties: - ref: &525 + ref: &524 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &542 + analysis_key: &541 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -13490,7 +13490,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &543 + category: &542 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13881,7 +13881,7 @@ paths: - most_recent_instance - repository examples: - default: &302 + default: &301 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14540,7 +14540,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &303 + code_scanning_options: &302 type: - object - 'null' @@ -14738,7 +14738,7 @@ paths: description: Response content: application/json: - schema: &305 + schema: &304 type: array description: A list of default code security configurations items: @@ -14754,7 +14754,7 @@ paths: default configuration: *108 examples: - default: &306 + default: &305 value: - default_for_new_repos: public configuration: @@ -15208,7 +15208,7 @@ paths: default: value: default_for_new_repos: all - configuration: &304 + configuration: &303 value: id: 1325 target_type: organization @@ -15293,7 +15293,7 @@ paths: application/json: schema: type: array - items: &307 + items: &306 type: object description: Repositories associated with a code security configuration and attachment status @@ -15317,7 +15317,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &308 + repository: &307 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15818,7 +15818,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &294 + - &293 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15895,7 +15895,7 @@ paths: parent: anyOf: - type: 'null' - - &362 + - &361 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -17242,7 +17242,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &314 + - &313 name: state in: query description: |- @@ -17251,7 +17251,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &315 + - &314 name: severity in: query description: |- @@ -17260,7 +17260,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &316 + - &315 name: ecosystem in: query description: |- @@ -17269,14 +17269,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &317 + - &316 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &318 + - &317 name: epss_percentage in: query description: |- @@ -17288,7 +17288,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &578 + - &577 name: has in: query description: |- @@ -17302,7 +17302,7 @@ paths: type: string enum: - patch - - &319 + - &318 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -17312,7 +17312,7 @@ paths: enum: - development - runtime - - &320 + - &319 name: sort in: query description: |- @@ -17338,7 +17338,7 @@ paths: application/json: schema: type: array - items: &321 + items: &320 type: object description: A Dependabot alert. properties: @@ -17405,7 +17405,7 @@ paths: - direct - transitive - - security_advisory: &579 + security_advisory: &578 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17641,7 +17641,7 @@ paths: dismissal. maxLength: 280 fixed_at: *129 - auto_dismissed_at: &580 + auto_dismissed_at: &579 type: - string - 'null' @@ -17668,7 +17668,7 @@ paths: - repository additionalProperties: false examples: - default: &322 + default: &321 value: - number: 2 state: dismissed @@ -18786,7 +18786,7 @@ paths: - name - created_on examples: - default: &424 + default: &423 value: total_count: 2 network_configurations: @@ -19009,7 +19009,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &425 + - &424 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -19021,7 +19021,7 @@ paths: description: Response content: application/json: - schema: &426 + schema: &425 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -19060,7 +19060,7 @@ paths: - subnet_id - region examples: - default: &427 + default: &426 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19894,7 +19894,7 @@ paths: required: true content: application/json: - schema: &393 + schema: &392 title: Custom Property Set Payload description: Custom property set payload type: object @@ -21023,7 +21023,7 @@ paths: conditions: anyOf: - *151 - - &397 + - &396 title: Organization ruleset conditions type: object description: |- @@ -21073,7 +21073,7 @@ paths: - object rules: type: array - items: &700 + items: &699 title: Repository Rule type: object description: A repository rule. @@ -21082,7 +21082,7 @@ paths: - *160 - *161 - *162 - - &697 + - &696 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21176,7 +21176,7 @@ paths: - *176 - *177 - *178 - - &698 + - &697 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review. @@ -21432,7 +21432,7 @@ paths: type: string format: date-time examples: - default: &400 + default: &399 value: - version_id: 3 actor: @@ -21485,7 +21485,7 @@ paths: description: Response content: application/json: - schema: &401 + schema: &400 allOf: - *183 - type: object @@ -21540,7 +21540,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &402 + - &401 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21551,7 +21551,7 @@ paths: enum: - open - resolved - - &403 + - &402 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21561,7 +21561,7 @@ paths: required: false schema: type: string - - &404 + - &403 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21570,7 +21570,7 @@ paths: required: false schema: type: string - - &405 + - &404 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. @@ -21586,7 +21586,7 @@ paths: - *17 - *102 - *103 - - &406 + - &405 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21595,7 +21595,7 @@ paths: required: false schema: type: string - - &407 + - &406 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21604,7 +21604,7 @@ paths: schema: type: boolean default: false - - &408 + - &407 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21613,7 +21613,7 @@ paths: schema: type: boolean default: false - - &409 + - &408 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21629,7 +21629,7 @@ paths: application/json: schema: type: array - items: &410 + items: &409 type: object properties: number: *119 @@ -21645,14 +21645,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &712 + state: &711 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: &713 + resolution: &712 type: - string - 'null' @@ -21759,14 +21759,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &714 + - &713 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &716 + - &715 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21823,7 +21823,7 @@ paths: - blob_url - commit_sha - commit_url - - &717 + - &716 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. @@ -21884,7 +21884,7 @@ paths: - page_url - commit_sha - commit_url - - &718 + - &717 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21899,7 +21899,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &719 + - &718 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21914,7 +21914,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &720 + - &719 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21929,7 +21929,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &721 + - &720 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21944,7 +21944,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &722 + - &721 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21959,7 +21959,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &723 + - &722 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21974,7 +21974,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &724 + - &723 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. @@ -21989,7 +21989,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &725 + - &724 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. @@ -22004,7 +22004,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &726 + - &725 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. @@ -22019,7 +22019,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &727 + - &726 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. @@ -22034,7 +22034,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &728 + - &727 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 @@ -22059,7 +22059,7 @@ paths: - type: 'null' - *4 examples: - default: &411 + default: &410 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -22268,7 +22268,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &411 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22355,7 +22355,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *185 examples: - default: &413 + default: &412 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22499,7 +22499,7 @@ paths: description: Response content: application/json: - schema: &415 + schema: &414 type: object properties: total_minutes_used: @@ -22569,7 +22569,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &416 + default: &415 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -22600,7 +22600,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &417 + - &416 name: advanced_security_product in: query description: | @@ -22620,7 +22620,7 @@ paths: description: Success content: application/json: - schema: &418 + schema: &417 type: object properties: total_advanced_security_committers: @@ -22683,7 +22683,7 @@ paths: required: - repositories examples: - default: &419 + default: &418 value: total_advanced_security_committers: 2 total_count: 2 @@ -23307,7 +23307,7 @@ paths: description: Response content: application/json: - schema: &420 + schema: &419 type: object properties: total_gigabytes_bandwidth_used: @@ -23325,7 +23325,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &421 + default: &420 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -23568,7 +23568,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &421 type: object properties: days_left_in_billing_cycle: @@ -23586,7 +23586,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &423 + default: &422 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -23622,15 +23622,6 @@ paths: schema: type: integer - *191 - - &237 - name: hour - description: If specified, only return results for a single hour. The value - of `hour` is an integer between `0` and `23`. If no `year`, `month`, or - `day` is specified, the default `year`, `month`, and `day` are used. - in: query - required: false - schema: - type: integer - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -23643,7 +23634,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &238 + schema: &237 type: object properties: usageItems: @@ -23696,7 +23687,7 @@ paths: - netAmount - organizationName examples: - default: &239 + default: &238 value: usageItems: - date: '2023-08-01' @@ -24781,7 +24772,7 @@ paths: milestone: anyOf: - type: 'null' - - &386 + - &385 title: Milestone description: A collection of related issues and pull requests. @@ -24953,7 +24944,7 @@ paths: timeline_url: type: string format: uri - type: &349 + type: &348 title: Issue Type description: The type of issue. type: @@ -25062,7 +25053,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &772 + sub_issues_summary: &771 title: Sub-issues Summary type: object properties: @@ -25083,7 +25074,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &773 + issue_dependencies_summary: &772 title: Issue Dependencies Summary type: object properties: @@ -25102,7 +25093,7 @@ paths: - total_blocking issue_field_values: type: array - items: &774 + items: &773 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25197,7 +25188,7 @@ paths: - user - created_at - updated_at - comment: &635 + comment: &634 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -25763,7 +25754,7 @@ paths: url: type: string format: uri - user: &786 + user: &785 title: Public User description: Public User type: object @@ -27658,7 +27649,7 @@ paths: - closed - all default: open - - &352 + - &351 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -27709,7 +27700,7 @@ paths: type: array items: *215 examples: - default: &353 + default: &352 value: - id: 1 node_id: MDU6SXNzdWUx @@ -29121,14 +29112,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &447 + - &446 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &448 + - &447 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -29190,7 +29181,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &461 + '301': &460 description: Moved permanently content: application/json: @@ -29212,7 +29203,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &664 + - &663 name: all description: If `true`, show notifications marked as read. in: query @@ -29220,7 +29211,7 @@ paths: schema: type: boolean default: false - - &665 + - &664 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -29230,7 +29221,7 @@ paths: type: boolean default: false - *205 - - &666 + - &665 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -29262,7 +29253,7 @@ paths: properties: id: type: string - repository: &267 + repository: &266 title: Minimal Repository description: Minimal Repository type: object @@ -29601,7 +29592,7 @@ paths: type: boolean examples: - false - security_and_analysis: &394 + security_and_analysis: &393 type: - object - 'null' @@ -29774,7 +29765,7 @@ paths: - url - subscription_url examples: - default: &667 + default: &666 value: - id: '1' repository: @@ -30379,7 +30370,7 @@ paths: - 3 custom_roles: type: array - items: &310 + items: &309 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -30428,7 +30419,7 @@ paths: - created_at - updated_at examples: - default: &311 + default: &310 value: id: 8030 name: Security Engineer @@ -30755,7 +30746,7 @@ paths: type: array items: *145 examples: - default: &673 + default: &672 value: - property_name: environment value: production @@ -30805,7 +30796,7 @@ paths: required: - properties examples: - default: &674 + default: &673 value: properties: - property_name: environment @@ -30981,15 +30972,14 @@ paths: - *190 - *236 - *191 - - *237 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *238 + schema: *237 examples: - default: *239 + default: *238 '400': *14 '403': *27 '500': *38 @@ -31025,7 +31015,7 @@ paths: description: Response content: application/json: - schema: &240 + schema: &239 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -31435,7 +31425,7 @@ paths: - updated_at - archived_at examples: - default-response: &241 + default-response: &240 value: login: github id: 1 @@ -31761,17 +31751,17 @@ paths: description: Response content: application/json: - schema: *240 + schema: *239 examples: - default: *241 + default: *240 '422': description: Validation failed content: application/json: schema: oneOf: + - *241 - *242 - - *243 '409': *112 x-github: githubCloudOnly: false @@ -31826,9 +31816,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *243 examples: - default: *245 + default: *244 headers: Link: *41 x-github: @@ -31869,7 +31859,7 @@ paths: type: integer repository_cache_usages: type: array - items: &466 + items: &465 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -31947,7 +31937,7 @@ paths: type: array items: *42 examples: - default: *246 + default: *245 headers: Link: *41 x-github: @@ -32114,7 +32104,7 @@ paths: application/json: schema: *43 examples: - default: *247 + default: *246 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32206,7 +32196,7 @@ paths: application/json: schema: *46 examples: - default: *248 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32325,9 +32315,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *248 examples: - default: *250 + default: *249 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32363,7 +32353,7 @@ paths: type: array items: *50 examples: - default: *251 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32552,7 +32542,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &252 + schema: &251 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -32566,7 +32556,7 @@ paths: required: - include_claim_keys examples: - default: &253 + default: &252 value: include_claim_keys: - repo @@ -32593,15 +32583,15 @@ paths: required: true content: application/json: - schema: *252 + schema: *251 examples: - default: *253 + default: *252 responses: '201': description: Empty response content: application/json: - schema: &278 + schema: &277 title: Empty Object description: An object without any properties. type: object @@ -32640,7 +32630,7 @@ paths: schema: type: object properties: - enabled_repositories: &255 + enabled_repositories: &254 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -32654,7 +32644,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *54 - selected_actions_url: *254 + selected_actions_url: *253 sha_pinning_required: *55 required: - enabled_repositories @@ -32696,7 +32686,7 @@ paths: schema: type: object properties: - enabled_repositories: *255 + enabled_repositories: *254 allowed_actions: *54 sha_pinning_required: *55 required: @@ -32732,7 +32722,7 @@ paths: description: Response content: application/json: - schema: *256 + schema: *255 examples: response: summary: Example response @@ -32763,7 +32753,7 @@ paths: required: true content: application/json: - schema: *257 + schema: *256 examples: application/json: value: @@ -32801,7 +32791,7 @@ paths: application/json: schema: *56 examples: - default: *258 + default: *257 '404': *6 x-github: enabledForGitHubApps: true @@ -32858,7 +32848,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *258 examples: default: *57 '403': *27 @@ -32883,7 +32873,7 @@ paths: required: true content: application/json: - schema: *260 + schema: *259 examples: default: *57 responses: @@ -32935,7 +32925,7 @@ paths: type: array items: *72 examples: - default: &262 + default: &261 value: total_count: 1 repositories: @@ -33120,7 +33110,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *81 - - &261 + - &260 name: repository_id description: The unique identifier of the repository. in: path @@ -33149,7 +33139,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: Response @@ -33345,7 +33335,7 @@ paths: type: array items: *72 examples: - default: *262 + default: *261 '403': *27 '404': *6 x-github: @@ -33414,7 +33404,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: No content @@ -33441,7 +33431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: No content @@ -33475,7 +33465,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *262 examples: default: *63 x-github: @@ -33509,7 +33499,7 @@ paths: required: false content: application/json: - schema: *264 + schema: *263 examples: default: *63 x-github: @@ -33556,7 +33546,7 @@ paths: type: number runner_groups: type: array - items: &265 + items: &264 type: object properties: id: @@ -33746,9 +33736,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: - default: &266 + default: &265 value: id: 2 name: octo-runner-group @@ -33790,7 +33780,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: default: value: @@ -33883,9 +33873,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: - default: *266 + default: *265 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -33949,7 +33939,7 @@ paths: type: array items: *42 examples: - default: *246 + default: *245 headers: Link: *41 x-github: @@ -33990,9 +33980,9 @@ paths: type: number repositories: type: array - items: *267 + items: *266 examples: - default: &789 + default: &788 value: total_count: 1 repositories: @@ -34291,7 +34281,7 @@ paths: parameters: - *81 - *66 - - *261 + - *260 responses: '204': description: Response @@ -34315,7 +34305,7 @@ paths: parameters: - *81 - *66 - - *261 + - *260 responses: '204': description: Response @@ -34533,9 +34523,9 @@ paths: application/json: schema: type: array - items: *268 + items: *267 examples: - default: *269 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34600,7 +34590,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *270 + '201': *269 '404': *6 '422': *7 '409': *112 @@ -34639,7 +34629,7 @@ paths: application/json: schema: *73 examples: - default: *271 + default: *270 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34675,7 +34665,7 @@ paths: application/json: schema: *73 examples: - default: *272 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34706,7 +34696,7 @@ paths: application/json: schema: *70 examples: - default: *273 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34881,7 +34871,7 @@ paths: - *81 - *69 responses: - '200': *274 + '200': *273 '404': *6 x-github: githubCloudOnly: false @@ -34910,7 +34900,7 @@ paths: parameters: - *81 - *69 - - *275 + - *274 responses: '200': *75 '404': *6 @@ -34955,7 +34945,7 @@ paths: type: integer secrets: type: array - items: &276 + items: &275 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -35036,7 +35026,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &485 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -35071,7 +35061,7 @@ paths: - key_id - key examples: - default: &487 + default: &486 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35097,7 +35087,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *81 - - &277 + - &276 name: secret_name description: The name of the secret. in: path @@ -35109,7 +35099,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: default: value: @@ -35140,7 +35130,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -35197,7 +35187,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -35224,7 +35214,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -35251,7 +35241,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 - *19 - *17 responses: @@ -35269,9 +35259,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: &281 + default: &280 value: total_count: 1 repositories: @@ -35364,7 +35354,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -35417,7 +35407,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -35451,7 +35441,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -35484,7 +35474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *81 - - &471 + - &470 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -35508,7 +35498,7 @@ paths: type: integer variables: type: array - items: &279 + items: &278 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -35646,7 +35636,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -35672,7 +35662,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *81 - - &280 + - &279 name: name description: The name of the variable. in: path @@ -35684,7 +35674,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *278 examples: default: value: @@ -35715,7 +35705,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *81 - - *280 + - *279 requestBody: required: true content: @@ -35778,7 +35768,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *81 - - *280 + - *279 responses: '204': description: Response @@ -35805,7 +35795,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *81 - - *280 + - *279 - *19 - *17 responses: @@ -35823,9 +35813,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 '409': description: Response when the visibility of the variable is not set to `selected` @@ -35852,7 +35842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *81 - - *280 + - *279 requestBody: required: true content: @@ -35902,7 +35892,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *81 - - *280 + - *279 - name: repository_id in: path required: true @@ -35937,7 +35927,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *81 - - *280 + - *279 - name: repository_id in: path required: true @@ -35995,7 +35985,7 @@ paths: required: true content: application/json: - schema: *282 + schema: *281 examples: default: *79 parameters: @@ -36298,12 +36288,12 @@ paths: required: - subject_digests examples: - default: &816 + default: &815 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &817 + withPredicateType: &816 value: subject_digests: - sha256:abc123 @@ -36362,7 +36352,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &818 + default: &817 value: attestations_subject_digests: - sha256:abc: @@ -36711,7 +36701,7 @@ paths: initiator: type: string examples: - default: &500 + default: &499 value: attestations: - bundle: @@ -36837,10 +36827,10 @@ paths: required: false schema: type: string + - *282 - *283 - *284 - *285 - - *286 - *17 responses: '200': @@ -36849,9 +36839,9 @@ paths: application/json: schema: type: array - items: *287 + items: *286 examples: - default: *288 + default: *287 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -36974,7 +36964,7 @@ paths: subcategory: bypass-requests parameters: - *81 - - &291 + - &290 name: repository_name description: The name of the repository to filter on. in: query @@ -36993,9 +36983,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 '404': *6 '500': *38 "/orgs/{org}/bypass-requests/secret-scanning": @@ -37019,7 +37009,7 @@ paths: subcategory: delegated-bypass parameters: - *81 - - *291 + - *290 - *97 - *98 - *99 @@ -37033,9 +37023,9 @@ paths: application/json: schema: type: array - items: *292 + items: *291 examples: - default: *293 + default: *292 '404': *6 '500': *38 "/orgs/{org}/campaigns": @@ -37062,7 +37052,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &295 + schema: &294 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -37088,7 +37078,7 @@ paths: application/json: schema: type: array - items: &296 + items: &295 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -37119,7 +37109,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *294 + items: *293 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -37138,7 +37128,7 @@ paths: - string - 'null' format: date-time - state: *295 + state: *294 contact_link: description: The contact link of the campaign. type: @@ -37361,9 +37351,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: - default: &297 + default: &296 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -37446,9 +37436,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: - default: *297 + default: *296 '404': *6 '422': description: Unprocessable Entity @@ -37526,7 +37516,7 @@ paths: - string - 'null' format: uri - state: *295 + state: *294 examples: default: value: @@ -37536,9 +37526,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: - default: *297 + default: *296 '400': description: Bad Request content: @@ -37605,8 +37595,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *81 + - *297 - *298 - - *299 - *102 - *103 - *19 @@ -37617,7 +37607,7 @@ paths: be returned. in: query required: false - schema: *300 + schema: *299 - name: sort description: The property by which to sort the results. in: query @@ -37633,7 +37623,7 @@ paths: be returned. in: query required: false - schema: &526 + schema: &525 type: string description: Severity of a code scanning alert. enum: @@ -37651,9 +37641,9 @@ paths: application/json: schema: type: array - items: *301 + items: *300 examples: - default: *302 + default: *301 headers: Link: *41 '404': *6 @@ -37868,7 +37858,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *303 + code_scanning_options: *302 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -38011,7 +38001,7 @@ paths: application/json: schema: *108 examples: - default: *304 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38039,9 +38029,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *304 examples: - default: *306 + default: *305 '304': *35 '403': *27 '404': *6 @@ -38128,7 +38118,7 @@ paths: application/json: schema: *108 examples: - default: *304 + default: *303 '304': *35 '403': *27 '404': *6 @@ -38550,7 +38540,7 @@ paths: default: value: default_for_new_repos: all - configuration: *304 + configuration: *303 '403': *27 '404': *6 x-github: @@ -38603,13 +38593,13 @@ paths: application/json: schema: type: array - items: *307 + items: *306 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *308 + repository: *307 '403': *27 '404': *6 x-github: @@ -38649,7 +38639,7 @@ paths: type: integer codespaces: type: array - items: &354 + items: &353 type: object title: Codespace description: A codespace. @@ -38680,11 +38670,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *267 + repository: *266 machine: anyOf: - type: 'null' - - &555 + - &554 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -38971,7 +38961,7 @@ paths: - pulls_url - recent_folders examples: - default: &355 + default: &354 value: total_count: 3 codespaces: @@ -39595,7 +39585,7 @@ paths: type: integer secrets: type: array - items: &309 + items: &308 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -39636,7 +39626,7 @@ paths: - updated_at - visibility examples: - default: &556 + default: &555 value: total_count: 2 secrets: @@ -39674,7 +39664,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &556 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -39709,7 +39699,7 @@ paths: - key_id - key examples: - default: &558 + default: &557 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -39733,15 +39723,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *309 + schema: *308 examples: - default: &560 + default: &559 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -39769,7 +39759,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -39824,7 +39814,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -39851,7 +39841,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -39877,7 +39867,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 - *19 - *17 responses: @@ -39895,9 +39885,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 '404': *6 x-github: githubCloudOnly: false @@ -39920,7 +39910,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -39971,7 +39961,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -40005,7 +39995,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -40828,7 +40818,7 @@ paths: - 3 custom_roles: type: array - items: *310 + items: *309 examples: default: value: @@ -40920,7 +40910,7 @@ paths: required: true content: application/json: - schema: &312 + schema: &311 type: object properties: name: @@ -40962,9 +40952,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -40995,9 +40985,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '404': *6 x-github: githubCloudOnly: true @@ -41025,7 +41015,7 @@ paths: required: true content: application/json: - schema: &313 + schema: &312 type: object properties: name: @@ -41064,9 +41054,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -41124,7 +41114,7 @@ paths: required: true content: application/json: - schema: *312 + schema: *311 examples: default: value: @@ -41138,9 +41128,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -41177,9 +41167,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '404': *6 x-github: githubCloudOnly: true @@ -41213,7 +41203,7 @@ paths: required: true content: application/json: - schema: *313 + schema: *312 examples: default: value: @@ -41228,9 +41218,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *309 examples: - default: *311 + default: *310 '422': *15 '404': *6 x-github: @@ -41290,11 +41280,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *81 + - *313 - *314 - *315 - *316 - *317 - - *318 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -41332,8 +41322,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *318 - *319 - - *320 - *104 - *102 - *103 @@ -41345,9 +41335,9 @@ paths: application/json: schema: type: array - items: *321 + items: *320 examples: - default: *322 + default: *321 '304': *35 '400': *14 '403': *27 @@ -41391,7 +41381,7 @@ paths: type: integer secrets: type: array - items: &323 + items: &322 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -41470,7 +41460,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &582 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -41489,7 +41479,7 @@ paths: - key_id - key examples: - default: &584 + default: &583 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41513,13 +41503,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *323 + schema: *322 examples: default: value: @@ -41548,7 +41538,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -41607,7 +41597,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -41632,7 +41622,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -41657,7 +41647,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 - *19 - *17 responses: @@ -41675,9 +41665,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41699,7 +41689,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -41750,7 +41740,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -41782,7 +41772,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *81 - - *277 + - *276 - name: repository_id in: path required: true @@ -41819,7 +41809,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *81 - - &592 + - &591 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -41827,7 +41817,7 @@ paths: required: false schema: type: string - - &593 + - &592 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -41835,7 +41825,7 @@ paths: required: false schema: type: string - - &594 + - &593 name: time_period description: |- The time period to filter by. @@ -41851,7 +41841,7 @@ paths: - week - month default: month - - &595 + - &594 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -41866,7 +41856,7 @@ paths: - denied - all default: all - - *291 + - *290 - *17 - *19 responses: @@ -41876,7 +41866,7 @@ paths: application/json: schema: type: array - items: &596 + items: &595 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -42039,7 +42029,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &597 + default: &596 value: - id: 21 number: 42 @@ -42126,11 +42116,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *81 - - *291 + - *290 - *97 - *98 - *99 - - &598 + - &597 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -42156,7 +42146,7 @@ paths: application/json: schema: type: array - items: &599 + items: &598 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -42283,7 +42273,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &600 + default: &599 value: - id: 21 number: 42 @@ -42371,7 +42361,7 @@ paths: application/json: schema: type: array - items: &364 + items: &363 title: Package description: A software package type: object @@ -42424,7 +42414,7 @@ paths: repository: anyOf: - type: 'null' - - *267 + - *266 created_at: type: string format: date-time @@ -42442,7 +42432,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &364 value: - id: 197 name: hello_docker @@ -42629,7 +42619,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &441 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -42719,7 +42709,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &443 + default: &442 value: group_id: '123' group_name: Octocat admins @@ -42774,7 +42764,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &439 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -42814,7 +42804,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &441 + default: &440 value: groups: - group_id: '123' @@ -42858,7 +42848,7 @@ paths: application/json: schema: type: array - items: &346 + items: &345 title: Organization Invitation description: Organization Invitation type: object @@ -42912,7 +42902,7 @@ paths: - invitation_teams_url - node_id examples: - default: &347 + default: &346 value: - id: 1 login: monalisa @@ -42979,7 +42969,7 @@ paths: application/json: schema: type: array - items: &395 + items: &394 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -42993,7 +42983,7 @@ paths: - name - description examples: - default: &396 + default: &395 value: - name: add_assignee description: Assign or remove a user @@ -43034,7 +43024,7 @@ paths: application/json: schema: type: array - items: &324 + items: &323 title: Org Hook description: Org Hook type: object @@ -43217,9 +43207,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *323 examples: - default: &325 + default: &324 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -43264,7 +43254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *81 - - &326 + - &325 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -43277,9 +43267,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *323 examples: - default: *325 + default: *324 '404': *6 x-github: githubCloudOnly: false @@ -43301,7 +43291,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *81 - - *326 + - *325 requestBody: required: false content: @@ -43347,7 +43337,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *323 examples: default: value: @@ -43387,7 +43377,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *81 - - *326 + - *325 responses: '204': description: Response @@ -43413,7 +43403,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *81 - - *326 + - *325 responses: '200': description: Response @@ -43442,7 +43432,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *81 - - *326 + - *325 requestBody: required: false content: @@ -43491,9 +43481,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *81 - - *326 + - *325 - *17 - - *327 + - *326 responses: '200': description: Response @@ -43501,9 +43491,9 @@ paths: application/json: schema: type: array - items: *328 + items: *327 examples: - default: *329 + default: *328 '400': *14 '422': *15 x-github: @@ -43527,16 +43517,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *81 - - *326 + - *325 - *16 responses: '200': description: Response content: application/json: - schema: *330 + schema: *329 examples: - default: *331 + default: *330 '400': *14 '422': *15 x-github: @@ -43560,7 +43550,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *81 - - *326 + - *325 - *16 responses: '202': *37 @@ -43587,7 +43577,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *81 - - *326 + - *325 responses: '204': description: Response @@ -43610,7 +43600,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *81 - - &336 + - &335 name: actor_type in: path description: The type of the actor @@ -43623,14 +43613,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &337 + - &336 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &332 + - &331 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -43638,7 +43628,7 @@ paths: required: true schema: type: string - - &333 + - &332 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43733,12 +43723,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *81 + - *331 - *332 - - *333 - *19 - *17 - *104 - - &342 + - &341 name: sort description: The property to sort the results by. in: query @@ -43818,14 +43808,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *81 + - *331 - *332 - - *333 responses: '200': description: Response content: application/json: - schema: &334 + schema: &333 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -43841,7 +43831,7 @@ paths: type: integer format: int64 examples: - default: &335 + default: &334 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -43862,23 +43852,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *81 - - &338 + - &337 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *331 - *332 - - *333 responses: '200': description: Response content: application/json: - schema: *334 + schema: *333 examples: - default: *335 + default: *334 x-github: enabledForGitHubApps: true category: orgs @@ -43897,18 +43887,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *81 + - *331 - *332 - - *333 + - *335 - *336 - - *337 responses: '200': description: Response content: application/json: - schema: *334 + schema: *333 examples: - default: *335 + default: *334 x-github: enabledForGitHubApps: true category: orgs @@ -43926,9 +43916,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *81 + - *331 - *332 - - *333 - - &339 + - &338 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -43941,7 +43931,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &339 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -43957,7 +43947,7 @@ paths: type: integer format: int64 examples: - default: &341 + default: &340 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -43994,18 +43984,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *81 - - *338 + - *337 + - *331 - *332 - - *333 - - *339 + - *338 responses: '200': description: Response content: application/json: - schema: *340 + schema: *339 examples: - default: *341 + default: *340 x-github: enabledForGitHubApps: true category: orgs @@ -44023,19 +44013,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *81 + - *335 - *336 - - *337 + - *331 - *332 - - *333 - - *339 + - *338 responses: '200': description: Response content: application/json: - schema: *340 + schema: *339 examples: - default: *341 + default: *340 x-github: enabledForGitHubApps: true category: orgs @@ -44053,13 +44043,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *81 - - *338 + - *337 + - *331 - *332 - - *333 - *19 - *17 - *104 - - *342 + - *341 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -44143,7 +44133,7 @@ paths: application/json: schema: *20 examples: - default: &631 + default: &630 value: id: 1 account: @@ -44309,12 +44299,12 @@ paths: application/json: schema: anyOf: - - &344 + - &343 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &343 + limit: &342 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -44342,7 +44332,7 @@ paths: properties: {} additionalProperties: false examples: - default: &345 + default: &344 value: limit: collaborators_only origin: organization @@ -44371,13 +44361,13 @@ paths: required: true content: application/json: - schema: &632 + schema: &631 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *343 + limit: *342 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -44402,9 +44392,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *343 examples: - default: *345 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -44482,9 +44472,9 @@ paths: application/json: schema: type: array - items: *346 + items: *345 examples: - default: *347 + default: *346 headers: Link: *41 '404': *6 @@ -44562,7 +44552,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: default: value: @@ -44619,7 +44609,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *81 - - &348 + - &347 name: invitation_id description: The unique identifier of the invitation. in: path @@ -44653,7 +44643,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *81 - - *348 + - *347 - *17 - *19 responses: @@ -44663,9 +44653,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: &363 + default: &362 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -44708,7 +44698,7 @@ paths: application/json: schema: type: array - items: *349 + items: *348 examples: default: value: @@ -44796,9 +44786,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: &350 + default: &349 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -44831,7 +44821,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *81 - - &351 + - &350 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -44887,9 +44877,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: *350 + default: *349 '404': *6 '422': *7 x-github: @@ -44914,7 +44904,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *81 - - *351 + - *350 responses: '204': description: Response @@ -44977,7 +44967,7 @@ paths: - closed - all default: open - - *352 + - *351 - name: type description: Can be the name of an issue type. in: query @@ -45008,7 +44998,7 @@ paths: type: array items: *215 examples: - default: *353 + default: *352 headers: Link: *41 '404': *6 @@ -45167,9 +45157,9 @@ paths: type: integer codespaces: type: array - items: *354 + items: *353 examples: - default: *355 + default: *354 '304': *35 '500': *38 '401': *23 @@ -45196,7 +45186,7 @@ paths: parameters: - *81 - *132 - - &356 + - &355 name: codespace_name in: path required: true @@ -45231,15 +45221,15 @@ paths: parameters: - *81 - *132 - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: &554 + default: &553 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -45495,7 +45485,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &356 title: Org Membership description: Org Membership type: object @@ -45564,7 +45554,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &358 + response-if-user-has-an-active-admin-membership-with-organization: &357 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -45661,9 +45651,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: - response-if-user-already-had-membership-with-organization: *358 + response-if-user-already-had-membership-with-organization: *357 '422': *15 '403': *27 x-github: @@ -45735,7 +45725,7 @@ paths: application/json: schema: type: array - items: &359 + items: &358 title: Migration description: A migration. type: object @@ -46073,7 +46063,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -46252,7 +46242,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *81 - - &360 + - &359 name: migration_id description: The unique identifier of the migration. in: path @@ -46280,7 +46270,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -46450,7 +46440,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *81 - - *360 + - *359 responses: '302': description: Response @@ -46472,7 +46462,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *81 - - *360 + - *359 responses: '204': description: Response @@ -46496,8 +46486,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *81 - - *360 - - &801 + - *359 + - &800 name: repo_name description: repo_name parameter in: path @@ -46525,7 +46515,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *81 - - *360 + - *359 - *17 - *19 responses: @@ -46535,9 +46525,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: &370 + default: &369 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46746,7 +46736,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &361 + items: &360 title: Organization Role description: Organization roles type: object @@ -46955,7 +46945,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *360 examples: default: value: @@ -47185,7 +47175,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *360 examples: default: value: @@ -47282,7 +47272,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *360 examples: default: value: @@ -47441,7 +47431,7 @@ paths: parent: anyOf: - type: 'null' - - *362 + - *361 type: description: The ownership type of the team type: string @@ -47474,7 +47464,7 @@ paths: - type - parent examples: - default: *363 + default: *362 headers: Link: *41 '404': @@ -47533,7 +47523,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *362 + items: *361 name: type: - string @@ -47843,7 +47833,7 @@ paths: - nuget - container - *81 - - &802 + - &801 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -47879,12 +47869,12 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *365 + default: *364 '403': *27 '401': *23 - '400': &804 + '400': &803 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -47906,7 +47896,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &366 + - &365 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -47924,7 +47914,7 @@ paths: - docker - nuget - container - - &367 + - &366 name: package_name description: The name of the package. in: path @@ -47937,7 +47927,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *363 examples: default: value: @@ -47989,8 +47979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *365 - *366 - - *367 - *81 responses: '204': @@ -48023,8 +48013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - name: token description: package token @@ -48057,8 +48047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: + - *365 - *366 - - *367 - *81 - *19 - *17 @@ -48079,7 +48069,7 @@ paths: application/json: schema: type: array - items: &368 + items: &367 title: Package Version description: A version of a software package type: object @@ -48214,10 +48204,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - - &369 + - &368 name: package_version_id description: Unique identifier of the package version. in: path @@ -48229,7 +48219,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -48265,10 +48255,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - - *369 + - *368 responses: '204': description: Response @@ -48300,10 +48290,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *365 - *366 - - *367 - *81 - - *369 + - *368 responses: '204': description: Response @@ -48333,7 +48323,7 @@ paths: - *81 - *17 - *19 - - &371 + - &370 name: sort description: The property by which to sort the results. in: query @@ -48344,7 +48334,7 @@ paths: - created_at default: created_at - *104 - - &372 + - &371 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -48356,7 +48346,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &373 + - &372 name: repository description: The name of the repository to use to filter the results. in: query @@ -48365,7 +48355,7 @@ paths: type: string examples: - Hello-World - - &374 + - &373 name: permission description: The permission to use to filter the results. in: query @@ -48374,7 +48364,7 @@ paths: type: string examples: - issues_read - - &375 + - &374 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -48384,7 +48374,7 @@ paths: schema: type: string format: date-time - - &376 + - &375 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -48394,7 +48384,7 @@ paths: schema: type: string format: date-time - - &377 + - &376 name: token_id description: The ID of the token in: query @@ -48711,9 +48701,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -48739,14 +48729,14 @@ paths: - *81 - *17 - *19 - - *371 + - *370 - *104 + - *371 - *372 - *373 - *374 - *375 - *376 - - *377 responses: '500': *38 '422': *15 @@ -49028,9 +49018,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -49072,7 +49062,7 @@ paths: type: integer configurations: type: array - items: &378 + items: &377 title: Organization private registry description: Private registry configuration for an organization type: object @@ -49331,7 +49321,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &379 + org-private-registry-with-selected-visibility: &378 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -49423,15 +49413,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *81 - - *277 + - *276 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *378 + schema: *377 examples: - default: *379 + default: *378 '404': *6 x-github: githubCloudOnly: false @@ -49453,7 +49443,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *81 - - *277 + - *276 requestBody: required: true content: @@ -49550,7 +49540,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *81 - - *277 + - *276 responses: '204': description: Response @@ -49596,7 +49586,7 @@ paths: application/json: schema: type: array - items: &380 + items: &379 title: Project description: Projects are a way to organize columns and cards of work. @@ -49778,7 +49768,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: default: value: @@ -49816,7 +49806,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &458 + '410': &457 description: Gone content: application/json: @@ -49859,7 +49849,7 @@ paths: application/json: schema: type: array - items: &381 + items: &380 title: Projects v2 Project description: A projects v2 project type: object @@ -49933,7 +49923,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &877 + - &876 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -50018,7 +50008,7 @@ paths: - deleted_at - deleted_by examples: - default: &382 + default: &381 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -50121,7 +50111,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &383 + - &382 name: project_number description: The project's number. in: path @@ -50134,9 +50124,9 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: - default: *382 + default: *381 headers: Link: *41 '304': *35 @@ -50158,7 +50148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *383 + - *382 - *81 - *17 - *102 @@ -50170,7 +50160,7 @@ paths: application/json: schema: type: array - items: &384 + items: &383 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -50320,7 +50310,7 @@ paths: - updated_at - project_url examples: - default: &385 + default: &384 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -50363,8 +50353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *383 - - &821 + - *382 + - &820 name: field_id description: The unique identifier of the field. in: path @@ -50377,9 +50367,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *383 examples: - default: *385 + default: *384 headers: Link: *41 '304': *35 @@ -50402,7 +50392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *383 + - *382 - *81 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -50435,7 +50425,7 @@ paths: application/json: schema: type: array - items: &390 + items: &389 title: Projects v2 Item description: An item belonging to a project type: object @@ -50452,7 +50442,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: &388 + content_type: &387 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -50509,7 +50499,7 @@ paths: - updated_at - archived_at examples: - default: &391 + default: &390 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -51204,7 +51194,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *81 - - *383 + - *382 requestBody: required: true description: Details of the item to add to the project. @@ -51241,7 +51231,7 @@ paths: description: Response content: application/json: - schema: &822 + schema: &821 title: Projects v2 Item description: An item belonging to a project type: object @@ -51255,7 +51245,7 @@ paths: content: oneOf: - *215 - - &567 + - &566 title: Pull Request Simple description: Pull Request Simple type: object @@ -51375,7 +51365,7 @@ paths: milestone: anyOf: - type: 'null' - - *386 + - *385 active_lock_reason: type: - string @@ -51430,7 +51420,7 @@ paths: type: - array - 'null' - items: *294 + items: *293 head: type: object properties: @@ -51474,7 +51464,7 @@ paths: _links: type: object properties: - comments: &387 + comments: &386 title: Link description: Hypermedia Link type: object @@ -51483,13 +51473,13 @@ paths: type: string required: - href - commits: *387 - statuses: *387 - html: *387 - issue: *387 - review_comments: *387 - review_comment: *387 - self: *387 + commits: *386 + statuses: *386 + html: *386 + issue: *386 + review_comments: *386 + review_comment: *386 + self: *386 required: - comments - commits @@ -51500,7 +51490,7 @@ paths: - review_comment - self author_association: *202 - auto_merge: &676 + auto_merge: &675 title: Auto merge description: The status of auto merging a pull request. type: @@ -51602,7 +51592,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: *388 + content_type: *387 creator: *4 created_at: type: string @@ -51639,7 +51629,7 @@ paths: - updated_at - archived_at examples: - issue: &389 + issue: &388 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -51694,7 +51684,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - pull_request: *389 + pull_request: *388 '304': *35 '403': *27 '401': *23 @@ -51714,9 +51704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *383 + - *382 - *81 - - &392 + - &391 name: item_id description: The unique identifier of the project item. in: path @@ -51742,9 +51732,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - default: *391 + default: *390 headers: Link: *41 '304': *35 @@ -51765,9 +51755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *383 + - *382 - *81 - - *392 + - *391 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -51840,13 +51830,13 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - text_field: *391 - number_field: *391 - date_field: *391 - single_select_field: *391 - iteration_field: *391 + text_field: *390 + number_field: *390 + date_field: *390 + single_select_field: *390 + iteration_field: *390 '401': *23 '403': *27 '404': *6 @@ -51866,9 +51856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *383 + - *382 - *81 - - *392 + - *391 responses: '204': description: Response @@ -52031,7 +52021,7 @@ paths: required: true content: application/json: - schema: *393 + schema: *392 examples: default: value: @@ -52397,9 +52387,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -52603,7 +52593,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &459 title: Full Repository description: Full Repository type: object @@ -53068,7 +53058,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &572 + code_of_conduct: &571 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -53098,7 +53088,7 @@ paths: - key - name - html_url - security_and_analysis: *394 + security_and_analysis: *393 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -53182,7 +53172,7 @@ paths: - network_count - subscribers_count examples: - default: &462 + default: &461 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -53708,9 +53698,9 @@ paths: application/json: schema: type: array - items: *395 + items: *394 examples: - default: *396 + default: *395 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -53735,7 +53725,7 @@ paths: - *81 - *17 - *19 - - &699 + - &698 name: targets description: | A comma-separated list of rule targets to filter by. @@ -53827,11 +53817,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *158 - conditions: *397 + conditions: *396 rules: type: array description: An array of rules within the ruleset. - items: &399 + items: &398 title: Repository Rule type: object description: A repository rule. @@ -53895,7 +53885,7 @@ paths: application/json: schema: *179 examples: - default: &398 + default: &397 value: id: 21 name: super cool ruleset @@ -53950,7 +53940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *81 - - &701 + - &700 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -53960,16 +53950,16 @@ paths: schema: type: string x-multi-segment: true - - *291 + - *290 - *99 - - &702 + - &701 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &703 + - &702 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -53989,7 +53979,7 @@ paths: description: Response content: application/json: - schema: &704 + schema: &703 title: Rule Suites description: Response type: array @@ -54045,7 +54035,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &705 + default: &704 value: - id: 21 actor_id: 12 @@ -54089,7 +54079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *81 - - &706 + - &705 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -54105,7 +54095,7 @@ paths: description: Response content: application/json: - schema: &707 + schema: &706 title: Rule Suite description: Response type: object @@ -54212,7 +54202,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &708 + default: &707 value: id: 21 actor_id: 12 @@ -54287,7 +54277,7 @@ paths: application/json: schema: *179 examples: - default: *398 + default: *397 '404': *6 '500': *38 put: @@ -54336,11 +54326,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *158 - conditions: *397 + conditions: *396 rules: description: An array of rules within the ruleset. type: array - items: *399 + items: *398 examples: default: value: @@ -54377,7 +54367,7 @@ paths: application/json: schema: *179 examples: - default: *398 + default: *397 '404': *6 '500': *38 delete: @@ -54436,7 +54426,7 @@ paths: type: array items: *183 examples: - default: *400 + default: *399 '404': *6 '500': *38 x-github: @@ -54473,7 +54463,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *400 examples: default: value: @@ -54536,14 +54526,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *81 + - *401 - *402 - *403 - *404 - - *405 - *104 - *19 - *17 - - &710 + - &709 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -54553,7 +54543,7 @@ paths: required: false schema: type: string - - &711 + - &710 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -54563,10 +54553,10 @@ paths: required: false schema: type: string + - *405 - *406 - *407 - *408 - - *409 responses: '200': description: Response @@ -54574,9 +54564,9 @@ paths: application/json: schema: type: array - items: *410 + items: *409 examples: - default: *411 + default: *410 headers: Link: *41 '404': *6 @@ -54611,9 +54601,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *411 examples: - default: *413 + default: *412 '403': *27 '404': *6 patch: @@ -54766,7 +54756,7 @@ paths: application/json: schema: type: array - items: &732 + items: &731 description: A repository security advisory. type: object properties: @@ -55010,7 +55000,7 @@ paths: login: type: string description: The username of the user credited. - type: *414 + type: *413 credits_detailed: type: - array @@ -55021,7 +55011,7 @@ paths: type: object properties: user: *4 - type: *414 + type: *413 state: type: string description: The state of the user's acceptance of the @@ -55047,7 +55037,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *294 + items: *293 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -55085,7 +55075,7 @@ paths: - private_fork additionalProperties: false examples: - default: &733 + default: &732 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55472,9 +55462,9 @@ paths: application/json: schema: type: array - items: *362 + items: *361 examples: - default: *363 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55559,9 +55549,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *414 examples: - default: *416 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55586,7 +55576,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *81 - - *417 + - *416 - *17 - *19 responses: @@ -55594,9 +55584,9 @@ paths: description: Success content: application/json: - schema: *418 + schema: *417 examples: - default: *419 + default: *418 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -55624,9 +55614,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *419 examples: - default: *421 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55654,9 +55644,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: *423 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55802,9 +55792,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *281 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55873,7 +55863,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: Response @@ -55896,7 +55886,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *81 - - *261 + - *260 responses: '204': description: Response @@ -55939,7 +55929,7 @@ paths: type: array items: *137 examples: - default: *424 + default: *423 headers: Link: *41 x-github: @@ -56140,15 +56130,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *81 - - *425 + - *424 responses: '200': description: Response content: application/json: - schema: *426 + schema: *425 examples: - default: *427 + default: *426 headers: Link: *41 x-github: @@ -56186,7 +56176,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &448 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -56238,7 +56228,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &450 + default: &449 value: groups: - group_id: '123' @@ -56350,9 +56340,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 headers: Link: *41 '403': *27 @@ -56446,7 +56436,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &427 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -56520,7 +56510,7 @@ paths: parent: anyOf: - type: 'null' - - *362 + - *361 members_count: type: integer examples: @@ -56845,7 +56835,7 @@ paths: - repos_count - organization examples: - default: &429 + default: &428 value: id: 1 node_id: MDQ6VGVhbTE= @@ -56922,9 +56912,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 x-github: githubCloudOnly: false @@ -57009,16 +56999,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '201': description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 '422': *15 '403': *27 @@ -57088,7 +57078,7 @@ paths: application/json: schema: type: array - items: &430 + items: &429 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -57199,7 +57189,7 @@ paths: - updated_at - url examples: - default: &776 + default: &775 value: - author: login: octocat @@ -57308,9 +57298,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: &431 + default: &430 value: author: login: octocat @@ -57384,7 +57374,7 @@ paths: parameters: - *81 - *200 - - &432 + - &431 name: discussion_number description: The number that identifies the discussion. in: path @@ -57396,9 +57386,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57422,7 +57412,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 requestBody: required: false content: @@ -57445,9 +57435,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: &777 + default: &776 value: author: login: octocat @@ -57519,7 +57509,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 responses: '204': description: Response @@ -57547,7 +57537,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 - *104 - *17 - *19 @@ -57558,7 +57548,7 @@ paths: application/json: schema: type: array - items: &433 + items: &432 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -57638,7 +57628,7 @@ paths: - updated_at - url examples: - default: &778 + default: &777 value: - author: login: octocat @@ -57708,7 +57698,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 requestBody: required: true content: @@ -57730,9 +57720,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: &434 + default: &433 value: author: login: octocat @@ -57800,8 +57790,8 @@ paths: parameters: - *81 - *200 - - *432 - - &435 + - *431 + - &434 name: comment_number description: The number that identifies the comment. in: path @@ -57813,9 +57803,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57839,8 +57829,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 requestBody: required: true content: @@ -57862,9 +57852,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: &779 + default: &778 value: author: login: octocat @@ -57930,8 +57920,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 responses: '204': description: Response @@ -57959,8 +57949,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -57986,7 +57976,7 @@ paths: application/json: schema: type: array - items: &436 + items: &435 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -58030,7 +58020,7 @@ paths: - content - created_at examples: - default: &438 + default: &437 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -58082,8 +58072,8 @@ paths: parameters: - *81 - *200 - - *432 - - *435 + - *431 + - *434 requestBody: required: true content: @@ -58116,9 +58106,9 @@ paths: team discussion comment content: application/json: - schema: *436 + schema: *435 examples: - default: &437 + default: &436 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -58147,9 +58137,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58174,9 +58164,9 @@ paths: parameters: - *81 - *200 - - *432 - - *435 - - &439 + - *431 + - *434 + - &438 name: reaction_id description: The unique identifier of the reaction. in: path @@ -58210,7 +58200,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -58236,9 +58226,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 x-github: @@ -58266,7 +58256,7 @@ paths: parameters: - *81 - *200 - - *432 + - *431 requestBody: required: true content: @@ -58298,16 +58288,16 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -58332,8 +58322,8 @@ paths: parameters: - *81 - *200 - - *432 - - *439 + - *431 + - *438 responses: '204': description: Response @@ -58363,9 +58353,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *439 examples: - default: *441 + default: *440 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -58409,9 +58399,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *441 examples: - default: *443 + default: *442 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -58466,9 +58456,9 @@ paths: application/json: schema: type: array - items: *346 + items: *345 examples: - default: *347 + default: *346 headers: Link: *41 x-github: @@ -58552,7 +58542,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &443 title: Team Membership description: Team Membership type: object @@ -58580,7 +58570,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &780 + response-if-user-is-a-team-maintainer: &779 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -58643,9 +58633,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - response-if-users-membership-with-team-is-now-pending: &781 + response-if-users-membership-with-team-is-now-pending: &780 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -58718,7 +58708,7 @@ paths: application/json: schema: type: array - items: &445 + items: &444 title: Team Project description: A team's access to a project. type: object @@ -58787,7 +58777,7 @@ paths: - updated_at - permissions examples: - default: &782 + default: &781 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -58852,7 +58842,7 @@ paths: parameters: - *81 - *200 - - &446 + - &445 name: project_id description: The unique identifier of the project. in: path @@ -58864,9 +58854,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *444 examples: - default: &783 + default: &782 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -58930,7 +58920,7 @@ paths: parameters: - *81 - *200 - - *446 + - *445 requestBody: required: false content: @@ -58999,7 +58989,7 @@ paths: parameters: - *81 - *200 - - *446 + - *445 responses: '204': description: Response @@ -59037,9 +59027,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -59070,14 +59060,14 @@ paths: parameters: - *81 - *200 + - *446 - *447 - - *448 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &784 + schema: &783 title: Team Repository description: A team's access to a repository. type: object @@ -59720,8 +59710,8 @@ paths: parameters: - *81 - *200 + - *446 - *447 - - *448 requestBody: required: false content: @@ -59768,8 +59758,8 @@ paths: parameters: - *81 - *200 + - *446 - *447 - - *448 responses: '204': description: Response @@ -59802,9 +59792,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *448 examples: - default: *450 + default: *449 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -59870,7 +59860,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *448 examples: default: value: @@ -59913,9 +59903,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - response-if-child-teams-exist: &785 + response-if-child-teams-exist: &784 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -60042,7 +60032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &451 + - &450 name: card_id description: The unique identifier of the card. in: path @@ -60054,7 +60044,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &451 title: Project Card description: Project cards represent a scope of work. type: object @@ -60129,7 +60119,7 @@ paths: - created_at - updated_at examples: - default: &453 + default: &452 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -60185,7 +60175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *451 + - *450 requestBody: required: false content: @@ -60215,9 +60205,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *451 examples: - default: *453 + default: *452 '304': *35 '403': *27 '401': *23 @@ -60244,7 +60234,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *451 + - *450 responses: '204': description: Response @@ -60288,7 +60278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *451 + - *450 requestBody: required: true content: @@ -60401,7 +60391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &454 + - &453 name: column_id description: The unique identifier of the column. in: path @@ -60413,7 +60403,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &454 title: Project Column description: Project columns contain cards of work. type: object @@ -60467,7 +60457,7 @@ paths: - created_at - updated_at examples: - default: &456 + default: &455 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -60502,7 +60492,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *454 + - *453 requestBody: required: true content: @@ -60527,9 +60517,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *454 examples: - default: *456 + default: *455 '304': *35 '403': *27 '401': *23 @@ -60554,7 +60544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *454 + - *453 responses: '204': description: Response @@ -60583,7 +60573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *454 + - *453 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -60604,7 +60594,7 @@ paths: application/json: schema: type: array - items: *452 + items: *451 examples: default: value: @@ -60663,7 +60653,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *454 + - *453 requestBody: required: true content: @@ -60707,9 +60697,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *451 examples: - default: *453 + default: *452 '304': *35 '403': *27 '401': *23 @@ -60719,8 +60709,8 @@ paths: application/json: schema: oneOf: + - *241 - *242 - - *243 '503': description: Response content: @@ -60765,7 +60755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *454 + - *453 requestBody: required: true content: @@ -60826,15 +60816,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *446 + - *445 responses: '200': description: Response content: application/json: - schema: *380 + schema: *379 examples: - default: &457 + default: &456 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -60891,7 +60881,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *446 + - *445 requestBody: required: false content: @@ -60940,9 +60930,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: - default: *457 + default: *456 '404': description: Not Found if the authenticated user does not have access to the project @@ -60963,7 +60953,7 @@ paths: items: type: string '401': *23 - '410': *458 + '410': *457 '422': *7 x-github: githubCloudOnly: false @@ -60986,7 +60976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *446 + - *445 responses: '204': description: Delete Success @@ -61007,7 +60997,7 @@ paths: items: type: string '401': *23 - '410': *458 + '410': *457 '404': *6 x-github: githubCloudOnly: false @@ -61031,7 +61021,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *446 + - *445 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -61088,7 +61078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *446 + - *445 - *132 requestBody: required: false @@ -61143,7 +61133,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *446 + - *445 - *132 responses: '204': @@ -61175,7 +61165,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *446 + - *445 - *132 responses: '200': @@ -61232,116 +61222,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns - parameters: - - *446 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *455 - examples: - default: - value: - - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - headers: - Link: *41 - '304': *35 - '403': *27 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column - parameters: - - *446 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - type: string - examples: - - Remaining tasks - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *455 - examples: - default: - value: - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - '304': *35 - '403': *27 - '422': *7 - '401': *23 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true "/rate_limit": get: summary: Get rate limit status for the authenticated user @@ -61383,7 +61263,7 @@ paths: resources: type: object properties: - core: &459 + core: &458 title: Rate Limit type: object properties: @@ -61400,21 +61280,21 @@ paths: - remaining - reset - used - graphql: *459 - search: *459 - code_search: *459 - source_import: *459 - integration_manifest: *459 - code_scanning_upload: *459 - actions_runner_registration: *459 - scim: *459 - dependency_snapshots: *459 - dependency_sbom: *459 - code_scanning_autofix: *459 + graphql: *458 + search: *458 + code_search: *458 + source_import: *458 + integration_manifest: *458 + code_scanning_upload: *458 + actions_runner_registration: *458 + scim: *458 + dependency_snapshots: *458 + dependency_sbom: *458 + code_scanning_autofix: *458 required: - core - search - rate: *459 + rate: *458 required: - rate - resources @@ -61519,14 +61399,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *460 + schema: *459 examples: default-response: summary: Default response @@ -62031,7 +61911,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *461 + '301': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62049,8 +61929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -62308,10 +62188,10 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 - '307': &463 + default: *461 + '307': &462 description: Temporary Redirect content: application/json: @@ -62340,8 +62220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -62363,7 +62243,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *463 + '307': *462 '404': *6 '409': *112 x-github: @@ -62387,11 +62267,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 - - &478 + - &477 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -62414,7 +62294,7 @@ paths: type: integer artifacts: type: array - items: &464 + items: &463 title: Artifact description: An artifact type: object @@ -62509,7 +62389,7 @@ paths: - expires_at - updated_at examples: - default: &479 + default: &478 value: total_count: 2 artifacts: @@ -62570,9 +62450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *446 - *447 - - *448 - - &465 + - &464 name: artifact_id description: The unique identifier of the artifact. in: path @@ -62584,7 +62464,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *463 examples: default: value: @@ -62622,9 +62502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *446 - *447 - - *448 - - *465 + - *464 responses: '204': description: Response @@ -62648,9 +62528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *446 - *447 - - *448 - - *465 + - *464 - name: archive_format in: path required: true @@ -62664,7 +62544,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62687,14 +62567,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *466 + schema: *465 examples: default: value: @@ -62720,11 +62600,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 - - &467 + - &466 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -62758,7 +62638,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &467 title: Repository actions caches description: Repository actions caches type: object @@ -62808,7 +62688,7 @@ paths: - total_count - actions_caches examples: - default: &469 + default: &468 value: total_count: 1 actions_caches: @@ -62840,23 +62720,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: + - *446 - *447 - - *448 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *467 + - *466 responses: '200': description: Response content: application/json: - schema: *468 + schema: *467 examples: - default: *469 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62876,8 +62756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: + - *446 - *447 - - *448 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -62908,9 +62788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - &470 + - &469 name: job_id description: The unique identifier of the job. in: path @@ -62922,7 +62802,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &481 title: Job description: Information of a job execution in a workflow run type: object @@ -63269,9 +63149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *470 + - *469 responses: '302': description: Response @@ -63299,9 +63179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: + - *446 - *447 - - *448 - - *470 + - *469 requestBody: required: false content: @@ -63323,7 +63203,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -63347,8 +63227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Status response @@ -63398,8 +63278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -63433,7 +63313,7 @@ paths: description: Empty response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -63462,8 +63342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -63481,7 +63361,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &483 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -63502,7 +63382,7 @@ paths: - created_at - updated_at examples: - default: &485 + default: &484 value: total_count: 2 secrets: @@ -63535,9 +63415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *446 - *447 - - *448 - - *471 + - *470 - *19 responses: '200': @@ -63554,7 +63434,7 @@ paths: type: integer variables: type: array - items: &488 + items: &487 title: Actions Variable type: object properties: @@ -63588,7 +63468,7 @@ paths: - created_at - updated_at examples: - default: &489 + default: &488 value: total_count: 2 variables: @@ -63621,8 +63501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -63631,11 +63511,11 @@ paths: schema: type: object properties: - enabled: &472 + enabled: &471 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *54 - selected_actions_url: *254 + selected_actions_url: *253 sha_pinning_required: *55 required: - enabled @@ -63666,8 +63546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -63678,7 +63558,7 @@ paths: schema: type: object properties: - enabled: *472 + enabled: *471 allowed_actions: *54 sha_pinning_required: *55 required: @@ -63711,14 +63591,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: &473 + schema: &472 type: object properties: access_level: @@ -63736,7 +63616,7 @@ paths: required: - access_level examples: - default: &474 + default: &473 value: access_level: organization x-github: @@ -63761,15 +63641,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: application/json: - schema: *473 + schema: *472 examples: - default: *474 + default: *473 responses: '204': description: Response @@ -63793,14 +63673,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *256 + schema: *255 examples: default: value: @@ -63824,8 +63704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Empty response for successful settings update @@ -63835,7 +63715,7 @@ paths: required: true content: application/json: - schema: *257 + schema: *256 examples: default: summary: Set retention days @@ -63859,8 +63739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -63868,7 +63748,7 @@ paths: application/json: schema: *56 examples: - default: *258 + default: *257 '404': *6 x-github: enabledForGitHubApps: true @@ -63887,8 +63767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -63922,14 +63802,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *259 + schema: *258 examples: default: *57 '403': *27 @@ -63951,13 +63831,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: application/json: - schema: *260 + schema: *259 examples: default: *57 responses: @@ -63983,8 +63863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -64015,8 +63895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -64048,14 +63928,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *263 + schema: *262 examples: default: *63 x-github: @@ -64078,8 +63958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Success response @@ -64090,7 +63970,7 @@ paths: required: true content: application/json: - schema: *264 + schema: *263 examples: default: *63 x-github: @@ -64119,8 +63999,8 @@ paths: in: query schema: type: string + - *446 - *447 - - *448 - *17 - *19 responses: @@ -64164,8 +64044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -64173,9 +64053,9 @@ paths: application/json: schema: type: array - items: *268 + items: *267 examples: - default: *269 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64197,8 +64077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -64241,7 +64121,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *270 + '201': *269 '404': *6 '422': *7 '409': *112 @@ -64272,8 +64152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: + - *446 - *447 - - *448 responses: '201': description: Response @@ -64281,7 +64161,7 @@ paths: application/json: schema: *73 examples: - default: *271 + default: *270 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64309,8 +64189,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: + - *446 - *447 - - *448 responses: '201': description: Response @@ -64318,7 +64198,7 @@ paths: application/json: schema: *73 examples: - default: *272 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64340,8 +64220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: '200': @@ -64350,7 +64230,7 @@ paths: application/json: schema: *70 examples: - default: *273 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64371,8 +64251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: '204': @@ -64399,8 +64279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: '200': *75 @@ -64425,8 +64305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 requestBody: required: true @@ -64475,8 +64355,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 requestBody: required: true @@ -64526,11 +64406,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 responses: - '200': *274 + '200': *273 '404': *6 x-github: githubCloudOnly: false @@ -64557,10 +64437,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: + - *446 - *447 - - *448 - *69 - - *275 + - *274 responses: '200': *75 '404': *6 @@ -64588,9 +64468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: + - *446 - *447 - - *448 - - &492 + - &491 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -64598,7 +64478,7 @@ paths: required: false schema: type: string - - &493 + - &492 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -64606,7 +64486,7 @@ paths: required: false schema: type: string - - &494 + - &493 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -64615,7 +64495,7 @@ paths: required: false schema: type: string - - &495 + - &494 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -64642,7 +64522,7 @@ paths: - pending - *17 - *19 - - &496 + - &495 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -64651,7 +64531,7 @@ paths: schema: type: string format: date-time - - &475 + - &474 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -64660,13 +64540,13 @@ paths: schema: type: boolean default: false - - &497 + - &496 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &498 + - &497 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -64689,7 +64569,7 @@ paths: type: integer workflow_runs: type: array - items: &476 + items: &475 title: Workflow Run description: An invocation of a workflow type: object @@ -64806,7 +64686,7 @@ paths: type: - array - 'null' - items: &517 + items: &516 title: Pull Request Minimal type: object properties: @@ -64933,7 +64813,7 @@ paths: head_commit: anyOf: - type: 'null' - - &521 + - &520 title: Simple Commit description: A commit. type: object @@ -65007,8 +64887,8 @@ paths: - timestamp - author - committer - repository: *267 - head_repository: *267 + repository: *266 + head_repository: *266 head_repository_id: type: integer examples: @@ -65048,7 +64928,7 @@ paths: - workflow_url - pull_requests examples: - default: &499 + default: &498 value: total_count: 1 workflow_runs: @@ -65284,24 +65164,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *446 - *447 - - *448 - - &477 + - &476 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *475 + - *474 responses: '200': description: Response content: application/json: - schema: *476 + schema: *475 examples: - default: &480 + default: &479 value: id: 30433642 name: Build @@ -65542,9 +65422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '204': description: Response @@ -65567,9 +65447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '200': description: Response @@ -65697,15 +65577,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -65732,12 +65612,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *446 - *447 - - *448 - - *477 + - *476 - *17 - *19 - - *478 + - *477 responses: '200': description: Response @@ -65753,9 +65633,9 @@ paths: type: integer artifacts: type: array - items: *464 + items: *463 examples: - default: *479 + default: *478 headers: Link: *41 x-github: @@ -65779,25 +65659,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *446 - *447 - - *448 - - *477 - - &481 + - *476 + - &480 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *475 + - *474 responses: '200': description: Response content: application/json: - schema: *476 + schema: *475 examples: - default: *480 + default: *479 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65820,10 +65700,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: + - *446 - *447 - - *448 - - *477 - - *481 + - *476 + - *480 - *17 - *19 responses: @@ -65841,9 +65721,9 @@ paths: type: integer jobs: type: array - items: *482 + items: *481 examples: - default: &483 + default: &482 value: total_count: 1 jobs: @@ -65956,10 +65836,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *446 - *447 - - *448 - - *477 - - *481 + - *476 + - *480 responses: '302': description: Response @@ -65987,15 +65867,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '202': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66022,9 +65902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: true content: @@ -66091,15 +65971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '202': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66126,9 +66006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -66158,9 +66038,9 @@ paths: type: integer jobs: type: array - items: *482 + items: *481 examples: - default: *483 + default: *482 headers: Link: *41 x-github: @@ -66185,9 +66065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '302': description: Response @@ -66214,9 +66094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '204': description: Response @@ -66243,9 +66123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '200': description: Response @@ -66314,7 +66194,7 @@ paths: items: type: object properties: - type: &601 + type: &600 type: string description: The type of reviewer. enum: @@ -66325,7 +66205,7 @@ paths: reviewer: anyOf: - *4 - - *294 + - *293 required: - environment - wait_timer @@ -66400,9 +66280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: true content: @@ -66452,7 +66332,7 @@ paths: application/json: schema: type: array - items: &587 + items: &586 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -66564,7 +66444,7 @@ paths: - created_at - updated_at examples: - default: &588 + default: &587 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -66620,9 +66500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: false content: @@ -66644,7 +66524,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66667,9 +66547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: + - *446 - *447 - - *448 - - *477 + - *476 requestBody: required: false content: @@ -66691,7 +66571,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -66724,9 +66604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *446 - *447 - - *448 - - *477 + - *476 responses: '200': description: Response @@ -66863,8 +66743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -66882,9 +66762,9 @@ paths: type: integer secrets: type: array - items: *484 + items: *483 examples: - default: *485 + default: *484 headers: Link: *41 x-github: @@ -66909,16 +66789,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *486 + schema: *485 examples: - default: *487 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66940,17 +66820,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *484 + schema: *483 examples: - default: &614 + default: &613 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66976,9 +66856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 requestBody: required: true content: @@ -67009,7 +66889,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -67035,9 +66915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '204': description: Response @@ -67062,9 +66942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *446 - *447 - - *448 - - *471 + - *470 - *19 responses: '200': @@ -67081,9 +66961,9 @@ paths: type: integer variables: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *41 x-github: @@ -67106,8 +66986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -67134,7 +67014,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -67159,17 +67039,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *446 - *447 - - *448 - - *280 + - *279 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: &615 + default: &614 value: name: USERNAME value: octocat @@ -67195,9 +67075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *446 - *447 - - *448 - - *280 + - *279 requestBody: required: true content: @@ -67239,9 +67119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *446 - *447 - - *448 - - *280 + - *279 responses: '204': description: Response @@ -67266,8 +67146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -67285,7 +67165,7 @@ paths: type: integer workflows: type: array - items: &490 + items: &489 title: Workflow description: A GitHub Actions workflow type: object @@ -67403,9 +67283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *446 - *447 - - *448 - - &491 + - &490 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -67420,7 +67300,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *489 examples: default: value: @@ -67453,9 +67333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '204': description: Response @@ -67480,9 +67360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '204': description: Response @@ -67533,9 +67413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '204': description: Response @@ -67562,19 +67442,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: + - *446 - *447 - - *448 + - *490 - *491 - *492 - *493 - *494 - - *495 - *17 - *19 + - *495 + - *474 - *496 - - *475 - *497 - - *498 responses: '200': description: Response @@ -67590,9 +67470,9 @@ paths: type: integer workflow_runs: type: array - items: *476 + items: *475 examples: - default: *499 + default: *498 headers: Link: *41 x-github: @@ -67625,9 +67505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *446 - *447 - - *448 - - *491 + - *490 responses: '200': description: Response @@ -67688,8 +67568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *446 - *447 - - *448 - *104 - *17 - *102 @@ -67857,8 +67737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -67895,8 +67775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: + - *446 - *447 - - *448 - name: assignee in: path required: true @@ -67932,8 +67812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -68045,8 +67925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: + - *446 - *447 - - *448 - *17 - *102 - *103 @@ -68103,7 +67983,7 @@ paths: initiator: type: string examples: - default: *500 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68123,8 +68003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -68132,7 +68012,7 @@ paths: application/json: schema: type: array - items: &501 + items: &500 title: Autolink reference description: An autolink reference. type: object @@ -68191,8 +68071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -68231,9 +68111,9 @@ paths: description: response content: application/json: - schema: *501 + schema: *500 examples: - default: &502 + default: &501 value: id: 1 key_prefix: TICKET- @@ -68264,9 +68144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: + - *446 - *447 - - *448 - - &503 + - &502 name: autolink_id description: The unique identifier of the autolink. in: path @@ -68278,9 +68158,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *500 examples: - default: *502 + default: *501 '404': *6 x-github: githubCloudOnly: false @@ -68300,9 +68180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: + - *446 - *447 - - *448 - - *503 + - *502 responses: '204': description: Response @@ -68326,8 +68206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response if Dependabot is enabled @@ -68377,8 +68257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -68399,8 +68279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -68420,8 +68300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *446 - *447 - - *448 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -68459,7 +68339,7 @@ paths: - url protected: type: boolean - protection: &505 + protection: &504 title: Branch Protection description: Branch Protection type: object @@ -68502,7 +68382,7 @@ paths: required: - contexts - checks - enforce_admins: &508 + enforce_admins: &507 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -68519,7 +68399,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &510 + required_pull_request_reviews: &509 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -68541,7 +68421,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *294 + items: *293 apps: description: The list of apps with review dismissal access. @@ -68573,7 +68453,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *294 + items: *293 apps: description: The list of apps allowed to bypass pull request requirements. @@ -68603,7 +68483,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &507 + restrictions: &506 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -68666,7 +68546,7 @@ paths: type: string teams: type: array - items: *294 + items: *293 apps: type: array items: @@ -68896,9 +68776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *446 - *447 - - *448 - - &506 + - &505 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -68912,14 +68792,14 @@ paths: description: Response content: application/json: - schema: &516 + schema: &515 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &563 + commit: &562 title: Commit description: Commit type: object @@ -68958,7 +68838,7 @@ paths: author: anyOf: - type: 'null' - - &504 + - &503 title: Git User description: Metaproperties for Git author/committer information. @@ -68979,7 +68859,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *503 message: type: string examples: @@ -69003,7 +68883,7 @@ paths: required: - sha - url - verification: &621 + verification: &620 title: Verification type: object properties: @@ -69039,14 +68919,14 @@ paths: author: oneOf: - *4 - - *278 + - *277 type: - 'null' - object committer: oneOf: - *4 - - *278 + - *277 type: - 'null' - object @@ -69083,7 +68963,7 @@ paths: type: integer files: type: array - items: &574 + items: &573 title: Diff Entry description: Diff Entry type: object @@ -69179,7 +69059,7 @@ paths: - self protected: type: boolean - protection: *505 + protection: *504 protection_url: type: string format: uri @@ -69288,7 +69168,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *461 + '301': *460 '404': *6 x-github: githubCloudOnly: false @@ -69310,15 +69190,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *505 + schema: *504 examples: default: value: @@ -69512,9 +69392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -69774,7 +69654,7 @@ paths: url: type: string format: uri - required_status_checks: &513 + required_status_checks: &512 title: Status Check Policy description: Status Check Policy type: object @@ -69855,7 +69735,7 @@ paths: items: *4 teams: type: array - items: *294 + items: *293 apps: type: array items: *5 @@ -69873,7 +69753,7 @@ paths: items: *4 teams: type: array - items: *294 + items: *293 apps: type: array items: *5 @@ -69933,7 +69813,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *507 + restrictions: *506 required_conversation_resolution: type: object properties: @@ -70045,9 +69925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70072,17 +69952,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: &509 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -70104,17 +69984,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: *509 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70133,9 +70013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70160,17 +70040,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *510 + schema: *509 examples: - default: &511 + default: &510 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -70266,9 +70146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70366,9 +70246,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *509 examples: - default: *511 + default: *510 '422': *15 x-github: githubCloudOnly: false @@ -70389,9 +70269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70418,17 +70298,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: &512 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -70451,17 +70331,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *508 + schema: *507 examples: - default: *512 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -70481,9 +70361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70508,17 +70388,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *513 + schema: *512 examples: - default: &514 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -70544,9 +70424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70598,9 +70478,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *512 examples: - default: *514 + default: *513 '404': *6 '422': *15 x-github: @@ -70622,9 +70502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -70648,9 +70528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -70684,9 +70564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70753,9 +70633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -70819,9 +70699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: content: application/json: @@ -70887,15 +70767,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response content: application/json: - schema: *507 + schema: *506 examples: default: value: @@ -70986,9 +70866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '204': description: Response @@ -71011,9 +70891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -71023,7 +70903,7 @@ paths: type: array items: *5 examples: - default: &515 + default: &514 value: - id: 1 slug: octoapp @@ -71080,9 +70960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71116,7 +70996,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -71137,9 +71017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71173,7 +71053,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -71194,9 +71074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71230,7 +71110,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -71252,9 +71132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -71262,9 +71142,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '404': *6 x-github: githubCloudOnly: false @@ -71284,9 +71164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -71322,9 +71202,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -71345,9 +71225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: false content: @@ -71383,9 +71263,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -71406,9 +71286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: content: application/json: @@ -71443,9 +71323,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -71467,9 +71347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 responses: '200': description: Response @@ -71503,9 +71383,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71563,9 +71443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71623,9 +71503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71685,9 +71565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 requestBody: required: true content: @@ -71709,7 +71589,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *515 examples: default: value: @@ -71823,8 +71703,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *446 - *447 - - *448 - *97 - *98 - *99 @@ -71838,9 +71718,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 '404': *6 '500': *38 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -71860,8 +71740,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *446 - *447 - - *448 - name: bypass_request_number in: path required: true @@ -71875,7 +71755,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -71934,8 +71814,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - *97 - *98 - *99 @@ -71949,9 +71829,9 @@ paths: application/json: schema: type: array - items: *292 + items: *291 examples: - default: *293 + default: *292 '404': *6 '403': *27 '500': *38 @@ -71975,8 +71855,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - name: bypass_request_number in: path required: true @@ -71988,7 +71868,7 @@ paths: description: A single bypass request. content: application/json: - schema: *292 + schema: *291 examples: default: value: @@ -72046,8 +71926,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - name: bypass_request_number in: path required: true @@ -72118,8 +71998,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *446 - *447 - - *448 - name: bypass_response_id in: path required: true @@ -72152,8 +72032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -72432,7 +72312,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &517 title: CheckRun description: A check performed on the code of a given code change type: object @@ -72567,8 +72447,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *517 - deployment: &838 + items: *516 + deployment: &837 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -72855,9 +72735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *446 - *447 - - *448 - - &519 + - &518 name: check_run_id description: The unique identifier of the check run. in: path @@ -72869,9 +72749,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *517 examples: - default: &520 + default: &519 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -72971,9 +72851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *446 - *447 - - *448 - - *519 + - *518 requestBody: required: true content: @@ -73213,9 +73093,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *517 examples: - default: *520 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73235,9 +73115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *446 - *447 - - *448 - - *519 + - *518 - *17 - *19 responses: @@ -73347,15 +73227,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *446 - *447 - - *448 - - *519 + - *518 responses: '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -73393,8 +73273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -73416,7 +73296,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &522 + schema: &521 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -73498,12 +73378,12 @@ paths: type: - array - 'null' - items: *517 + items: *516 app: anyOf: - type: 'null' - *5 - repository: *267 + repository: *266 created_at: type: - string @@ -73514,7 +73394,7 @@ paths: - string - 'null' format: date-time - head_commit: *521 + head_commit: *520 latest_check_runs_count: type: integer check_runs_url: @@ -73542,7 +73422,7 @@ paths: - check_runs_url - pull_requests examples: - default: &523 + default: &522 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -73833,9 +73713,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *522 + schema: *521 examples: - default: *523 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73854,8 +73734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -73916,7 +73796,7 @@ paths: required: - app_id - setting - repository: *267 + repository: *266 examples: default: value: @@ -74164,9 +74044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *446 - *447 - - *448 - - &524 + - &523 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -74178,9 +74058,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *521 examples: - default: *523 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74203,17 +74083,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: + - *446 - *447 - - *448 - - *524 - - &569 + - *523 + - &568 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &570 + - &569 name: status description: Returns check runs with the specified `status`. in: query @@ -74252,9 +74132,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *517 examples: - default: &571 + default: &570 value: total_count: 1 check_runs: @@ -74356,15 +74236,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *446 - *447 - - *448 - - *524 + - *523 responses: '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -74391,21 +74271,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: + - *446 - *447 - - *448 + - *297 - *298 - - *299 - *19 - *17 - - &540 + - &539 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *525 - - &541 + schema: *524 + - &540 name: pr description: The number of the pull request for the results you want to list. in: query @@ -74430,13 +74310,13 @@ paths: be returned. in: query required: false - schema: *300 + schema: *299 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *526 + schema: *525 responses: '200': description: Response @@ -74452,7 +74332,7 @@ paths: updated_at: *127 url: *124 html_url: *125 - instances_url: *527 + instances_url: *526 state: *107 fixed_at: *129 dismissed_by: @@ -74460,11 +74340,11 @@ paths: - type: 'null' - *4 dismissed_at: *128 - dismissed_reason: *528 - dismissed_comment: *529 - rule: *530 - tool: *531 - most_recent_instance: *532 + dismissed_reason: *527 + dismissed_comment: *528 + rule: *529 + tool: *530 + most_recent_instance: *531 dismissal_approved_by: anyOf: - type: 'null' @@ -74587,7 +74467,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &533 + '403': &532 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -74614,9 +74494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - &534 + - &533 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -74630,7 +74510,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &534 type: object properties: number: *119 @@ -74638,7 +74518,7 @@ paths: updated_at: *127 url: *124 html_url: *125 - instances_url: *527 + instances_url: *526 state: *107 fixed_at: *129 dismissed_by: @@ -74646,8 +74526,8 @@ paths: - type: 'null' - *4 dismissed_at: *128 - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *527 + dismissed_comment: *528 rule: type: object properties: @@ -74709,8 +74589,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *531 - most_recent_instance: *532 + tool: *530 + most_recent_instance: *531 dismissal_approved_by: anyOf: - type: 'null' @@ -74806,7 +74686,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -74826,9 +74706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 requestBody: required: true content: @@ -74843,8 +74723,8 @@ paths: enum: - open - dismissed - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *527 + dismissed_comment: *528 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -74863,7 +74743,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *534 examples: default: value: @@ -74939,7 +74819,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &539 + '403': &538 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -74966,15 +74846,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 responses: '200': description: Response content: application/json: - schema: &536 + schema: &535 type: object properties: status: @@ -75001,13 +74881,13 @@ paths: - description - started_at examples: - default: &537 + default: &536 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &538 + '400': &537 description: Bad Request content: application/json: @@ -75018,7 +74898,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75043,29 +74923,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 responses: '200': description: OK content: application/json: - schema: *536 + schema: *535 examples: - default: *537 + default: *536 '202': description: Accepted content: application/json: - schema: *536 + schema: *535 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *538 + '400': *537 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -75097,9 +74977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 requestBody: required: false content: @@ -75145,8 +75025,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *538 - '403': *539 + '400': *537 + '403': *538 '404': *6 '422': description: Unprocessable Entity @@ -75170,13 +75050,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 - *19 - *17 + - *539 - *540 - - *541 responses: '200': description: Response @@ -75184,7 +75064,7 @@ paths: application/json: schema: type: array - items: *532 + items: *531 examples: default: value: @@ -75223,7 +75103,7 @@ paths: end_column: 50 classifications: - source - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75257,25 +75137,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: + - *446 - *447 - - *448 + - *297 - *298 - - *299 - *19 - *17 - - *541 + - *540 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *525 + schema: *524 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &544 + schema: &543 type: string description: An identifier for the upload. examples: @@ -75297,23 +75177,23 @@ paths: application/json: schema: type: array - items: &545 + items: &544 type: object properties: - ref: *525 - commit_sha: &553 + ref: *524 + commit_sha: &552 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *542 + analysis_key: *541 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *543 + category: *542 error: type: string examples: @@ -75338,8 +75218,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *544 - tool: *531 + sarif_id: *543 + tool: *530 deletable: type: boolean warning: @@ -75401,7 +75281,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75437,8 +75317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: + - *446 - *447 - - *448 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -75451,7 +75331,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *544 examples: response: summary: application/json response @@ -75505,7 +75385,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *533 + '403': *532 '404': *6 '422': description: Response if analysis could not be processed @@ -75592,8 +75472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: + - *446 - *447 - - *448 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -75649,7 +75529,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *539 + '403': *538 '404': *6 '503': *184 x-github: @@ -75671,8 +75551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -75680,7 +75560,7 @@ paths: application/json: schema: type: array - items: &546 + items: &545 title: CodeQL Database description: A CodeQL database. type: object @@ -75792,7 +75672,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75821,8 +75701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: + - *446 - *447 - - *448 - name: language in: path description: The language of the CodeQL database. @@ -75834,7 +75714,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *545 examples: default: value: @@ -75866,9 +75746,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &576 + '302': &575 description: Found - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -75890,8 +75770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *446 - *447 - - *448 - name: language in: path description: The language of the CodeQL database. @@ -75901,7 +75781,7 @@ paths: responses: '204': description: Response - '403': *539 + '403': *538 '404': *6 '503': *184 x-github: @@ -75929,8 +75809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -75939,7 +75819,7 @@ paths: type: object additionalProperties: false properties: - language: &547 + language: &546 type: string description: The language targeted by the CodeQL query enum: @@ -76018,7 +75898,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &551 + schema: &550 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -76028,7 +75908,7 @@ paths: description: The ID of the variant analysis. controller_repo: *113 actor: *4 - query_language: *547 + query_language: *546 query_pack_url: type: string description: The download url for the query pack. @@ -76076,7 +75956,7 @@ paths: items: type: object properties: - repository: &548 + repository: &547 title: Repository Identifier description: Repository Identifier type: object @@ -76118,7 +75998,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &552 + analysis_status: &551 type: string description: The new status of the CodeQL variant analysis repository task. @@ -76150,7 +76030,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &549 + access_mismatch_repos: &548 type: object properties: repository_count: @@ -76165,7 +76045,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *548 + items: *547 required: - repository_count - repositories @@ -76188,8 +76068,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *549 - over_limit_repos: *549 + no_codeql_db_repos: *548 + over_limit_repos: *548 required: - access_mismatch_repos - not_found_repos @@ -76205,7 +76085,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &550 + value: &549 summary: Default response value: id: 1 @@ -76357,10 +76237,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *550 + value: *549 repository_lists: summary: Response for a successful variant analysis submission - value: *550 + value: *549 '404': *6 '422': description: Unable to process variant analysis submission @@ -76388,8 +76268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: + - *446 - *447 - - *448 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -76401,9 +76281,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *550 examples: - default: *550 + default: *549 '404': *6 '503': *184 x-github: @@ -76426,7 +76306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *447 + - *446 - name: repo in: path description: The name of the controller repository. @@ -76461,7 +76341,7 @@ paths: type: object properties: repository: *113 - analysis_status: *552 + analysis_status: *551 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -76586,8 +76466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -76680,7 +76560,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *533 + '403': *532 '404': *6 '503': *184 x-github: @@ -76701,8 +76581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -76771,7 +76651,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -76796,7 +76676,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *539 + '403': *538 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -76867,8 +76747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -76876,7 +76756,7 @@ paths: schema: type: object properties: - commit_sha: *553 + commit_sha: *552 ref: type: string description: |- @@ -76936,7 +76816,7 @@ paths: schema: type: object properties: - id: *544 + id: *543 url: type: string description: The REST API URL for checking the status of the upload. @@ -76950,7 +76830,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *539 + '403': *538 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -76973,8 +76853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: + - *446 - *447 - - *448 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -77022,7 +76902,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *533 + '403': *532 '404': description: Not Found if the sarif id does not match any upload '503': *184 @@ -77047,8 +76927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -77129,8 +77009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *446 - *447 - - *448 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -77258,8 +77138,8 @@ paths: parameters: - *17 - *19 + - *446 - *447 - - *448 responses: '200': description: Response @@ -77275,7 +77155,7 @@ paths: type: integer codespaces: type: array - items: *354 + items: *353 examples: default: value: @@ -77573,8 +77453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -77638,17 +77518,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '400': *14 '401': *23 '403': *27 @@ -77677,8 +77557,8 @@ paths: parameters: - *17 - *19 + - *446 - *447 - - *448 responses: '200': description: Response @@ -77742,8 +77622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: + - *446 - *447 - - *448 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -77780,9 +77660,9 @@ paths: type: integer machines: type: array - items: *555 + items: *554 examples: - default: &792 + default: &791 value: total_count: 2 machines: @@ -77822,8 +77702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *446 - *447 - - *448 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -77910,8 +77790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: + - *446 - *447 - - *448 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -77980,8 +77860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -77999,7 +77879,7 @@ paths: type: integer secrets: type: array - items: &559 + items: &558 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -78020,7 +77900,7 @@ paths: - created_at - updated_at examples: - default: *556 + default: *555 headers: Link: *41 x-github: @@ -78043,16 +77923,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *557 + schema: *556 examples: - default: *558 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78072,17 +77952,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *559 + schema: *558 examples: - default: *560 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78102,9 +77982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 requestBody: required: true content: @@ -78132,7 +78012,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -78156,9 +78036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '204': description: Response @@ -78186,8 +78066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *446 - *447 - - *448 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -78225,7 +78105,7 @@ paths: application/json: schema: type: array - items: &561 + items: &560 title: Collaborator description: Collaborator type: object @@ -78418,8 +78298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: + - *446 - *447 - - *448 - *132 responses: '204': @@ -78466,8 +78346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *446 - *447 - - *448 - *132 requestBody: required: false @@ -78494,7 +78374,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &634 + schema: &633 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78506,7 +78386,7 @@ paths: format: int64 examples: - 42 - repository: *267 + repository: *266 invitee: anyOf: - type: 'null' @@ -78682,7 +78562,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *242 + schema: *241 '403': *27 x-github: triggersNotification: true @@ -78722,8 +78602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *446 - *447 - - *448 - *132 responses: '204': @@ -78755,8 +78635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *446 - *447 - - *448 - *132 responses: '200': @@ -78777,7 +78657,7 @@ paths: user: anyOf: - type: 'null' - - *561 + - *560 required: - permission - role_name @@ -78831,8 +78711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -78842,7 +78722,7 @@ paths: application/json: schema: type: array - items: &562 + items: &561 title: Commit Comment description: Commit Comment type: object @@ -78900,7 +78780,7 @@ paths: - created_at - updated_at examples: - default: &565 + default: &564 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78959,17 +78839,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 responses: '200': description: Response content: application/json: - schema: *562 + schema: *561 examples: - default: &566 + default: &565 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79026,8 +78906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -79050,7 +78930,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *561 examples: default: value: @@ -79101,8 +78981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 responses: '204': @@ -79124,8 +79004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -79152,9 +79032,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -79175,8 +79055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -79209,16 +79089,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -79240,10 +79120,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *446 - *447 - - *448 - *214 - - *439 + - *438 responses: '204': description: Response @@ -79292,8 +79172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *446 - *447 - - *448 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -79349,9 +79229,9 @@ paths: application/json: schema: type: array - items: *563 + items: *562 examples: - default: &683 + default: &682 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79445,9 +79325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *446 - *447 - - *448 - - &564 + - &563 name: commit_sha description: The SHA of the commit. in: path @@ -79519,9 +79399,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *446 - *447 - - *448 - - *564 + - *563 - *17 - *19 responses: @@ -79531,9 +79411,9 @@ paths: application/json: schema: type: array - items: *562 + items: *561 examples: - default: *565 + default: *564 headers: Link: *41 x-github: @@ -79561,9 +79441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *446 - *447 - - *448 - - *564 + - *563 requestBody: required: true content: @@ -79598,9 +79478,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *561 examples: - default: *566 + default: *565 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79628,9 +79508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: + - *446 - *447 - - *448 - - *564 + - *563 - *17 - *19 responses: @@ -79640,9 +79520,9 @@ paths: application/json: schema: type: array - items: *567 + items: *566 examples: - default: &675 + default: &674 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -80179,11 +80059,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *446 - *447 - - *448 - *19 - *17 - - &568 + - &567 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -80198,9 +80078,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *562 examples: - default: &661 + default: &660 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -80313,11 +80193,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: + - *446 - *447 - - *448 + - *567 - *568 - *569 - - *570 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -80351,9 +80231,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *517 examples: - default: *571 + default: *570 headers: Link: *41 x-github: @@ -80378,9 +80258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: + - *446 - *447 - - *448 - - *568 + - *567 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -80388,7 +80268,7 @@ paths: schema: type: integer example: 1 - - *569 + - *568 - *17 - *19 responses: @@ -80406,7 +80286,7 @@ paths: type: integer check_suites: type: array - items: *522 + items: *521 examples: default: value: @@ -80606,9 +80486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: + - *446 - *447 - - *448 - - *568 + - *567 - *17 - *19 responses: @@ -80679,7 +80559,7 @@ paths: type: string total_count: type: integer - repository: *267 + repository: *266 commit_url: type: string format: uri @@ -80810,9 +80690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *446 - *447 - - *448 - - *568 + - *567 - *17 - *19 responses: @@ -80822,7 +80702,7 @@ paths: application/json: schema: type: array - items: &737 + items: &736 title: Status description: The status of a commit. type: object @@ -80903,7 +80783,7 @@ paths: site_admin: false headers: Link: *41 - '301': *461 + '301': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80931,8 +80811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -80965,11 +80845,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *572 + - *571 code_of_conduct_file: anyOf: - type: 'null' - - &573 + - &572 title: Community Health File type: object properties: @@ -80989,19 +80869,19 @@ paths: contributing: anyOf: - type: 'null' - - *573 + - *572 readme: anyOf: - type: 'null' - - *573 + - *572 issue_template: anyOf: - type: 'null' - - *573 + - *572 pull_request_template: anyOf: - type: 'null' - - *573 + - *572 required: - code_of_conduct - code_of_conduct_file @@ -81130,8 +81010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *446 - *447 - - *448 - *19 - *17 - name: basehead @@ -81179,8 +81059,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *563 - merge_base_commit: *563 + base_commit: *562 + merge_base_commit: *562 status: type: string enum: @@ -81204,10 +81084,10 @@ paths: - 6 commits: type: array - items: *563 + items: *562 files: type: array - items: *574 + items: *573 required: - url - html_url @@ -81493,8 +81373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *446 - *447 - - *448 - name: path description: path parameter in: path @@ -81647,7 +81527,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &575 + response-if-content-is-a-file: &574 summary: Response if content is a file value: type: file @@ -81784,7 +81664,7 @@ paths: - size - type - url - - &688 + - &687 title: Content File description: Content File type: object @@ -82002,7 +81882,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *575 + response-if-content-is-a-file: *574 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -82071,7 +81951,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *576 + '302': *575 '304': *35 x-github: githubCloudOnly: false @@ -82094,8 +81974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *446 - *447 - - *448 - name: path description: path parameter in: path @@ -82190,7 +82070,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &576 title: File Commit description: File Commit type: object @@ -82346,7 +82226,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *576 examples: example-for-creating-a-file: value: @@ -82400,7 +82280,7 @@ paths: schema: oneOf: - *3 - - &616 + - &615 description: Repository rule violation was detected type: object properties: @@ -82421,7 +82301,7 @@ paths: items: type: object properties: - placeholder_id: &729 + placeholder_id: &728 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82453,8 +82333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *446 - *447 - - *448 - name: path description: path parameter in: path @@ -82515,7 +82395,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *576 examples: default: value: @@ -82570,8 +82450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *446 - *447 - - *448 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -82695,22 +82575,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *446 - *447 - - *448 + - *313 - *314 - *315 - *316 - - *317 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string + - *317 + - *577 - *318 - - *578 - *319 - - *320 - *104 - name: per_page description: The number of results per page (max 100). For more information, @@ -82729,7 +82609,7 @@ paths: application/json: schema: type: array - items: &581 + items: &580 type: object description: A Dependabot alert. properties: @@ -82779,7 +82659,7 @@ paths: - direct - transitive - - security_advisory: *579 + security_advisory: *578 security_vulnerability: *123 url: *124 html_url: *125 @@ -82810,7 +82690,7 @@ paths: dismissal. maxLength: 280 fixed_at: *129 - auto_dismissed_at: *580 + auto_dismissed_at: *579 required: - number - state @@ -83040,9 +82920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *446 - *447 - - *448 - - &582 + - &581 name: alert_number in: path description: |- @@ -83057,7 +82937,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: default: value: @@ -83170,9 +83050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *446 - *447 - - *448 - - *582 + - *581 requestBody: required: true content: @@ -83217,7 +83097,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: default: value: @@ -83346,8 +83226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -83365,7 +83245,7 @@ paths: type: integer secrets: type: array - items: &585 + items: &584 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -83419,16 +83299,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *583 + schema: *582 examples: - default: *584 + default: *583 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83448,15 +83328,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *585 + schema: *584 examples: default: value: @@ -83482,9 +83362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 requestBody: required: true content: @@ -83512,7 +83392,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -83536,9 +83416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *446 - *447 - - *448 - - *277 + - *276 responses: '204': description: Response @@ -83560,8 +83440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: + - *446 - *447 - - *448 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -83735,8 +83615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -83996,8 +83876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -84080,7 +83960,7 @@ paths: - version - url additionalProperties: false - metadata: &586 + metadata: &585 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -84119,7 +83999,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *586 + metadata: *585 resolved: type: object description: A collection of resolved package dependencies. @@ -84133,7 +84013,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *586 + metadata: *585 relationship: type: string description: A notation of whether a dependency is requested @@ -84266,8 +84146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *446 - *447 - - *448 - name: sha description: The SHA recorded at creation time. in: query @@ -84308,9 +84188,9 @@ paths: application/json: schema: type: array - items: *587 + items: *586 examples: - default: *588 + default: *587 headers: Link: *41 x-github: @@ -84376,8 +84256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -84459,7 +84339,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *586 examples: simple-example: summary: Simple example @@ -84532,9 +84412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *446 - *447 - - *448 - - &589 + - &588 name: deployment_id description: deployment_id parameter in: path @@ -84546,7 +84426,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *586 examples: default: value: @@ -84611,9 +84491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *446 - *447 - - *448 - - *589 + - *588 responses: '204': description: Response @@ -84635,9 +84515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *446 - *447 - - *448 - - *589 + - *588 - *17 - *19 responses: @@ -84647,7 +84527,7 @@ paths: application/json: schema: type: array - items: &590 + items: &589 title: Deployment Status description: The status of a deployment. type: object @@ -84811,9 +84691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *446 - *447 - - *448 - - *589 + - *588 requestBody: required: true content: @@ -84888,9 +84768,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: - default: &591 + default: &590 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -84946,9 +84826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *446 - *447 - - *448 - - *589 + - *588 - name: status_id in: path required: true @@ -84959,9 +84839,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: - default: *591 + default: *590 '404': *6 x-github: githubCloudOnly: false @@ -84988,12 +84868,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 + - *591 - *592 - *593 - *594 - - *595 - *17 - *19 responses: @@ -85003,9 +84883,9 @@ paths: application/json: schema: type: array - items: *596 + items: *595 examples: - default: *597 + default: *596 '404': *6 '403': *27 '500': *38 @@ -85029,8 +84909,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85042,7 +84922,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *596 + schema: *595 examples: default: value: @@ -85098,8 +84978,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85158,12 +85038,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - *97 - *98 - *99 - - *598 + - *597 - *17 - *19 responses: @@ -85173,9 +85053,9 @@ paths: application/json: schema: type: array - items: *599 + items: *598 examples: - default: *600 + default: *599 '404': *6 '403': *27 '500': *38 @@ -85200,8 +85080,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85213,7 +85093,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *599 + schema: *598 examples: default: value: @@ -85271,8 +85151,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *446 - *447 - - *448 - name: alert_number in: path required: true @@ -85341,8 +85221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -85399,8 +85279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -85418,7 +85298,7 @@ paths: - 5 environments: type: array - items: &602 + items: &601 title: Environment description: Details of a deployment environment type: object @@ -85480,7 +85360,7 @@ paths: type: string examples: - wait_timer - wait_timer: &604 + wait_timer: &603 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -85522,11 +85402,11 @@ paths: items: type: object properties: - type: *601 + type: *600 reviewer: anyOf: - *4 - - *294 + - *293 required: - id - node_id @@ -85549,7 +85429,7 @@ paths: - id - node_id - type - deployment_branch_policy: &605 + deployment_branch_policy: &604 type: - object - 'null' @@ -85666,9 +85546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *446 - *447 - - *448 - - &603 + - &602 name: environment_name in: path required: true @@ -85681,9 +85561,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *601 examples: - default: &606 + default: &605 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -85767,9 +85647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *446 - *447 - - *448 - - *603 + - *602 requestBody: required: false content: @@ -85779,7 +85659,7 @@ paths: - object - 'null' properties: - wait_timer: *604 + wait_timer: *603 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -85798,14 +85678,14 @@ paths: items: type: object properties: - type: *601 + type: *600 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *605 + deployment_branch_policy: *604 additionalProperties: false examples: default: @@ -85825,9 +85705,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *601 examples: - default: *606 + default: *605 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85851,9 +85731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *446 - *447 - - *448 - - *603 + - *602 responses: '204': description: Default response @@ -85878,9 +85758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *446 - *447 - - *448 - - *603 + - *602 - *17 - *19 responses: @@ -85899,7 +85779,7 @@ paths: - 2 branch_policies: type: array - items: &607 + items: &606 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85960,9 +85840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 + - *602 requestBody: required: true content: @@ -86010,9 +85890,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *606 examples: - example-wildcard: &608 + example-wildcard: &607 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -86054,10 +85934,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 - - &609 + - *602 + - &608 name: branch_policy_id in: path required: true @@ -86069,9 +85949,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *606 examples: - default: *608 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86090,10 +85970,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 - - *609 + - *602 + - *608 requestBody: required: true content: @@ -86122,9 +86002,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *606 examples: - default: *608 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86143,10 +86023,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *446 - *447 - - *448 - - *603 - - *609 + - *602 + - *608 responses: '204': description: Response @@ -86171,9 +86051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *603 - - *448 + - *602 - *447 + - *446 responses: '200': description: List of deployment protection rules @@ -86190,7 +86070,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &610 + items: &609 title: Deployment protection rule description: Deployment protection rule type: object @@ -86212,7 +86092,7 @@ paths: for the environment. examples: - true - app: &611 + app: &610 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -86315,9 +86195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *603 - - *448 + - *602 - *447 + - *446 requestBody: content: application/json: @@ -86338,9 +86218,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *610 + schema: *609 examples: - default: &612 + default: &611 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -86375,9 +86255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *603 - - *448 + - *602 - *447 + - *446 - *19 - *17 responses: @@ -86397,7 +86277,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *611 + items: *610 examples: default: value: @@ -86432,10 +86312,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: + - *446 - *447 - - *448 - - *603 - - &613 + - *602 + - &612 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -86447,9 +86327,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *609 examples: - default: *612 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86470,10 +86350,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *603 - - *448 + - *602 - *447 - - *613 + - *446 + - *612 responses: '204': description: Response @@ -86499,9 +86379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *446 - *447 - - *448 - - *603 + - *602 - *17 - *19 responses: @@ -86519,9 +86399,9 @@ paths: type: integer secrets: type: array - items: *484 + items: *483 examples: - default: *485 + default: *484 headers: Link: *41 x-github: @@ -86546,17 +86426,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *446 - *447 - - *448 - - *603 + - *602 responses: '200': description: Response content: application/json: - schema: *486 + schema: *485 examples: - default: *487 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86578,18 +86458,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *446 - *447 - - *448 - - *603 - - *277 + - *602 + - *276 responses: '200': description: Response content: application/json: - schema: *484 + schema: *483 examples: - default: *614 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86611,10 +86491,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *446 - *447 - - *448 - - *603 - - *277 + - *602 + - *276 requestBody: required: true content: @@ -86645,7 +86525,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -86671,10 +86551,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *446 - *447 - - *448 - - *603 - - *277 + - *602 + - *276 responses: '204': description: Default response @@ -86699,10 +86579,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *446 - *447 - - *448 - - *603 - - *471 + - *602 + - *470 - *19 responses: '200': @@ -86719,9 +86599,9 @@ paths: type: integer variables: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *41 x-github: @@ -86744,9 +86624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *446 - *447 - - *448 - - *603 + - *602 requestBody: required: true content: @@ -86773,7 +86653,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -86798,18 +86678,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *446 - *447 - - *448 - - *603 - - *280 + - *602 + - *279 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: *615 + default: *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86830,10 +86710,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *446 - *447 - - *448 - - *280 - - *603 + - *279 + - *602 requestBody: required: true content: @@ -86875,10 +86755,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *446 - *447 - - *448 - - *280 - - *603 + - *279 + - *602 responses: '204': description: Response @@ -86900,8 +86780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -86969,8 +86849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *446 - *447 - - *448 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -86992,7 +86872,7 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: default: value: @@ -87129,8 +87009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -87163,9 +87043,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 '400': *14 '422': *15 '403': *27 @@ -87186,8 +87066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -87246,8 +87126,8 @@ paths: application/json: schema: oneOf: - - *242 - - *616 + - *241 + - *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87272,8 +87152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *446 - *447 - - *448 - name: file_sha in: path required: true @@ -87373,8 +87253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -87483,7 +87363,7 @@ paths: description: Response content: application/json: - schema: &617 + schema: &616 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -87710,15 +87590,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *446 - *447 - - *448 - - *564 + - *563 responses: '200': description: Response content: application/json: - schema: *617 + schema: *616 examples: default: value: @@ -87774,9 +87654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *446 - *447 - - *448 - - &618 + - &617 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -87793,7 +87673,7 @@ paths: application/json: schema: type: array - items: &619 + items: &618 title: Git Reference description: Git references within a repository type: object @@ -87869,17 +87749,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *446 - *447 - - *448 - - *618 + - *617 responses: '200': description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: &620 + default: &619 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87908,8 +87788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -87938,9 +87818,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: *620 + default: *619 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87966,9 +87846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *446 - *447 - - *448 - - *618 + - *617 requestBody: required: true content: @@ -87997,9 +87877,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: *620 + default: *619 '422': *15 '409': *112 x-github: @@ -88017,9 +87897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *446 - *447 - - *448 - - *618 + - *617 responses: '204': description: Response @@ -88074,8 +87954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -88142,7 +88022,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &621 title: Git Tag description: Metadata for a Git tag type: object @@ -88198,7 +88078,7 @@ paths: - sha - type - url - verification: *621 + verification: *620 required: - sha - url @@ -88208,7 +88088,7 @@ paths: - tag - message examples: - default: &623 + default: &622 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -88281,8 +88161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *446 - *447 - - *448 - name: tag_sha in: path required: true @@ -88293,9 +88173,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - default: *623 + default: *622 '404': *6 '409': *112 x-github: @@ -88319,8 +88199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -88394,7 +88274,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &623 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -88496,8 +88376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *446 - *447 - - *448 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -88520,7 +88400,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *623 examples: default-response: summary: Default response @@ -88579,8 +88459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -88590,7 +88470,7 @@ paths: application/json: schema: type: array - items: &625 + items: &624 title: Webhook description: Webhooks for repositories. type: object @@ -88653,7 +88533,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &869 + last_response: &868 title: Hook Response type: object properties: @@ -88730,8 +88610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -88784,9 +88664,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: &626 + default: &625 value: type: Repository id: 12345678 @@ -88834,17 +88714,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '200': description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *626 + default: *625 '404': *6 x-github: githubCloudOnly: false @@ -88864,9 +88744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 requestBody: required: true content: @@ -88911,9 +88791,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *626 + default: *625 '422': *15 '404': *6 x-github: @@ -88934,9 +88814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '204': description: Response @@ -88960,9 +88840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '200': description: Response @@ -88989,9 +88869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: + - *446 - *447 - - *448 - - *326 + - *325 requestBody: required: false content: @@ -89035,11 +88915,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 - *17 - - *327 + - *326 responses: '200': description: Response @@ -89047,9 +88927,9 @@ paths: application/json: schema: type: array - items: *328 + items: *327 examples: - default: *329 + default: *328 '400': *14 '422': *15 x-github: @@ -89068,18 +88948,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 - *16 responses: '200': description: Response content: application/json: - schema: *330 + schema: *329 examples: - default: *331 + default: *330 '400': *14 '422': *15 x-github: @@ -89098,9 +88978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 - *16 responses: '202': *37 @@ -89123,9 +89003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '204': description: Response @@ -89150,9 +89030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *446 - *447 - - *448 - - *326 + - *325 responses: '204': description: Response @@ -89175,8 +89055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response if immutable releases are enabled @@ -89224,8 +89104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *446 - *447 - - *448 responses: '204': *144 '409': *112 @@ -89245,8 +89125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *446 - *447 - - *448 responses: '204': *144 '409': *112 @@ -89303,14 +89183,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: &627 + schema: &626 title: Import description: A repository import from an external source. type: object @@ -89417,7 +89297,7 @@ paths: - html_url - authors_url examples: - default: &630 + default: &629 value: vcs: subversion use_lfs: true @@ -89433,7 +89313,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &628 + '503': &627 description: Unavailable due to service under maintenance. content: application/json: @@ -89462,8 +89342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -89511,7 +89391,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *626 examples: default: value: @@ -89536,7 +89416,7 @@ paths: type: string '422': *15 '404': *6 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89564,8 +89444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -89617,7 +89497,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *626 examples: example-1: summary: Example 1 @@ -89665,7 +89545,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89688,12 +89568,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *446 - *447 - - *448 responses: '204': description: Response - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89719,9 +89599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *446 - *447 - - *448 - - &813 + - &812 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -89735,7 +89615,7 @@ paths: application/json: schema: type: array - items: &629 + items: &628 title: Porter Author description: Porter Author type: object @@ -89789,7 +89669,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89814,8 +89694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *446 - *447 - - *448 - name: author_id in: path required: true @@ -89845,7 +89725,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *628 examples: default: value: @@ -89858,7 +89738,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89882,8 +89762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -89924,7 +89804,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89952,8 +89832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -89980,11 +89860,11 @@ paths: description: Response content: application/json: - schema: *627 + schema: *626 examples: - default: *630 + default: *629 '422': *15 - '503': *628 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90007,8 +89887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -90016,8 +89896,8 @@ paths: application/json: schema: *20 examples: - default: *631 - '301': *461 + default: *630 + '301': *460 '404': *6 x-github: githubCloudOnly: false @@ -90037,8 +89917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -90046,12 +89926,12 @@ paths: application/json: schema: anyOf: - - *344 + - *343 - type: object properties: {} additionalProperties: false examples: - default: &633 + default: &632 value: limit: collaborators_only origin: repository @@ -90076,13 +89956,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: application/json: - schema: *632 + schema: *631 examples: default: summary: Example request body @@ -90094,9 +89974,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *343 examples: - default: *633 + default: *632 '409': description: Response x-github: @@ -90118,8 +89998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -90142,8 +90022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -90153,9 +90033,9 @@ paths: application/json: schema: type: array - items: *634 + items: *633 examples: - default: &806 + default: &805 value: - id: 1 repository: @@ -90286,9 +90166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *446 - *447 - - *448 - - *348 + - *347 requestBody: required: false content: @@ -90317,7 +90197,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *633 examples: default: value: @@ -90448,9 +90328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *446 - *447 - - *448 - - *348 + - *347 responses: '204': description: Response @@ -90481,8 +90361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *446 - *447 - - *448 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -90530,7 +90410,7 @@ paths: required: false schema: type: string - - *352 + - *351 - name: sort description: What to sort results by. in: query @@ -90555,7 +90435,7 @@ paths: type: array items: *215 examples: - default: &641 + default: &640 value: - id: 1 node_id: MDU6SXNzdWUx @@ -90703,7 +90583,7 @@ paths: state_reason: completed headers: Link: *41 - '301': *461 + '301': *460 '422': *15 '404': *6 x-github: @@ -90732,8 +90612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -90825,7 +90705,7 @@ paths: application/json: schema: *215 examples: - default: &638 + default: &637 value: id: 1 node_id: MDU6SXNzdWUx @@ -90981,7 +90861,7 @@ paths: '422': *15 '503': *184 '404': *6 - '410': *458 + '410': *457 x-github: triggersNotification: true githubCloudOnly: false @@ -91009,8 +90889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *446 - *447 - - *448 - *224 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -91031,9 +90911,9 @@ paths: application/json: schema: type: array - items: *635 + items: *634 examples: - default: &640 + default: &639 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -91091,17 +90971,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 responses: '200': description: Response content: application/json: - schema: *635 + schema: *634 examples: - default: &636 + default: &635 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -91155,8 +91035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -91179,9 +91059,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *634 examples: - default: *636 + default: *635 '422': *15 x-github: githubCloudOnly: false @@ -91199,8 +91079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 responses: '204': @@ -91221,8 +91101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -91249,9 +91129,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -91272,8 +91152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -91306,16 +91186,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -91337,10 +91217,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *446 - *447 - - *448 - *214 - - *439 + - *438 responses: '204': description: Response @@ -91360,8 +91240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -91371,7 +91251,7 @@ paths: application/json: schema: type: array - items: &637 + items: &636 title: Issue Event description: Issue Event type: object @@ -91451,7 +91331,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *294 + requested_team: *293 dismissed_review: title: Issue Event Dismissed Review type: object @@ -91710,8 +91590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *446 - *447 - - *448 - name: event_id in: path required: true @@ -91722,7 +91602,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *636 examples: default: value: @@ -91915,7 +91795,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *458 + '410': *457 '403': *27 x-github: githubCloudOnly: false @@ -91949,9 +91829,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *446 - *447 - - *448 - - &639 + - &638 name: issue_number description: The number that identifies the issue. in: path @@ -91965,10 +91845,10 @@ paths: application/json: schema: *215 examples: - default: *638 - '301': *461 + default: *637 + '301': *460 '404': *6 - '410': *458 + '410': *457 '304': *35 x-github: githubCloudOnly: false @@ -91993,9 +91873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -92116,13 +91996,13 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 '422': *15 '503': *184 '403': *27 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92140,9 +92020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -92170,7 +92050,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92186,9 +92066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: content: application/json: @@ -92215,7 +92095,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92237,9 +92117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: assignee in: path required: true @@ -92279,9 +92159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *205 - *17 - *19 @@ -92292,13 +92172,13 @@ paths: application/json: schema: type: array - items: *635 + items: *634 examples: - default: *640 + default: *639 headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92327,9 +92207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -92351,16 +92231,16 @@ paths: description: Response content: application/json: - schema: *635 + schema: *634 examples: - default: *636 + default: *635 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *458 + '410': *457 '422': *15 '404': *6 x-github: @@ -92388,9 +92268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -92402,12 +92282,12 @@ paths: type: array items: *215 examples: - default: *641 + default: *640 headers: Link: *41 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92435,9 +92315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -92461,15 +92341,15 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *461 + '301': *460 '403': *27 - '410': *458 + '410': *457 '422': *15 '404': *6 x-github: @@ -92500,9 +92380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -92516,13 +92396,13 @@ paths: application/json: schema: *215 examples: - default: *638 - '301': *461 + default: *637 + '301': *460 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *458 + '410': *457 x-github: triggersNotification: true githubCloudOnly: false @@ -92548,9 +92428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -92562,12 +92442,12 @@ paths: type: array items: *215 examples: - default: *641 + default: *640 headers: Link: *41 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92584,9 +92464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -92600,7 +92480,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &644 + - &643 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -92649,7 +92529,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &645 + - &644 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -92777,7 +92657,7 @@ paths: - performed_via_github_app - assignee - assigner - - &646 + - &645 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -92823,7 +92703,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &647 + - &646 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92869,7 +92749,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &648 + - &647 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92918,7 +92798,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &649 + - &648 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92947,7 +92827,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *294 + requested_team: *293 requested_reviewer: *4 required: - review_requester @@ -92960,7 +92840,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &650 + - &649 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92989,7 +92869,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *294 + requested_team: *293 requested_reviewer: *4 required: - review_requester @@ -93002,7 +92882,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &651 + - &650 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -93058,7 +92938,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &652 + - &651 title: Locked Issue Event description: Locked Issue Event type: object @@ -93103,7 +92983,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &653 + - &652 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -93164,7 +93044,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &654 + - &653 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -93225,7 +93105,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &655 + - &654 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -93286,7 +93166,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &655 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -93379,7 +93259,7 @@ paths: color: red headers: Link: *41 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93396,9 +93276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -93408,7 +93288,7 @@ paths: application/json: schema: type: array - items: &642 + items: &641 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -93463,7 +93343,7 @@ paths: - color - default examples: - default: &643 + default: &642 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93481,9 +93361,9 @@ paths: default: false headers: Link: *41 - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93500,9 +93380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -93561,12 +93441,12 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 - '301': *461 + default: *642 + '301': *460 '404': *6 - '410': *458 + '410': *457 '422': *15 x-github: githubCloudOnly: false @@ -93583,9 +93463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -93645,12 +93525,12 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 - '301': *461 + default: *642 + '301': *460 '404': *6 - '410': *458 + '410': *457 '422': *15 x-github: githubCloudOnly: false @@ -93667,15 +93547,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 responses: '204': description: Response - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93694,9 +93574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: name in: path required: true @@ -93709,7 +93589,7 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: default: value: @@ -93720,9 +93600,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *461 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93742,9 +93622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: false content: @@ -93773,7 +93653,7 @@ paths: '204': description: Response '403': *27 - '410': *458 + '410': *457 '404': *6 '422': *15 x-github: @@ -93791,9 +93671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 responses: '204': description: Response @@ -93823,9 +93703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 responses: '200': description: Response @@ -93833,10 +93713,10 @@ paths: application/json: schema: *215 examples: - default: *638 - '301': *461 + default: *637 + '301': *460 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93853,9 +93733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -93881,13 +93761,13 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93905,9 +93785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -93939,16 +93819,16 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -93970,10 +93850,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *446 - *447 - - *448 - - *639 - - *439 + - *638 + - *438 responses: '204': description: Response @@ -94002,9 +93882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -94028,7 +93908,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -94061,9 +93941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -94075,11 +93955,11 @@ paths: type: array items: *215 examples: - default: *641 + default: *640 headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94107,9 +93987,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -94138,14 +94018,14 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *458 + '410': *457 '422': *15 '404': *6 x-github: @@ -94165,9 +94045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 requestBody: required: true content: @@ -94200,7 +94080,7 @@ paths: application/json: schema: *215 examples: - default: *638 + default: *637 '403': *27 '404': *6 '422': *7 @@ -94222,9 +94102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *446 - *447 - - *448 - - *639 + - *638 - *17 - *19 responses: @@ -94239,6 +94119,7 @@ paths: description: Timeline Event type: object anyOf: + - *643 - *644 - *645 - *646 @@ -94251,7 +94132,6 @@ paths: - *653 - *654 - *655 - - *656 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -94580,7 +94460,7 @@ paths: type: string comments: type: array - items: &677 + items: &676 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94818,7 +94698,7 @@ paths: type: string comments: type: array - items: *562 + items: *561 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -95093,7 +94973,7 @@ paths: headers: Link: *41 '404': *6 - '410': *458 + '410': *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95110,8 +94990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -95121,7 +95001,7 @@ paths: application/json: schema: type: array - items: &657 + items: &656 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -95189,8 +95069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95226,9 +95106,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: - default: &658 + default: &657 value: id: 1 key: ssh-rsa AAA... @@ -95262,9 +95142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *446 - *447 - - *448 - - &659 + - &658 name: key_id description: The unique identifier of the key. in: path @@ -95276,9 +95156,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: - default: *658 + default: *657 '404': *6 x-github: githubCloudOnly: false @@ -95296,9 +95176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *446 - *447 - - *448 - - *659 + - *658 responses: '204': description: Response @@ -95318,8 +95198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -95329,9 +95209,9 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 + default: *642 headers: Link: *41 '404': *6 @@ -95352,8 +95232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95389,9 +95269,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: &660 + default: &659 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -95423,8 +95303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *446 - *447 - - *448 - name: name in: path required: true @@ -95435,9 +95315,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *660 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -95454,8 +95334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *446 - *447 - - *448 - name: name in: path required: true @@ -95494,7 +95374,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: default: value: @@ -95520,8 +95400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *446 - *447 - - *448 - name: name in: path required: true @@ -95547,8 +95427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -95584,8 +95464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *446 - *447 - - *448 responses: '202': *37 '403': @@ -95613,8 +95493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -95640,9 +95520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *446 - *447 - - *448 - - *540 + - *539 responses: '200': description: Response @@ -95789,8 +95669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95855,8 +95735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -95890,9 +95770,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *563 + schema: *562 examples: - default: *661 + default: *660 '204': description: Response when already merged '404': @@ -95917,8 +95797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *446 - *447 - - *448 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -95959,7 +95839,7 @@ paths: application/json: schema: type: array - items: *386 + items: *385 examples: default: value: @@ -96015,8 +95895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -96056,9 +95936,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *385 examples: - default: &662 + default: &661 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -96117,9 +95997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *446 - *447 - - *448 - - &663 + - &662 name: milestone_number description: The number that identifies the milestone. in: path @@ -96131,9 +96011,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *385 examples: - default: *662 + default: *661 '404': *6 x-github: githubCloudOnly: false @@ -96150,9 +96030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *446 - *447 - - *448 - - *663 + - *662 requestBody: required: false content: @@ -96190,9 +96070,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *385 examples: - default: *662 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96208,9 +96088,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *446 - *447 - - *448 - - *663 + - *662 responses: '204': description: Response @@ -96231,9 +96111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: + - *446 - *447 - - *448 - - *663 + - *662 - *17 - *19 responses: @@ -96243,9 +96123,9 @@ paths: application/json: schema: type: array - items: *642 + items: *641 examples: - default: *643 + default: *642 headers: Link: *41 x-github: @@ -96264,12 +96144,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: + - *446 - *447 - - *448 + - *663 - *664 - - *665 - *205 - - *666 + - *665 - *17 - *19 responses: @@ -96281,7 +96161,7 @@ paths: type: array items: *227 examples: - default: *667 + default: *666 headers: Link: *41 x-github: @@ -96305,8 +96185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -96364,14 +96244,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: &668 + schema: &667 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -96515,7 +96395,7 @@ paths: - custom_404 - public examples: - default: &669 + default: &668 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -96556,8 +96436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -96612,9 +96492,9 @@ paths: description: Response content: application/json: - schema: *668 + schema: *667 examples: - default: *669 + default: *668 '422': *15 '409': *112 x-github: @@ -96637,8 +96517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -96746,8 +96626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -96773,8 +96653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -96784,7 +96664,7 @@ paths: application/json: schema: type: array - items: &670 + items: &669 title: Page Build description: Page Build type: object @@ -96876,8 +96756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *446 - *447 - - *448 responses: '201': description: Response @@ -96924,16 +96804,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *670 + schema: *669 examples: - default: &671 + default: &670 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96981,8 +96861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *446 - *447 - - *448 - name: build_id in: path required: true @@ -96993,9 +96873,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *669 examples: - default: *671 + default: *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97015,8 +96895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97124,9 +97004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: + - *446 - *447 - - *448 - - &672 + - &671 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -97184,9 +97064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *446 - *447 - - *448 - - *672 + - *671 responses: '204': *144 '404': *6 @@ -97213,8 +97093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -97482,7 +97362,7 @@ paths: description: Empty response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -97509,8 +97389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Private vulnerability reporting status @@ -97547,8 +97427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': *144 '422': *14 @@ -97569,8 +97449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': *144 '422': *14 @@ -97593,8 +97473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: + - *446 - *447 - - *448 - name: state description: Indicates the state of the projects to return. in: query @@ -97615,7 +97495,7 @@ paths: application/json: schema: type: array - items: *380 + items: *379 examples: default: value: @@ -97655,7 +97535,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *458 + '410': *457 '422': *7 x-github: githubCloudOnly: false @@ -97678,8 +97558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97705,13 +97585,13 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: - default: *457 + default: *456 '401': *23 '403': *27 '404': *6 - '410': *458 + '410': *457 '422': *7 x-github: githubCloudOnly: false @@ -97734,8 +97614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -97745,7 +97625,7 @@ paths: type: array items: *145 examples: - default: *673 + default: *672 '403': *27 '404': *6 x-github: @@ -97767,8 +97647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97784,7 +97664,7 @@ paths: required: - properties examples: - default: *674 + default: *673 responses: '204': description: No Content when custom property values are successfully created @@ -97822,8 +97702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *446 - *447 - - *448 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -97883,9 +97763,9 @@ paths: application/json: schema: type: array - items: *567 + items: *566 examples: - default: *675 + default: *674 headers: Link: *41 '304': *35 @@ -97917,8 +97797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -97985,7 +97865,7 @@ paths: description: Response content: application/json: - schema: &679 + schema: &678 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -98114,7 +97994,7 @@ paths: milestone: anyOf: - type: 'null' - - *386 + - *385 active_lock_reason: type: - string @@ -98169,7 +98049,7 @@ paths: type: - array - 'null' - items: *362 + items: *361 head: type: object properties: @@ -98207,14 +98087,14 @@ paths: _links: type: object properties: - comments: *387 - commits: *387 - statuses: *387 - html: *387 - issue: *387 - review_comments: *387 - review_comment: *387 - self: *387 + comments: *386 + commits: *386 + statuses: *386 + html: *386 + issue: *386 + review_comments: *386 + review_comment: *386 + self: *386 required: - comments - commits @@ -98225,7 +98105,7 @@ paths: - review_comment - self author_association: *202 - auto_merge: *676 + auto_merge: *675 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -98327,7 +98207,7 @@ paths: - merged_by - review_comments examples: - default: &680 + default: &679 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -98854,8 +98734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *446 - *447 - - *448 - name: sort in: query required: false @@ -98884,9 +98764,9 @@ paths: application/json: schema: type: array - items: *677 + items: *676 examples: - default: &682 + default: &681 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98963,17 +98843,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - *214 responses: '200': description: Response content: application/json: - schema: *677 + schema: *676 examples: - default: &678 + default: &677 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -99048,8 +98928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -99072,9 +98952,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *676 examples: - default: *678 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99090,8 +98970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - *214 responses: '204': @@ -99113,8 +98993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: + - *446 - *447 - - *448 - *214 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -99141,9 +99021,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -99164,8 +99044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: + - *446 - *447 - - *448 - *214 requestBody: required: true @@ -99198,16 +99078,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -99229,10 +99109,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *446 - *447 - - *448 - *214 - - *439 + - *438 responses: '204': description: Response @@ -99275,9 +99155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *446 - *447 - - *448 - - &681 + - &680 name: pull_number description: The number that identifies the pull request. in: path @@ -99290,9 +99170,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *679 + schema: *678 examples: - default: *680 + default: *679 '304': *35 '404': *6 '406': @@ -99327,9 +99207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -99371,9 +99251,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *678 examples: - default: *680 + default: *679 '422': *15 '403': *27 x-github: @@ -99395,9 +99275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: true content: @@ -99458,17 +99338,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '401': *23 '403': *27 '404': *6 @@ -99498,9 +99378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *224 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -99521,9 +99401,9 @@ paths: application/json: schema: type: array - items: *677 + items: *676 examples: - default: *682 + default: *681 headers: Link: *41 x-github: @@ -99556,9 +99436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: true content: @@ -99664,7 +99544,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *676 examples: example-for-a-multi-line-comment: value: @@ -99752,9 +99632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *214 requestBody: required: true @@ -99777,7 +99657,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *676 examples: default: value: @@ -99863,9 +99743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *17 - *19 responses: @@ -99875,9 +99755,9 @@ paths: application/json: schema: type: array - items: *563 + items: *562 examples: - default: *683 + default: *682 headers: Link: *41 x-github: @@ -99907,9 +99787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *17 - *19 responses: @@ -99919,7 +99799,7 @@ paths: application/json: schema: type: array - items: *574 + items: *573 examples: default: value: @@ -99957,9 +99837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: + - *446 - *447 - - *448 - - *681 + - *680 responses: '204': description: Response if pull request has been merged @@ -99982,9 +99862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -100096,9 +99976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 responses: '200': description: Response @@ -100114,7 +99994,7 @@ paths: items: *4 teams: type: array - items: *294 + items: *293 required: - users - teams @@ -100173,9 +100053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -100212,7 +100092,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: default: value: @@ -100748,9 +100628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: true content: @@ -100784,7 +100664,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: default: value: @@ -101289,9 +101169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 - *17 - *19 responses: @@ -101301,7 +101181,7 @@ paths: application/json: schema: type: array - items: &684 + items: &683 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -101457,9 +101337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -101549,9 +101429,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: &686 + default: &685 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101614,10 +101494,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - &685 + - *680 + - &684 name: review_id description: The unique identifier of the review. in: path @@ -101629,9 +101509,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: &687 + default: &686 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101690,10 +101570,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 requestBody: required: true content: @@ -101716,7 +101596,7 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: default: value: @@ -101778,18 +101658,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 responses: '200': description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *686 + default: *685 '422': *7 '404': *6 x-github: @@ -101816,10 +101696,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 - *17 - *19 responses: @@ -101917,9 +101797,9 @@ paths: _links: type: object properties: - self: *387 - html: *387 - pull_request: *387 + self: *386 + html: *386 + pull_request: *386 required: - self - html @@ -102077,10 +101957,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 requestBody: required: true content: @@ -102109,7 +101989,7 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: default: value: @@ -102172,10 +102052,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: + - *446 - *447 - - *448 - - *681 - - *685 + - *680 + - *684 requestBody: required: true content: @@ -102210,9 +102090,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *687 + default: *686 '404': *6 '422': *7 '403': *27 @@ -102234,9 +102114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *446 - *447 - - *448 - - *681 + - *680 requestBody: required: false content: @@ -102300,8 +102180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *446 - *447 - - *448 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -102314,9 +102194,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *687 examples: - default: &689 + default: &688 value: type: file encoding: base64 @@ -102358,8 +102238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: + - *446 - *447 - - *448 - name: dir description: The alternate path to look for a README file in: path @@ -102379,9 +102259,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *687 examples: - default: *689 + default: *688 '404': *6 '422': *15 x-github: @@ -102403,8 +102283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -102414,7 +102294,7 @@ paths: application/json: schema: type: array - items: &690 + items: &689 title: Release description: A release. type: object @@ -102496,7 +102376,7 @@ paths: author: *4 assets: type: array - items: &691 + items: &690 title: Release Asset description: Data related to a release. type: object @@ -102683,8 +102563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -102760,9 +102640,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: &694 + default: &693 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -102867,9 +102747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *446 - *447 - - *448 - - &692 + - &691 name: asset_id description: The unique identifier of the asset. in: path @@ -102881,9 +102761,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *690 examples: - default: &693 + default: &692 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -102918,7 +102798,7 @@ paths: type: User site_admin: false '404': *6 - '302': *576 + '302': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102934,9 +102814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *446 - *447 - - *448 - - *692 + - *691 requestBody: required: false content: @@ -102965,9 +102845,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *690 examples: - default: *693 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102983,9 +102863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *446 - *447 - - *448 - - *692 + - *691 responses: '204': description: Response @@ -103009,8 +102889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -103096,16 +102976,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *446 - *447 - - *448 responses: '200': description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103122,8 +103002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *446 - *447 - - *448 - name: tag description: tag parameter in: path @@ -103136,9 +103016,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 '404': *6 x-github: githubCloudOnly: false @@ -103160,9 +103040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *446 - *447 - - *448 - - &695 + - &694 name: release_id description: The unique identifier of the release. in: path @@ -103176,9 +103056,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 '401': description: Unauthorized x-github: @@ -103196,9 +103076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 requestBody: required: false content: @@ -103262,9 +103142,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *694 + default: *693 '404': description: Not Found if the discussion category name is invalid content: @@ -103285,9 +103165,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 responses: '204': description: Response @@ -103307,9 +103187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *446 - *447 - - *448 - - *695 + - *694 - *17 - *19 responses: @@ -103319,7 +103199,7 @@ paths: application/json: schema: type: array - items: *691 + items: *690 examples: default: value: @@ -103401,9 +103281,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: + - *446 - *447 - - *448 - - *695 + - *694 - name: name in: query required: true @@ -103429,7 +103309,7 @@ paths: description: Response for successful upload content: application/json: - schema: *691 + schema: *690 examples: response-for-successful-upload: value: @@ -103484,9 +103364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -103510,9 +103390,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 '404': *6 @@ -103533,9 +103413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *446 - *447 - - *448 - - *695 + - *694 requestBody: required: true content: @@ -103565,16 +103445,16 @@ paths: description: Reaction exists content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '201': description: Reaction created content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -103596,10 +103476,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *446 - *447 - - *448 - - *695 - - *439 + - *694 + - *438 responses: '204': description: Response @@ -103623,9 +103503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *446 - *447 - - *448 - - *506 + - *505 - *17 - *19 responses: @@ -103642,7 +103522,7 @@ paths: oneOf: - allOf: - *159 - - &696 + - &695 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -103663,67 +103543,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *160 - - *696 + - *695 - allOf: - *161 - - *696 + - *695 - allOf: - *162 - - *696 + - *695 - allOf: - - *697 - *696 + - *695 - allOf: - *163 - - *696 + - *695 - allOf: - *164 - - *696 + - *695 - allOf: - *165 - - *696 + - *695 - allOf: - *166 - - *696 + - *695 - allOf: - *167 - - *696 + - *695 - allOf: - *168 - - *696 + - *695 - allOf: - *169 - - *696 + - *695 - allOf: - *170 - - *696 + - *695 - allOf: - *171 - - *696 + - *695 - allOf: - *172 - - *696 + - *695 - allOf: - *173 - - *696 + - *695 - allOf: - *174 - - *696 + - *695 - allOf: - *175 - - *696 + - *695 - allOf: - *176 - - *696 + - *695 - allOf: - *177 - - *696 + - *695 - allOf: - *178 - - *696 + - *695 - allOf: - - *698 - - *696 + - *697 + - *695 examples: default: value: @@ -103762,8 +103642,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - *17 - *19 - name: includes_parents @@ -103774,7 +103654,7 @@ paths: schema: type: boolean default: true - - *699 + - *698 responses: '200': description: Response @@ -103829,8 +103709,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 requestBody: description: Request body required: true @@ -103859,7 +103739,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *700 + items: *699 required: - name - enforcement @@ -103892,7 +103772,7 @@ paths: application/json: schema: *179 examples: - default: &709 + default: &708 value: id: 42 name: super cool ruleset @@ -103939,12 +103819,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *446 - *447 - - *448 - - *701 + - *700 - *99 + - *701 - *702 - - *703 - *17 - *19 responses: @@ -103952,9 +103832,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: *705 + default: *704 '404': *6 '500': *38 x-github: @@ -103975,17 +103855,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *446 - *447 - - *448 - - *706 + - *705 responses: '200': description: Response content: application/json: - schema: *707 + schema: *706 examples: - default: *708 + default: *707 '404': *6 '500': *38 x-github: @@ -104013,8 +103893,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104036,7 +103916,7 @@ paths: application/json: schema: *179 examples: - default: *709 + default: *708 '404': *6 '500': *38 put: @@ -104054,8 +103934,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104089,7 +103969,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *700 + items: *699 examples: default: value: @@ -104119,7 +103999,7 @@ paths: application/json: schema: *179 examples: - default: *709 + default: *708 '404': *6 '500': *38 delete: @@ -104137,8 +104017,8 @@ paths: category: repos subcategory: rules parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104161,8 +104041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *446 - *447 - - *448 - *17 - *19 - name: ruleset_id @@ -104180,7 +104060,7 @@ paths: type: array items: *183 examples: - default: *400 + default: *399 '404': *6 '500': *38 x-github: @@ -104199,8 +104079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *446 - *447 - - *448 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104218,7 +104098,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *400 examples: default: value: @@ -104273,21 +104153,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: + - *446 - *447 - - *448 + - *401 - *402 - *403 - *404 - - *405 - *104 - *19 - *17 + - *709 - *710 - - *711 + - *405 - *406 - *407 - *408 - - *409 responses: '200': description: Response @@ -104295,7 +104175,7 @@ paths: application/json: schema: type: array - items: &715 + items: &714 type: object properties: number: *119 @@ -104311,8 +104191,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *712 - resolution: *713 + state: *711 + resolution: *712 resolved_at: type: - string @@ -104406,7 +104286,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *714 + - *713 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -104551,16 +104431,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 - - *409 + - *533 + - *408 responses: '200': description: Response content: application/json: - schema: *715 + schema: *714 examples: default: value: @@ -104612,9 +104492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 requestBody: required: true content: @@ -104622,8 +104502,8 @@ paths: schema: type: object properties: - state: *712 - resolution: *713 + state: *711 + resolution: *712 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -104642,7 +104522,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *714 examples: default: value: @@ -104717,9 +104597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: + - *446 - *447 - - *448 - - *534 + - *533 - *19 - *17 responses: @@ -104730,7 +104610,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &889 + items: &888 type: object properties: type: @@ -104757,6 +104637,7 @@ paths: - commit details: oneOf: + - *715 - *716 - *717 - *718 @@ -104769,7 +104650,6 @@ paths: - *725 - *726 - *727 - - *728 examples: default: value: @@ -104855,8 +104735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -104864,14 +104744,14 @@ paths: schema: type: object properties: - reason: &730 + reason: &729 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *729 + placeholder_id: *728 required: - reason - placeholder_id @@ -104888,7 +104768,7 @@ paths: schema: type: object properties: - reason: *730 + reason: *729 expire_at: type: - string @@ -104935,8 +104815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: + - *446 - *447 - - *448 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -104951,7 +104831,7 @@ paths: properties: incremental_scans: type: array - items: &731 + items: &730 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104979,15 +104859,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *731 + items: *730 backfill_scans: type: array - items: *731 + items: *730 custom_pattern_backfill_scans: type: array items: allOf: - - *731 + - *730 - type: object properties: pattern_name: @@ -105057,8 +104937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *446 - *447 - - *448 - *104 - name: sort description: The property to sort the results by. @@ -105102,9 +104982,9 @@ paths: application/json: schema: type: array - items: *732 + items: *731 examples: - default: *733 + default: *732 '400': *14 '404': *6 x-github: @@ -105127,8 +105007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -105208,7 +105088,7 @@ paths: login: type: string description: The username of the user credited. - type: *414 + type: *413 required: - login - type @@ -105298,9 +105178,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: - default: &735 + default: &734 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -105533,8 +105413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -105647,7 +105527,7 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: default: value: @@ -105794,17 +105674,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: + - *446 - *447 - - *448 - - *734 + - *733 responses: '200': description: Response content: application/json: - schema: *732 + schema: *731 examples: - default: *735 + default: *734 '403': *27 '404': *6 x-github: @@ -105828,9 +105708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: + - *446 - *447 - - *448 - - *734 + - *733 requestBody: required: true content: @@ -105910,7 +105790,7 @@ paths: login: type: string description: The username of the user credited. - type: *414 + type: *413 required: - login - type @@ -106001,17 +105881,17 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: - default: *735 - add_credit: *735 + default: *734 + add_credit: *734 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *242 + schema: *241 examples: invalid_state_transition: value: @@ -106042,9 +105922,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: + - *446 - *447 - - *448 - - *734 + - *733 responses: '202': *37 '400': *14 @@ -106071,17 +105951,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: + - *446 - *447 - - *448 - - *734 + - *733 responses: '202': description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 '400': *14 '422': *15 '403': *27 @@ -106107,8 +105987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -106204,8 +106084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *446 - *447 - - *448 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -106214,7 +106094,7 @@ paths: application/json: schema: type: array - items: &736 + items: &735 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -106247,8 +106127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -106326,8 +106206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -106421,8 +106301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *446 - *447 - - *448 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -106576,8 +106456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: + - *446 - *447 - - *448 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -106587,7 +106467,7 @@ paths: application/json: schema: type: array - items: *736 + items: *735 examples: default: value: @@ -106620,8 +106500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *446 - *447 - - *448 - name: sha in: path required: true @@ -106677,7 +106557,7 @@ paths: description: Response content: application/json: - schema: *737 + schema: *736 examples: default: value: @@ -106731,8 +106611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -106764,14 +106644,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *446 - *447 - - *448 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &738 + schema: &737 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -106844,8 +106724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *446 - *447 - - *448 requestBody: required: false content: @@ -106871,7 +106751,7 @@ paths: description: Response content: application/json: - schema: *738 + schema: *737 examples: default: value: @@ -106898,8 +106778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -106919,8 +106799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -107002,8 +106882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -107011,7 +106891,7 @@ paths: application/json: schema: type: array - items: &739 + items: &738 title: Tag protection description: Tag protection type: object @@ -107068,8 +106948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -107092,7 +106972,7 @@ paths: description: Response content: application/json: - schema: *739 + schema: *738 examples: default: value: @@ -107123,8 +107003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: + - *446 - *447 - - *448 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -107161,8 +107041,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *446 - *447 - - *448 - name: ref in: path required: true @@ -107198,8 +107078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *446 - *447 - - *448 - *17 - *19 responses: @@ -107209,9 +107089,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - default: *363 + default: *362 headers: Link: *41 '404': *6 @@ -107231,8 +107111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *446 - *447 - - *448 - *19 - *17 responses: @@ -107240,7 +107120,7 @@ paths: description: Response content: application/json: - schema: &740 + schema: &739 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -107252,7 +107132,7 @@ paths: required: - names examples: - default: &741 + default: &740 value: names: - octocat @@ -107275,8 +107155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -107307,9 +107187,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *739 examples: - default: *741 + default: *740 '404': *6 '422': *7 x-github: @@ -107330,9 +107210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *446 - *447 - - *448 - - &742 + - &741 name: per description: The time frame to display results for. in: query @@ -107363,7 +107243,7 @@ paths: - 128 clones: type: array - items: &743 + items: &742 title: Traffic type: object properties: @@ -107450,8 +107330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -107545,8 +107425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *446 - *447 - - *448 responses: '200': description: Response @@ -107609,9 +107489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *446 - *447 - - *448 - - *742 + - *741 responses: '200': description: Response @@ -107632,7 +107512,7 @@ paths: - 3782 views: type: array - items: *743 + items: *742 required: - uniques - count @@ -107709,8 +107589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *446 - *447 - - *448 requestBody: required: true content: @@ -107746,7 +107626,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: default: value: @@ -107984,8 +107864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: + - *446 - *447 - - *448 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -108008,8 +107888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -108031,8 +107911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -108058,8 +107938,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *446 - *447 - - *448 - name: ref in: path required: true @@ -108151,9 +108031,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -108194,7 +108074,7 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: default: value: @@ -108304,7 +108184,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &751 + - &750 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -108314,7 +108194,7 @@ paths: type: string examples: - members - - &756 + - &755 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -108326,7 +108206,7 @@ paths: format: int32 examples: - 1 - - &757 + - &756 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -108370,7 +108250,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &746 + items: &745 allOf: - type: object required: @@ -108452,7 +108332,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &758 + meta: &757 type: object description: The metadata associated with the creation/updates to the user. @@ -108517,30 +108397,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &747 + '400': &746 description: Bad request content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '401': *745 - '403': &748 + schema: *743 + '401': *744 + '403': &747 description: Permission denied - '429': &749 + '429': &748 description: Too many requests content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '500': &750 + schema: *743 + '500': &749 description: Internal server error content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 + schema: *743 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108564,7 +108444,7 @@ paths: required: true content: application/json: - schema: &754 + schema: &753 type: object required: - schemas @@ -108628,9 +108508,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *746 + schema: *745 examples: - group: &752 + group: &751 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -108649,13 +108529,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *747 - '401': *745 - '403': *748 - '409': &755 + '400': *746 + '401': *744 + '403': *747 + '409': &754 description: Duplicate record detected - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108672,7 +108552,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &753 + - &752 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -108681,22 +108561,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *751 + - *750 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *746 + schema: *745 examples: - default: *752 - '400': *747 - '401': *745 - '403': *748 + default: *751 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108715,13 +108595,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *753 + - *752 - *39 requestBody: required: true content: application/json: - schema: *754 + schema: *753 examples: group: summary: Group @@ -108747,17 +108627,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *746 + schema: *745 examples: - group: *752 - groupWithMembers: *752 - '400': *747 - '401': *745 - '403': *748 + group: *751 + groupWithMembers: *751 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108781,13 +108661,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *753 + - *752 - *39 requestBody: required: true content: application/json: - schema: &765 + schema: &764 type: object required: - Operations @@ -108847,17 +108727,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *746 + schema: *745 examples: - updateGroup: *752 - addMembers: *752 - '400': *747 - '401': *745 - '403': *748 + updateGroup: *751 + addMembers: *751 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108873,17 +108753,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *753 + - *752 - *39 responses: '204': description: Group was deleted, no content - '400': *747 - '401': *745 - '403': *748 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108917,8 +108797,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *755 - *756 - - *757 - *39 responses: '200': @@ -108952,7 +108832,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &760 + items: &759 allOf: - type: object required: @@ -109044,7 +108924,7 @@ paths: address. examples: - true - roles: &759 + roles: &758 type: array description: The roles assigned to the user. items: @@ -109103,7 +108983,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *758 + meta: *757 startIndex: type: integer description: A starting index for the returned page @@ -109142,11 +109022,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *747 - '401': *745 - '403': *748 - '429': *749 - '500': *750 + '400': *746 + '401': *744 + '403': *747 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109170,7 +109050,7 @@ paths: required: true content: application/json: - schema: &763 + schema: &762 type: object required: - schemas @@ -109263,9 +109143,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *759 + roles: *758 examples: - user: &764 + user: &763 summary: User value: schemas: @@ -109312,9 +109192,9 @@ paths: description: User has been created content: application/scim+json: - schema: *760 + schema: *759 examples: - user: &761 + user: &760 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -109340,13 +109220,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *761 - '400': *747 - '401': *745 - '403': *748 - '409': *755 - '429': *749 - '500': *750 + enterpriseOwner: *760 + '400': *746 + '401': *744 + '403': *747 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109363,7 +109243,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &762 + - &761 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -109376,15 +109256,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *760 + schema: *759 examples: - default: *761 - '400': *747 - '401': *745 - '403': *748 + default: *760 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109406,30 +109286,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *762 + - *761 - *39 requestBody: required: true content: application/json: - schema: *763 + schema: *762 examples: - user: *764 + user: *763 responses: '200': description: User was updated content: application/scim+json: - schema: *760 + schema: *759 examples: - user: *761 - '400': *747 - '401': *745 - '403': *748 + user: *760 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109464,13 +109344,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *762 + - *761 - *39 requestBody: required: true content: application/json: - schema: *765 + schema: *764 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -109510,18 +109390,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *760 + schema: *759 examples: - userMultiValuedProperties: *761 - userSingleValuedProperties: *761 - disableUser: *761 - '400': *747 - '401': *745 - '403': *748 + userMultiValuedProperties: *760 + userSingleValuedProperties: *760 + disableUser: *760 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '409': *755 - '429': *749 - '500': *750 + '409': *754 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109541,17 +109421,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *762 + - *761 - *39 responses: '204': description: User was deleted, no content - '400': *747 - '401': *745 - '403': *748 + '400': *746 + '401': *744 + '403': *747 '404': *6 - '429': *749 - '500': *750 + '429': *748 + '500': *749 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109642,7 +109522,7 @@ paths: - 1 Resources: type: array - items: &766 + items: &765 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -109889,22 +109769,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &767 + '404': &766 description: Resource not found content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '403': &768 + schema: *743 + '403': &767 description: Forbidden content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '400': *747 - '429': *749 + schema: *743 + '400': *746 + '429': *748 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -109930,9 +109810,9 @@ paths: description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: &769 + default: &768 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -109955,17 +109835,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *767 - '403': *768 - '500': *750 + '404': *766 + '403': *767 + '500': *749 '409': description: Conflict content: application/json: - schema: *744 + schema: *743 application/scim+json: - schema: *744 - '400': *747 + schema: *743 + '400': *746 requestBody: required: true content: @@ -110065,17 +109945,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *81 - - *762 + - *761 responses: '200': description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: *769 - '404': *767 - '403': *768 + default: *768 + '404': *766 + '403': *767 '304': *35 x-github: githubCloudOnly: true @@ -110099,18 +109979,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *81 - - *762 + - *761 responses: '200': description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: *769 + default: *768 '304': *35 - '404': *767 - '403': *768 + '404': *766 + '403': *767 requestBody: required: true content: @@ -110225,19 +110105,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *81 - - *762 + - *761 responses: '200': description: Response content: application/scim+json: - schema: *766 + schema: *765 examples: - default: *769 + default: *768 '304': *35 - '404': *767 - '403': *768 - '400': *747 + '404': *766 + '403': *767 + '400': *746 '429': description: Response content: @@ -110333,12 +110213,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *81 - - *762 + - *761 responses: '204': description: Response - '404': *767 - '403': *768 + '404': *766 + '403': *767 '304': *35 x-github: githubCloudOnly: true @@ -110453,7 +110333,7 @@ paths: html_url: type: string format: uri - repository: *267 + repository: *266 score: type: number file_size: @@ -110472,7 +110352,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &770 + text_matches: &769 title: Search Result Text Matches type: array items: @@ -110636,7 +110516,7 @@ paths: enum: - author-date - committer-date - - &771 + - &770 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 @@ -110705,7 +110585,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *503 comment_count: type: integer message: @@ -110724,7 +110604,7 @@ paths: url: type: string format: uri - verification: *621 + verification: *620 required: - author - committer @@ -110739,7 +110619,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *503 parents: type: array items: @@ -110751,12 +110631,12 @@ paths: type: string sha: type: string - repository: *267 + repository: *266 score: type: number node_id: type: string - text_matches: *770 + text_matches: *769 required: - sha - node_id @@ -110949,7 +110829,7 @@ paths: - interactions - created - updated - - *771 + - *770 - *17 - *19 - name: advanced_search @@ -111046,11 +110926,11 @@ paths: type: - string - 'null' - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: type: string state_reason: @@ -111064,7 +110944,7 @@ paths: milestone: anyOf: - type: 'null' - - *386 + - *385 comments: type: integer created_at: @@ -111078,7 +110958,7 @@ paths: - string - 'null' format: date-time - text_matches: *770 + text_matches: *769 pull_request: type: object properties: @@ -111127,7 +111007,7 @@ paths: timeline_url: type: string format: uri - type: *349 + type: *348 performed_via_github_app: anyOf: - type: 'null' @@ -111301,7 +111181,7 @@ paths: enum: - created - updated - - *771 + - *770 - *17 - *19 responses: @@ -111346,7 +111226,7 @@ paths: - 'null' score: type: number - text_matches: *770 + text_matches: *769 required: - id - node_id @@ -111432,7 +111312,7 @@ paths: - forks - help-wanted-issues - updated - - *771 + - *770 - *17 - *19 responses: @@ -111669,7 +111549,7 @@ paths: - admin - pull - push - text_matches: *770 + text_matches: *769 temp_clone_token: type: string allow_merge_commit: @@ -111978,7 +111858,7 @@ paths: - string - 'null' format: uri - text_matches: *770 + text_matches: *769 related: type: - array @@ -112173,7 +112053,7 @@ paths: - followers - repositories - joined - - *771 + - *770 - *17 - *19 responses: @@ -112283,7 +112163,7 @@ paths: type: - boolean - 'null' - text_matches: *770 + text_matches: *769 blog: type: - string @@ -112365,7 +112245,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &775 + - &774 name: team_id description: The unique identifier of the team. in: path @@ -112377,9 +112257,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 x-github: githubCloudOnly: false @@ -112406,7 +112286,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *775 + - *774 requestBody: required: true content: @@ -112470,16 +112350,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '201': description: Response content: application/json: - schema: *428 + schema: *427 examples: - default: *429 + default: *428 '404': *6 '422': *15 '403': *27 @@ -112507,7 +112387,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *775 + - *774 responses: '204': description: Response @@ -112538,7 +112418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *775 + - *774 - *104 - *17 - *19 @@ -112549,9 +112429,9 @@ paths: application/json: schema: type: array - items: *430 + items: *429 examples: - default: *776 + default: *775 headers: Link: *41 x-github: @@ -112580,7 +112460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *775 + - *774 requestBody: required: true content: @@ -112614,9 +112494,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: triggersNotification: true githubCloudOnly: false @@ -112643,16 +112523,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 responses: '200': description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112677,8 +112557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 requestBody: required: false content: @@ -112701,9 +112581,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *777 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112728,8 +112608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 responses: '204': description: Response @@ -112758,8 +112638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *775 - - *432 + - *774 + - *431 - *104 - *17 - *19 @@ -112770,9 +112650,9 @@ paths: application/json: schema: type: array - items: *433 + items: *432 examples: - default: *778 + default: *777 headers: Link: *41 x-github: @@ -112801,8 +112681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *775 - - *432 + - *774 + - *431 requestBody: required: true content: @@ -112824,9 +112704,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: triggersNotification: true githubCloudOnly: false @@ -112853,17 +112733,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 responses: '200': description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112888,9 +112768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 requestBody: required: true content: @@ -112912,9 +112792,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *779 + default: *778 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112939,9 +112819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 responses: '204': description: Response @@ -112970,9 +112850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -112998,9 +112878,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 x-github: @@ -113029,9 +112909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *775 - - *432 - - *435 + - *774 + - *431 + - *434 requestBody: required: true content: @@ -113063,9 +112943,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113091,8 +112971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -113118,9 +112998,9 @@ paths: application/json: schema: type: array - items: *436 + items: *435 examples: - default: *438 + default: *437 headers: Link: *41 x-github: @@ -113149,8 +113029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *775 - - *432 + - *774 + - *431 requestBody: required: true content: @@ -113182,9 +113062,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113208,7 +113088,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -113218,9 +113098,9 @@ paths: application/json: schema: type: array - items: *346 + items: *345 examples: - default: *347 + default: *346 headers: Link: *41 x-github: @@ -113246,7 +113126,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *775 + - *774 - name: role description: Filters members returned by their role in the team. in: query @@ -113297,7 +113177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113334,7 +113214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113374,7 +113254,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113411,16 +113291,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *775 + - *774 - *132 responses: '200': description: Response content: application/json: - schema: *444 + schema: *443 examples: - response-if-user-is-a-team-maintainer: *780 + response-if-user-is-a-team-maintainer: *779 '404': *6 x-github: githubCloudOnly: false @@ -113453,7 +113333,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *775 + - *774 - *132 requestBody: required: false @@ -113479,9 +113359,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - response-if-users-membership-with-team-is-now-pending: *781 + response-if-users-membership-with-team-is-now-pending: *780 '403': description: Forbidden if team synchronization is set up '422': @@ -113515,7 +113395,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *775 + - *774 - *132 responses: '204': @@ -113544,7 +113424,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -113554,9 +113434,9 @@ paths: application/json: schema: type: array - items: *445 + items: *444 examples: - default: *782 + default: *781 headers: Link: *41 '404': *6 @@ -113582,16 +113462,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *775 - - *446 + - *774 + - *445 responses: '200': description: Response content: application/json: - schema: *445 + schema: *444 examples: - default: *783 + default: *782 '404': description: Not Found if project is not managed by this team x-github: @@ -113615,8 +113495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *775 - - *446 + - *774 + - *445 requestBody: required: false content: @@ -113683,8 +113563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *775 - - *446 + - *774 + - *445 responses: '204': description: Response @@ -113711,7 +113591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -113721,9 +113601,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 '404': *6 @@ -113753,15 +113633,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *775 + - *774 + - *446 - *447 - - *448 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *784 + schema: *783 examples: alternative-response-with-extra-repository-information: value: @@ -113912,9 +113792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *775 + - *774 + - *446 - *447 - - *448 requestBody: required: false content: @@ -113964,9 +113844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *775 + - *774 + - *446 - *447 - - *448 responses: '204': description: Response @@ -113995,15 +113875,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *775 + - *774 responses: '200': description: Response content: application/json: - schema: *449 + schema: *448 examples: - default: *450 + default: *449 '403': *27 '404': *6 x-github: @@ -114030,7 +113910,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *775 + - *774 requestBody: required: true content: @@ -114091,7 +113971,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *448 examples: default: value: @@ -114122,7 +114002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *775 + - *774 - *17 - *19 responses: @@ -114132,9 +114012,9 @@ paths: application/json: schema: type: array - items: *294 + items: *293 examples: - response-if-child-teams-exist: *785 + response-if-child-teams-exist: *784 headers: Link: *41 '404': *6 @@ -114167,7 +114047,7 @@ paths: application/json: schema: oneOf: - - &787 + - &786 title: Private User description: Private User type: object @@ -114417,7 +114297,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *786 + - *785 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -114577,7 +114457,7 @@ paths: description: Response content: application/json: - schema: *787 + schema: *786 examples: default: value: @@ -114780,9 +114660,9 @@ paths: type: integer codespaces: type: array - items: *354 + items: *353 examples: - default: *355 + default: *354 '304': *35 '500': *38 '401': *23 @@ -114921,17 +114801,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '401': *23 '403': *27 '404': *6 @@ -114975,7 +114855,7 @@ paths: type: integer secrets: type: array - items: &788 + items: &787 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -115017,7 +114897,7 @@ paths: - visibility - selected_repositories_url examples: - default: *556 + default: *555 headers: Link: *41 x-github: @@ -115089,13 +114969,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *277 + - *276 responses: '200': description: Response content: application/json: - schema: *788 + schema: *787 examples: default: value: @@ -115125,7 +115005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *277 + - *276 requestBody: required: true content: @@ -115170,7 +115050,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -115198,7 +115078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *277 + - *276 responses: '204': description: Response @@ -115223,7 +115103,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *277 + - *276 responses: '200': description: Response @@ -115239,9 +115119,9 @@ paths: type: integer repositories: type: array - items: *267 + items: *266 examples: - default: *789 + default: *788 '401': *23 '403': *27 '404': *6 @@ -115266,7 +115146,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *277 + - *276 requestBody: required: true content: @@ -115320,7 +115200,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *277 + - *276 - name: repository_id in: path required: true @@ -115353,7 +115233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *277 + - *276 - name: repository_id in: path required: true @@ -115385,15 +115265,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '304': *35 '500': *38 '401': *23 @@ -115419,7 +115299,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 requestBody: required: false content: @@ -115449,9 +115329,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '401': *23 '403': *27 '404': *6 @@ -115473,7 +115353,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '202': *37 '304': *35 @@ -115502,13 +115382,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '202': description: Response content: application/json: - schema: &790 + schema: &789 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -115561,7 +115441,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &791 + default: &790 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -115593,7 +115473,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *356 + - *355 - name: export_id in: path required: true @@ -115606,9 +115486,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *789 examples: - default: *791 + default: *790 '404': *6 x-github: githubCloudOnly: false @@ -115629,7 +115509,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *356 + - *355 responses: '200': description: Response @@ -115645,9 +115525,9 @@ paths: type: integer machines: type: array - items: *555 + items: *554 examples: - default: *792 + default: *791 '304': *35 '500': *38 '401': *23 @@ -115676,7 +115556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *356 + - *355 requestBody: required: true content: @@ -115732,11 +115612,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *460 + repository: *459 machine: anyOf: - type: 'null' - - *555 + - *554 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -116533,15 +116413,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '304': *35 '500': *38 '400': *14 @@ -116573,15 +116453,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *356 + - *355 responses: '200': description: Response content: application/json: - schema: *354 + schema: *353 examples: - default: *554 + default: *553 '500': *38 '401': *23 '403': *27 @@ -116611,9 +116491,9 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: &803 + default: &802 value: - id: 197 name: hello_docker @@ -116714,7 +116594,7 @@ paths: application/json: schema: type: array - items: &793 + items: &792 title: Email description: Email type: object @@ -116784,9 +116664,9 @@ paths: application/json: schema: type: array - items: *793 + items: *792 examples: - default: &805 + default: &804 value: - email: octocat@github.com verified: true @@ -116863,7 +116743,7 @@ paths: application/json: schema: type: array - items: *793 + items: *792 examples: default: value: @@ -117121,7 +117001,7 @@ paths: application/json: schema: type: array - items: &794 + items: &793 title: GPG Key description: A unique encryption key type: object @@ -117266,7 +117146,7 @@ paths: - subkeys - revoked examples: - default: &819 + default: &818 value: - id: 3 name: Octocat's GPG Key @@ -117351,9 +117231,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *793 examples: - default: &795 + default: &794 value: id: 3 name: Octocat's GPG Key @@ -117410,7 +117290,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &796 + - &795 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -117422,9 +117302,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *793 examples: - default: *795 + default: *794 '404': *6 '304': *35 '403': *27 @@ -117447,7 +117327,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *796 + - *795 responses: '204': description: Response @@ -117638,7 +117518,7 @@ paths: type: array items: *72 examples: - default: *262 + default: *261 headers: Link: *41 '404': *6 @@ -117663,7 +117543,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *261 + - *260 responses: '204': description: Response @@ -117689,7 +117569,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *261 + - *260 responses: '204': description: Response @@ -117723,12 +117603,12 @@ paths: application/json: schema: anyOf: - - *344 + - *343 - type: object properties: {} additionalProperties: false examples: - default: *345 + default: *344 '204': description: Response when there are no restrictions x-github: @@ -117752,7 +117632,7 @@ paths: required: true content: application/json: - schema: *632 + schema: *631 examples: default: value: @@ -117763,7 +117643,7 @@ paths: description: Response content: application/json: - schema: *344 + schema: *343 examples: default: value: @@ -117844,7 +117724,7 @@ paths: - closed - all default: open - - *352 + - *351 - name: sort description: What to sort results by. in: query @@ -117869,7 +117749,7 @@ paths: type: array items: *215 examples: - default: *353 + default: *352 headers: Link: *41 '404': *6 @@ -117902,7 +117782,7 @@ paths: application/json: schema: type: array - items: &797 + items: &796 title: Key description: Key type: object @@ -118005,9 +117885,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *796 examples: - default: &798 + default: &797 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118040,15 +117920,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *659 + - *658 responses: '200': description: Response content: application/json: - schema: *797 + schema: *796 examples: - default: *798 + default: *797 '404': *6 '304': *35 '403': *27 @@ -118071,7 +117951,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *659 + - *658 responses: '204': description: Response @@ -118104,7 +117984,7 @@ paths: application/json: schema: type: array - items: &799 + items: &798 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -118183,7 +118063,7 @@ paths: - account - plan examples: - default: &800 + default: &799 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -118245,9 +118125,9 @@ paths: application/json: schema: type: array - items: *799 + items: *798 examples: - default: *800 + default: *799 headers: Link: *41 '304': *35 @@ -118287,7 +118167,7 @@ paths: application/json: schema: type: array - items: *357 + items: *356 examples: default: value: @@ -118395,7 +118275,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: default: value: @@ -118478,7 +118358,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: default: value: @@ -118546,7 +118426,7 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: default: value: @@ -118808,7 +118688,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -118988,7 +118868,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *360 + - *359 - name: exclude in: query required: false @@ -119001,7 +118881,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -119195,7 +119075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *360 + - *359 responses: '302': description: Response @@ -119221,7 +119101,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *360 + - *359 responses: '204': description: Response @@ -119250,8 +119130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *360 - - *801 + - *359 + - *800 responses: '204': description: Response @@ -119275,7 +119155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *360 + - *359 - *17 - *19 responses: @@ -119285,9 +119165,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 '404': *6 @@ -119366,7 +119246,7 @@ paths: - docker - nuget - container - - *802 + - *801 - *19 - *17 responses: @@ -119376,10 +119256,10 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *803 - '400': *804 + default: *802 + '400': *803 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119399,16 +119279,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: + - *365 - *366 - - *367 responses: '200': description: Response content: application/json: - schema: *364 + schema: *363 examples: - default: &820 + default: &819 value: id: 40201 name: octo-name @@ -119521,8 +119401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: + - *365 - *366 - - *367 responses: '204': description: Response @@ -119552,8 +119432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - name: token description: package token schema: @@ -119585,8 +119465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: + - *365 - *366 - - *367 - *19 - *17 - name: state @@ -119606,7 +119486,7 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: default: value: @@ -119655,15 +119535,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -119699,9 +119579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 responses: '204': description: Response @@ -119731,9 +119611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 responses: '204': description: Response @@ -119791,7 +119671,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *379 examples: default: value: @@ -119863,9 +119743,9 @@ paths: application/json: schema: type: array - items: *793 + items: *792 examples: - default: *805 + default: *804 headers: Link: *41 '304': *35 @@ -119978,7 +119858,7 @@ paths: type: array items: *72 examples: - default: &812 + default: &811 summary: Default response value: - id: 1296269 @@ -120296,9 +120176,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *462 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -120336,9 +120216,9 @@ paths: application/json: schema: type: array - items: *634 + items: *633 examples: - default: *806 + default: *805 headers: Link: *41 '304': *35 @@ -120361,7 +120241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *348 + - *347 responses: '204': description: Response @@ -120384,7 +120264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *348 + - *347 responses: '204': description: Response @@ -120417,7 +120297,7 @@ paths: application/json: schema: type: array - items: &807 + items: &806 title: Social account description: Social media account type: object @@ -120434,7 +120314,7 @@ paths: - provider - url examples: - default: &808 + default: &807 value: - provider: twitter url: https://twitter.com/github @@ -120497,9 +120377,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: *808 + default: *807 '422': *15 '304': *35 '404': *6 @@ -120587,7 +120467,7 @@ paths: application/json: schema: type: array - items: &809 + items: &808 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -120607,7 +120487,7 @@ paths: - title - created_at examples: - default: &823 + default: &822 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -120674,9 +120554,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *808 examples: - default: &810 + default: &809 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -120707,7 +120587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &811 + - &810 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -120719,9 +120599,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *808 examples: - default: *810 + default: *809 '404': *6 '304': *35 '403': *27 @@ -120744,7 +120624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *811 + - *810 responses: '204': description: Response @@ -120773,7 +120653,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &824 + - &823 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 @@ -120798,11 +120678,11 @@ paths: type: array items: *72 examples: - default-response: *812 + default-response: *811 application/vnd.github.v3.star+json: schema: type: array - items: &825 + items: &824 title: Starred Repository description: Starred Repository type: object @@ -120958,8 +120838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: + - *446 - *447 - - *448 responses: '204': description: Response if this repository is starred by you @@ -120987,8 +120867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -121012,8 +120892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: + - *446 - *447 - - *448 responses: '204': description: Response @@ -121046,9 +120926,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 '304': *35 @@ -121085,7 +120965,7 @@ paths: application/json: schema: type: array - items: *428 + items: *427 examples: default: value: @@ -121171,10 +121051,10 @@ paths: application/json: schema: oneOf: - - *787 - *786 + - *785 examples: - default-response: &814 + default-response: &813 summary: Default response value: login: octocat @@ -121209,7 +121089,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &815 + response-with-git-hub-plan-information: &814 summary: Response with GitHub plan information value: login: octocat @@ -121269,7 +121149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *813 + - *812 - *17 responses: '200': @@ -121318,11 +121198,11 @@ paths: application/json: schema: oneOf: - - *787 - *786 + - *785 examples: - default-response: *814 - response-with-git-hub-plan-information: *815 + default-response: *813 + response-with-git-hub-plan-information: *814 '404': *6 x-github: githubCloudOnly: false @@ -121372,8 +121252,8 @@ paths: required: - subject_digests examples: - default: *816 - withPredicateType: *817 + default: *815 + withPredicateType: *816 responses: '200': description: Response @@ -121427,7 +121307,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *818 + default: *817 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -121632,12 +121512,12 @@ paths: initiator: type: string examples: - default: *500 + default: *499 '201': description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -121671,9 +121551,9 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *803 + default: *802 '403': *27 '401': *23 x-github: @@ -122057,9 +121937,9 @@ paths: application/json: schema: type: array - items: *794 + items: *793 examples: - default: *819 + default: *818 headers: Link: *41 x-github: @@ -122163,7 +122043,7 @@ paths: application/json: schema: *20 examples: - default: *631 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122288,7 +122168,7 @@ paths: - docker - nuget - container - - *802 + - *801 - *132 - *19 - *17 @@ -122299,12 +122179,12 @@ paths: application/json: schema: type: array - items: *364 + items: *363 examples: - default: *803 + default: *802 '403': *27 '401': *23 - '400': *804 + '400': *803 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122324,17 +122204,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *365 - *366 - - *367 - *132 responses: '200': description: Response content: application/json: - schema: *364 + schema: *363 examples: - default: *820 + default: *819 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122355,8 +122235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *365 - *366 - - *367 - *132 responses: '204': @@ -122389,8 +122269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *365 - *366 - - *367 - *132 - name: token description: package token @@ -122423,8 +122303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: + - *365 - *366 - - *367 - *132 responses: '200': @@ -122433,7 +122313,7 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: default: value: @@ -122491,16 +122371,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: + - *365 - *366 - - *367 - - *369 + - *368 - *132 responses: '200': description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -122535,10 +122415,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *365 - *366 - - *367 - *132 - - *369 + - *368 responses: '204': description: Response @@ -122570,10 +122450,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *365 - *366 - - *367 - *132 - - *369 + - *368 responses: '204': description: Response @@ -122620,7 +122500,7 @@ paths: application/json: schema: type: array - items: *380 + items: *379 examples: default: value: @@ -122695,9 +122575,9 @@ paths: application/json: schema: type: array - items: *381 + items: *380 examples: - default: *382 + default: *381 headers: Link: *41 '304': *35 @@ -122719,16 +122599,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *383 + - *382 - *132 responses: '200': description: Response content: application/json: - schema: *381 + schema: *380 examples: - default: *382 + default: *381 headers: Link: *41 '304': *35 @@ -122750,7 +122630,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *383 + - *382 - *132 - *17 - *102 @@ -122762,9 +122642,9 @@ paths: application/json: schema: type: array - items: *384 + items: *383 examples: - default: *385 + default: *384 headers: Link: *41 '304': *35 @@ -122786,17 +122666,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *383 - - *821 + - *382 + - *820 - *132 responses: '200': description: Response content: application/json: - schema: *384 + schema: *383 examples: - default: *385 + default: *384 headers: Link: *41 '304': *35 @@ -122819,7 +122699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *383 + - *382 - *132 - *102 - *103 @@ -122852,9 +122732,9 @@ paths: application/json: schema: type: array - items: *390 + items: *389 examples: - default: *391 + default: *390 headers: Link: *41 '304': *35 @@ -122876,7 +122756,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *132 - - *383 + - *382 requestBody: required: true description: Details of the item to add to the project. @@ -122913,10 +122793,10 @@ paths: description: Response content: application/json: - schema: *822 + schema: *821 examples: - issue: *389 - pull_request: *389 + issue: *388 + pull_request: *388 '304': *35 '403': *27 '401': *23 @@ -122936,9 +122816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *383 + - *382 - *132 - - *392 + - *391 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -122958,9 +122838,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - default: *391 + default: *390 headers: Link: *41 '304': *35 @@ -122981,9 +122861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *383 + - *382 - *132 - - *392 + - *391 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -123056,13 +122936,13 @@ paths: description: Response content: application/json: - schema: *390 + schema: *389 examples: - text_field: *391 - number_field: *391 - date_field: *391 - single_select_field: *391 - iteration_field: *391 + text_field: *390 + number_field: *390 + date_field: *390 + single_select_field: *390 + iteration_field: *390 '401': *23 '403': *27 '404': *6 @@ -123082,9 +122962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *383 + - *382 - *132 - - *392 + - *391 responses: '204': description: Response @@ -123302,9 +123182,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -123334,9 +123214,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *414 examples: - default: *416 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123364,9 +123244,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *419 examples: - default: *421 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123527,9 +123407,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: *423 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123553,7 +123433,6 @@ paths: - *190 - *236 - *191 - - *237 responses: '200': description: Response when getting a billing usage report @@ -123652,9 +123531,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: *808 + default: *807 headers: Link: *41 x-github: @@ -123684,9 +123563,9 @@ paths: application/json: schema: type: array - items: *809 + items: *808 examples: - default: *823 + default: *822 headers: Link: *41 x-github: @@ -123711,7 +123590,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *824 + - *823 - *104 - *17 - *19 @@ -123723,11 +123602,11 @@ paths: schema: anyOf: - type: array - items: *825 + items: *824 - type: array items: *72 examples: - default-response: *812 + default-response: *811 headers: Link: *41 x-github: @@ -123756,9 +123635,9 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: - default: *370 + default: *369 headers: Link: *41 x-github: @@ -123887,7 +123766,7 @@ webhooks: type: string enum: - disabled - enterprise: &826 + enterprise: &825 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -123956,7 +123835,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &827 + installation: &826 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -123977,7 +123856,7 @@ webhooks: required: - id - node_id - organization: &828 + organization: &827 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -124050,7 +123929,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &829 + repository: &828 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -124963,10 +124842,10 @@ webhooks: type: string enum: - enabled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -125042,11 +124921,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: &830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: &829 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -125269,11 +125148,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125461,11 +125340,11 @@ webhooks: - everyone required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125536,7 +125415,7 @@ webhooks: required: true content: application/json: - schema: &833 + schema: &832 title: Exemption request cancellation event type: object properties: @@ -125544,11 +125423,11 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: &831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: &830 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -125786,7 +125665,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &832 + items: &831 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -125896,7 +125775,7 @@ webhooks: required: true content: application/json: - schema: &834 + schema: &833 title: Exemption request completed event type: object properties: @@ -125904,11 +125783,11 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -125978,7 +125857,7 @@ webhooks: required: true content: application/json: - schema: &835 + schema: &834 title: Exemption request created event type: object properties: @@ -125986,11 +125865,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -126060,7 +125939,7 @@ webhooks: required: true content: application/json: - schema: &836 + schema: &835 title: Exemption response dismissed event type: object properties: @@ -126068,12 +125947,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126145,7 +126024,7 @@ webhooks: required: true content: application/json: - schema: &837 + schema: &836 title: Exemption response submitted event type: object properties: @@ -126153,12 +126032,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126231,7 +126110,7 @@ webhooks: required: true content: application/json: - schema: *833 + schema: *832 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126298,7 +126177,7 @@ webhooks: required: true content: application/json: - schema: *834 + schema: *833 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126365,7 +126244,7 @@ webhooks: required: true content: application/json: - schema: *835 + schema: *834 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126432,7 +126311,7 @@ webhooks: required: true content: application/json: - schema: *836 + schema: *835 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126500,7 +126379,7 @@ webhooks: required: true content: application/json: - schema: *837 + schema: *836 responses: '200': description: Return a 200 status to indicate that the data was received @@ -126578,7 +126457,7 @@ webhooks: type: string enum: - completed - check_run: &839 + check_run: &838 title: CheckRun description: A check performed on the code of a given code change type: object @@ -126643,8 +126522,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *517 - repository: *267 + items: *516 + repository: *266 status: type: string enum: @@ -126688,7 +126567,7 @@ webhooks: - examples: - neutral - deployment: *838 + deployment: *837 details_url: type: string examples: @@ -126748,7 +126627,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *517 + items: *516 started_at: type: string format: date-time @@ -126786,10 +126665,10 @@ webhooks: - output - app - pull_requests - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -127182,11 +127061,11 @@ webhooks: type: string enum: - created - check_run: *839 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *838 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -127582,11 +127461,11 @@ webhooks: type: string enum: - requested_action - check_run: *839 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *838 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 requested_action: description: The action requested by the user. type: object @@ -127991,11 +127870,11 @@ webhooks: type: string enum: - rerequested - check_run: *839 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *838 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -128987,10 +128866,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -129675,10 +129554,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130357,10 +130236,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130529,7 +130408,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -130681,20 +130560,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &840 + commit_oid: &839 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: *826 - installation: *827 - organization: *828 - ref: &841 + enterprise: *825 + installation: *826 + organization: *827 + ref: &840 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: *829 + repository: *828 sender: *4 required: - action @@ -130861,7 +130740,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -131102,12 +130981,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -131205,7 +131084,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131390,12 +131269,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -131564,7 +131443,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -131741,12 +131620,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -131849,7 +131728,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -132029,9 +131908,9 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -132039,7 +131918,7 @@ webhooks: type: - string - 'null' - repository: *829 + repository: *828 sender: *4 required: - action @@ -132138,7 +132017,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *528 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -132285,12 +132164,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *840 - enterprise: *826 - installation: *827 - organization: *828 - ref: *841 - repository: *829 + commit_oid: *839 + enterprise: *825 + installation: *826 + organization: *827 + ref: *840 + repository: *828 sender: *4 required: - action @@ -132552,10 +132431,10 @@ webhooks: - updated_at - author_association - body - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -132636,18 +132515,18 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *828 - pusher_type: &842 + organization: *827 + pusher_type: &841 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &843 + ref: &842 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -132657,7 +132536,7 @@ webhooks: enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -132740,9 +132619,9 @@ webhooks: enum: - created definition: *146 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132827,9 +132706,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132907,9 +132786,9 @@ webhooks: enum: - promote_to_enterprise definition: *146 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132987,9 +132866,9 @@ webhooks: enum: - updated definition: *146 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -133066,10 +132945,10 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - repository: *829 - organization: *828 + enterprise: *825 + installation: *826 + repository: *828 + organization: *827 sender: *4 new_property_values: type: array @@ -133154,18 +133033,18 @@ webhooks: title: delete event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - pusher_type: *842 - ref: *843 + enterprise: *825 + installation: *826 + organization: *827 + pusher_type: *841 + ref: *842 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -133249,11 +133128,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133337,11 +133216,11 @@ webhooks: type: string enum: - auto_reopened - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133425,11 +133304,11 @@ webhooks: type: string enum: - created - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133511,11 +133390,11 @@ webhooks: type: string enum: - dismissed - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133597,11 +133476,11 @@ webhooks: type: string enum: - fixed - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133684,11 +133563,11 @@ webhooks: type: string enum: - reintroduced - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133770,11 +133649,11 @@ webhooks: type: string enum: - reopened - alert: *581 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *580 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133851,9 +133730,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - key: &844 + enterprise: *825 + installation: *826 + key: &843 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -133891,8 +133770,8 @@ webhooks: - verified - created_at - read_only - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -133969,11 +133848,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - key: *844 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + key: *843 + organization: *827 + repository: *828 sender: *4 required: - action @@ -134545,12 +134424,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: &848 + workflow: &847 title: Workflow type: - object @@ -135288,13 +135167,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *587 + deployment: *586 pull_requests: type: array - items: *679 - repository: *829 - organization: *828 - installation: *827 + items: *678 + repository: *828 + organization: *827 + installation: *826 sender: *4 responses: '200': @@ -135365,7 +135244,7 @@ webhooks: type: string enum: - approved - approver: &845 + approver: &844 type: object properties: avatar_url: @@ -135408,11 +135287,11 @@ webhooks: type: string comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: &846 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: &845 type: array items: type: object @@ -135493,7 +135372,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &847 + workflow_job_run: &846 type: object properties: conclusion: @@ -136239,18 +136118,18 @@ webhooks: type: string enum: - rejected - approver: *845 + approver: *844 comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: *846 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: *845 sender: *4 since: type: string - workflow_job_run: *847 + workflow_job_run: *846 workflow_job_runs: type: array items: @@ -136967,13 +136846,13 @@ webhooks: type: string enum: - requested - enterprise: *826 + enterprise: *825 environment: type: string - installation: *827 - organization: *828 - repository: *829 - requestor: &853 + installation: *826 + organization: *827 + repository: *828 + requestor: &852 title: User type: - object @@ -138916,12 +138795,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Deployment Workflow Run type: @@ -139612,7 +139491,7 @@ webhooks: type: string enum: - answered - answer: &851 + answer: &850 type: object properties: author_association: @@ -139772,7 +139651,7 @@ webhooks: - created_at - updated_at - body - discussion: &849 + discussion: &848 title: Discussion description: A Discussion in a repository. type: object @@ -140068,7 +139947,7 @@ webhooks: - id labels: type: array - items: *642 + items: *641 required: - repository_url - category @@ -140090,10 +139969,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140220,11 +140099,11 @@ webhooks: - from required: - category - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140307,11 +140186,11 @@ webhooks: type: string enum: - closed - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140393,7 +140272,7 @@ webhooks: type: string enum: - created - comment: &850 + comment: &849 type: object properties: author_association: @@ -140553,11 +140432,11 @@ webhooks: - updated_at - body - reactions - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140640,12 +140519,12 @@ webhooks: type: string enum: - deleted - comment: *850 - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *849 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140740,12 +140619,12 @@ webhooks: - from required: - body - comment: *850 - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *849 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140829,11 +140708,11 @@ webhooks: type: string enum: - created - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140915,11 +140794,11 @@ webhooks: type: string enum: - deleted - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141019,11 +140898,11 @@ webhooks: type: string required: - from - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141105,10 +140984,10 @@ webhooks: type: string enum: - labeled - discussion: *849 - enterprise: *826 - installation: *827 - label: &852 + discussion: *848 + enterprise: *825 + installation: *826 + label: &851 title: Label type: object properties: @@ -141141,8 +141020,8 @@ webhooks: - color - default - description - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141225,11 +141104,11 @@ webhooks: type: string enum: - locked - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141311,11 +141190,11 @@ webhooks: type: string enum: - pinned - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141397,11 +141276,11 @@ webhooks: type: string enum: - reopened - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141486,16 +141365,16 @@ webhooks: changes: type: object properties: - new_discussion: *849 - new_repository: *829 + new_discussion: *848 + new_repository: *828 required: - new_discussion - new_repository - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141578,10 +141457,10 @@ webhooks: type: string enum: - unanswered - discussion: *849 - old_answer: *851 - organization: *828 - repository: *829 + discussion: *848 + old_answer: *850 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141663,12 +141542,12 @@ webhooks: type: string enum: - unlabeled - discussion: *849 - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141751,11 +141630,11 @@ webhooks: type: string enum: - unlocked - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141837,11 +141716,11 @@ webhooks: type: string enum: - unpinned - discussion: *849 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *848 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141910,7 +141789,7 @@ webhooks: required: true content: application/json: - schema: *835 + schema: *834 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141973,7 +141852,7 @@ webhooks: required: true content: application/json: - schema: *837 + schema: *836 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142039,7 +141918,7 @@ webhooks: required: true content: application/json: - schema: *833 + schema: *832 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142105,7 +141984,7 @@ webhooks: required: true content: application/json: - schema: *834 + schema: *833 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142171,7 +142050,7 @@ webhooks: required: true content: application/json: - schema: *835 + schema: *834 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142237,7 +142116,7 @@ webhooks: required: true content: application/json: - schema: *836 + schema: *835 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142303,7 +142182,7 @@ webhooks: required: true content: application/json: - schema: *837 + schema: *836 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142370,7 +142249,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *826 + enterprise: *825 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -143048,9 +142927,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - forkee @@ -143196,9 +143075,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pages: description: The pages that were updated. type: array @@ -143236,7 +143115,7 @@ webhooks: - action - sha - html_url - repository: *829 + repository: *828 sender: *4 required: - pages @@ -143312,10 +143191,10 @@ webhooks: type: string enum: - created - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: &854 + organization: *827 + repositories: &853 description: An array of repository objects that the installation can access. type: array @@ -143341,8 +143220,8 @@ webhooks: - name - full_name - private - repository: *829 - requester: *853 + repository: *828 + requester: *852 sender: *4 required: - action @@ -143417,11 +143296,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143498,11 +143377,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143579,10 +143458,10 @@ webhooks: type: string enum: - added - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: &855 + organization: *827 + repositories_added: &854 description: An array of repository objects, which were added to the installation. type: array @@ -143628,15 +143507,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *829 - repository_selection: &856 + repository: *828 + repository_selection: &855 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *853 + requester: *852 sender: *4 required: - action @@ -143715,10 +143594,10 @@ webhooks: type: string enum: - removed - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: *855 + organization: *827 + repositories_added: *854 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -143745,9 +143624,9 @@ webhooks: - name - full_name - private - repository: *829 - repository_selection: *856 - requester: *853 + repository: *828 + repository_selection: *855 + requester: *852 sender: *4 required: - action @@ -143826,11 +143705,11 @@ webhooks: type: string enum: - suspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144013,10 +143892,10 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 target_type: type: string @@ -144095,11 +143974,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144347,8 +144226,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145165,8 +145044,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145183,7 +145062,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -145527,8 +145406,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -145608,7 +145487,7 @@ webhooks: type: string enum: - deleted - comment: &857 + comment: &856 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -145775,8 +145654,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -146589,8 +146468,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146607,7 +146486,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -146953,8 +146832,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -147034,7 +146913,7 @@ webhooks: type: string enum: - edited - changes: &881 + changes: &880 description: The changes to the comment. type: object properties: @@ -147046,9 +146925,9 @@ webhooks: type: string required: - from - comment: *857 - enterprise: *826 - installation: *827 + comment: *856 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -147864,8 +147743,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147882,7 +147761,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -148226,8 +148105,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148317,9 +148196,9 @@ webhooks: type: number blocking_issue: *215 blocking_issue_repo: *72 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148413,9 +148292,9 @@ webhooks: type: number blocking_issue: *215 blocking_issue_repo: *72 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148508,9 +148387,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148604,9 +148483,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148691,10 +148570,10 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - issue: &860 + assignee: *852 + enterprise: *825 + installation: *826 + issue: &859 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149506,11 +149385,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149527,7 +149406,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -149630,8 +149509,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -149711,8 +149590,8 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150529,11 +150408,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150550,7 +150429,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -150796,8 +150675,8 @@ webhooks: required: - state - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -150876,8 +150755,8 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151685,11 +151564,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151706,7 +151585,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -151808,8 +151687,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -151888,8 +151767,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152720,11 +152599,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152741,7 +152620,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -152822,7 +152701,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &858 + milestone: &857 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152965,8 +152844,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -153065,8 +152944,8 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153878,11 +153757,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153896,7 +153775,7 @@ webhooks: timeline_url: type: string format: uri - type: *349 + type: *348 title: description: Title of the issue type: string @@ -154002,9 +153881,9 @@ webhooks: - active_lock_reason - body - reactions - label: *852 - organization: *828 - repository: *829 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -154084,8 +153963,8 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154896,11 +154775,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154914,7 +154793,7 @@ webhooks: timeline_url: type: string format: uri - type: *349 + type: *348 title: description: Title of the issue type: string @@ -155020,9 +154899,9 @@ webhooks: - active_lock_reason - body - reactions - label: *852 - organization: *828 - repository: *829 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -155102,8 +154981,8 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155939,11 +155818,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155957,7 +155836,7 @@ webhooks: timeline_url: type: string format: uri - type: *349 + type: *348 title: description: Title of the issue type: string @@ -156040,8 +155919,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -156120,8 +155999,8 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156951,11 +156830,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156972,7 +156851,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -157052,9 +156931,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *858 - organization: *828 - repository: *829 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -157946,11 +157825,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158046,7 +157925,7 @@ webhooks: required: - login - id - type: *349 + type: *348 required: - id - number @@ -158527,8 +158406,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159340,11 +159219,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159361,7 +159240,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -159463,8 +159342,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -159544,9 +159423,9 @@ webhooks: type: string enum: - pinned - enterprise: *826 - installation: *827 - issue: &859 + enterprise: *825 + installation: *826 + issue: &858 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -160352,11 +160231,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160373,7 +160252,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -160475,8 +160354,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -160555,8 +160434,8 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161390,11 +161269,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161491,9 +161370,9 @@ webhooks: format: uri user_view_type: type: string - type: *349 - organization: *828 - repository: *829 + type: *348 + organization: *827 + repository: *828 sender: *4 required: - action @@ -162382,11 +162261,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162403,7 +162282,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -162985,11 +162864,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163069,12 +162948,12 @@ webhooks: type: string enum: - typed - enterprise: *826 - installation: *827 - issue: *860 - type: *349 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *348 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163155,7 +163034,7 @@ webhooks: type: string enum: - unassigned - assignee: &884 + assignee: &883 title: User type: - object @@ -163227,11 +163106,11 @@ webhooks: required: - login - id - enterprise: *826 - installation: *827 - issue: *860 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163310,12 +163189,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - issue: *860 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163395,8 +163274,8 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164230,11 +164109,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *772 - issue_dependencies_summary: *773 + sub_issues_summary: *771 + issue_dependencies_summary: *772 issue_field_values: type: array - items: *774 + items: *773 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164251,7 +164130,7 @@ webhooks: title: description: Title of the issue type: string - type: *349 + type: *348 updated_at: type: string format: date-time @@ -164331,8 +164210,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164412,11 +164291,11 @@ webhooks: type: string enum: - unpinned - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164495,12 +164374,12 @@ webhooks: type: string enum: - untyped - enterprise: *826 - installation: *827 - issue: *860 - type: *349 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *348 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164580,11 +164459,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164662,11 +164541,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164776,11 +164655,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - label: *852 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *851 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164862,9 +164741,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: &861 + enterprise: *825 + installation: *826 + marketplace_purchase: &860 title: Marketplace Purchase type: object required: @@ -164952,8 +164831,8 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: &862 + organization: *827 + previous_marketplace_purchase: &861 title: Marketplace Purchase type: object properties: @@ -165037,7 +164916,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165117,10 +164996,10 @@ webhooks: - changed effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165208,7 +165087,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165290,10 +165169,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165379,7 +165258,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165460,8 +165339,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 marketplace_purchase: title: Marketplace Purchase type: object @@ -165547,9 +165426,9 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165629,12 +165508,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165736,11 +165615,11 @@ webhooks: type: string required: - to - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -165842,11 +165721,11 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -165925,11 +165804,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166007,11 +165886,11 @@ webhooks: type: string enum: - added - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166089,7 +165968,7 @@ webhooks: required: - login - id - team: &863 + team: &862 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -166319,11 +166198,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166402,7 +166281,7 @@ webhooks: required: - login - id - team: *863 + team: *862 required: - action - scope @@ -166484,8 +166363,8 @@ webhooks: type: string enum: - checks_requested - installation: *827 - merge_group: &864 + installation: *826 + merge_group: &863 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -166504,15 +166383,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *521 + head_commit: *520 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166598,10 +166477,10 @@ webhooks: - merged - invalidated - dequeued - installation: *827 - merge_group: *864 - organization: *828 - repository: *829 + installation: *826 + merge_group: *863 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166674,7 +166553,7 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -166783,12 +166662,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *827 - organization: *828 + installation: *826 + organization: *827 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -166868,11 +166747,11 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166951,9 +166830,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - milestone: &865 + enterprise: *825 + installation: *826 + milestone: &864 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167095,8 +166974,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167175,11 +167054,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167289,11 +167168,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167373,11 +167252,11 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - milestone: *865 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *864 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167456,11 +167335,11 @@ webhooks: type: string enum: - blocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167539,11 +167418,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167619,7 +167498,7 @@ webhooks: enum: - created definition: *140 - enterprise: *826 + enterprise: *825 sender: *4 required: - action @@ -167699,8 +167578,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -167773,8 +167652,8 @@ webhooks: enum: - updated definition: *140 - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -167846,9 +167725,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 new_property_values: type: array @@ -167936,9 +167815,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - membership: &866 + enterprise: *825 + installation: *826 + membership: &865 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -168048,8 +167927,8 @@ webhooks: - role - organization_url - user - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168127,11 +168006,11 @@ webhooks: type: string enum: - member_added - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168210,8 +168089,8 @@ webhooks: type: string enum: - member_invited - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -168333,10 +168212,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 - user: *853 + user: *852 required: - action - invitation @@ -168414,11 +168293,11 @@ webhooks: type: string enum: - member_removed - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168505,11 +168384,11 @@ webhooks: properties: from: type: string - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168585,9 +168464,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169110,7 +168989,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &867 + items: &866 title: Ruby Gems metadata type: object properties: @@ -169207,7 +169086,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -169283,9 +169162,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169647,7 +169526,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 source_url: type: string format: uri @@ -169718,7 +169597,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -169899,12 +169778,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *826 + enterprise: *825 id: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - id @@ -169981,7 +169860,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &868 + personal_access_token_request: &867 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -170131,10 +170010,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *826 - organization: *828 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170211,11 +170090,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170291,11 +170170,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170370,11 +170249,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *868 - organization: *828 - enterprise: *826 + personal_access_token_request: *867 + organization: *827 + enterprise: *825 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170479,7 +170358,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *869 + last_response: *868 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -170511,8 +170390,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 zen: description: Random string of GitHub zen. @@ -170757,10 +170636,10 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: &870 + enterprise: *825 + installation: *826 + organization: *827 + project_card: &869 title: Project Card type: object properties: @@ -170883,7 +170762,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -170964,11 +170843,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171048,9 +170927,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: title: Project Card type: object @@ -171180,7 +171059,7 @@ webhooks: repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -171274,11 +171153,11 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171372,9 +171251,9 @@ webhooks: - from required: - column_id - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: allOf: - title: Project Card @@ -171571,7 +171450,7 @@ webhooks: type: string required: - after_id - repository: *829 + repository: *828 sender: *4 required: - action @@ -171651,10 +171530,10 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - organization: *828 - project: &872 + enterprise: *825 + installation: *826 + organization: *827 + project: &871 title: Project type: object properties: @@ -171781,7 +171660,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -171861,10 +171740,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_column: &871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: &870 title: Project Column type: object properties: @@ -171904,7 +171783,7 @@ webhooks: - name - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -171983,14 +171862,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172079,11 +171958,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172163,11 +172042,11 @@ webhooks: type: string enum: - moved - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172247,11 +172126,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172331,14 +172210,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project: *872 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172439,11 +172318,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172522,11 +172401,11 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172607,9 +172486,9 @@ webhooks: type: string enum: - closed - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172690,9 +172569,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172773,9 +172652,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172896,9 +172775,9 @@ webhooks: type: string to: type: string - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -172981,7 +172860,7 @@ webhooks: type: string enum: - archived - changes: &876 + changes: &875 type: object properties: archived_at: @@ -172997,9 +172876,9 @@ webhooks: - string - 'null' format: date-time - installation: *827 - organization: *828 - projects_v2_item: &873 + installation: *826 + organization: *827 + projects_v2_item: &872 title: Projects v2 Item description: An item belonging to a project type: object @@ -173017,7 +172896,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *388 + content_type: *387 creator: *4 created_at: type: string @@ -173139,9 +173018,9 @@ webhooks: - 'null' to: type: string - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173223,9 +173102,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173306,9 +173185,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173413,7 +173292,7 @@ webhooks: oneOf: - type: string - type: integer - - &874 + - &873 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -173437,7 +173316,7 @@ webhooks: required: - id - name - - &875 + - &874 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -173477,8 +173356,8 @@ webhooks: oneOf: - type: string - type: integer + - *873 - *874 - - *875 type: - 'null' - string @@ -173501,9 +173380,9 @@ webhooks: - 'null' required: - body - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173600,9 +173479,9 @@ webhooks: type: - string - 'null' - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173685,10 +173564,10 @@ webhooks: type: string enum: - restored - changes: *876 - installation: *827 - organization: *828 - projects_v2_item: *873 + changes: *875 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173770,9 +173649,9 @@ webhooks: type: string enum: - reopened - installation: *827 - organization: *828 - projects_v2: *381 + installation: *826 + organization: *827 + projects_v2: *380 sender: *4 required: - action @@ -173853,9 +173732,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -173936,9 +173815,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174084,9 +173963,9 @@ webhooks: - string - 'null' format: date - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174157,10 +174036,10 @@ webhooks: title: public event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - repository @@ -174237,13 +174116,13 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - number: &878 + assignee: *852 + enterprise: *825 + installation: *826 + number: &877 description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -176592,7 +176471,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -176674,11 +176553,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -179020,7 +178899,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -179102,11 +178981,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -181448,7 +181327,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -181530,13 +181409,13 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: &879 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: &878 allOf: - - *679 + - *678 - type: object properties: allow_auto_merge: @@ -181598,7 +181477,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *829 + repository: *828 sender: *4 required: - action @@ -181679,12 +181558,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -181764,11 +181643,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - milestone: *386 - number: *878 - organization: *828 - pull_request: &880 + enterprise: *825 + milestone: *385 + number: *877 + organization: *827 + pull_request: &879 title: Pull Request type: object properties: @@ -184095,7 +183974,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -184174,11 +184053,11 @@ webhooks: type: string enum: - dequeued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -186524,7 +186403,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *829 + repository: *828 sender: *4 required: - action @@ -186648,12 +186527,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -186733,11 +186612,11 @@ webhooks: type: string enum: - enqueued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -189068,7 +188947,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -189148,11 +189027,11 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 - label: *852 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *851 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -191500,7 +191379,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -191581,10 +191460,10 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -193930,7 +193809,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -194010,12 +193889,12 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - milestone: *386 - number: *878 - organization: *828 - pull_request: *880 - repository: *829 + enterprise: *825 + milestone: *385 + number: *877 + organization: *827 + pull_request: *879 + repository: *828 sender: *4 required: - action @@ -194094,12 +193973,12 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194180,12 +194059,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194265,12 +194144,12 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194645,9 +194524,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -196877,7 +196756,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -196957,7 +196836,7 @@ webhooks: type: string enum: - deleted - comment: &882 + comment: &881 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -197250,9 +197129,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -199470,7 +199349,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -199550,11 +199429,11 @@ webhooks: type: string enum: - edited - changes: *881 - comment: *882 - enterprise: *826 - installation: *827 - organization: *828 + changes: *880 + comment: *881 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -201775,7 +201654,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -201856,9 +201735,9 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -204091,7 +203970,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 review: description: The review that was affected. type: object @@ -204342,9 +204221,9 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -206458,8 +206337,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: &883 + repository: *828 + review: &882 description: The review that was affected. type: object properties: @@ -206697,12 +206576,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -209049,7 +208928,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -209135,12 +209014,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -211494,7 +211373,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211689,12 +211568,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -214043,7 +213922,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -214130,12 +214009,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -216475,7 +216354,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216659,9 +216538,9 @@ webhooks: type: string enum: - submitted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -218897,8 +218776,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: *883 + repository: *828 + review: *882 sender: *4 required: - action @@ -218978,9 +218857,9 @@ webhooks: type: string enum: - resolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -221111,7 +220990,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -221508,9 +221387,9 @@ webhooks: type: string enum: - unresolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -223624,7 +223503,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -224023,10 +223902,10 @@ webhooks: type: string before: type: string - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -226361,7 +226240,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -226443,11 +226322,11 @@ webhooks: type: string enum: - unassigned - assignee: *884 - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + assignee: *883 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -228797,7 +228676,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -228876,11 +228755,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - label: *852 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *851 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -231219,7 +231098,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -231300,10 +231179,10 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -233632,7 +233511,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -233835,7 +233714,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *826 + enterprise: *825 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -233930,8 +233809,8 @@ webhooks: - url - author - committer - installation: *827 - organization: *828 + installation: *826 + organization: *827 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -234519,9 +234398,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -234998,7 +234877,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235054,7 +234933,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235132,9 +235011,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -235446,7 +235325,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235496,7 +235375,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235573,10 +235452,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - release: &885 + enterprise: *825 + installation: *826 + organization: *827 + release: &884 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -235907,7 +235786,7 @@ webhooks: - updated_at - zipball_url - body - repository: *829 + repository: *828 sender: *4 required: - action @@ -235984,11 +235863,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236105,11 +235984,11 @@ webhooks: type: boolean required: - to - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236187,9 +236066,9 @@ webhooks: type: string enum: - prereleased - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -236525,7 +236404,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -236601,10 +236480,10 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - release: &886 + enterprise: *825 + installation: *826 + organization: *827 + release: &885 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -236937,7 +236816,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -237013,11 +236892,11 @@ webhooks: type: string enum: - released - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -237093,11 +236972,11 @@ webhooks: type: string enum: - unpublished - enterprise: *826 - installation: *827 - organization: *828 - release: *886 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *885 + repository: *828 sender: *4 required: - action @@ -237173,11 +237052,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *732 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *731 sender: *4 required: - action @@ -237253,11 +237132,11 @@ webhooks: type: string enum: - reported - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *732 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *731 sender: *4 required: - action @@ -237333,10 +237212,10 @@ webhooks: type: string enum: - archived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237413,10 +237292,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237494,10 +237373,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237582,10 +237461,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237700,10 +237579,10 @@ webhooks: - 'null' items: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237775,10 +237654,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 status: type: string @@ -237859,10 +237738,10 @@ webhooks: type: string enum: - privatized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237939,10 +237818,10 @@ webhooks: type: string enum: - publicized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238036,10 +237915,10 @@ webhooks: - name required: - repository - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238119,10 +237998,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *179 sender: *4 required: @@ -238201,10 +238080,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *179 sender: *4 required: @@ -238283,10 +238162,10 @@ webhooks: type: string enum: - edited - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *179 changes: type: object @@ -238348,16 +238227,16 @@ webhooks: properties: added: type: array - items: *700 + items: *699 deleted: type: array - items: *700 + items: *699 updated: type: array items: type: object properties: - rule: *700 + rule: *699 changes: type: object properties: @@ -238594,10 +238473,10 @@ webhooks: - from required: - owner - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238675,10 +238554,10 @@ webhooks: type: string enum: - unarchived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238756,7 +238635,7 @@ webhooks: type: string enum: - create - alert: &887 + alert: &886 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -238880,10 +238759,10 @@ webhooks: type: string enum: - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239093,10 +238972,10 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239174,11 +239053,11 @@ webhooks: type: string enum: - reopen - alert: *887 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *886 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239380,10 +239259,10 @@ webhooks: enum: - fixed - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239461,7 +239340,7 @@ webhooks: type: string enum: - created - alert: &888 + alert: &887 type: object properties: number: *119 @@ -239575,10 +239454,10 @@ webhooks: anyOf: - type: 'null' - *4 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239659,11 +239538,11 @@ webhooks: type: string enum: - created - alert: *888 - installation: *827 - location: *889 - organization: *828 - repository: *829 + alert: *887 + installation: *826 + location: *888 + organization: *827 + repository: *828 sender: *4 required: - location @@ -239901,11 +239780,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239983,11 +239862,11 @@ webhooks: type: string enum: - reopened - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240065,11 +239944,11 @@ webhooks: type: string enum: - resolved - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240147,11 +240026,11 @@ webhooks: type: string enum: - validated - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240281,10 +240160,10 @@ webhooks: - organization - enterprise - - repository: *829 - enterprise: *826 - installation: *827 - organization: *828 + repository: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -240362,11 +240241,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: &890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: &889 description: The details of the security advisory, including summary, description, and severity. type: object @@ -240552,11 +240431,11 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: *890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: *889 sender: *4 required: - action @@ -240629,10 +240508,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -240818,11 +240697,11 @@ webhooks: from: type: object properties: - security_and_analysis: *394 - enterprise: *826 - installation: *827 - organization: *828 - repository: *460 + security_and_analysis: *393 + enterprise: *825 + installation: *826 + organization: *827 + repository: *459 sender: *4 required: - changes @@ -240900,12 +240779,12 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: &891 + sponsorship: &890 type: object properties: created_at: @@ -241210,12 +241089,12 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241303,12 +241182,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241385,17 +241264,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &892 + effective_date: &891 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: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241469,7 +241348,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &893 + changes: &892 type: object properties: tier: @@ -241513,13 +241392,13 @@ webhooks: - from required: - tier - effective_date: *892 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + effective_date: *891 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241596,13 +241475,13 @@ webhooks: type: string enum: - tier_changed - changes: *893 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + changes: *892 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241676,10 +241555,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241763,10 +241642,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242200,15 +242079,15 @@ webhooks: type: - string - 'null' - enterprise: *826 + enterprise: *825 id: description: The unique identifier of the status. type: integer - installation: *827 + installation: *826 name: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 sha: description: The Commit SHA. @@ -242324,9 +242203,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242416,9 +242295,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242508,9 +242387,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242600,9 +242479,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *215 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242679,12 +242558,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - team: &894 + team: &893 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -242914,9 +242793,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -243386,7 +243265,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -243462,9 +243341,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -243934,7 +243813,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -244011,9 +243890,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -244483,7 +244362,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -244627,9 +244506,9 @@ webhooks: - from required: - permissions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -245099,7 +244978,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - changes @@ -245177,9 +245056,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -245649,7 +245528,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -245725,10 +245604,10 @@ webhooks: type: string enum: - started - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -245801,17 +245680,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *826 + enterprise: *825 inputs: type: - object - 'null' additionalProperties: true - installation: *827 - organization: *828 + installation: *826 + organization: *827 ref: type: string - repository: *829 + repository: *828 sender: *4 workflow: type: string @@ -245893,10 +245772,10 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246152,7 +246031,7 @@ webhooks: type: string required: - conclusion - deployment: *587 + deployment: *586 required: - action - repository @@ -246231,10 +246110,10 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246516,7 +246395,7 @@ webhooks: required: - status - steps - deployment: *587 + deployment: *586 required: - action - repository @@ -246595,10 +246474,10 @@ webhooks: type: string enum: - queued - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -246744,7 +246623,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *587 + deployment: *586 required: - action - repository @@ -246823,10 +246702,10 @@ webhooks: type: string enum: - waiting - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -246973,7 +246852,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *587 + deployment: *586 required: - action - repository @@ -247053,12 +246932,12 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Workflow Run type: object @@ -248077,12 +247956,12 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Workflow Run type: object @@ -249086,12 +248965,12 @@ webhooks: type: string enum: - requested - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *848 + workflow: *847 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 40ea28938..9322d5211 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -12710,9 +12710,6 @@ { "$ref": "#/components/parameters/billing-usage-report-day" }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" - }, { "name": "cost_center_id", "description": "The ID corresponding to a cost center. The default value is no cost center.", @@ -17449,9 +17446,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -42838,167 +42832,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - }, - { - "$ref": "#/components/parameters/per-page" - }, - { - "$ref": "#/components/parameters/page" - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/project-column" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/project-column-items" - } - } - } - }, - "headers": { - "Link": { - "$ref": "#/components/headers/link" - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/project-column" - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "422": { - "$ref": "#/components/responses/validation_failed_simple" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -92107,9 +91940,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -322398,20 +322228,6 @@ } } }, - "project-column-items": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - }, "rate-limit-overview": { "value": { "resources": { @@ -343263,15 +343079,6 @@ "type": "integer" } }, - "billing-usage-report-hour": { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } - }, "enterprise-team": { "name": "enterprise-team", "description": "The slug version of the enterprise team name. You can also substitute this value with the enterprise team id.", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 95b4ba195..8ffc41243 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -9055,7 +9055,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -12378,7 +12377,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" responses: '200': "$ref": "#/components/responses/billing_usage_report_org" @@ -30822,118 +30820,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns - parameters: - - "$ref": "#/components/parameters/project-id" - - "$ref": "#/components/parameters/per-page" - - "$ref": "#/components/parameters/page" - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/project-column" - examples: - default: - "$ref": "#/components/examples/project-column-items" - headers: - Link: - "$ref": "#/components/headers/link" - '304': - "$ref": "#/components/responses/not_modified" - '403': - "$ref": "#/components/responses/forbidden" - '401': - "$ref": "#/components/responses/requires_authentication" - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column - parameters: - - "$ref": "#/components/parameters/project-id" - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - type: string - examples: - - Remaining tasks - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: - "$ref": "#/components/schemas/project-column" - examples: - default: - value: - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' - '304': - "$ref": "#/components/responses/not_modified" - '403': - "$ref": "#/components/responses/forbidden" - '422': - "$ref": "#/components/responses/validation_failed_simple" - '401': - "$ref": "#/components/responses/requires_authentication" - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true "/rate_limit": get: summary: Get rate limit status for the authenticated user @@ -66410,7 +66296,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" responses: '200': "$ref": "#/components/responses/billing_usage_report_user" @@ -238074,16 +237959,6 @@ components: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - project-column-items: - value: - - url: https://api.github.com/projects/columns/367 - project_url: https://api.github.com/projects/120 - cards_url: https://api.github.com/projects/columns/367/cards - id: 367 - node_id: MDEzOlByb2plY3RDb2x1bW4zNjc= - name: To Do - created_at: '2016-09-05T14:18:44Z' - updated_at: '2016-09-05T14:22:28Z' rate-limit-overview: value: resources: @@ -256038,15 +255913,6 @@ components: required: false schema: type: integer - billing-usage-report-hour: - name: hour - description: If specified, only return results for a single hour. The value - of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` - is specified, the default `year`, `month`, and `day` are used. - in: query - required: false - schema: - type: integer enterprise-team: name: enterprise-team description: The slug version of the enterprise team name. You can also substitute diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 40ea28938..9322d5211 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -12710,9 +12710,6 @@ { "$ref": "#/components/parameters/billing-usage-report-day" }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" - }, { "name": "cost_center_id", "description": "The ID corresponding to a cost center. The default value is no cost center.", @@ -17449,9 +17446,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -42838,167 +42832,6 @@ "deprecated": true } }, - "/projects/{project_id}/columns": { - "get": { - "summary": "List project columns", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/list-columns", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - }, - { - "$ref": "#/components/parameters/per-page" - }, - { - "$ref": "#/components/parameters/page" - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/project-column" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/project-column-items" - } - } - } - }, - "headers": { - "Link": { - "$ref": "#/components/headers/link" - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - }, - "post": { - "summary": "Create a project column", - "description": "> [!WARNING]\n> **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience.\n> See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information.", - "tags": [ - "projects-classic" - ], - "operationId": "projects-classic/create-column", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column" - }, - "parameters": [ - { - "$ref": "#/components/parameters/project-id" - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "Name of the project column", - "type": "string", - "examples": [ - "Remaining tasks" - ] - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "examples": { - "default": { - "value": { - "name": "Remaining tasks" - } - } - } - } - } - }, - "responses": { - "201": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/project-column" - }, - "examples": { - "default": { - "value": { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - } - } - } - } - }, - "304": { - "$ref": "#/components/responses/not_modified" - }, - "403": { - "$ref": "#/components/responses/forbidden" - }, - "422": { - "$ref": "#/components/responses/validation_failed_simple" - }, - "401": { - "$ref": "#/components/responses/requires_authentication" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "projects-classic", - "subcategory": "columns", - "deprecationDate": "2024-05-23", - "removalDate": "2025-04-01" - }, - "deprecated": true - } - }, "/rate_limit": { "get": { "summary": "Get rate limit status for the authenticated user", @@ -92107,9 +91940,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -322398,20 +322228,6 @@ } } }, - "project-column-items": { - "value": [ - { - "url": "https://api.github.com/projects/columns/367", - "project_url": "https://api.github.com/projects/120", - "cards_url": "https://api.github.com/projects/columns/367/cards", - "id": 367, - "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=", - "name": "To Do", - "created_at": "2016-09-05T14:18:44Z", - "updated_at": "2016-09-05T14:22:28Z" - } - ] - }, "rate-limit-overview": { "value": { "resources": { @@ -343263,15 +343079,6 @@ "type": "integer" } }, - "billing-usage-report-hour": { - "name": "hour", - "description": "If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.", - "in": "query", - "required": false, - "schema": { - "type": "integer" - } - }, "enterprise-team": { "name": "enterprise-team", "description": "The slug version of the enterprise team name. You can also substitute this value with the enterprise team id.", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 95b4ba195..8ffc41243 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -9055,7 +9055,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -12378,7 +12377,6 @@ paths: - "$ref": "#/components/parameters/billing-usage-report-year" - "$ref": "#/components/parameters/billing-usage-report-month" - "$ref": "#/components/parameters/billing-usage-report-day" - - "$ref": "#/components/parameters/billing-usage-report-hour" responses: '200': "$ref": "#/components/responses/billing_usage_report_org" @@ -30822,118 +30820,6 @@ paths: deprecationDate: '2024-05-23' removalDate: '2025-04-01' deprecated: true - "/projects/{project_id}/columns": - get: - summary: List project columns - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/list-columns - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns - parameters: - - "$ref": "#/components/parameters/project-id" - - "$ref": "#/components/parameters/per-page" - - "$ref": "#/components/parameters/page" - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/project-column" - examples: - default: - "$ref": "#/components/examples/project-column-items" - headers: - Link: - "$ref": "#/components/headers/link" - '304': - "$ref": "#/components/responses/not_modified" - '403': - "$ref": "#/components/responses/forbidden" - '401': - "$ref": "#/components/responses/requires_authentication" - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: projects-classic - subcategory: columns - deprecationDate: '2024-05-23' - removalDate: '2025-04-01' - deprecated: true - post: - summary: Create a project column - description: |- - > [!WARNING] - > **Closing down notice:** Projects (classic) is being deprecated in favor of the new Projects experience. - > See the [changelog](https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/) for more information. - tags: - - projects-classic - operationId: projects-classic/create-column - externalDocs: - {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}