diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 698e2b557..cce7a8ce3 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -7711,9 +7711,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -30363,165 +30360,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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", @@ -76494,9 +76332,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -289202,20 +289037,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": { @@ -309267,15 +309088,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 96397c564..94303c742 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -5436,7 +5436,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" @@ -21939,117 +21938,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 - example: Remaining tasks - type: string - 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 @@ -55369,7 +55257,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" @@ -217409,16 +217296,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: @@ -234759,15 +234636,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 698e2b557..cce7a8ce3 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -7711,9 +7711,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -30363,165 +30360,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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", @@ -76494,9 +76332,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -289202,20 +289037,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": { @@ -309267,15 +309088,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 96397c564..94303c742 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -5436,7 +5436,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" @@ -21939,117 +21938,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 - example: Remaining tasks - type: string - 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 @@ -55369,7 +55257,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" @@ -217409,16 +217296,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: @@ -234759,15 +234636,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 550b61713..705004399 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -53819,15 +53819,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": { @@ -182549,428 +182540,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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", @@ -605028,15 +604597,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 938565e73..e0d136eed 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -16376,15 +16376,6 @@ paths: schema: type: integer - *106 - - &708 - 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 @@ -35140,7 +35131,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &759 + properties: &758 id: type: number description: The unique identifier of the status update. @@ -35188,7 +35179,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &760 + required: &759 - id - node_id - created_at @@ -47347,115 +47338,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: - - *322 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *326 - 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: *54 - '304': *37 - '403': *29 - '401': *25 - 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: - - *322 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - example: Remaining tasks - type: string - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *326 - 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': *37 - '403': *29 - '422': *7 - '401': *25 - 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 @@ -58066,7 +57948,7 @@ paths: check. type: array items: *404 - deployment: &717 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -58978,7 +58860,7 @@ paths: type: string format: date-time nullable: true - head_commit: &743 + head_commit: &742 title: Simple Commit description: A commit. type: object @@ -73517,7 +73399,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &751 + last_response: &750 title: Hook Response type: object properties: @@ -89378,7 +89260,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &773 + items: &772 type: object properties: type: @@ -102821,7 +102703,7 @@ paths: - title - created_at examples: - default: &709 + default: &708 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102986,7 +102868,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &710 + - &709 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 @@ -103015,7 +102897,7 @@ paths: application/vnd.github.v3.star+json: schema: type: array - items: &711 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -105761,7 +105643,6 @@ paths: - *105 - *707 - *106 - - *708 responses: '200': description: Response when getting a billing usage report @@ -105894,7 +105775,7 @@ paths: type: array items: *684 examples: - default: *709 + default: *708 headers: Link: *54 x-github: @@ -105919,7 +105800,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *59 - - *710 + - *709 - *48 - *17 - *19 @@ -105931,7 +105812,7 @@ paths: schema: anyOf: - type: array - items: *711 + items: *710 - type: array items: *66 examples: @@ -106094,7 +105975,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &712 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -106152,7 +106033,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &713 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -106171,7 +106052,7 @@ x-webhooks: required: - id - node_id - organization: &714 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -106231,13 +106112,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &715 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &745 + properties: &744 id: description: Unique identifier of the repository example: 42 @@ -106920,7 +106801,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &746 + required: &745 - archive_url - assignees_url - blobs_url @@ -107071,10 +106952,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -107150,11 +107031,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - rule: &716 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 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) @@ -107377,11 +107258,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - rule: *716 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -107564,11 +107445,11 @@ x-webhooks: - everyone required: - from - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - rule: *716 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -107652,7 +107533,7 @@ x-webhooks: type: string enum: - completed - check_run: &718 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -107743,7 +107624,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *717 + deployment: *716 details_url: example: https://example.com type: string @@ -107828,10 +107709,10 @@ x-webhooks: - output - app - pull_requests - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -108224,11 +108105,11 @@ x-webhooks: type: string enum: - created - check_run: *718 - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -108624,11 +108505,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *718 - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -109033,11 +108914,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *718 - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -110014,10 +109895,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -110687,10 +110568,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -111354,10 +111235,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -111668,20 +111549,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &719 + commit_oid: &718 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: *712 - installation: *713 - organization: *714 - ref: &720 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 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: *715 + repository: *714 sender: *4 required: - action @@ -112076,12 +111957,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -112347,12 +112228,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -112684,12 +112565,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -112957,16 +112838,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 ref: 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 nullable: true - repository: *715 + repository: *714 sender: *4 required: - action @@ -113203,12 +113084,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -113465,10 +113346,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -113548,18 +113429,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *714 - pusher_type: &721 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &722 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -113569,7 +113450,7 @@ x-webhooks: enum: - tag - branch - repository: *715 + repository: *714 sender: *4 required: - ref @@ -113652,9 +113533,9 @@ x-webhooks: enum: - created definition: *262 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113739,9 +113620,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113819,9 +113700,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *262 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113899,9 +113780,9 @@ x-webhooks: enum: - updated definition: *262 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113978,10 +113859,10 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - repository: *715 - organization: *714 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -114066,18 +113947,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - pusher_type: *721 - ref: *722 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *715 + repository: *714 sender: *4 required: - ref @@ -114162,10 +114043,10 @@ x-webhooks: enum: - auto_dismissed alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114250,10 +114131,10 @@ x-webhooks: enum: - auto_reopened alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114338,10 +114219,10 @@ x-webhooks: enum: - created alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114424,10 +114305,10 @@ x-webhooks: enum: - dismissed alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114510,10 +114391,10 @@ x-webhooks: enum: - fixed alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114597,10 +114478,10 @@ x-webhooks: enum: - reintroduced alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114683,10 +114564,10 @@ x-webhooks: enum: - reopened alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114763,9 +114644,9 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - key: &723 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -114801,8 +114682,8 @@ x-webhooks: - verified - created_at - read_only - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -114879,11 +114760,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - key: *723 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -115444,12 +115325,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &727 + workflow: &726 title: Workflow type: object nullable: true @@ -116179,9 +116060,9 @@ x-webhooks: pull_requests: type: array items: *568 - repository: *715 - organization: *714 - installation: *713 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -116252,7 +116133,7 @@ x-webhooks: type: string enum: - approved - approver: &724 + approver: &723 type: object properties: avatar_url: @@ -116295,11 +116176,11 @@ x-webhooks: type: string comment: type: string - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - reviewers: &725 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -116378,7 +116259,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &726 + workflow_job_run: &725 type: object properties: conclusion: @@ -117109,18 +116990,18 @@ x-webhooks: type: string enum: - rejected - approver: *724 + approver: *723 comment: type: string - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - reviewers: *725 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *726 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -117824,13 +117705,13 @@ x-webhooks: type: string enum: - requested - enterprise: *712 + enterprise: *711 environment: type: string - installation: *713 - organization: *714 - repository: *715 - requestor: &732 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: object nullable: true @@ -119729,12 +119610,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Deployment Workflow Run type: object @@ -120414,7 +120295,7 @@ x-webhooks: type: string enum: - answered - answer: &730 + answer: &729 type: object properties: author_association: @@ -120571,7 +120452,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &728 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -120879,10 +120760,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121009,11 +120890,11 @@ x-webhooks: - from required: - category - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121096,11 +120977,11 @@ x-webhooks: type: string enum: - closed - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121182,7 +121063,7 @@ x-webhooks: type: string enum: - created - comment: &729 + comment: &728 type: object properties: author_association: @@ -121339,11 +121220,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121426,12 +121307,12 @@ x-webhooks: type: string enum: - deleted - comment: *729 - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121526,12 +121407,12 @@ x-webhooks: - from required: - body - comment: *729 - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121615,11 +121496,11 @@ x-webhooks: type: string enum: - created - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121701,11 +121582,11 @@ x-webhooks: type: string enum: - deleted - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121805,11 +121686,11 @@ x-webhooks: type: string required: - from - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121891,10 +121772,10 @@ x-webhooks: type: string enum: - labeled - discussion: *728 - enterprise: *712 - installation: *713 - label: &731 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -121926,8 +121807,8 @@ x-webhooks: - color - default - description - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122010,11 +121891,11 @@ x-webhooks: type: string enum: - locked - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122096,11 +121977,11 @@ x-webhooks: type: string enum: - pinned - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122182,11 +122063,11 @@ x-webhooks: type: string enum: - reopened - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122271,16 +122152,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *728 - new_repository: *715 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122363,10 +122244,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *728 - old_answer: *730 - organization: *714 - repository: *715 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122448,12 +122329,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *728 - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122536,11 +122417,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122622,11 +122503,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122699,7 +122580,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *712 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -123359,9 +123240,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -123507,9 +123388,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -123546,7 +123427,7 @@ x-webhooks: - action - sha - html_url - repository: *715 + repository: *714 sender: *4 required: - pages @@ -123622,10 +123503,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: &733 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -123651,8 +123532,8 @@ x-webhooks: - name - full_name - private - repository: *715 - requester: *732 + repository: *714 + requester: *731 sender: *4 required: - action @@ -123727,11 +123608,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -123807,11 +123688,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -123887,10 +123768,10 @@ x-webhooks: type: string enum: - added - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories_added: &734 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -123936,15 +123817,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *715 - repository_selection: &735 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *732 + requester: *731 sender: *4 required: - action @@ -124023,10 +123904,10 @@ x-webhooks: type: string enum: - removed - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories_added: *734 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -124053,9 +123934,9 @@ x-webhooks: - name - full_name - private - repository: *715 - repository_selection: *735 - requester: *732 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -124134,11 +124015,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -124316,10 +124197,10 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -124398,11 +124279,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -124654,8 +124535,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125799,8 +125680,8 @@ x-webhooks: - state - locked - assignee - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -125880,7 +125761,7 @@ x-webhooks: type: string enum: - deleted - comment: &736 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -126045,8 +125926,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127188,8 +127069,8 @@ x-webhooks: - state - locked - assignee - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -127269,7 +127150,7 @@ x-webhooks: type: string enum: - edited - changes: &765 + changes: &764 description: The changes to the comment. type: object properties: @@ -127281,9 +127162,9 @@ x-webhooks: type: string required: - from - comment: *736 - enterprise: *712 - installation: *713 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -128426,8 +128307,8 @@ x-webhooks: - state - locked - assignee - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128517,9 +128398,9 @@ x-webhooks: type: number blocking_issue: *82 blocking_issue_repo: *66 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128613,9 +128494,9 @@ x-webhooks: type: number blocking_issue: *82 blocking_issue_repo: *66 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128708,9 +128589,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128804,9 +128685,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128891,10 +128772,10 @@ x-webhooks: type: string enum: - assigned - assignee: *732 - enterprise: *712 - installation: *713 - issue: &739 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -129804,8 +129685,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129885,8 +129766,8 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130936,8 +130817,8 @@ x-webhooks: required: - state - closed_at - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131016,8 +130897,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131922,8 +131803,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -132002,8 +131883,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132909,7 +132790,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &737 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -133047,8 +132928,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -133147,8 +133028,8 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134058,9 +133939,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *731 - organization: *714 - repository: *715 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -134140,8 +134021,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135050,9 +134931,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *731 - organization: *714 - repository: *715 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135132,8 +135013,8 @@ x-webhooks: type: string enum: - locked - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136043,8 +135924,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136123,8 +136004,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137028,9 +136909,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *737 - organization: *714 - repository: *715 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -138464,8 +138345,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139374,8 +139255,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139455,9 +139336,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *712 - installation: *713 - issue: &738 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140360,8 +140241,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140440,8 +140321,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141350,8 +141231,8 @@ x-webhooks: user_view_type: type: string type: *214 - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142805,11 +142686,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *712 - installation: *713 - issue: *738 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142889,12 +142770,12 @@ x-webhooks: type: string enum: - typed - enterprise: *712 - installation: *713 - issue: *739 + enterprise: *711 + installation: *712 + issue: *738 type: *214 - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142975,7 +142856,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &768 + assignee: &767 title: User type: object nullable: true @@ -143045,11 +142926,11 @@ x-webhooks: required: - login - id - enterprise: *712 - installation: *713 - issue: *739 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143128,12 +143009,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *712 - installation: *713 - issue: *739 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143213,8 +143094,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144122,8 +144003,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144203,11 +144084,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *712 - installation: *713 - issue: *738 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144286,12 +144167,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *712 - installation: *713 - issue: *739 + enterprise: *711 + installation: *712 + issue: *738 type: *214 - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144371,11 +144252,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144453,11 +144334,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144567,11 +144448,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144653,9 +144534,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: &740 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -144738,8 +144619,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *714 - previous_marketplace_purchase: &741 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -144819,7 +144700,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *715 + repository: *714 sender: *4 required: - action @@ -144899,10 +144780,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: *740 - organization: *714 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144985,7 +144866,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *715 + repository: *714 sender: *4 required: - action @@ -145067,10 +144948,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: *740 - organization: *714 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -145152,7 +145033,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *715 + repository: *714 sender: *4 required: - action @@ -145233,8 +145114,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -145316,9 +145197,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *714 - previous_marketplace_purchase: *741 - repository: *715 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -145398,12 +145279,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: *740 - organization: *714 - previous_marketplace_purchase: *741 - repository: *715 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -145505,11 +145386,11 @@ x-webhooks: type: string required: - to - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145609,11 +145490,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145692,11 +145573,11 @@ x-webhooks: type: string enum: - removed - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145774,11 +145655,11 @@ x-webhooks: type: string enum: - added - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145854,7 +145735,7 @@ x-webhooks: required: - login - id - team: &742 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -146077,11 +145958,11 @@ x-webhooks: type: string enum: - removed - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -146158,7 +146039,7 @@ x-webhooks: required: - login - id - team: *742 + team: *741 required: - action - scope @@ -146240,8 +146121,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *713 - merge_group: &744 + installation: *712 + merge_group: &743 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -146260,15 +146141,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *743 + head_commit: *742 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146354,10 +146235,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *713 - merge_group: *744 - organization: *714 - repository: *715 + installation: *712 + merge_group: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146430,7 +146311,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -146539,16 +146420,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *713 - organization: *714 + installation: *712 + organization: *713 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -146629,11 +146510,11 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 - milestone: *737 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146712,9 +146593,9 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - milestone: &747 + enterprise: *711 + installation: *712 + milestone: &746 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146851,8 +146732,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146931,11 +146812,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - milestone: *737 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147045,11 +146926,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - milestone: *737 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147129,11 +147010,11 @@ x-webhooks: type: string enum: - opened - enterprise: *712 - installation: *713 - milestone: *747 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *746 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147212,11 +147093,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *732 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147295,11 +147176,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *732 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147378,9 +147259,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - membership: &748 + enterprise: *711 + installation: *712 + membership: &747 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -147487,8 +147368,8 @@ x-webhooks: - role - organization_url - user - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147566,11 +147447,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *712 - installation: *713 - membership: *748 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + membership: *747 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147649,8 +147530,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -147766,10 +147647,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 - user: *732 + user: *731 required: - action - invitation @@ -147847,11 +147728,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *712 - installation: *713 - membership: *748 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + membership: *747 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147938,11 +147819,11 @@ x-webhooks: properties: from: type: string - enterprise: *712 - installation: *713 - membership: *748 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + membership: *747 + organization: *713 + repository: *714 sender: *4 required: - action @@ -148018,9 +147899,9 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -148519,7 +148400,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &749 + items: &748 title: Ruby Gems metadata type: object properties: @@ -148614,7 +148495,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -148690,9 +148571,9 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -149045,7 +148926,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *749 + items: *748 source_url: type: string format: uri @@ -149115,7 +148996,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -149292,12 +149173,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *712 + enterprise: *711 id: type: integer - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -149374,7 +149255,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &750 + personal_access_token_request: &749 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -149520,10 +149401,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *712 - organization: *714 + enterprise: *711 + organization: *713 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149600,11 +149481,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *750 - enterprise: *712 - organization: *714 + personal_access_token_request: *749 + enterprise: *711 + organization: *713 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149680,11 +149561,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *750 - enterprise: *712 - organization: *714 + personal_access_token_request: *749 + enterprise: *711 + organization: *713 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149759,11 +149640,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *750 - organization: *714 - enterprise: *712 + personal_access_token_request: *749 + organization: *713 + enterprise: *711 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149868,7 +149749,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *751 + last_response: *750 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149900,8 +149781,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -150146,10 +150027,10 @@ x-webhooks: - from required: - note - enterprise: *712 - installation: *713 - organization: *714 - project_card: &752 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &751 title: Project Card type: object properties: @@ -150268,7 +150149,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *715 + repository: *714 sender: *4 required: - action @@ -150349,11 +150230,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - project_card: *752 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *751 + repository: *714 sender: *4 required: - action @@ -150433,9 +150314,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -150563,8 +150444,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -150658,11 +150539,11 @@ x-webhooks: - from required: - note - enterprise: *712 - installation: *713 - organization: *714 - project_card: *752 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *751 + repository: *714 sender: *4 required: - action @@ -150756,9 +150637,9 @@ x-webhooks: - from required: - column_id - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -150948,7 +150829,7 @@ x-webhooks: type: string required: - after_id - repository: *715 + repository: *714 sender: *4 required: - action @@ -151028,10 +150909,10 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 - organization: *714 - project: &754 + enterprise: *711 + installation: *712 + organization: *713 + project: &753 title: Project type: object properties: @@ -151155,7 +151036,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *715 + repository: *714 sender: *4 required: - action @@ -151235,10 +151116,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - project_column: &753 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &752 title: Project Column type: object properties: @@ -151277,7 +151158,7 @@ x-webhooks: - name - created_at - updated_at - repository: *715 + repository: *714 sender: *4 required: - action @@ -151356,18 +151237,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - project_column: *753 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *752 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -151457,11 +151338,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - project_column: *753 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *752 + repository: *714 sender: *4 required: - action @@ -151541,11 +151422,11 @@ x-webhooks: type: string enum: - moved - enterprise: *712 - installation: *713 - organization: *714 - project_column: *753 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *752 + repository: *714 sender: *4 required: - action @@ -151625,11 +151506,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - project: *754 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 + repository: *714 sender: *4 required: - action @@ -151709,18 +151590,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - project: *754 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -151822,11 +151703,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - project: *754 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 + repository: *714 sender: *4 required: - action @@ -151905,11 +151786,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *712 - installation: *713 - organization: *714 - project: *754 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 + repository: *714 sender: *4 required: - action @@ -151990,8 +151871,8 @@ x-webhooks: type: string enum: - closed - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152073,8 +151954,8 @@ x-webhooks: type: string enum: - created - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152156,8 +152037,8 @@ x-webhooks: type: string enum: - deleted - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152275,8 +152156,8 @@ x-webhooks: type: string to: type: string - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152360,7 +152241,7 @@ x-webhooks: type: string enum: - archived - changes: &758 + changes: &757 type: object properties: archived_at: @@ -152374,9 +152255,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *713 - organization: *714 - projects_v2_item: &755 + installation: *712 + organization: *713 + projects_v2_item: &754 title: Projects v2 Item description: An item belonging to a project type: object @@ -152511,9 +152392,9 @@ x-webhooks: nullable: true to: type: string - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152595,9 +152476,9 @@ x-webhooks: type: string enum: - created - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152678,9 +152559,9 @@ x-webhooks: type: string enum: - deleted - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152786,7 +152667,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &756 + - &755 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152808,7 +152689,7 @@ x-webhooks: required: - id - name - - &757 + - &756 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152842,8 +152723,8 @@ x-webhooks: oneOf: - type: string - type: integer + - *755 - *756 - - *757 required: - field_value - type: object @@ -152859,9 +152740,9 @@ x-webhooks: nullable: true required: - body - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152956,9 +152837,9 @@ x-webhooks: to: type: string nullable: true - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -153041,10 +152922,10 @@ x-webhooks: type: string enum: - restored - changes: *758 - installation: *713 - organization: *714 - projects_v2_item: *755 + changes: *757 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -153126,8 +153007,8 @@ x-webhooks: type: string enum: - reopened - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -153209,14 +153090,14 @@ x-webhooks: type: string enum: - created - installation: *713 - organization: *714 - projects_v2_status_update: &761 + installation: *712 + organization: *713 + projects_v2_status_update: &760 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *759 - required: *760 + properties: *758 + required: *759 sender: *4 required: - action @@ -153297,9 +153178,9 @@ x-webhooks: type: string enum: - deleted - installation: *713 - organization: *714 - projects_v2_status_update: *761 + installation: *712 + organization: *713 + projects_v2_status_update: *760 sender: *4 required: - action @@ -153435,9 +153316,9 @@ x-webhooks: type: string format: date nullable: true - installation: *713 - organization: *714 - projects_v2_status_update: *761 + installation: *712 + organization: *713 + projects_v2_status_update: *760 sender: *4 required: - action @@ -153508,10 +153389,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -153588,13 +153469,13 @@ x-webhooks: type: string enum: - assigned - assignee: *732 - enterprise: *712 - installation: *713 - number: &762 + assignee: *731 + enterprise: *711 + installation: *712 + number: &761 description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -155877,7 +155758,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -155959,11 +155840,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -158241,7 +158122,7 @@ x-webhooks: - draft reason: type: string - repository: *715 + repository: *714 sender: *4 required: - action @@ -158323,11 +158204,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -160605,7 +160486,7 @@ x-webhooks: - draft reason: type: string - repository: *715 + repository: *714 sender: *4 required: - action @@ -160687,11 +160568,11 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: &763 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: &762 allOf: - *568 - type: object @@ -160755,7 +160636,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *715 + repository: *714 sender: *4 required: - action @@ -160836,12 +160717,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -160921,11 +160802,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *712 + enterprise: *711 milestone: *550 - number: *762 - organization: *714 - pull_request: &764 + number: *761 + organization: *713 + pull_request: &763 title: Pull Request type: object properties: @@ -163188,7 +163069,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -163267,11 +163148,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -165553,7 +165434,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *715 + repository: *714 sender: *4 required: - action @@ -165677,12 +165558,12 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -165762,11 +165643,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -168033,7 +167914,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -168113,11 +167994,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *712 - installation: *713 - label: *731 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + label: *730 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -170399,7 +170280,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -170480,10 +170361,10 @@ x-webhooks: type: string enum: - locked - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -172763,7 +172644,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -172843,12 +172724,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *712 + enterprise: *711 milestone: *550 - number: *762 - organization: *714 - pull_request: *764 - repository: *715 + number: *761 + organization: *713 + pull_request: *763 + repository: *714 sender: *4 required: - action @@ -172927,12 +172808,12 @@ x-webhooks: type: string enum: - opened - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -173013,12 +172894,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -173098,12 +172979,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -173469,9 +173350,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -175641,7 +175522,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *715 + repository: *714 sender: *4 required: - action @@ -175721,7 +175602,7 @@ x-webhooks: type: string enum: - deleted - comment: &766 + comment: &765 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -176006,9 +175887,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -178166,7 +178047,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *715 + repository: *714 sender: *4 required: - action @@ -178246,11 +178127,11 @@ x-webhooks: type: string enum: - edited - changes: *765 - comment: *766 - enterprise: *712 - installation: *713 - organization: *714 + changes: *764 + comment: *765 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -180411,7 +180292,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *715 + repository: *714 sender: *4 required: - action @@ -180492,9 +180373,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -182667,7 +182548,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 + repository: *714 review: description: The review that was affected. type: object @@ -182914,9 +182795,9 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -184970,8 +184851,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 - review: &767 + repository: *714 + review: &766 description: The review that was affected. type: object properties: @@ -185204,12 +185085,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -187492,7 +187373,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_reviewer: title: User type: object @@ -187576,12 +187457,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -189871,7 +189752,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190063,12 +189944,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -192353,7 +192234,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_reviewer: title: User type: object @@ -192438,12 +192319,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -194719,7 +194600,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194900,9 +194781,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -197077,8 +196958,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 - review: *767 + repository: *714 + review: *766 sender: *4 required: - action @@ -197158,9 +197039,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -199230,7 +199111,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 + repository: *714 sender: *4 thread: type: object @@ -199617,9 +199498,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -201675,7 +201556,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 + repository: *714 sender: *4 thread: type: object @@ -202065,10 +201946,10 @@ x-webhooks: type: string before: type: string - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -204339,7 +204220,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -204421,11 +204302,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *768 - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + assignee: *767 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -206708,7 +206589,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -206787,11 +206668,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *712 - installation: *713 - label: *731 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + label: *730 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -209064,7 +208945,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -209145,10 +209026,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -211413,7 +211294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -211613,7 +211494,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *712 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -211705,8 +211586,8 @@ x-webhooks: - url - author - committer - installation: *713 - organization: *714 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212281,9 +212162,9 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -212729,7 +212610,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *749 + items: *748 summary: type: string tag_name: @@ -212783,7 +212664,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -212861,9 +212742,9 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -213171,7 +213052,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *749 + items: *748 summary: type: string tag_name: @@ -213220,7 +213101,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -213297,10 +213178,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - release: &769 + enterprise: *711 + installation: *712 + organization: *713 + release: &768 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213618,7 +213499,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *715 + repository: *714 sender: *4 required: - action @@ -213695,11 +213576,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - release: *769 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *768 + repository: *714 sender: *4 required: - action @@ -213816,11 +213697,11 @@ x-webhooks: type: boolean required: - to - enterprise: *712 - installation: *713 - organization: *714 - release: *769 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *768 + repository: *714 sender: *4 required: - action @@ -213898,9 +213779,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214222,7 +214103,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *715 + repository: *714 sender: *4 required: - action @@ -214298,10 +214179,10 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 - release: &770 + enterprise: *711 + installation: *712 + organization: *713 + release: &769 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214620,7 +214501,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *715 + repository: *714 sender: *4 required: - action @@ -214696,11 +214577,11 @@ x-webhooks: type: string enum: - released - enterprise: *712 - installation: *713 - organization: *714 - release: *769 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *768 + repository: *714 sender: *4 required: - action @@ -214776,11 +214657,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *712 - installation: *713 - organization: *714 - release: *770 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *769 + repository: *714 sender: *4 required: - action @@ -214856,10 +214737,10 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_advisory: *632 sender: *4 required: @@ -214936,10 +214817,10 @@ x-webhooks: type: string enum: - reported - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_advisory: *632 sender: *4 required: @@ -215016,10 +214897,10 @@ x-webhooks: type: string enum: - archived - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215096,10 +214977,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215177,10 +215058,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215264,10 +215145,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215379,10 +215260,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215454,10 +215335,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -215538,10 +215419,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215618,10 +215499,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215715,10 +215596,10 @@ x-webhooks: - name required: - repository - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215798,10 +215679,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *294 sender: *4 required: @@ -215880,10 +215761,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *294 sender: *4 required: @@ -215962,10 +215843,10 @@ x-webhooks: type: string enum: - edited - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *294 changes: type: object @@ -216270,10 +216151,10 @@ x-webhooks: - from required: - owner - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216351,10 +216232,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216432,7 +216313,7 @@ x-webhooks: type: string enum: - create - alert: &771 + alert: &770 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -216553,10 +216434,10 @@ x-webhooks: type: string enum: - open - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216762,10 +216643,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216843,11 +216724,11 @@ x-webhooks: type: string enum: - reopen - alert: *771 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217046,10 +216927,10 @@ x-webhooks: enum: - fixed - open - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217127,7 +217008,7 @@ x-webhooks: type: string enum: - created - alert: &772 + alert: &771 type: object properties: number: *156 @@ -217245,10 +217126,10 @@ x-webhooks: properties: *20 required: *21 nullable: true - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217329,11 +217210,11 @@ x-webhooks: type: string enum: - created - alert: *772 - installation: *713 - location: *773 - organization: *714 - repository: *715 + alert: *771 + installation: *712 + location: *772 + organization: *713 + repository: *714 sender: *4 required: - location @@ -217571,11 +217452,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217653,11 +217534,11 @@ x-webhooks: type: string enum: - reopened - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217735,11 +217616,11 @@ x-webhooks: type: string enum: - resolved - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217817,11 +217698,11 @@ x-webhooks: type: string enum: - validated - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217947,10 +217828,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *715 - enterprise: *712 - installation: *713 - organization: *714 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -218028,11 +217909,11 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - security_advisory: &774 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &773 description: The details of the security advisory, including summary, description, and severity. type: object @@ -218215,11 +218096,11 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - security_advisory: *774 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *773 sender: *4 required: - action @@ -218292,10 +218173,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -218480,9 +218361,9 @@ x-webhooks: type: object properties: security_and_analysis: *268 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: *331 sender: *4 required: @@ -218561,12 +218442,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &775 + sponsorship: &774 type: object properties: created_at: @@ -218867,12 +218748,12 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - sponsorship @@ -218960,12 +218841,12 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - changes @@ -219042,17 +218923,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &776 + effective_date: &775 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: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - sponsorship @@ -219126,7 +219007,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &777 + changes: &776 type: object properties: tier: @@ -219170,13 +219051,13 @@ x-webhooks: - from required: - tier - effective_date: *776 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + effective_date: *775 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - changes @@ -219253,13 +219134,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *777 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + changes: *776 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - changes @@ -219333,10 +219214,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219419,10 +219300,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219842,15 +219723,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *712 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *713 + installation: *712 name: type: string - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -219965,9 +219846,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220057,9 +219938,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220149,9 +220030,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220241,9 +220122,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220320,12 +220201,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &778 + team: &777 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -220548,9 +220429,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -221008,7 +220889,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -221084,9 +220965,9 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -221544,7 +221425,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -221621,9 +221502,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -222081,7 +221962,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -222225,9 +222106,9 @@ x-webhooks: - from required: - permissions - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -222685,7 +222566,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - changes @@ -222763,9 +222644,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -223223,7 +223104,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -223299,10 +223180,10 @@ x-webhooks: type: string enum: - started - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -223375,16 +223256,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *712 + enterprise: *711 inputs: type: object nullable: true additionalProperties: true - installation: *713 - organization: *714 + installation: *712 + organization: *713 ref: type: string - repository: *715 + repository: *714 sender: *4 workflow: type: string @@ -223466,10 +223347,10 @@ x-webhooks: type: string enum: - completed - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -223785,10 +223666,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -224127,10 +224008,10 @@ x-webhooks: type: string enum: - queued - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -224344,10 +224225,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -224563,12 +224444,12 @@ x-webhooks: type: string enum: - completed - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -225567,12 +225448,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -226556,12 +226437,12 @@ x-webhooks: type: string enum: - requested - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 550b61713..705004399 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -53819,15 +53819,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": { @@ -182549,428 +182540,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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", @@ -605028,15 +604597,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 938565e73..e0d136eed 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -16376,15 +16376,6 @@ paths: schema: type: integer - *106 - - &708 - 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 @@ -35140,7 +35131,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &759 + properties: &758 id: type: number description: The unique identifier of the status update. @@ -35188,7 +35179,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &760 + required: &759 - id - node_id - created_at @@ -47347,115 +47338,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: - - *322 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *326 - 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: *54 - '304': *37 - '403': *29 - '401': *25 - 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: - - *322 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - example: Remaining tasks - type: string - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *326 - 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': *37 - '403': *29 - '422': *7 - '401': *25 - 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 @@ -58066,7 +57948,7 @@ paths: check. type: array items: *404 - deployment: &717 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -58978,7 +58860,7 @@ paths: type: string format: date-time nullable: true - head_commit: &743 + head_commit: &742 title: Simple Commit description: A commit. type: object @@ -73517,7 +73399,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &751 + last_response: &750 title: Hook Response type: object properties: @@ -89378,7 +89260,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &773 + items: &772 type: object properties: type: @@ -102821,7 +102703,7 @@ paths: - title - created_at examples: - default: &709 + default: &708 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102986,7 +102868,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &710 + - &709 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 @@ -103015,7 +102897,7 @@ paths: application/vnd.github.v3.star+json: schema: type: array - items: &711 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -105761,7 +105643,6 @@ paths: - *105 - *707 - *106 - - *708 responses: '200': description: Response when getting a billing usage report @@ -105894,7 +105775,7 @@ paths: type: array items: *684 examples: - default: *709 + default: *708 headers: Link: *54 x-github: @@ -105919,7 +105800,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *59 - - *710 + - *709 - *48 - *17 - *19 @@ -105931,7 +105812,7 @@ paths: schema: anyOf: - type: array - items: *711 + items: *710 - type: array items: *66 examples: @@ -106094,7 +105975,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &712 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -106152,7 +106033,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &713 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -106171,7 +106052,7 @@ x-webhooks: required: - id - node_id - organization: &714 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -106231,13 +106112,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &715 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &745 + properties: &744 id: description: Unique identifier of the repository example: 42 @@ -106920,7 +106801,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &746 + required: &745 - archive_url - assignees_url - blobs_url @@ -107071,10 +106952,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -107150,11 +107031,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - rule: &716 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 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) @@ -107377,11 +107258,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - rule: *716 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -107564,11 +107445,11 @@ x-webhooks: - everyone required: - from - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - rule: *716 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -107652,7 +107533,7 @@ x-webhooks: type: string enum: - completed - check_run: &718 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -107743,7 +107624,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *717 + deployment: *716 details_url: example: https://example.com type: string @@ -107828,10 +107709,10 @@ x-webhooks: - output - app - pull_requests - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -108224,11 +108105,11 @@ x-webhooks: type: string enum: - created - check_run: *718 - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -108624,11 +108505,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *718 - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -109033,11 +108914,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *718 - installation: *713 - enterprise: *712 - organization: *714 - repository: *715 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -110014,10 +109895,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -110687,10 +110568,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -111354,10 +111235,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -111668,20 +111549,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &719 + commit_oid: &718 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: *712 - installation: *713 - organization: *714 - ref: &720 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 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: *715 + repository: *714 sender: *4 required: - action @@ -112076,12 +111957,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -112347,12 +112228,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -112684,12 +112565,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -112957,16 +112838,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 ref: 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 nullable: true - repository: *715 + repository: *714 sender: *4 required: - action @@ -113203,12 +113084,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *719 - enterprise: *712 - installation: *713 - organization: *714 - ref: *720 - repository: *715 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -113465,10 +113346,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -113548,18 +113429,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *714 - pusher_type: &721 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &722 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -113569,7 +113450,7 @@ x-webhooks: enum: - tag - branch - repository: *715 + repository: *714 sender: *4 required: - ref @@ -113652,9 +113533,9 @@ x-webhooks: enum: - created definition: *262 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113739,9 +113620,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113819,9 +113700,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *262 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113899,9 +113780,9 @@ x-webhooks: enum: - updated definition: *262 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -113978,10 +113859,10 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - repository: *715 - organization: *714 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -114066,18 +113947,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - pusher_type: *721 - ref: *722 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *715 + repository: *714 sender: *4 required: - ref @@ -114162,10 +114043,10 @@ x-webhooks: enum: - auto_dismissed alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114250,10 +114131,10 @@ x-webhooks: enum: - auto_reopened alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114338,10 +114219,10 @@ x-webhooks: enum: - created alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114424,10 +114305,10 @@ x-webhooks: enum: - dismissed alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114510,10 +114391,10 @@ x-webhooks: enum: - fixed alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114597,10 +114478,10 @@ x-webhooks: enum: - reintroduced alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114683,10 +114564,10 @@ x-webhooks: enum: - reopened alert: *476 - installation: *713 - organization: *714 - enterprise: *712 - repository: *715 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -114763,9 +114644,9 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - key: &723 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -114801,8 +114682,8 @@ x-webhooks: - verified - created_at - read_only - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -114879,11 +114760,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - key: *723 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -115444,12 +115325,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &727 + workflow: &726 title: Workflow type: object nullable: true @@ -116179,9 +116060,9 @@ x-webhooks: pull_requests: type: array items: *568 - repository: *715 - organization: *714 - installation: *713 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -116252,7 +116133,7 @@ x-webhooks: type: string enum: - approved - approver: &724 + approver: &723 type: object properties: avatar_url: @@ -116295,11 +116176,11 @@ x-webhooks: type: string comment: type: string - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - reviewers: &725 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -116378,7 +116259,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &726 + workflow_job_run: &725 type: object properties: conclusion: @@ -117109,18 +116990,18 @@ x-webhooks: type: string enum: - rejected - approver: *724 + approver: *723 comment: type: string - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - reviewers: *725 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *726 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -117824,13 +117705,13 @@ x-webhooks: type: string enum: - requested - enterprise: *712 + enterprise: *711 environment: type: string - installation: *713 - organization: *714 - repository: *715 - requestor: &732 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: object nullable: true @@ -119729,12 +119610,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Deployment Workflow Run type: object @@ -120414,7 +120295,7 @@ x-webhooks: type: string enum: - answered - answer: &730 + answer: &729 type: object properties: author_association: @@ -120571,7 +120452,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &728 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -120879,10 +120760,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121009,11 +120890,11 @@ x-webhooks: - from required: - category - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121096,11 +120977,11 @@ x-webhooks: type: string enum: - closed - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121182,7 +121063,7 @@ x-webhooks: type: string enum: - created - comment: &729 + comment: &728 type: object properties: author_association: @@ -121339,11 +121220,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121426,12 +121307,12 @@ x-webhooks: type: string enum: - deleted - comment: *729 - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121526,12 +121407,12 @@ x-webhooks: - from required: - body - comment: *729 - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121615,11 +121496,11 @@ x-webhooks: type: string enum: - created - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121701,11 +121582,11 @@ x-webhooks: type: string enum: - deleted - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121805,11 +121686,11 @@ x-webhooks: type: string required: - from - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121891,10 +121772,10 @@ x-webhooks: type: string enum: - labeled - discussion: *728 - enterprise: *712 - installation: *713 - label: &731 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -121926,8 +121807,8 @@ x-webhooks: - color - default - description - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122010,11 +121891,11 @@ x-webhooks: type: string enum: - locked - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122096,11 +121977,11 @@ x-webhooks: type: string enum: - pinned - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122182,11 +122063,11 @@ x-webhooks: type: string enum: - reopened - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122271,16 +122152,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *728 - new_repository: *715 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122363,10 +122244,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *728 - old_answer: *730 - organization: *714 - repository: *715 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122448,12 +122329,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *728 - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122536,11 +122417,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122622,11 +122503,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *728 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122699,7 +122580,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *712 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -123359,9 +123240,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -123507,9 +123388,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -123546,7 +123427,7 @@ x-webhooks: - action - sha - html_url - repository: *715 + repository: *714 sender: *4 required: - pages @@ -123622,10 +123503,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: &733 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -123651,8 +123532,8 @@ x-webhooks: - name - full_name - private - repository: *715 - requester: *732 + repository: *714 + requester: *731 sender: *4 required: - action @@ -123727,11 +123608,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -123807,11 +123688,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -123887,10 +123768,10 @@ x-webhooks: type: string enum: - added - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories_added: &734 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -123936,15 +123817,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *715 - repository_selection: &735 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *732 + requester: *731 sender: *4 required: - action @@ -124023,10 +123904,10 @@ x-webhooks: type: string enum: - removed - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories_added: *734 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -124053,9 +123934,9 @@ x-webhooks: - name - full_name - private - repository: *715 - repository_selection: *735 - requester: *732 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -124134,11 +124015,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -124316,10 +124197,10 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -124398,11 +124279,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *712 + enterprise: *711 installation: *22 - organization: *714 - repositories: *733 - repository: *715 + organization: *713 + repositories: *732 + repository: *714 requester: nullable: true sender: *4 @@ -124654,8 +124535,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125799,8 +125680,8 @@ x-webhooks: - state - locked - assignee - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -125880,7 +125761,7 @@ x-webhooks: type: string enum: - deleted - comment: &736 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -126045,8 +125926,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127188,8 +127069,8 @@ x-webhooks: - state - locked - assignee - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -127269,7 +127150,7 @@ x-webhooks: type: string enum: - edited - changes: &765 + changes: &764 description: The changes to the comment. type: object properties: @@ -127281,9 +127162,9 @@ x-webhooks: type: string required: - from - comment: *736 - enterprise: *712 - installation: *713 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -128426,8 +128307,8 @@ x-webhooks: - state - locked - assignee - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128517,9 +128398,9 @@ x-webhooks: type: number blocking_issue: *82 blocking_issue_repo: *66 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128613,9 +128494,9 @@ x-webhooks: type: number blocking_issue: *82 blocking_issue_repo: *66 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128708,9 +128589,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128804,9 +128685,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -128891,10 +128772,10 @@ x-webhooks: type: string enum: - assigned - assignee: *732 - enterprise: *712 - installation: *713 - issue: &739 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -129804,8 +129685,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129885,8 +129766,8 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130936,8 +130817,8 @@ x-webhooks: required: - state - closed_at - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131016,8 +130897,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131922,8 +131803,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -132002,8 +131883,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132909,7 +132790,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &737 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -133047,8 +132928,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -133147,8 +133028,8 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134058,9 +133939,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *731 - organization: *714 - repository: *715 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -134140,8 +134021,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135050,9 +134931,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *731 - organization: *714 - repository: *715 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135132,8 +135013,8 @@ x-webhooks: type: string enum: - locked - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136043,8 +135924,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136123,8 +136004,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137028,9 +136909,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *737 - organization: *714 - repository: *715 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -138464,8 +138345,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139374,8 +139255,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139455,9 +139336,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *712 - installation: *713 - issue: &738 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140360,8 +140241,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140440,8 +140321,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141350,8 +141231,8 @@ x-webhooks: user_view_type: type: string type: *214 - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142805,11 +142686,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *712 - installation: *713 - issue: *738 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142889,12 +142770,12 @@ x-webhooks: type: string enum: - typed - enterprise: *712 - installation: *713 - issue: *739 + enterprise: *711 + installation: *712 + issue: *738 type: *214 - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142975,7 +142856,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &768 + assignee: &767 title: User type: object nullable: true @@ -143045,11 +142926,11 @@ x-webhooks: required: - login - id - enterprise: *712 - installation: *713 - issue: *739 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143128,12 +143009,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *712 - installation: *713 - issue: *739 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143213,8 +143094,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144122,8 +144003,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144203,11 +144084,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *712 - installation: *713 - issue: *738 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144286,12 +144167,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *712 - installation: *713 - issue: *739 + enterprise: *711 + installation: *712 + issue: *738 type: *214 - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144371,11 +144252,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144453,11 +144334,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144567,11 +144448,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - label: *731 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144653,9 +144534,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: &740 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -144738,8 +144619,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *714 - previous_marketplace_purchase: &741 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -144819,7 +144700,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *715 + repository: *714 sender: *4 required: - action @@ -144899,10 +144780,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: *740 - organization: *714 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144985,7 +144866,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *715 + repository: *714 sender: *4 required: - action @@ -145067,10 +144948,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: *740 - organization: *714 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -145152,7 +145033,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *715 + repository: *714 sender: *4 required: - action @@ -145233,8 +145114,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -145316,9 +145197,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *714 - previous_marketplace_purchase: *741 - repository: *715 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -145398,12 +145279,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *712 - installation: *713 - marketplace_purchase: *740 - organization: *714 - previous_marketplace_purchase: *741 - repository: *715 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -145505,11 +145386,11 @@ x-webhooks: type: string required: - to - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145609,11 +145490,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145692,11 +145573,11 @@ x-webhooks: type: string enum: - removed - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145774,11 +145655,11 @@ x-webhooks: type: string enum: - added - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145854,7 +145735,7 @@ x-webhooks: required: - login - id - team: &742 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -146077,11 +145958,11 @@ x-webhooks: type: string enum: - removed - enterprise: *712 - installation: *713 - member: *732 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -146158,7 +146039,7 @@ x-webhooks: required: - login - id - team: *742 + team: *741 required: - action - scope @@ -146240,8 +146121,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *713 - merge_group: &744 + installation: *712 + merge_group: &743 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -146260,15 +146141,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *743 + head_commit: *742 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146354,10 +146235,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *713 - merge_group: *744 - organization: *714 - repository: *715 + installation: *712 + merge_group: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146430,7 +146311,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -146539,16 +146420,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *713 - organization: *714 + installation: *712 + organization: *713 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -146629,11 +146510,11 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 - milestone: *737 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146712,9 +146593,9 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - milestone: &747 + enterprise: *711 + installation: *712 + milestone: &746 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146851,8 +146732,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146931,11 +146812,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - milestone: *737 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147045,11 +146926,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - milestone: *737 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147129,11 +147010,11 @@ x-webhooks: type: string enum: - opened - enterprise: *712 - installation: *713 - milestone: *747 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + milestone: *746 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147212,11 +147093,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *732 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147295,11 +147176,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *732 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147378,9 +147259,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - membership: &748 + enterprise: *711 + installation: *712 + membership: &747 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -147487,8 +147368,8 @@ x-webhooks: - role - organization_url - user - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147566,11 +147447,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *712 - installation: *713 - membership: *748 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + membership: *747 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147649,8 +147530,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -147766,10 +147647,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 - user: *732 + user: *731 required: - action - invitation @@ -147847,11 +147728,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *712 - installation: *713 - membership: *748 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + membership: *747 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147938,11 +147819,11 @@ x-webhooks: properties: from: type: string - enterprise: *712 - installation: *713 - membership: *748 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + membership: *747 + organization: *713 + repository: *714 sender: *4 required: - action @@ -148018,9 +147899,9 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -148519,7 +148400,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &749 + items: &748 title: Ruby Gems metadata type: object properties: @@ -148614,7 +148495,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -148690,9 +148571,9 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -149045,7 +148926,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *749 + items: *748 source_url: type: string format: uri @@ -149115,7 +148996,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -149292,12 +149173,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *712 + enterprise: *711 id: type: integer - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -149374,7 +149255,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &750 + personal_access_token_request: &749 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -149520,10 +149401,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *712 - organization: *714 + enterprise: *711 + organization: *713 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149600,11 +149481,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *750 - enterprise: *712 - organization: *714 + personal_access_token_request: *749 + enterprise: *711 + organization: *713 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149680,11 +149561,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *750 - enterprise: *712 - organization: *714 + personal_access_token_request: *749 + enterprise: *711 + organization: *713 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149759,11 +149640,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *750 - organization: *714 - enterprise: *712 + personal_access_token_request: *749 + organization: *713 + enterprise: *711 sender: *4 - installation: *713 + installation: *712 required: - action - personal_access_token_request @@ -149868,7 +149749,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *751 + last_response: *750 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149900,8 +149781,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -150146,10 +150027,10 @@ x-webhooks: - from required: - note - enterprise: *712 - installation: *713 - organization: *714 - project_card: &752 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &751 title: Project Card type: object properties: @@ -150268,7 +150149,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *715 + repository: *714 sender: *4 required: - action @@ -150349,11 +150230,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - project_card: *752 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *751 + repository: *714 sender: *4 required: - action @@ -150433,9 +150314,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -150563,8 +150444,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -150658,11 +150539,11 @@ x-webhooks: - from required: - note - enterprise: *712 - installation: *713 - organization: *714 - project_card: *752 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *751 + repository: *714 sender: *4 required: - action @@ -150756,9 +150637,9 @@ x-webhooks: - from required: - column_id - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -150948,7 +150829,7 @@ x-webhooks: type: string required: - after_id - repository: *715 + repository: *714 sender: *4 required: - action @@ -151028,10 +150909,10 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 - organization: *714 - project: &754 + enterprise: *711 + installation: *712 + organization: *713 + project: &753 title: Project type: object properties: @@ -151155,7 +151036,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *715 + repository: *714 sender: *4 required: - action @@ -151235,10 +151116,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - project_column: &753 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &752 title: Project Column type: object properties: @@ -151277,7 +151158,7 @@ x-webhooks: - name - created_at - updated_at - repository: *715 + repository: *714 sender: *4 required: - action @@ -151356,18 +151237,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - project_column: *753 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *752 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -151457,11 +151338,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - project_column: *753 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *752 + repository: *714 sender: *4 required: - action @@ -151541,11 +151422,11 @@ x-webhooks: type: string enum: - moved - enterprise: *712 - installation: *713 - organization: *714 - project_column: *753 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *752 + repository: *714 sender: *4 required: - action @@ -151625,11 +151506,11 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - project: *754 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 + repository: *714 sender: *4 required: - action @@ -151709,18 +151590,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - project: *754 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *745 - required: *746 + properties: *744 + required: *745 nullable: true sender: *4 required: @@ -151822,11 +151703,11 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - project: *754 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 + repository: *714 sender: *4 required: - action @@ -151905,11 +151786,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *712 - installation: *713 - organization: *714 - project: *754 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + project: *753 + repository: *714 sender: *4 required: - action @@ -151990,8 +151871,8 @@ x-webhooks: type: string enum: - closed - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152073,8 +151954,8 @@ x-webhooks: type: string enum: - created - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152156,8 +152037,8 @@ x-webhooks: type: string enum: - deleted - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152275,8 +152156,8 @@ x-webhooks: type: string to: type: string - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -152360,7 +152241,7 @@ x-webhooks: type: string enum: - archived - changes: &758 + changes: &757 type: object properties: archived_at: @@ -152374,9 +152255,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *713 - organization: *714 - projects_v2_item: &755 + installation: *712 + organization: *713 + projects_v2_item: &754 title: Projects v2 Item description: An item belonging to a project type: object @@ -152511,9 +152392,9 @@ x-webhooks: nullable: true to: type: string - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152595,9 +152476,9 @@ x-webhooks: type: string enum: - created - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152678,9 +152559,9 @@ x-webhooks: type: string enum: - deleted - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152786,7 +152667,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &756 + - &755 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152808,7 +152689,7 @@ x-webhooks: required: - id - name - - &757 + - &756 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152842,8 +152723,8 @@ x-webhooks: oneOf: - type: string - type: integer + - *755 - *756 - - *757 required: - field_value - type: object @@ -152859,9 +152740,9 @@ x-webhooks: nullable: true required: - body - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -152956,9 +152837,9 @@ x-webhooks: to: type: string nullable: true - installation: *713 - organization: *714 - projects_v2_item: *755 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -153041,10 +152922,10 @@ x-webhooks: type: string enum: - restored - changes: *758 - installation: *713 - organization: *714 - projects_v2_item: *755 + changes: *757 + installation: *712 + organization: *713 + projects_v2_item: *754 sender: *4 required: - action @@ -153126,8 +153007,8 @@ x-webhooks: type: string enum: - reopened - installation: *713 - organization: *714 + installation: *712 + organization: *713 projects_v2: *249 sender: *4 required: @@ -153209,14 +153090,14 @@ x-webhooks: type: string enum: - created - installation: *713 - organization: *714 - projects_v2_status_update: &761 + installation: *712 + organization: *713 + projects_v2_status_update: &760 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *759 - required: *760 + properties: *758 + required: *759 sender: *4 required: - action @@ -153297,9 +153178,9 @@ x-webhooks: type: string enum: - deleted - installation: *713 - organization: *714 - projects_v2_status_update: *761 + installation: *712 + organization: *713 + projects_v2_status_update: *760 sender: *4 required: - action @@ -153435,9 +153316,9 @@ x-webhooks: type: string format: date nullable: true - installation: *713 - organization: *714 - projects_v2_status_update: *761 + installation: *712 + organization: *713 + projects_v2_status_update: *760 sender: *4 required: - action @@ -153508,10 +153389,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -153588,13 +153469,13 @@ x-webhooks: type: string enum: - assigned - assignee: *732 - enterprise: *712 - installation: *713 - number: &762 + assignee: *731 + enterprise: *711 + installation: *712 + number: &761 description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -155877,7 +155758,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -155959,11 +155840,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -158241,7 +158122,7 @@ x-webhooks: - draft reason: type: string - repository: *715 + repository: *714 sender: *4 required: - action @@ -158323,11 +158204,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -160605,7 +160486,7 @@ x-webhooks: - draft reason: type: string - repository: *715 + repository: *714 sender: *4 required: - action @@ -160687,11 +160568,11 @@ x-webhooks: type: string enum: - closed - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: &763 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: &762 allOf: - *568 - type: object @@ -160755,7 +160636,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *715 + repository: *714 sender: *4 required: - action @@ -160836,12 +160717,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -160921,11 +160802,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *712 + enterprise: *711 milestone: *550 - number: *762 - organization: *714 - pull_request: &764 + number: *761 + organization: *713 + pull_request: &763 title: Pull Request type: object properties: @@ -163188,7 +163069,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -163267,11 +163148,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -165553,7 +165434,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *715 + repository: *714 sender: *4 required: - action @@ -165677,12 +165558,12 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -165762,11 +165643,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -168033,7 +167914,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -168113,11 +167994,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *712 - installation: *713 - label: *731 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + label: *730 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -170399,7 +170280,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -170480,10 +170361,10 @@ x-webhooks: type: string enum: - locked - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -172763,7 +172644,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -172843,12 +172724,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *712 + enterprise: *711 milestone: *550 - number: *762 - organization: *714 - pull_request: *764 - repository: *715 + number: *761 + organization: *713 + pull_request: *763 + repository: *714 sender: *4 required: - action @@ -172927,12 +172808,12 @@ x-webhooks: type: string enum: - opened - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -173013,12 +172894,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -173098,12 +172979,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *712 - installation: *713 - number: *762 - organization: *714 - pull_request: *763 - repository: *715 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 + pull_request: *762 + repository: *714 sender: *4 required: - action @@ -173469,9 +173350,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -175641,7 +175522,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *715 + repository: *714 sender: *4 required: - action @@ -175721,7 +175602,7 @@ x-webhooks: type: string enum: - deleted - comment: &766 + comment: &765 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -176006,9 +175887,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -178166,7 +178047,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *715 + repository: *714 sender: *4 required: - action @@ -178246,11 +178127,11 @@ x-webhooks: type: string enum: - edited - changes: *765 - comment: *766 - enterprise: *712 - installation: *713 - organization: *714 + changes: *764 + comment: *765 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -180411,7 +180292,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *715 + repository: *714 sender: *4 required: - action @@ -180492,9 +180373,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -182667,7 +182548,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 + repository: *714 review: description: The review that was affected. type: object @@ -182914,9 +182795,9 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -184970,8 +184851,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 - review: &767 + repository: *714 + review: &766 description: The review that was affected. type: object properties: @@ -185204,12 +185085,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -187492,7 +187373,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_reviewer: title: User type: object @@ -187576,12 +187457,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -189871,7 +189752,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190063,12 +189944,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -192353,7 +192234,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_reviewer: title: User type: object @@ -192438,12 +192319,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *712 - installation: *713 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *714 + organization: *713 pull_request: title: Pull Request type: object @@ -194719,7 +194600,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194900,9 +194781,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -197077,8 +196958,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 - review: *767 + repository: *714 + review: *766 sender: *4 required: - action @@ -197158,9 +197039,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -199230,7 +199111,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 + repository: *714 sender: *4 thread: type: object @@ -199617,9 +199498,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -201675,7 +201556,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *715 + repository: *714 sender: *4 thread: type: object @@ -202065,10 +201946,10 @@ x-webhooks: type: string before: type: string - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -204339,7 +204220,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -204421,11 +204302,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *768 - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + assignee: *767 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -206708,7 +206589,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -206787,11 +206668,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *712 - installation: *713 - label: *731 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + label: *730 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -209064,7 +208945,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -209145,10 +209026,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *712 - installation: *713 - number: *762 - organization: *714 + enterprise: *711 + installation: *712 + number: *761 + organization: *713 pull_request: title: Pull Request type: object @@ -211413,7 +211294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *715 + repository: *714 sender: *4 required: - action @@ -211613,7 +211494,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *712 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -211705,8 +211586,8 @@ x-webhooks: - url - author - committer - installation: *713 - organization: *714 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212281,9 +212162,9 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -212729,7 +212610,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *749 + items: *748 summary: type: string tag_name: @@ -212783,7 +212664,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -212861,9 +212742,9 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -213171,7 +213052,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *749 + items: *748 summary: type: string tag_name: @@ -213220,7 +213101,7 @@ x-webhooks: - owner - package_version - registry - repository: *715 + repository: *714 sender: *4 required: - action @@ -213297,10 +213178,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - release: &769 + enterprise: *711 + installation: *712 + organization: *713 + release: &768 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213618,7 +213499,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *715 + repository: *714 sender: *4 required: - action @@ -213695,11 +213576,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - release: *769 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *768 + repository: *714 sender: *4 required: - action @@ -213816,11 +213697,11 @@ x-webhooks: type: boolean required: - to - enterprise: *712 - installation: *713 - organization: *714 - release: *769 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *768 + repository: *714 sender: *4 required: - action @@ -213898,9 +213779,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214222,7 +214103,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *715 + repository: *714 sender: *4 required: - action @@ -214298,10 +214179,10 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 - release: &770 + enterprise: *711 + installation: *712 + organization: *713 + release: &769 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214620,7 +214501,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *715 + repository: *714 sender: *4 required: - action @@ -214696,11 +214577,11 @@ x-webhooks: type: string enum: - released - enterprise: *712 - installation: *713 - organization: *714 - release: *769 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *768 + repository: *714 sender: *4 required: - action @@ -214776,11 +214657,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *712 - installation: *713 - organization: *714 - release: *770 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + release: *769 + repository: *714 sender: *4 required: - action @@ -214856,10 +214737,10 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_advisory: *632 sender: *4 required: @@ -214936,10 +214817,10 @@ x-webhooks: type: string enum: - reported - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_advisory: *632 sender: *4 required: @@ -215016,10 +214897,10 @@ x-webhooks: type: string enum: - archived - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215096,10 +214977,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215177,10 +215058,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215264,10 +215145,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215379,10 +215260,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215454,10 +215335,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -215538,10 +215419,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215618,10 +215499,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215715,10 +215596,10 @@ x-webhooks: - name required: - repository - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -215798,10 +215679,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *294 sender: *4 required: @@ -215880,10 +215761,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *294 sender: *4 required: @@ -215962,10 +215843,10 @@ x-webhooks: type: string enum: - edited - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *294 changes: type: object @@ -216270,10 +216151,10 @@ x-webhooks: - from required: - owner - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216351,10 +216232,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216432,7 +216313,7 @@ x-webhooks: type: string enum: - create - alert: &771 + alert: &770 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -216553,10 +216434,10 @@ x-webhooks: type: string enum: - open - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216762,10 +216643,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -216843,11 +216724,11 @@ x-webhooks: type: string enum: - reopen - alert: *771 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217046,10 +216927,10 @@ x-webhooks: enum: - fixed - open - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217127,7 +217008,7 @@ x-webhooks: type: string enum: - created - alert: &772 + alert: &771 type: object properties: number: *156 @@ -217245,10 +217126,10 @@ x-webhooks: properties: *20 required: *21 nullable: true - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217329,11 +217210,11 @@ x-webhooks: type: string enum: - created - alert: *772 - installation: *713 - location: *773 - organization: *714 - repository: *715 + alert: *771 + installation: *712 + location: *772 + organization: *713 + repository: *714 sender: *4 required: - location @@ -217571,11 +217452,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217653,11 +217534,11 @@ x-webhooks: type: string enum: - reopened - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217735,11 +217616,11 @@ x-webhooks: type: string enum: - resolved - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217817,11 +217698,11 @@ x-webhooks: type: string enum: - validated - alert: *772 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + alert: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -217947,10 +217828,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *715 - enterprise: *712 - installation: *713 - organization: *714 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -218028,11 +217909,11 @@ x-webhooks: type: string enum: - published - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - security_advisory: &774 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &773 description: The details of the security advisory, including summary, description, and severity. type: object @@ -218215,11 +218096,11 @@ x-webhooks: type: string enum: - updated - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 - security_advisory: *774 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *773 sender: *4 required: - action @@ -218292,10 +218173,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -218480,9 +218361,9 @@ x-webhooks: type: object properties: security_and_analysis: *268 - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: *331 sender: *4 required: @@ -218561,12 +218442,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &775 + sponsorship: &774 type: object properties: created_at: @@ -218867,12 +218748,12 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - sponsorship @@ -218960,12 +218841,12 @@ x-webhooks: type: string required: - from - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - changes @@ -219042,17 +218923,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &776 + effective_date: &775 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: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - sponsorship @@ -219126,7 +219007,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &777 + changes: &776 type: object properties: tier: @@ -219170,13 +219051,13 @@ x-webhooks: - from required: - tier - effective_date: *776 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + effective_date: *775 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - changes @@ -219253,13 +219134,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *777 - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + changes: *776 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *775 + sponsorship: *774 required: - action - changes @@ -219333,10 +219214,10 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219419,10 +219300,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219842,15 +219723,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *712 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *713 + installation: *712 name: type: string - organization: *714 - repository: *715 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -219965,9 +219846,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220057,9 +219938,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220149,9 +220030,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220241,9 +220122,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *713 - organization: *714 - repository: *715 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -220320,12 +220201,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &778 + team: &777 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -220548,9 +220429,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -221008,7 +220889,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -221084,9 +220965,9 @@ x-webhooks: type: string enum: - created - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -221544,7 +221425,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -221621,9 +221502,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -222081,7 +221962,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -222225,9 +222106,9 @@ x-webhooks: - from required: - permissions - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -222685,7 +222566,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - changes @@ -222763,9 +222644,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *712 - installation: *713 - organization: *714 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -223223,7 +223104,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *778 + team: *777 required: - action - team @@ -223299,10 +223180,10 @@ x-webhooks: type: string enum: - started - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -223375,16 +223256,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *712 + enterprise: *711 inputs: type: object nullable: true additionalProperties: true - installation: *713 - organization: *714 + installation: *712 + organization: *713 ref: type: string - repository: *715 + repository: *714 sender: *4 workflow: type: string @@ -223466,10 +223347,10 @@ x-webhooks: type: string enum: - completed - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -223785,10 +223666,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -224127,10 +224008,10 @@ x-webhooks: type: string enum: - queued - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -224344,10 +224225,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -224563,12 +224444,12 @@ x-webhooks: type: string enum: - completed - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -225567,12 +225448,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -226556,12 +226437,12 @@ x-webhooks: type: string enum: - requested - enterprise: *712 - installation: *713 - organization: *714 - repository: *715 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *727 + workflow: *726 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 1aa2b8519..e998a75c1 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -63941,15 +63941,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.", @@ -96826,15 +96817,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": { @@ -235768,428 +235750,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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", @@ -673795,15 +673355,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 30a06e38d..9cd593acf 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -865,7 +865,7 @@ paths: - subscriptions_url - type - url - type: &431 + type: &430 type: string description: The type of credit the user is receiving. enum: @@ -998,7 +998,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &254 + schema: &253 title: Validation Error Simple description: Validation Error Simple type: object @@ -1031,7 +1031,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: - - &760 + - &759 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1587,7 +1587,7 @@ paths: schema: type: integer default: 30 - - &340 + - &339 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 @@ -1603,7 +1603,7 @@ paths: application/json: schema: type: array - items: &341 + items: &340 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1683,7 +1683,7 @@ paths: - installation_id - repository_id examples: - default: &342 + default: &341 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1715,7 +1715,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &770 + schema: &769 title: Scim Error description: Scim Error type: object @@ -1742,7 +1742,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &253 + schema: &252 title: Validation Error description: Validation Error type: object @@ -1811,7 +1811,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &342 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1925,7 +1925,7 @@ paths: - request - response examples: - default: &344 + default: &343 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2892,7 +2892,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &409 + properties: &408 id: description: Unique identifier of the repository example: 42 @@ -3330,7 +3330,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &410 + required: &409 - archive_url - assignees_url - blobs_url @@ -7487,7 +7487,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &254 type: object properties: total_active_caches_count: @@ -7502,7 +7502,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &256 + default: &255 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7695,7 +7695,7 @@ paths: - public_ip_enabled - platform examples: - default: &257 + default: &256 value: total_count: 2 runners: @@ -7990,7 +7990,7 @@ paths: application/json: schema: *45 examples: - default: &258 + default: &257 value: id: 1 platform: linux-x64 @@ -8130,7 +8130,7 @@ paths: application/json: schema: *48 examples: - default: &259 + default: &258 value: version: 1.0.0 size_gb: 75 @@ -8294,7 +8294,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &259 type: object properties: public_ips: @@ -8319,7 +8319,7 @@ paths: required: - public_ips examples: - default: &261 + default: &260 value: public_ips: current_usage: 17 @@ -8359,7 +8359,7 @@ paths: type: array items: *52 examples: - default: &262 + default: &261 value: id: 4-core cpu_cores: 4 @@ -8621,7 +8621,7 @@ paths: - all - local_only - selected - selected_actions_url: &265 + selected_actions_url: &264 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` @@ -8701,7 +8701,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &267 + schema: &266 type: object properties: days: @@ -8719,7 +8719,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &771 + '401': &770 description: Authorization failure '404': *6 x-github: @@ -8747,7 +8747,7 @@ paths: required: true content: application/json: - schema: &268 + schema: &267 type: object properties: days: @@ -8796,7 +8796,7 @@ paths: required: - approval_policy examples: - default: &269 + default: &268 value: approval_policy: first_time_contributors '404': *6 @@ -8854,7 +8854,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &269 type: object required: - run_workflows_from_fork_pull_requests @@ -8908,7 +8908,7 @@ paths: required: true content: application/json: - schema: &271 + schema: &270 type: object required: - run_workflows_from_fork_pull_requests @@ -9331,7 +9331,7 @@ paths: description: Success response content: application/json: - schema: &274 + schema: &273 type: object properties: default_workflow_permissions: &63 @@ -9379,7 +9379,7 @@ paths: required: true content: application/json: - schema: &275 + schema: &274 type: object properties: default_workflow_permissions: *63 @@ -10215,7 +10215,7 @@ paths: application/json: schema: type: array - items: &279 + items: &278 title: Runner Application description: Runner Application type: object @@ -10240,7 +10240,7 @@ paths: - download_url - filename examples: - default: &280 + default: &279 value: - os: osx architecture: x64 @@ -10324,7 +10324,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &281 + '201': &280 description: Response content: application/json: @@ -10439,7 +10439,7 @@ paths: - token - expires_at examples: - default: &282 + default: &281 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10479,7 +10479,7 @@ paths: application/json: schema: *75 examples: - default: &283 + default: &282 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10511,7 +10511,7 @@ paths: application/json: schema: *72 examples: - default: &284 + default: &283 value: id: 23 name: MBP @@ -10727,7 +10727,7 @@ paths: - *41 - *71 responses: - '200': &285 + '200': &284 description: Response content: application/json: @@ -10783,7 +10783,7 @@ paths: parameters: - *41 - *71 - - &286 + - &285 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10874,7 +10874,7 @@ paths: required: true content: application/json: - schema: &293 + schema: &292 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11515,7 +11515,7 @@ paths: required: false schema: type: string - - &294 + - &293 name: include description: |- The event types to include: @@ -11533,7 +11533,7 @@ paths: - web - git - all - - &295 + - &294 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. @@ -11541,7 +11541,7 @@ paths: required: false schema: type: string - - &296 + - &295 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. @@ -11549,7 +11549,7 @@ paths: required: false schema: type: string - - &297 + - &296 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11571,7 +11571,7 @@ paths: application/json: schema: type: array - items: &298 + items: &297 type: object properties: "@timestamp": @@ -11693,7 +11693,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &299 + default: &298 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12359,7 +12359,7 @@ paths: application/json: schema: type: array - items: &300 + items: &299 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12520,7 +12520,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &301 + default: &300 value: - id: 21 number: 42 @@ -12625,7 +12625,7 @@ paths: application/json: schema: type: array - items: &303 + items: &302 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12750,7 +12750,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &304 + default: &303 value: - id: 21 number: 42 @@ -12835,7 +12835,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &309 + - &308 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`, @@ -12845,7 +12845,7 @@ paths: schema: &107 type: string description: The name of the tool used to generate the code scanning analysis. - - &310 + - &309 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 @@ -12868,7 +12868,7 @@ paths: be returned. in: query required: false - schema: &311 + schema: &310 type: string description: State of a code scanning alert. enum: @@ -12893,7 +12893,7 @@ paths: application/json: schema: type: array - items: &312 + items: &311 type: object properties: number: &123 @@ -12922,7 +12922,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &546 + instances_url: &545 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12957,7 +12957,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &547 + dismissed_reason: &546 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12966,13 +12966,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &548 + dismissed_comment: &547 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &549 + rule: &548 type: object properties: id: @@ -13025,7 +13025,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &550 + tool: &549 type: object properties: name: *107 @@ -13035,15 +13035,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *108 - most_recent_instance: &551 + most_recent_instance: &550 type: object properties: - ref: &544 + ref: &543 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &561 + analysis_key: &560 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -13054,7 +13054,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &562 + category: &561 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13402,7 +13402,7 @@ paths: - most_recent_instance - repository examples: - default: &313 + default: &312 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14055,7 +14055,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &314 + code_scanning_options: &313 type: object description: Security Configuration feature options for code scanning nullable: true @@ -14249,7 +14249,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &315 type: array description: A list of default code security configurations items: @@ -14265,7 +14265,7 @@ paths: default configuration: *110 examples: - default: &317 + default: &316 value: - default_for_new_repos: public configuration: @@ -14719,7 +14719,7 @@ paths: default: value: default_for_new_repos: all - configuration: &315 + configuration: &314 value: id: 1325 target_type: organization @@ -14804,7 +14804,7 @@ paths: application/json: schema: type: array - items: &318 + items: &317 type: object description: Repositories associated with a code security configuration and attachment status @@ -14828,7 +14828,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &319 + repository: &318 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15317,7 +15317,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &305 + - &304 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15392,7 +15392,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &375 + properties: &374 id: description: Unique identifier of the team type: integer @@ -15464,7 +15464,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &376 + required: &375 - id - node_id - url @@ -16697,7 +16697,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &325 + - &324 name: state in: query description: |- @@ -16706,7 +16706,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &326 + - &325 name: severity in: query description: |- @@ -16715,7 +16715,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &327 + - &326 name: ecosystem in: query description: |- @@ -16724,14 +16724,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &328 + - &327 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 - - &329 + - &328 name: epss_percentage in: query description: |- @@ -16743,7 +16743,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 - - &601 + - &600 name: has in: query description: |- @@ -16757,7 +16757,7 @@ paths: type: string enum: - patch - - &330 + - &329 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16767,7 +16767,7 @@ paths: enum: - development - runtime - - &331 + - &330 name: sort in: query description: |- @@ -16793,7 +16793,7 @@ paths: application/json: schema: type: array - items: &332 + items: &331 type: object description: A Dependabot alert. properties: @@ -16856,7 +16856,7 @@ paths: - unknown - direct - transitive - security_advisory: &602 + security_advisory: &601 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17088,7 +17088,7 @@ paths: nullable: true maxLength: 280 fixed_at: *133 - auto_dismissed_at: &603 + auto_dismissed_at: &602 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -17114,7 +17114,7 @@ paths: - repository additionalProperties: false examples: - default: &333 + default: &332 value: - number: 2 state: dismissed @@ -18226,7 +18226,7 @@ paths: - name - created_on examples: - default: &442 + default: &441 value: total_count: 2 network_configurations: @@ -18449,7 +18449,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: - *41 - - &443 + - &442 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -18461,7 +18461,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &443 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -18495,7 +18495,7 @@ paths: - subnet_id - region examples: - default: &445 + default: &444 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19295,7 +19295,7 @@ paths: required: true content: application/json: - schema: &408 + schema: &407 title: Custom Property Set Payload description: Custom property set payload type: object @@ -20414,7 +20414,7 @@ paths: nullable: true anyOf: - *157 - - &414 + - &413 title: Organization ruleset conditions type: object description: |- @@ -20461,7 +20461,7 @@ paths: - *160 rules: type: array - items: &726 + items: &725 title: Repository Rule type: object description: A repository rule. @@ -20470,7 +20470,7 @@ paths: - *166 - *167 - *168 - - &723 + - &722 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -20564,7 +20564,7 @@ paths: - *182 - *183 - *184 - - &724 + - &723 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review. @@ -20820,7 +20820,7 @@ paths: type: string format: date-time examples: - default: &417 + default: &416 value: - version_id: 3 actor: @@ -20873,7 +20873,7 @@ paths: description: Response content: application/json: - schema: &418 + schema: &417 allOf: - *189 - type: object @@ -20928,7 +20928,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &419 + - &418 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -20939,7 +20939,7 @@ paths: enum: - open - resolved - - &420 + - &419 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -20949,7 +20949,7 @@ paths: required: false schema: type: string - - &421 + - &420 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -20958,7 +20958,7 @@ paths: required: false schema: type: string - - &422 + - &421 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. @@ -20974,7 +20974,7 @@ paths: - *17 - *104 - *105 - - &423 + - &422 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -20983,7 +20983,7 @@ paths: required: false schema: type: string - - &424 + - &423 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -20992,7 +20992,7 @@ paths: schema: type: boolean default: false - - &425 + - &424 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21001,7 +21001,7 @@ paths: schema: type: boolean default: false - - &426 + - &425 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21017,7 +21017,7 @@ paths: application/json: schema: type: array - items: &427 + items: &426 type: object properties: number: *123 @@ -21036,14 +21036,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &738 + state: &737 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: &739 + resolution: &738 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21150,8 +21150,8 @@ paths: pull request. ' - oneOf: &740 - - &742 + oneOf: &739 + - &741 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21203,7 +21203,7 @@ paths: - blob_url - commit_sha - commit_url - - &743 + - &742 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. @@ -21258,7 +21258,7 @@ paths: - page_url - commit_sha - commit_url - - &744 + - &743 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21272,7 +21272,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &745 + - &744 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21286,7 +21286,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &746 + - &745 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21300,7 +21300,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &747 + - &746 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21314,7 +21314,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &748 + - &747 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21328,7 +21328,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &749 + - &748 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21342,7 +21342,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &750 + - &749 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. @@ -21356,7 +21356,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &751 + - &750 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. @@ -21370,7 +21370,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &752 + - &751 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. @@ -21384,7 +21384,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &753 + - &752 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. @@ -21398,7 +21398,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &754 + - &753 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 request. @@ -21425,7 +21425,7 @@ paths: required: *21 nullable: true examples: - default: &428 + default: &427 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -21634,7 +21634,7 @@ paths: description: Response content: application/json: - schema: &429 + schema: &428 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -21717,7 +21717,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *191 examples: - default: &430 + default: &429 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -21861,7 +21861,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &432 type: object properties: total_minutes_used: @@ -21931,7 +21931,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &434 + default: &433 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -21962,7 +21962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &435 + - &434 name: advanced_security_product in: query description: | @@ -21982,7 +21982,7 @@ paths: description: Success content: application/json: - schema: &436 + schema: &435 type: object properties: total_advanced_security_committers: @@ -22037,7 +22037,7 @@ paths: required: - repositories examples: - default: &437 + default: &436 value: total_advanced_security_committers: 2 total_count: 2 @@ -22657,7 +22657,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &437 type: object properties: total_gigabytes_bandwidth_used: @@ -22675,7 +22675,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &439 + default: &438 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -22918,7 +22918,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &439 type: object properties: days_left_in_billing_cycle: @@ -22936,7 +22936,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &441 + default: &440 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -22972,15 +22972,6 @@ paths: schema: type: integer - *197 - - &248 - 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. @@ -22993,7 +22984,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &249 + schema: &248 type: object properties: usageItems: @@ -23046,7 +23037,7 @@ paths: - netAmount - organizationName examples: - default: &250 + default: &249 value: usageItems: - date: '2023-08-01' @@ -24008,7 +23999,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &660 + properties: &659 id: type: integer format: int64 @@ -24120,7 +24111,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &400 + properties: &399 url: type: string format: uri @@ -24190,7 +24181,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &401 + required: &400 - closed_issues - creator - description @@ -24269,7 +24260,7 @@ paths: timeline_url: type: string format: uri - type: &362 + type: &361 title: Issue Type description: The type of issue. type: object @@ -24380,7 +24371,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &798 + sub_issues_summary: &797 title: Sub-issues Summary type: object properties: @@ -24400,7 +24391,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &799 + issue_dependencies_summary: &798 title: Issue Dependencies Summary type: object properties: @@ -24419,7 +24410,7 @@ paths: - total_blocking issue_field_values: type: array - items: &800 + items: &799 title: Issue Field Value description: A value assigned to an issue field type: object @@ -24479,7 +24470,7 @@ paths: - node_id - data_type - value - required: &661 + required: &660 - assignee - closed_at - comments @@ -24500,7 +24491,7 @@ paths: - user - created_at - updated_at - comment: &658 + comment: &657 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -25058,7 +25049,7 @@ paths: url: type: string format: uri - user: &812 + user: &811 title: Public User description: Public User type: object @@ -26928,7 +26919,7 @@ paths: - closed - all default: open - - &365 + - &364 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -26979,7 +26970,7 @@ paths: type: array items: *223 examples: - default: &366 + default: &365 value: - id: 1 node_id: MDU6SXNzdWUx @@ -28364,14 +28355,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: - - &465 + - &464 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &466 + - &465 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -28433,7 +28424,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &479 + '301': &478 description: Moved permanently content: application/json: @@ -28455,7 +28446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &690 + - &689 name: all description: If `true`, show notifications marked as read. in: query @@ -28463,7 +28454,7 @@ paths: schema: type: boolean default: false - - &691 + - &690 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -28473,7 +28464,7 @@ paths: type: boolean default: false - *213 - - &692 + - &691 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: @@ -28505,11 +28496,11 @@ paths: properties: id: type: string - repository: &278 + repository: &277 title: Minimal Repository description: Minimal Repository type: object - properties: &335 + properties: &334 id: type: integer format: int64 @@ -28785,7 +28776,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &411 + security_and_analysis: &410 nullable: true type: object properties: @@ -28867,7 +28858,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &336 + required: &335 - archive_url - assignees_url - blobs_url @@ -28955,7 +28946,7 @@ paths: - url - subscription_url examples: - default: &693 + default: &692 value: - id: '1' repository: @@ -29552,7 +29543,7 @@ paths: type: integer custom_roles: type: array - items: &321 + items: &320 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -29600,7 +29591,7 @@ paths: - created_at - updated_at examples: - default: &322 + default: &321 value: id: 8030 name: Security Engineer @@ -29926,7 +29917,7 @@ paths: type: array items: *151 examples: - default: &699 + default: &698 value: - property_name: environment value: production @@ -29976,7 +29967,7 @@ paths: required: - properties examples: - default: &700 + default: &699 value: properties: - property_name: environment @@ -30152,15 +30143,14 @@ paths: - *196 - *247 - *197 - - *248 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *249 + schema: *248 examples: - default: *250 + default: *249 '400': *14 '403': *29 '500': *40 @@ -30196,7 +30186,7 @@ paths: description: Response content: application/json: - schema: &251 + schema: &250 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -30529,7 +30519,7 @@ paths: - updated_at - archived_at examples: - default-response: &252 + default-response: &251 value: login: github id: 1 @@ -30854,17 +30844,17 @@ paths: description: Response content: application/json: - schema: *251 + schema: *250 examples: - default: *252 + default: *251 '422': description: Validation failed content: application/json: schema: oneOf: + - *252 - *253 - - *254 '409': *114 x-github: githubCloudOnly: false @@ -30919,9 +30909,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *254 examples: - default: *256 + default: *255 headers: Link: *43 x-github: @@ -30962,7 +30952,7 @@ paths: type: integer repository_cache_usages: type: array - items: &484 + items: &483 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -31037,7 +31027,7 @@ paths: type: array items: *44 examples: - default: *257 + default: *256 headers: Link: *43 x-github: @@ -31203,7 +31193,7 @@ paths: application/json: schema: *45 examples: - default: *258 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31295,7 +31285,7 @@ paths: application/json: schema: *48 examples: - default: *259 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31414,9 +31404,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *259 examples: - default: *261 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31452,7 +31442,7 @@ paths: type: array items: *52 examples: - default: *262 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31640,7 +31630,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &263 + schema: &262 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -31654,7 +31644,7 @@ paths: required: - include_claim_keys examples: - default: &264 + default: &263 value: include_claim_keys: - repo @@ -31681,15 +31671,15 @@ paths: required: true content: application/json: - schema: *263 + schema: *262 examples: - default: *264 + default: *263 responses: '201': description: Empty response content: application/json: - schema: &289 + schema: &288 title: Empty Object description: An object without any properties. type: object @@ -31728,7 +31718,7 @@ paths: schema: type: object properties: - enabled_repositories: &266 + enabled_repositories: &265 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -31742,7 +31732,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *56 - selected_actions_url: *265 + selected_actions_url: *264 sha_pinning_required: *57 required: - enabled_repositories @@ -31784,7 +31774,7 @@ paths: schema: type: object properties: - enabled_repositories: *266 + enabled_repositories: *265 allowed_actions: *56 sha_pinning_required: *57 required: @@ -31820,7 +31810,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: response: summary: Example response @@ -31851,7 +31841,7 @@ paths: required: true content: application/json: - schema: *268 + schema: *267 examples: application/json: value: @@ -31889,7 +31879,7 @@ paths: application/json: schema: *58 examples: - default: *269 + default: *268 '404': *6 x-github: enabledForGitHubApps: true @@ -31946,7 +31936,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *269 examples: default: *59 '403': *29 @@ -31971,7 +31961,7 @@ paths: required: true content: application/json: - schema: *271 + schema: *270 examples: default: *59 responses: @@ -32023,7 +32013,7 @@ paths: type: array items: *74 examples: - default: &273 + default: &272 value: total_count: 1 repositories: @@ -32208,7 +32198,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *83 - - &272 + - &271 name: repository_id description: The unique identifier of the repository. in: path @@ -32237,7 +32227,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *83 - - *272 + - *271 responses: '204': description: Response @@ -32433,7 +32423,7 @@ paths: type: array items: *74 examples: - default: *273 + default: *272 '403': *29 '404': *6 x-github: @@ -32502,7 +32492,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: - *83 - - *272 + - *271 responses: '204': description: No content @@ -32529,7 +32519,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: - *83 - - *272 + - *271 responses: '204': description: No content @@ -32563,7 +32553,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *273 examples: default: *65 x-github: @@ -32597,7 +32587,7 @@ paths: required: false content: application/json: - schema: *275 + schema: *274 examples: default: *65 x-github: @@ -32644,7 +32634,7 @@ paths: type: number runner_groups: type: array - items: &276 + items: &275 type: object properties: id: @@ -32832,9 +32822,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: - default: &277 + default: &276 value: id: 2 name: octo-runner-group @@ -32876,7 +32866,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: default: value: @@ -32967,9 +32957,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: - default: *277 + default: *276 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -33033,7 +33023,7 @@ paths: type: array items: *44 examples: - default: *257 + default: *256 headers: Link: *43 x-github: @@ -33074,9 +33064,9 @@ paths: type: number repositories: type: array - items: *278 + items: *277 examples: - default: &815 + default: &814 value: total_count: 1 repositories: @@ -33375,7 +33365,7 @@ paths: parameters: - *83 - *68 - - *272 + - *271 responses: '204': description: Response @@ -33399,7 +33389,7 @@ paths: parameters: - *83 - *68 - - *272 + - *271 responses: '204': description: Response @@ -33617,9 +33607,9 @@ paths: application/json: schema: type: array - items: *279 + items: *278 examples: - default: *280 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33684,7 +33674,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *281 + '201': *280 '404': *6 '422': *7 '409': *114 @@ -33723,7 +33713,7 @@ paths: application/json: schema: *75 examples: - default: *282 + default: *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33759,7 +33749,7 @@ paths: application/json: schema: *75 examples: - default: *283 + default: *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33790,7 +33780,7 @@ paths: application/json: schema: *72 examples: - default: *284 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33965,7 +33955,7 @@ paths: - *83 - *71 responses: - '200': *285 + '200': *284 '404': *6 x-github: githubCloudOnly: false @@ -33994,7 +33984,7 @@ paths: parameters: - *83 - *71 - - *286 + - *285 responses: '200': *77 '404': *6 @@ -34039,7 +34029,7 @@ paths: type: integer secrets: type: array - items: &287 + items: &286 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -34118,7 +34108,7 @@ paths: description: Response content: application/json: - schema: &504 + schema: &503 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -34147,7 +34137,7 @@ paths: - key_id - key examples: - default: &505 + default: &504 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34173,7 +34163,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *83 - - &288 + - &287 name: secret_name description: The name of the secret. in: path @@ -34185,7 +34175,7 @@ paths: description: Response content: application/json: - schema: *287 + schema: *286 examples: default: value: @@ -34216,7 +34206,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -34273,7 +34263,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -34300,7 +34290,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -34327,7 +34317,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 - *19 - *17 responses: @@ -34345,9 +34335,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: &292 + default: &291 value: total_count: 1 repositories: @@ -34440,7 +34430,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -34493,7 +34483,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -34527,7 +34517,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -34560,7 +34550,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *83 - - &489 + - &488 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)." @@ -34584,7 +34574,7 @@ paths: type: integer variables: type: array - items: &290 + items: &289 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -34717,7 +34707,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -34743,7 +34733,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *83 - - &291 + - &290 name: name description: The name of the variable. in: path @@ -34755,7 +34745,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *289 examples: default: value: @@ -34786,7 +34776,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *83 - - *291 + - *290 requestBody: required: true content: @@ -34849,7 +34839,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *83 - - *291 + - *290 responses: '204': description: Response @@ -34876,7 +34866,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *83 - - *291 + - *290 - *19 - *17 responses: @@ -34894,9 +34884,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 '409': description: Response when the visibility of the variable is not set to `selected` @@ -34923,7 +34913,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *83 - - *291 + - *290 requestBody: required: true content: @@ -34973,7 +34963,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *83 - - *291 + - *290 - name: repository_id in: path required: true @@ -35008,7 +34998,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *83 - - *291 + - *290 - name: repository_id in: path required: true @@ -35066,7 +35056,7 @@ paths: required: true content: application/json: - schema: *293 + schema: *292 examples: default: *81 parameters: @@ -35358,12 +35348,12 @@ paths: required: - subject_digests examples: - default: &843 + default: &842 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &844 + withPredicateType: &843 value: subject_digests: - sha256:abc123 @@ -35421,7 +35411,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &845 + default: &844 value: attestations_subject_digests: - sha256:abc: @@ -35770,7 +35760,7 @@ paths: initiator: type: string examples: - default: &518 + default: &517 value: attestations: - bundle: @@ -35896,10 +35886,10 @@ paths: required: false schema: type: string + - *293 - *294 - *295 - *296 - - *297 - *17 responses: '200': @@ -35908,9 +35898,9 @@ paths: application/json: schema: type: array - items: *298 + items: *297 examples: - default: *299 + default: *298 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -36033,7 +36023,7 @@ paths: subcategory: bypass-requests parameters: - *83 - - &302 + - &301 name: repository_name description: The name of the repository to filter on. in: query @@ -36052,9 +36042,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '500': *40 "/orgs/{org}/bypass-requests/secret-scanning": @@ -36078,7 +36068,7 @@ paths: subcategory: delegated-bypass parameters: - *83 - - *302 + - *301 - *99 - *100 - *101 @@ -36092,9 +36082,9 @@ paths: application/json: schema: type: array - items: *303 + items: *302 examples: - default: *304 + default: *303 '404': *6 '500': *40 "/orgs/{org}/campaigns": @@ -36121,7 +36111,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &306 + schema: &305 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -36147,7 +36137,7 @@ paths: application/json: schema: type: array - items: &307 + items: &306 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -36178,7 +36168,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *305 + items: *304 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -36196,7 +36186,7 @@ paths: type: string format: date-time nullable: true - state: *306 + state: *305 contact_link: description: The contact link of the campaign. type: string @@ -36416,9 +36406,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: - default: &308 + default: &307 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -36501,9 +36491,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: - default: *308 + default: *307 '404': *6 '422': description: Unprocessable Entity @@ -36580,7 +36570,7 @@ paths: type: string format: uri nullable: true - state: *306 + state: *305 examples: default: value: @@ -36590,9 +36580,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: - default: *308 + default: *307 '400': description: Bad Request content: @@ -36659,8 +36649,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *83 + - *308 - *309 - - *310 - *104 - *105 - *19 @@ -36671,7 +36661,7 @@ paths: be returned. in: query required: false - schema: *311 + schema: *310 - name: sort description: The property by which to sort the results. in: query @@ -36687,7 +36677,7 @@ paths: be returned. in: query required: false - schema: &545 + schema: &544 type: string description: Severity of a code scanning alert. enum: @@ -36705,9 +36695,9 @@ paths: application/json: schema: type: array - items: *312 + items: *311 examples: - default: *313 + default: *312 headers: Link: *43 '404': *6 @@ -36922,7 +36912,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *314 + code_scanning_options: *313 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -37065,7 +37055,7 @@ paths: application/json: schema: *110 examples: - default: *315 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37093,9 +37083,9 @@ paths: description: Response content: application/json: - schema: *316 + schema: *315 examples: - default: *317 + default: *316 '304': *37 '403': *29 '404': *6 @@ -37182,7 +37172,7 @@ paths: application/json: schema: *110 examples: - default: *315 + default: *314 '304': *37 '403': *29 '404': *6 @@ -37604,7 +37594,7 @@ paths: default: value: default_for_new_repos: all - configuration: *315 + configuration: *314 '403': *29 '404': *6 x-github: @@ -37657,13 +37647,13 @@ paths: application/json: schema: type: array - items: *318 + items: *317 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *319 + repository: *318 '403': *29 '404': *6 x-github: @@ -37703,7 +37693,7 @@ paths: type: integer codespaces: type: array - items: &367 + items: &366 type: object title: Codespace description: A codespace. @@ -37728,12 +37718,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *278 + repository: *277 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &574 + properties: &573 name: type: string description: The name of the machine. @@ -37775,7 +37765,7 @@ paths: - ready - in_progress nullable: true - required: &575 + required: &574 - name - display_name - operating_system @@ -37980,7 +37970,7 @@ paths: - pulls_url - recent_folders examples: - default: &368 + default: &367 value: total_count: 3 codespaces: @@ -38604,7 +38594,7 @@ paths: type: integer secrets: type: array - items: &320 + items: &319 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -38643,7 +38633,7 @@ paths: - updated_at - visibility examples: - default: &576 + default: &575 value: total_count: 2 secrets: @@ -38681,7 +38671,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &576 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -38710,7 +38700,7 @@ paths: - key_id - key examples: - default: &578 + default: &577 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -38734,15 +38724,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *320 + schema: *319 examples: - default: &580 + default: &579 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -38770,7 +38760,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -38825,7 +38815,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -38852,7 +38842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -38878,7 +38868,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 - *19 - *17 responses: @@ -38896,9 +38886,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 '404': *6 x-github: githubCloudOnly: false @@ -38921,7 +38911,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -38972,7 +38962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -39006,7 +38996,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -39813,7 +39803,7 @@ paths: type: integer custom_roles: type: array - items: *321 + items: *320 examples: default: value: @@ -39905,7 +39895,7 @@ paths: required: true content: application/json: - schema: &323 + schema: &322 type: object properties: name: @@ -39946,9 +39936,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -39979,9 +39969,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '404': *6 x-github: githubCloudOnly: true @@ -40009,7 +39999,7 @@ paths: required: true content: application/json: - schema: &324 + schema: &323 type: object properties: name: @@ -40047,9 +40037,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -40107,7 +40097,7 @@ paths: required: true content: application/json: - schema: *323 + schema: *322 examples: default: value: @@ -40121,9 +40111,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -40160,9 +40150,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '404': *6 x-github: githubCloudOnly: true @@ -40196,7 +40186,7 @@ paths: required: true content: application/json: - schema: *324 + schema: *323 examples: default: value: @@ -40211,9 +40201,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -40273,11 +40263,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *83 + - *324 - *325 - *326 - *327 - *328 - - *329 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -40315,8 +40305,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *329 - *330 - - *331 - *106 - *104 - *105 @@ -40328,9 +40318,9 @@ paths: application/json: schema: type: array - items: *332 + items: *331 examples: - default: *333 + default: *332 '304': *37 '400': *14 '403': *29 @@ -40374,7 +40364,7 @@ paths: type: integer secrets: type: array - items: &334 + items: &333 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -40451,7 +40441,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &605 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -40468,7 +40458,7 @@ paths: - key_id - key examples: - default: &607 + default: &606 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -40492,13 +40482,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *334 + schema: *333 examples: default: value: @@ -40527,7 +40517,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -40586,7 +40576,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -40611,7 +40601,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -40636,7 +40626,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 - *19 - *17 responses: @@ -40654,9 +40644,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40678,7 +40668,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -40729,7 +40719,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -40761,7 +40751,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -40798,7 +40788,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *83 - - &615 + - &614 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -40806,7 +40796,7 @@ paths: required: false schema: type: string - - &616 + - &615 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -40814,7 +40804,7 @@ paths: required: false schema: type: string - - &617 + - &616 name: time_period description: |- The time period to filter by. @@ -40830,7 +40820,7 @@ paths: - week - month default: month - - &618 + - &617 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -40845,7 +40835,7 @@ paths: - denied - all default: all - - *302 + - *301 - *17 - *19 responses: @@ -40855,7 +40845,7 @@ paths: application/json: schema: type: array - items: &619 + items: &618 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -41011,7 +41001,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &620 + default: &619 value: - id: 21 number: 42 @@ -41098,11 +41088,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *83 - - *302 + - *301 - *99 - *100 - *101 - - &621 + - &620 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -41128,7 +41118,7 @@ paths: application/json: schema: type: array - items: &622 + items: &621 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -41249,7 +41239,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &623 + default: &622 value: - id: 21 number: 42 @@ -41337,7 +41327,7 @@ paths: application/json: schema: type: array - items: &378 + items: &377 title: Package description: A software package type: object @@ -41387,8 +41377,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *335 - required: *336 + properties: *334 + required: *335 nullable: true created_at: type: string @@ -41407,7 +41397,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &378 value: - id: 197 name: hello_docker @@ -41594,7 +41584,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &459 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -41675,7 +41665,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &461 + default: &460 value: group_id: '123' group_name: Octocat admins @@ -41730,7 +41720,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &457 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -41767,7 +41757,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &459 + default: &458 value: groups: - group_id: '123' @@ -41811,7 +41801,7 @@ paths: application/json: schema: type: array - items: &359 + items: &358 title: Organization Invitation description: Organization Invitation type: object @@ -41858,7 +41848,7 @@ paths: - invitation_teams_url - node_id examples: - default: &360 + default: &359 value: - id: 1 login: monalisa @@ -41925,7 +41915,7 @@ paths: application/json: schema: type: array - items: &412 + items: &411 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -41939,7 +41929,7 @@ paths: - name - description examples: - default: &413 + default: &412 value: - name: add_assignee description: Assign or remove a user @@ -41980,7 +41970,7 @@ paths: application/json: schema: type: array - items: &337 + items: &336 title: Org Hook description: Org Hook type: object @@ -42149,9 +42139,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *336 examples: - default: &338 + default: &337 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -42196,7 +42186,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *83 - - &339 + - &338 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. @@ -42209,9 +42199,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *336 examples: - default: *338 + default: *337 '404': *6 x-github: githubCloudOnly: false @@ -42233,7 +42223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *83 - - *339 + - *338 requestBody: required: false content: @@ -42278,7 +42268,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *336 examples: default: value: @@ -42318,7 +42308,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *83 - - *339 + - *338 responses: '204': description: Response @@ -42344,7 +42334,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *83 - - *339 + - *338 responses: '200': description: Response @@ -42373,7 +42363,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *83 - - *339 + - *338 requestBody: required: false content: @@ -42422,9 +42412,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *83 - - *339 + - *338 - *17 - - *340 + - *339 responses: '200': description: Response @@ -42432,9 +42422,9 @@ paths: application/json: schema: type: array - items: *341 + items: *340 examples: - default: *342 + default: *341 '400': *14 '422': *15 x-github: @@ -42458,16 +42448,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *83 - - *339 + - *338 - *16 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 '400': *14 '422': *15 x-github: @@ -42491,7 +42481,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *83 - - *339 + - *338 - *16 responses: '202': *39 @@ -42518,7 +42508,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *83 - - *339 + - *338 responses: '204': description: Response @@ -42541,7 +42531,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *83 - - &349 + - &348 name: actor_type in: path description: The type of the actor @@ -42554,14 +42544,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &350 + - &349 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &345 + - &344 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`.' @@ -42569,7 +42559,7 @@ paths: required: true schema: type: string - - &346 + - &345 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) @@ -42663,12 +42653,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *83 + - *344 - *345 - - *346 - *19 - *17 - *106 - - &355 + - &354 name: sort description: The property to sort the results by. in: query @@ -42747,14 +42737,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *83 + - *344 - *345 - - *346 responses: '200': description: Response content: application/json: - schema: &347 + schema: &346 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -42770,7 +42760,7 @@ paths: type: integer format: int64 examples: - default: &348 + default: &347 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -42791,23 +42781,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *83 - - &351 + - &350 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *344 - *345 - - *346 responses: '200': description: Response content: application/json: - schema: *347 + schema: *346 examples: - default: *348 + default: *347 x-github: enabledForGitHubApps: true category: orgs @@ -42826,18 +42816,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *83 + - *344 - *345 - - *346 + - *348 - *349 - - *350 responses: '200': description: Response content: application/json: - schema: *347 + schema: *346 examples: - default: *348 + default: *347 x-github: enabledForGitHubApps: true category: orgs @@ -42855,9 +42845,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *83 + - *344 - *345 - - *346 - - &352 + - &351 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -42870,7 +42860,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &352 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -42886,7 +42876,7 @@ paths: type: integer format: int64 examples: - default: &354 + default: &353 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -42923,18 +42913,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *83 - - *351 + - *350 + - *344 - *345 - - *346 - - *352 + - *351 responses: '200': description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *354 + default: *353 x-github: enabledForGitHubApps: true category: orgs @@ -42952,19 +42942,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *83 + - *348 - *349 - - *350 + - *344 - *345 - - *346 - - *352 + - *351 responses: '200': description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *354 + default: *353 x-github: enabledForGitHubApps: true category: orgs @@ -42982,13 +42972,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *83 - - *351 + - *350 + - *344 - *345 - - *346 - *19 - *17 - *106 - - *355 + - *354 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -43069,7 +43059,7 @@ paths: application/json: schema: *22 examples: - default: &654 + default: &653 value: id: 1 account: @@ -43235,12 +43225,12 @@ paths: application/json: schema: anyOf: - - &357 + - &356 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &356 + limit: &355 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -43265,7 +43255,7 @@ paths: properties: {} additionalProperties: false examples: - default: &358 + default: &357 value: limit: collaborators_only origin: organization @@ -43294,13 +43284,13 @@ paths: required: true content: application/json: - schema: &655 + schema: &654 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *356 + limit: *355 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -43324,9 +43314,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: - default: *358 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -43404,9 +43394,9 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: - default: *360 + default: *359 headers: Link: *43 '404': *6 @@ -43484,7 +43474,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -43541,7 +43531,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *83 - - &361 + - &360 name: invitation_id description: The unique identifier of the invitation. in: path @@ -43575,7 +43565,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *83 - - *361 + - *360 - *17 - *19 responses: @@ -43585,9 +43575,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: &377 + default: &376 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -43630,7 +43620,7 @@ paths: application/json: schema: type: array - items: *362 + items: *361 examples: default: value: @@ -43715,9 +43705,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: &363 + default: &362 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -43750,7 +43740,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *83 - - &364 + - &363 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -43803,9 +43793,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: *363 + default: *362 '404': *6 '422': *7 x-github: @@ -43830,7 +43820,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *83 - - *364 + - *363 responses: '204': description: Response @@ -43893,7 +43883,7 @@ paths: - closed - all default: open - - *365 + - *364 - name: type description: Can be the name of an issue type. in: query @@ -43924,7 +43914,7 @@ paths: type: array items: *223 examples: - default: *366 + default: *365 headers: Link: *43 '404': *6 @@ -44083,9 +44073,9 @@ paths: type: integer codespaces: type: array - items: *367 + items: *366 examples: - default: *368 + default: *367 '304': *37 '500': *40 '401': *25 @@ -44112,7 +44102,7 @@ paths: parameters: - *83 - *138 - - &369 + - &368 name: codespace_name in: path required: true @@ -44147,15 +44137,15 @@ paths: parameters: - *83 - *138 - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: &573 + default: &572 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -44411,7 +44401,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &369 title: Org Membership description: Org Membership type: object @@ -44478,7 +44468,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &371 + response-if-user-has-an-active-admin-membership-with-organization: &370 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -44575,9 +44565,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: - response-if-user-already-had-membership-with-organization: *371 + response-if-user-already-had-membership-with-organization: *370 '422': *15 '403': *29 x-github: @@ -44648,7 +44638,7 @@ paths: application/json: schema: type: array - items: &372 + items: &371 title: Migration description: A migration. type: object @@ -44977,7 +44967,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -45156,7 +45146,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *83 - - &373 + - &372 name: migration_id description: The unique identifier of the migration. in: path @@ -45183,7 +45173,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -45353,7 +45343,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *83 - - *373 + - *372 responses: '302': description: Response @@ -45375,7 +45365,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *83 - - *373 + - *372 responses: '204': description: Response @@ -45399,8 +45389,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *83 - - *373 - - &828 + - *372 + - &827 name: repo_name description: repo_name parameter in: path @@ -45428,7 +45418,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *83 - - *373 + - *372 - *17 - *19 responses: @@ -45438,9 +45428,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: &384 + default: &383 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -45649,7 +45639,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &374 + items: &373 title: Organization Role description: Organization roles type: object @@ -45856,7 +45846,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *373 examples: default: value: @@ -46086,7 +46076,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *373 examples: default: value: @@ -46183,7 +46173,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *373 examples: default: value: @@ -46341,8 +46331,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *375 - required: *376 + properties: *374 + required: *375 nullable: true type: description: The ownership type of the team @@ -46374,7 +46364,7 @@ paths: - type - parent examples: - default: *377 + default: *376 headers: Link: *43 '404': @@ -46432,13 +46422,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &432 + items: &431 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *375 - required: *376 + properties: *374 + required: *375 name: nullable: true type: string @@ -46726,7 +46716,7 @@ paths: - nuget - container - *83 - - &829 + - &828 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -46762,12 +46752,12 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *379 + default: *378 '403': *29 '401': *25 - '400': &831 + '400': &830 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -46789,7 +46779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &380 + - &379 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 @@ -46807,7 +46797,7 @@ paths: - docker - nuget - container - - &381 + - &380 name: package_name description: The name of the package. in: path @@ -46820,7 +46810,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *377 examples: default: value: @@ -46872,8 +46862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *379 - *380 - - *381 - *83 responses: '204': @@ -46906,8 +46896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *379 - *380 - - *381 - *83 - name: token description: package token @@ -46940,8 +46930,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: + - *379 - *380 - - *381 - *83 - *19 - *17 @@ -46962,7 +46952,7 @@ paths: application/json: schema: type: array - items: &382 + items: &381 title: Package Version description: A version of a software package type: object @@ -47087,10 +47077,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: + - *379 - *380 - - *381 - *83 - - &383 + - &382 name: package_version_id description: Unique identifier of the package version. in: path @@ -47102,7 +47092,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *381 examples: default: value: @@ -47138,10 +47128,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *379 - *380 - - *381 - *83 - - *383 + - *382 responses: '204': description: Response @@ -47173,10 +47163,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *379 - *380 - - *381 - *83 - - *383 + - *382 responses: '204': description: Response @@ -47206,7 +47196,7 @@ paths: - *83 - *17 - *19 - - &385 + - &384 name: sort description: The property by which to sort the results. in: query @@ -47217,7 +47207,7 @@ paths: - created_at default: created_at - *106 - - &386 + - &385 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -47228,7 +47218,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &387 + - &386 name: repository description: The name of the repository to use to filter the results. in: query @@ -47236,7 +47226,7 @@ paths: schema: type: string example: Hello-World - - &388 + - &387 name: permission description: The permission to use to filter the results. in: query @@ -47244,7 +47234,7 @@ paths: schema: type: string example: issues_read - - &389 + - &388 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) @@ -47254,7 +47244,7 @@ paths: schema: type: string format: date-time - - &390 + - &389 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) @@ -47264,7 +47254,7 @@ paths: schema: type: string format: date-time - - &391 + - &390 name: token_id description: The ID of the token in: query @@ -47575,9 +47565,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -47603,14 +47593,14 @@ paths: - *83 - *17 - *19 - - *385 + - *384 - *106 + - *385 - *386 - *387 - *388 - *389 - *390 - - *391 responses: '500': *40 '422': *15 @@ -47890,9 +47880,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -47934,7 +47924,7 @@ paths: type: integer configurations: type: array - items: &392 + items: &391 title: Organization private registry description: Private registry configuration for an organization type: object @@ -48187,7 +48177,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &393 + org-private-registry-with-selected-visibility: &392 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -48277,15 +48267,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *83 - - *288 + - *287 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *392 + schema: *391 examples: - default: *393 + default: *392 '404': *6 x-github: githubCloudOnly: false @@ -48307,7 +48297,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -48403,7 +48393,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -48449,7 +48439,7 @@ paths: application/json: schema: type: array - items: &394 + items: &393 title: Project description: Projects are a way to organize columns and cards of work. @@ -48622,7 +48612,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: default: value: @@ -48660,7 +48650,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &476 + '410': &475 description: Gone content: application/json: @@ -48703,7 +48693,7 @@ paths: application/json: schema: type: array - items: &395 + items: &394 title: Projects v2 Project description: A projects v2 project type: object @@ -48773,7 +48763,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &907 + properties: &906 id: type: number description: The unique identifier of the status update. @@ -48821,7 +48811,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &908 + required: &907 - id - node_id - created_at @@ -48846,7 +48836,7 @@ paths: - deleted_at - deleted_by examples: - default: &396 + default: &395 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -48949,7 +48939,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &397 + - &396 name: project_number description: The project's number. in: path @@ -48962,9 +48952,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *394 examples: - default: *396 + default: *395 headers: Link: *43 '304': *37 @@ -48986,7 +48976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *397 + - *396 - *83 - *17 - *104 @@ -48998,7 +48988,7 @@ paths: application/json: schema: type: array - items: &398 + items: &397 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -49145,7 +49135,7 @@ paths: - updated_at - project_url examples: - default: &399 + default: &398 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -49188,8 +49178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *397 - - &848 + - *396 + - &847 name: field_id description: The unique identifier of the field. in: path @@ -49202,9 +49192,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *43 '304': *37 @@ -49227,7 +49217,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: - - *397 + - *396 - *83 - 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) @@ -49260,7 +49250,7 @@ paths: application/json: schema: type: array - items: &405 + items: &404 title: Projects v2 Item description: An item belonging to a project type: object @@ -49276,7 +49266,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: &403 + content_type: &402 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -49326,7 +49316,7 @@ paths: - updated_at - archived_at examples: - default: &406 + default: &405 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -50021,7 +50011,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *83 - - *397 + - *396 requestBody: required: true description: Details of the item to add to the project. @@ -50058,7 +50048,7 @@ paths: description: Response content: application/json: - schema: &849 + schema: &848 title: Projects v2 Item description: An item belonging to a project type: object @@ -50072,7 +50062,7 @@ paths: content: oneOf: - *223 - - &588 + - &587 title: Pull Request Simple description: Pull Request Simple type: object @@ -50178,8 +50168,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 nullable: true active_lock_reason: type: string @@ -50224,7 +50214,7 @@ paths: nullable: true requested_teams: type: array - items: *305 + items: *304 nullable: true head: type: object @@ -50275,7 +50265,7 @@ paths: _links: type: object properties: - comments: &402 + comments: &401 title: Link description: Hypermedia Link type: object @@ -50284,13 +50274,13 @@ paths: type: string required: - href - commits: *402 - statuses: *402 - html: *402 - issue: *402 - review_comments: *402 - review_comment: *402 - self: *402 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -50301,7 +50291,7 @@ paths: - review_comment - self author_association: *210 - auto_merge: &702 + auto_merge: &701 title: Auto merge description: The status of auto merging a pull request. type: object @@ -50403,7 +50393,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: *403 + content_type: *402 creator: *4 created_at: type: string @@ -50436,7 +50426,7 @@ paths: - updated_at - archived_at examples: - issue: &404 + issue: &403 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -50491,7 +50481,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: *404 + pull_request: *403 '304': *37 '403': *29 '401': *25 @@ -50511,9 +50501,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: - - *397 + - *396 - *83 - - &407 + - &406 name: item_id description: The unique identifier of the project item. in: path @@ -50539,9 +50529,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - default: *406 + default: *405 headers: Link: *43 '304': *37 @@ -50562,9 +50552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *397 + - *396 - *83 - - *407 + - *406 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -50634,13 +50624,13 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - text_field: *406 - number_field: *406 - date_field: *406 - single_select_field: *406 - iteration_field: *406 + text_field: *405 + number_field: *405 + date_field: *405 + single_select_field: *405 + iteration_field: *405 '401': *25 '403': *29 '404': *6 @@ -50660,9 +50650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *397 + - *396 - *83 - - *407 + - *406 responses: '204': description: Response @@ -50825,7 +50815,7 @@ paths: required: true content: application/json: - schema: *408 + schema: *407 examples: default: value: @@ -51188,9 +51178,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -51393,7 +51383,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &477 title: Full Repository description: Full Repository type: object @@ -51670,8 +51660,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *409 - required: *410 + properties: *408 + required: *409 nullable: true temp_clone_token: type: string @@ -51786,7 +51776,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &593 + properties: &592 url: type: string format: uri @@ -51802,12 +51792,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &594 + required: &593 - url - key - name - html_url - security_and_analysis: *411 + security_and_analysis: *410 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -51891,7 +51881,7 @@ paths: - network_count - subscribers_count examples: - default: &480 + default: &479 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -52417,9 +52407,9 @@ paths: application/json: schema: type: array - items: *412 + items: *411 examples: - default: *413 + default: *412 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -52444,7 +52434,7 @@ paths: - *83 - *17 - *19 - - &725 + - &724 name: targets description: | A comma-separated list of rule targets to filter by. @@ -52535,11 +52525,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *164 - conditions: *414 + conditions: *413 rules: type: array description: An array of rules within the ruleset. - items: &416 + items: &415 title: Repository Rule type: object description: A repository rule. @@ -52603,7 +52593,7 @@ paths: application/json: schema: *185 examples: - default: &415 + default: &414 value: id: 21 name: super cool ruleset @@ -52658,7 +52648,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *83 - - &727 + - &726 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 @@ -52668,16 +52658,16 @@ paths: schema: type: string x-multi-segment: true - - *302 + - *301 - *101 - - &728 + - &727 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 - - &729 + - &728 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52697,7 +52687,7 @@ paths: description: Response content: application/json: - schema: &730 + schema: &729 title: Rule Suites description: Response type: array @@ -52752,7 +52742,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &731 + default: &730 value: - id: 21 actor_id: 12 @@ -52796,7 +52786,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *83 - - &732 + - &731 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52812,7 +52802,7 @@ paths: description: Response content: application/json: - schema: &733 + schema: &732 title: Rule Suite description: Response type: object @@ -52911,7 +52901,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &734 + default: &733 value: id: 21 actor_id: 12 @@ -52986,7 +52976,7 @@ paths: application/json: schema: *185 examples: - default: *415 + default: *414 '404': *6 '500': *40 put: @@ -53035,11 +53025,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *164 - conditions: *414 + conditions: *413 rules: description: An array of rules within the ruleset. type: array - items: *416 + items: *415 examples: default: value: @@ -53076,7 +53066,7 @@ paths: application/json: schema: *185 examples: - default: *415 + default: *414 '404': *6 '500': *40 delete: @@ -53135,7 +53125,7 @@ paths: type: array items: *189 examples: - default: *417 + default: *416 '404': *6 '500': *40 x-github: @@ -53172,7 +53162,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *417 examples: default: value: @@ -53235,14 +53225,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *83 + - *418 - *419 - *420 - *421 - - *422 - *106 - *19 - *17 - - &736 + - &735 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 @@ -53252,7 +53242,7 @@ paths: required: false schema: type: string - - &737 + - &736 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 @@ -53262,10 +53252,10 @@ paths: required: false schema: type: string + - *422 - *423 - *424 - *425 - - *426 responses: '200': description: Response @@ -53273,9 +53263,9 @@ paths: application/json: schema: type: array - items: *427 + items: *426 examples: - default: *428 + default: *427 headers: Link: *43 '404': *6 @@ -53310,9 +53300,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *428 examples: - default: *430 + default: *429 '403': *29 '404': *6 patch: @@ -53465,7 +53455,7 @@ paths: application/json: schema: type: array - items: &758 + items: &757 description: A repository security advisory. type: object properties: @@ -53685,7 +53675,7 @@ paths: login: type: string description: The username of the user credited. - type: *431 + type: *430 credits_detailed: type: array nullable: true @@ -53695,7 +53685,7 @@ paths: type: object properties: user: *4 - type: *431 + type: *430 state: type: string description: The state of the user's acceptance of the @@ -53719,7 +53709,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *305 + items: *304 private_fork: readOnly: true nullable: true @@ -53756,7 +53746,7 @@ paths: - private_fork additionalProperties: false examples: - default: &759 + default: &758 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -54143,9 +54133,9 @@ paths: application/json: schema: type: array - items: *432 + items: *431 examples: - default: *377 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54230,9 +54220,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54257,7 +54247,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *83 - - *435 + - *434 - *17 - *19 responses: @@ -54265,9 +54255,9 @@ paths: description: Success content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -54295,9 +54285,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - default: *439 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54325,9 +54315,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *439 examples: - default: *441 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54471,9 +54461,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54542,7 +54532,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *83 - - *272 + - *271 responses: '204': description: Response @@ -54565,7 +54555,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *83 - - *272 + - *271 responses: '204': description: Response @@ -54608,7 +54598,7 @@ paths: type: array items: *143 examples: - default: *442 + default: *441 headers: Link: *43 x-github: @@ -54809,15 +54799,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: - *83 - - *443 + - *442 responses: '200': description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *445 + default: *444 headers: Link: *43 x-github: @@ -54855,7 +54845,7 @@ paths: description: Response content: application/json: - schema: &467 + schema: &466 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -54901,7 +54891,7 @@ paths: type: string nullable: true examples: - default: &468 + default: &467 value: groups: - group_id: '123' @@ -55013,9 +55003,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 headers: Link: *43 '403': *29 @@ -55109,7 +55099,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &445 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -55172,8 +55162,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *375 - required: *376 + properties: *374 + required: *375 nullable: true members_count: type: integer @@ -55436,7 +55426,7 @@ paths: - repos_count - organization examples: - default: &447 + default: &446 value: id: 1 node_id: MDQ6VGVhbTE= @@ -55513,9 +55503,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 x-github: githubCloudOnly: false @@ -55599,16 +55589,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '201': description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 '422': *15 '403': *29 @@ -55678,7 +55668,7 @@ paths: application/json: schema: type: array - items: &448 + items: &447 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -55777,7 +55767,7 @@ paths: - updated_at - url examples: - default: &802 + default: &801 value: - author: login: octocat @@ -55886,9 +55876,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: &449 + default: &448 value: author: login: octocat @@ -55962,7 +55952,7 @@ paths: parameters: - *83 - *206 - - &450 + - &449 name: discussion_number description: The number that identifies the discussion. in: path @@ -55974,9 +55964,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56000,7 +55990,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 requestBody: required: false content: @@ -56023,9 +56013,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: &803 + default: &802 value: author: login: octocat @@ -56097,7 +56087,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 responses: '204': description: Response @@ -56125,7 +56115,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 - *106 - *17 - *19 @@ -56136,7 +56126,7 @@ paths: application/json: schema: type: array - items: &451 + items: &450 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -56208,7 +56198,7 @@ paths: - updated_at - url examples: - default: &804 + default: &803 value: - author: login: octocat @@ -56278,7 +56268,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 requestBody: required: true content: @@ -56300,9 +56290,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: &452 + default: &451 value: author: login: octocat @@ -56370,8 +56360,8 @@ paths: parameters: - *83 - *206 - - *450 - - &453 + - *449 + - &452 name: comment_number description: The number that identifies the comment. in: path @@ -56383,9 +56373,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *452 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56409,8 +56399,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 requestBody: required: true content: @@ -56432,9 +56422,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: &805 + default: &804 value: author: login: octocat @@ -56500,8 +56490,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 responses: '204': description: Response @@ -56529,8 +56519,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 - 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. @@ -56556,7 +56546,7 @@ paths: application/json: schema: type: array - items: &454 + items: &453 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -56599,7 +56589,7 @@ paths: - content - created_at examples: - default: &456 + default: &455 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -56651,8 +56641,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 requestBody: required: true content: @@ -56685,9 +56675,9 @@ paths: team discussion comment content: application/json: - schema: *454 + schema: *453 examples: - default: &455 + default: &454 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -56716,9 +56706,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56743,9 +56733,9 @@ paths: parameters: - *83 - *206 - - *450 - - *453 - - &457 + - *449 + - *452 + - &456 name: reaction_id description: The unique identifier of the reaction. in: path @@ -56779,7 +56769,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 - 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. @@ -56805,9 +56795,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 x-github: @@ -56835,7 +56825,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 requestBody: required: true content: @@ -56867,16 +56857,16 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56901,8 +56891,8 @@ paths: parameters: - *83 - *206 - - *450 - - *457 + - *449 + - *456 responses: '204': description: Response @@ -56932,9 +56922,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *457 examples: - default: *459 + default: *458 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -56977,9 +56967,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *461 + default: *460 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -57034,9 +57024,9 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: - default: *360 + default: *359 headers: Link: *43 x-github: @@ -57120,7 +57110,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &461 title: Team Membership description: Team Membership type: object @@ -57147,7 +57137,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &806 + response-if-user-is-a-team-maintainer: &805 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -57210,9 +57200,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - response-if-users-membership-with-team-is-now-pending: &807 + response-if-users-membership-with-team-is-now-pending: &806 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -57285,7 +57275,7 @@ paths: application/json: schema: type: array - items: &463 + items: &462 title: Team Project description: A team's access to a project. type: object @@ -57353,7 +57343,7 @@ paths: - updated_at - permissions examples: - default: &808 + default: &807 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -57418,7 +57408,7 @@ paths: parameters: - *83 - *206 - - &464 + - &463 name: project_id description: The unique identifier of the project. in: path @@ -57430,9 +57420,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *462 examples: - default: &809 + default: &808 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -57496,7 +57486,7 @@ paths: parameters: - *83 - *206 - - *464 + - *463 requestBody: required: false content: @@ -57564,7 +57554,7 @@ paths: parameters: - *83 - *206 - - *464 + - *463 responses: '204': description: Response @@ -57602,9 +57592,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -57635,14 +57625,14 @@ paths: parameters: - *83 - *206 + - *464 - *465 - - *466 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &810 + schema: &809 title: Team Repository description: A team's access to a repository. type: object @@ -58213,8 +58203,8 @@ paths: parameters: - *83 - *206 + - *464 - *465 - - *466 requestBody: required: false content: @@ -58261,8 +58251,8 @@ paths: parameters: - *83 - *206 + - *464 - *465 - - *466 responses: '204': description: Response @@ -58295,9 +58285,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *466 examples: - default: *468 + default: *467 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -58363,7 +58353,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *466 examples: default: value: @@ -58406,9 +58396,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - response-if-child-teams-exist: &811 + response-if-child-teams-exist: &810 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -58535,7 +58525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &469 + - &468 name: card_id description: The unique identifier of the card. in: path @@ -58547,7 +58537,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &469 title: Project Card description: Project cards represent a scope of work. type: object @@ -58614,7 +58604,7 @@ paths: - created_at - updated_at examples: - default: &471 + default: &470 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -58670,7 +58660,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *469 + - *468 requestBody: required: false content: @@ -58697,9 +58687,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: *471 + default: *470 '304': *37 '403': *29 '401': *25 @@ -58726,7 +58716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *469 + - *468 responses: '204': description: Response @@ -58770,7 +58760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *469 + - *468 requestBody: required: true content: @@ -58881,7 +58871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &472 + - &471 name: column_id description: The unique identifier of the column. in: path @@ -58893,7 +58883,7 @@ paths: description: Response content: application/json: - schema: &473 + schema: &472 title: Project Column description: Project columns contain cards of work. type: object @@ -58939,7 +58929,7 @@ paths: - created_at - updated_at examples: - default: &474 + default: &473 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -58974,7 +58964,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *472 + - *471 requestBody: required: true content: @@ -58998,9 +58988,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *472 examples: - default: *474 + default: *473 '304': *37 '403': *29 '401': *25 @@ -59025,7 +59015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *472 + - *471 responses: '204': description: Response @@ -59054,7 +59044,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *472 + - *471 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -59075,7 +59065,7 @@ paths: application/json: schema: type: array - items: *470 + items: *469 examples: default: value: @@ -59134,7 +59124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *472 + - *471 requestBody: required: true content: @@ -59174,9 +59164,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: *471 + default: *470 '304': *37 '403': *29 '401': *25 @@ -59186,8 +59176,8 @@ paths: application/json: schema: oneOf: + - *252 - *253 - - *254 '503': description: Response content: @@ -59232,7 +59222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *472 + - *471 requestBody: required: true content: @@ -59292,15 +59282,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *464 + - *463 responses: '200': description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: &475 + default: &474 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -59357,7 +59347,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *464 + - *463 requestBody: required: false content: @@ -59403,9 +59393,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: *475 + default: *474 '404': description: Not Found if the authenticated user does not have access to the project @@ -59426,7 +59416,7 @@ paths: items: type: string '401': *25 - '410': *476 + '410': *475 '422': *7 x-github: githubCloudOnly: false @@ -59449,7 +59439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *464 + - *463 responses: '204': description: Delete Success @@ -59470,7 +59460,7 @@ paths: items: type: string '401': *25 - '410': *476 + '410': *475 '404': *6 x-github: githubCloudOnly: false @@ -59494,7 +59484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *464 + - *463 - 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 @@ -59551,7 +59541,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *464 + - *463 - *138 requestBody: required: false @@ -59604,7 +59594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *464 + - *463 - *138 responses: '204': @@ -59636,7 +59626,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: - - *464 + - *463 - *138 responses: '200': @@ -59696,115 +59686,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: - - *464 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *473 - 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: *43 - '304': *37 - '403': *29 - '401': *25 - 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: - - *464 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - example: Remaining tasks - type: string - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *473 - 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': *37 - '403': *29 - '422': *7 - '401': *25 - 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 @@ -59846,7 +59727,7 @@ paths: resources: type: object properties: - core: &477 + core: &476 title: Rate Limit type: object properties: @@ -59863,21 +59744,21 @@ paths: - remaining - reset - used - graphql: *477 - search: *477 - code_search: *477 - source_import: *477 - integration_manifest: *477 - code_scanning_upload: *477 - actions_runner_registration: *477 - scim: *477 - dependency_snapshots: *477 - dependency_sbom: *477 - code_scanning_autofix: *477 + graphql: *476 + search: *476 + code_search: *476 + source_import: *476 + integration_manifest: *476 + code_scanning_upload: *476 + actions_runner_registration: *476 + scim: *476 + dependency_snapshots: *476 + dependency_sbom: *476 + code_scanning_autofix: *476 required: - core - search - rate: *477 + rate: *476 required: - rate - resources @@ -59982,14 +59863,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *478 + schema: *477 examples: default-response: summary: Default response @@ -60494,7 +60375,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *479 + '301': *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60512,8 +60393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -60770,10 +60651,10 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 - '307': &481 + default: *479 + '307': &480 description: Temporary Redirect content: application/json: @@ -60802,8 +60683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -60825,7 +60706,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': *481 + '307': *480 '404': *6 '409': *114 x-github: @@ -60849,11 +60730,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 - - &496 + - &495 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -60876,7 +60757,7 @@ paths: type: integer artifacts: type: array - items: &482 + items: &481 title: Artifact description: An artifact type: object @@ -60954,7 +60835,7 @@ paths: - expires_at - updated_at examples: - default: &497 + default: &496 value: total_count: 2 artifacts: @@ -61015,9 +60896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *464 - *465 - - *466 - - &483 + - &482 name: artifact_id description: The unique identifier of the artifact. in: path @@ -61029,7 +60910,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *481 examples: default: value: @@ -61067,9 +60948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *464 - *465 - - *466 - - *483 + - *482 responses: '204': description: Response @@ -61093,9 +60974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *464 - *465 - - *466 - - *483 + - *482 - name: archive_format in: path required: true @@ -61109,7 +60990,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': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61132,14 +61013,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *484 + schema: *483 examples: default: value: @@ -61165,11 +61046,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: + - *464 - *465 - - *466 - *17 - *19 - - &485 + - &484 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 @@ -61203,7 +61084,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &485 title: Repository actions caches description: Repository actions caches type: object @@ -61245,7 +61126,7 @@ paths: - total_count - actions_caches examples: - default: &487 + default: &486 value: total_count: 1 actions_caches: @@ -61277,23 +61158,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: + - *464 - *465 - - *466 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *485 + - *484 responses: '200': description: Response content: application/json: - schema: *486 + schema: *485 examples: - default: *487 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61313,8 +61194,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: + - *464 - *465 - - *466 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -61345,9 +61226,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: + - *464 - *465 - - *466 - - &488 + - &487 name: job_id description: The unique identifier of the job. in: path @@ -61359,7 +61240,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &499 title: Job description: Information of a job execution in a workflow run type: object @@ -61666,9 +61547,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: + - *464 - *465 - - *466 - - *488 + - *487 responses: '302': description: Response @@ -61696,9 +61577,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: + - *464 - *465 - - *466 - - *488 + - *487 requestBody: required: false content: @@ -61719,7 +61600,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -61743,8 +61624,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: + - *464 - *465 - - *466 responses: '200': description: Status response @@ -61794,8 +61675,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -61829,7 +61710,7 @@ paths: description: Empty response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -61858,8 +61739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -61877,7 +61758,7 @@ paths: type: integer secrets: type: array - items: &502 + items: &501 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -61897,7 +61778,7 @@ paths: - created_at - updated_at examples: - default: &503 + default: &502 value: total_count: 2 secrets: @@ -61930,9 +61811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *464 - *465 - - *466 - - *489 + - *488 - *19 responses: '200': @@ -61949,7 +61830,7 @@ paths: type: integer variables: type: array - items: &506 + items: &505 title: Actions Variable type: object properties: @@ -61979,7 +61860,7 @@ paths: - created_at - updated_at examples: - default: &507 + default: &506 value: total_count: 2 variables: @@ -62012,8 +61893,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62022,11 +61903,11 @@ paths: schema: type: object properties: - enabled: &490 + enabled: &489 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *56 - selected_actions_url: *265 + selected_actions_url: *264 sha_pinning_required: *57 required: - enabled @@ -62057,8 +61938,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -62069,7 +61950,7 @@ paths: schema: type: object properties: - enabled: *490 + enabled: *489 allowed_actions: *56 sha_pinning_required: *57 required: @@ -62102,14 +61983,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: &491 + schema: &490 type: object properties: access_level: @@ -62127,7 +62008,7 @@ paths: required: - access_level examples: - default: &492 + default: &491 value: access_level: organization x-github: @@ -62152,15 +62033,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: + - *464 - *465 - - *466 requestBody: required: true content: application/json: - schema: *491 + schema: *490 examples: - default: *492 + default: *491 responses: '204': description: Response @@ -62184,14 +62065,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *267 + schema: *266 examples: default: value: @@ -62215,8 +62096,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: + - *464 - *465 - - *466 responses: '204': description: Empty response for successful settings update @@ -62226,7 +62107,7 @@ paths: required: true content: application/json: - schema: *268 + schema: *267 examples: default: summary: Set retention days @@ -62250,8 +62131,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62259,7 +62140,7 @@ paths: application/json: schema: *58 examples: - default: *269 + default: *268 '404': *6 x-github: enabledForGitHubApps: true @@ -62278,8 +62159,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -62313,14 +62194,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *270 + schema: *269 examples: default: *59 '403': *29 @@ -62342,13 +62223,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: + - *464 - *465 - - *466 requestBody: required: true content: application/json: - schema: *271 + schema: *270 examples: default: *59 responses: @@ -62374,8 +62255,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62406,8 +62287,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -62439,14 +62320,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *274 + schema: *273 examples: default: *65 x-github: @@ -62469,8 +62350,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: + - *464 - *465 - - *466 responses: '204': description: Success response @@ -62481,7 +62362,7 @@ paths: required: true content: application/json: - schema: *275 + schema: *274 examples: default: *65 x-github: @@ -62510,8 +62391,8 @@ paths: in: query schema: type: string + - *464 - *465 - - *466 - *17 - *19 responses: @@ -62555,8 +62436,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62564,9 +62445,9 @@ paths: application/json: schema: type: array - items: *279 + items: *278 examples: - default: *280 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62588,8 +62469,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -62632,7 +62513,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *281 + '201': *280 '404': *6 '422': *7 '409': *114 @@ -62663,8 +62544,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: + - *464 - *465 - - *466 responses: '201': description: Response @@ -62672,7 +62553,7 @@ paths: application/json: schema: *75 examples: - default: *282 + default: *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62700,8 +62581,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: + - *464 - *465 - - *466 responses: '201': description: Response @@ -62709,7 +62590,7 @@ paths: application/json: schema: *75 examples: - default: *283 + default: *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62731,8 +62612,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: + - *464 - *465 - - *466 - *71 responses: '200': @@ -62741,7 +62622,7 @@ paths: application/json: schema: *72 examples: - default: *284 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62762,8 +62643,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: + - *464 - *465 - - *466 - *71 responses: '204': @@ -62790,8 +62671,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: + - *464 - *465 - - *466 - *71 responses: '200': *77 @@ -62816,8 +62697,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: + - *464 - *465 - - *466 - *71 requestBody: required: true @@ -62866,8 +62747,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: + - *464 - *465 - - *466 - *71 requestBody: required: true @@ -62917,11 +62798,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: + - *464 - *465 - - *466 - *71 responses: - '200': *285 + '200': *284 '404': *6 x-github: githubCloudOnly: false @@ -62948,10 +62829,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: + - *464 - *465 - - *466 - *71 - - *286 + - *285 responses: '200': *77 '404': *6 @@ -62979,9 +62860,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: + - *464 - *465 - - *466 - - &510 + - &509 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. @@ -62989,7 +62870,7 @@ paths: required: false schema: type: string - - &511 + - &510 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -62997,7 +62878,7 @@ paths: required: false schema: type: string - - &512 + - &511 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -63006,7 +62887,7 @@ paths: required: false schema: type: string - - &513 + - &512 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 @@ -63033,7 +62914,7 @@ paths: - pending - *17 - *19 - - &514 + - &513 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)." @@ -63042,7 +62923,7 @@ paths: schema: type: string format: date-time - - &493 + - &492 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -63051,13 +62932,13 @@ paths: schema: type: boolean default: false - - &515 + - &514 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &516 + - &515 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -63080,7 +62961,7 @@ paths: type: integer workflow_runs: type: array - items: &494 + items: &493 title: Workflow Run description: An invocation of a workflow type: object @@ -63175,7 +63056,7 @@ paths: that triggered the run. type: array nullable: true - items: &535 + items: &534 title: Pull Request Minimal type: object properties: @@ -63294,7 +63175,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &539 + properties: &538 id: type: string description: SHA for the commit @@ -63345,7 +63226,7 @@ paths: - name - email nullable: true - required: &540 + required: &539 - id - tree_id - message @@ -63353,8 +63234,8 @@ paths: - author - committer nullable: true - repository: *278 - head_repository: *278 + repository: *277 + head_repository: *277 head_repository_id: type: integer example: 5 @@ -63392,7 +63273,7 @@ paths: - workflow_url - pull_requests examples: - default: &517 + default: &516 value: total_count: 1 workflow_runs: @@ -63628,24 +63509,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *464 - *465 - - *466 - - &495 + - &494 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *493 + - *492 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: &498 + default: &497 value: id: 30433642 name: Build @@ -63886,9 +63767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '204': description: Response @@ -63911,9 +63792,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: + - *464 - *465 - - *466 - - *495 + - *494 responses: '200': description: Response @@ -64032,15 +63913,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: + - *464 - *465 - - *466 - - *495 + - *494 responses: '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64067,12 +63948,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *464 - *465 - - *466 - - *495 + - *494 - *17 - *19 - - *496 + - *495 responses: '200': description: Response @@ -64088,9 +63969,9 @@ paths: type: integer artifacts: type: array - items: *482 + items: *481 examples: - default: *497 + default: *496 headers: Link: *43 x-github: @@ -64114,25 +63995,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *464 - *465 - - *466 - - *495 - - &499 + - *494 + - &498 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *493 + - *492 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: *498 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64155,10 +64036,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: + - *464 - *465 - - *466 - - *495 - - *499 + - *494 + - *498 - *17 - *19 responses: @@ -64176,9 +64057,9 @@ paths: type: integer jobs: type: array - items: *500 + items: *499 examples: - default: &501 + default: &500 value: total_count: 1 jobs: @@ -64291,10 +64172,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *464 - *465 - - *466 - - *495 - - *499 + - *494 + - *498 responses: '302': description: Response @@ -64322,15 +64203,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '202': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64357,9 +64238,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: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: true content: @@ -64426,15 +64307,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '202': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64461,9 +64342,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: + - *464 - *465 - - *466 - - *495 + - *494 - 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 @@ -64493,9 +64374,9 @@ paths: type: integer jobs: type: array - items: *500 + items: *499 examples: - default: *501 + default: *500 headers: Link: *43 x-github: @@ -64520,9 +64401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '302': description: Response @@ -64549,9 +64430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '204': description: Response @@ -64578,9 +64459,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: + - *464 - *465 - - *466 - - *495 + - *494 responses: '200': description: Response @@ -64640,7 +64521,7 @@ paths: items: type: object properties: - type: &624 + type: &623 type: string description: The type of reviewer. enum: @@ -64650,7 +64531,7 @@ paths: reviewer: anyOf: - *4 - - *305 + - *304 required: - environment - wait_timer @@ -64725,9 +64606,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: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: true content: @@ -64774,7 +64655,7 @@ paths: application/json: schema: type: array - items: &610 + items: &609 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -64880,7 +64761,7 @@ paths: - created_at - updated_at examples: - default: &611 + default: &610 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -64936,9 +64817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: false content: @@ -64959,7 +64840,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64982,9 +64863,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: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: false content: @@ -65005,7 +64886,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -65038,9 +64919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '200': description: Response @@ -65177,8 +65058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -65196,9 +65077,9 @@ paths: type: integer secrets: type: array - items: *502 + items: *501 examples: - default: *503 + default: *502 headers: Link: *43 x-github: @@ -65223,16 +65104,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *504 + schema: *503 examples: - default: *505 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65254,17 +65135,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *502 + schema: *501 examples: - default: &637 + default: &636 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -65290,9 +65171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 requestBody: required: true content: @@ -65323,7 +65204,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -65349,9 +65230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '204': description: Response @@ -65376,9 +65257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *464 - *465 - - *466 - - *489 + - *488 - *19 responses: '200': @@ -65395,9 +65276,9 @@ paths: type: integer variables: type: array - items: *506 + items: *505 examples: - default: *507 + default: *506 headers: Link: *43 x-github: @@ -65420,8 +65301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -65448,7 +65329,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -65473,17 +65354,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *464 - *465 - - *466 - - *291 + - *290 responses: '200': description: Response content: application/json: - schema: *506 + schema: *505 examples: - default: &638 + default: &637 value: name: USERNAME value: octocat @@ -65509,9 +65390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *464 - *465 - - *466 - - *291 + - *290 requestBody: required: true content: @@ -65553,9 +65434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *464 - *465 - - *466 - - *291 + - *290 responses: '204': description: Response @@ -65580,8 +65461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -65599,7 +65480,7 @@ paths: type: integer workflows: type: array - items: &508 + items: &507 title: Workflow description: A GitHub Actions workflow type: object @@ -65706,9 +65587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *464 - *465 - - *466 - - &509 + - &508 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -65723,7 +65604,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *507 examples: default: value: @@ -65756,9 +65637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '204': description: Response @@ -65783,9 +65664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '204': description: Response @@ -65836,9 +65717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '204': description: Response @@ -65865,19 +65746,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: + - *464 - *465 - - *466 + - *508 - *509 - *510 - *511 - *512 - - *513 - *17 - *19 + - *513 + - *492 - *514 - - *493 - *515 - - *516 responses: '200': description: Response @@ -65893,9 +65774,9 @@ paths: type: integer workflow_runs: type: array - items: *494 + items: *493 examples: - default: *517 + default: *516 headers: Link: *43 x-github: @@ -65928,9 +65809,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '200': description: Response @@ -65991,8 +65872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *464 - *465 - - *466 - *106 - *17 - *104 @@ -66156,8 +66037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -66194,8 +66075,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: + - *464 - *465 - - *466 - name: assignee in: path required: true @@ -66231,8 +66112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -66344,8 +66225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: + - *464 - *465 - - *466 - *17 - *104 - *105 @@ -66402,7 +66283,7 @@ paths: initiator: type: string examples: - default: *518 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66422,8 +66303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -66431,7 +66312,7 @@ paths: application/json: schema: type: array - items: &519 + items: &518 title: Autolink reference description: An autolink reference. type: object @@ -66485,8 +66366,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -66525,9 +66406,9 @@ paths: description: response content: application/json: - schema: *519 + schema: *518 examples: - default: &520 + default: &519 value: id: 1 key_prefix: TICKET- @@ -66558,9 +66439,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: + - *464 - *465 - - *466 - - &521 + - &520 name: autolink_id description: The unique identifier of the autolink. in: path @@ -66572,9 +66453,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *518 examples: - default: *520 + default: *519 '404': *6 x-github: githubCloudOnly: false @@ -66594,9 +66475,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: + - *464 - *465 - - *466 - - *521 + - *520 responses: '204': description: Response @@ -66620,8 +66501,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: + - *464 - *465 - - *466 responses: '200': description: Response if Dependabot is enabled @@ -66669,8 +66550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -66691,8 +66572,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -66712,8 +66593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *464 - *465 - - *466 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -66751,7 +66632,7 @@ paths: - url protected: type: boolean - protection: &523 + protection: &522 title: Branch Protection description: Branch Protection type: object @@ -66793,7 +66674,7 @@ paths: required: - contexts - checks - enforce_admins: &526 + enforce_admins: &525 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -66808,7 +66689,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &528 + required_pull_request_reviews: &527 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -66829,7 +66710,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *305 + items: *304 apps: description: The list of apps with review dismissal access. @@ -66858,7 +66739,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *305 + items: *304 apps: description: The list of apps allowed to bypass pull request requirements. @@ -66884,7 +66765,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &525 + restrictions: &524 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -66947,7 +66828,7 @@ paths: type: string teams: type: array - items: *305 + items: *304 apps: type: array items: @@ -67161,9 +67042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *464 - *465 - - *466 - - &524 + - &523 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). @@ -67177,14 +67058,14 @@ paths: description: Response content: application/json: - schema: &534 + schema: &533 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &584 + commit: &583 title: Commit description: Commit type: object @@ -67218,7 +67099,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &522 + properties: &521 name: type: string example: '"Chris Wanstrath"' @@ -67233,7 +67114,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *522 + properties: *521 nullable: true message: type: string @@ -67254,7 +67135,7 @@ paths: required: - sha - url - verification: &644 + verification: &643 title: Verification type: object properties: @@ -67288,12 +67169,12 @@ paths: nullable: true oneOf: - *4 - - *289 + - *288 committer: nullable: true oneOf: - *4 - - *289 + - *288 parents: type: array items: @@ -67324,7 +67205,7 @@ paths: type: integer files: type: array - items: &597 + items: &596 title: Diff Entry description: Diff Entry type: object @@ -67408,7 +67289,7 @@ paths: - self protected: type: boolean - protection: *523 + protection: *522 protection_url: type: string format: uri @@ -67515,7 +67396,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *479 + '301': *478 '404': *6 x-github: githubCloudOnly: false @@ -67537,15 +67418,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *523 + schema: *522 examples: default: value: @@ -67739,9 +67620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -67996,7 +67877,7 @@ paths: url: type: string format: uri - required_status_checks: &531 + required_status_checks: &530 title: Status Check Policy description: Status Check Policy type: object @@ -68072,7 +67953,7 @@ paths: items: *4 teams: type: array - items: *305 + items: *304 apps: type: array items: *5 @@ -68090,7 +67971,7 @@ paths: items: *4 teams: type: array - items: *305 + items: *304 apps: type: array items: *5 @@ -68148,7 +68029,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *525 + restrictions: *524 required_conversation_resolution: type: object properties: @@ -68260,9 +68141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68287,17 +68168,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: &527 + default: &526 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -68319,17 +68200,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: *527 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68348,9 +68229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68375,17 +68256,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *528 + schema: *527 examples: - default: &529 + default: &528 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -68481,9 +68362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -68581,9 +68462,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *527 examples: - default: *529 + default: *528 '422': *15 x-github: githubCloudOnly: false @@ -68604,9 +68485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68633,17 +68514,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: &530 + default: &529 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -68666,17 +68547,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: *530 + default: *529 '404': *6 x-github: githubCloudOnly: false @@ -68696,9 +68577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68723,17 +68604,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *531 + schema: *530 examples: - default: &532 + default: &531 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -68759,9 +68640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -68813,9 +68694,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *530 examples: - default: *532 + default: *531 '404': *6 '422': *15 x-github: @@ -68837,9 +68718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68863,9 +68744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -68899,9 +68780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -68968,9 +68849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -69034,9 +68915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: content: application/json: @@ -69102,15 +68983,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *525 + schema: *524 examples: default: value: @@ -69201,9 +69082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -69226,9 +69107,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: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -69238,7 +69119,7 @@ paths: type: array items: *5 examples: - default: &533 + default: &532 value: - id: 1 slug: octoapp @@ -69295,9 +69176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69331,7 +69212,7 @@ paths: type: array items: *5 examples: - default: *533 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -69352,9 +69233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69388,7 +69269,7 @@ paths: type: array items: *5 examples: - default: *533 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -69409,9 +69290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69445,7 +69326,7 @@ paths: type: array items: *5 examples: - default: *533 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -69467,9 +69348,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: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -69477,9 +69358,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '404': *6 x-github: githubCloudOnly: false @@ -69499,9 +69380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -69537,9 +69418,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69560,9 +69441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -69598,9 +69479,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69621,9 +69502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: content: application/json: @@ -69658,9 +69539,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69682,9 +69563,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: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -69718,9 +69599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69778,9 +69659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69838,9 +69719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69900,9 +69781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69924,7 +69805,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *533 examples: default: value: @@ -70038,8 +69919,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *464 - *465 - - *466 - *99 - *100 - *101 @@ -70053,9 +69934,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '500': *40 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -70075,8 +69956,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *464 - *465 - - *466 - name: bypass_request_number in: path required: true @@ -70090,7 +69971,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *299 examples: default: value: @@ -70149,8 +70030,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - *99 - *100 - *101 @@ -70164,9 +70045,9 @@ paths: application/json: schema: type: array - items: *303 + items: *302 examples: - default: *304 + default: *303 '404': *6 '403': *29 '500': *40 @@ -70190,8 +70071,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - name: bypass_request_number in: path required: true @@ -70203,7 +70084,7 @@ paths: description: A single bypass request. content: application/json: - schema: *303 + schema: *302 examples: default: value: @@ -70261,8 +70142,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - name: bypass_request_number in: path required: true @@ -70333,8 +70214,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - name: bypass_response_id in: path required: true @@ -70367,8 +70248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -70647,7 +70528,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &535 title: CheckRun description: A check performed on the code of a given code change type: object @@ -70766,8 +70647,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *535 - deployment: &865 + items: *534 + deployment: &864 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71047,9 +70928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *464 - *465 - - *466 - - &537 + - &536 name: check_run_id description: The unique identifier of the check run. in: path @@ -71061,9 +70942,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *535 examples: - default: &538 + default: &537 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -71163,9 +71044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *464 - *465 - - *466 - - *537 + - *536 requestBody: required: true content: @@ -71405,9 +71286,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *535 examples: - default: *538 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71427,9 +71308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *464 - *465 - - *466 - - *537 + - *536 - *17 - *19 responses: @@ -71524,15 +71405,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *464 - *465 - - *466 - - *537 + - *536 responses: '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -71570,8 +71451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -71593,7 +71474,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &541 + schema: &540 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -71657,7 +71538,7 @@ paths: nullable: true pull_requests: type: array - items: *535 + items: *534 nullable: true app: title: GitHub app @@ -71670,7 +71551,7 @@ paths: nullable: true properties: *208 required: *209 - repository: *278 + repository: *277 created_at: type: string format: date-time @@ -71679,12 +71560,12 @@ paths: type: string format: date-time nullable: true - head_commit: &891 + head_commit: &890 title: Simple Commit description: A commit. type: object - properties: *539 - required: *540 + properties: *538 + required: *539 latest_check_runs_count: type: integer check_runs_url: @@ -71712,7 +71593,7 @@ paths: - check_runs_url - pull_requests examples: - default: &542 + default: &541 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -72003,9 +71884,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *541 + schema: *540 examples: - default: *542 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72024,8 +71905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -72086,7 +71967,7 @@ paths: required: - app_id - setting - repository: *278 + repository: *277 examples: default: value: @@ -72334,9 +72215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *464 - *465 - - *466 - - &543 + - &542 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -72348,9 +72229,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *540 examples: - default: *542 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72373,17 +72254,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: + - *464 - *465 - - *466 - - *543 - - &590 + - *542 + - &589 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &591 + - &590 name: status description: Returns check runs with the specified `status`. in: query @@ -72422,9 +72303,9 @@ paths: type: integer check_runs: type: array - items: *536 + items: *535 examples: - default: &592 + default: &591 value: total_count: 1 check_runs: @@ -72526,15 +72407,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *464 - *465 - - *466 - - *543 + - *542 responses: '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -72561,21 +72442,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: + - *464 - *465 - - *466 + - *308 - *309 - - *310 - *19 - *17 - - &559 + - &558 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: *544 - - &560 + schema: *543 + - &559 name: pr description: The number of the pull request for the results you want to list. in: query @@ -72600,13 +72481,13 @@ paths: be returned. in: query required: false - schema: *311 + schema: *310 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *545 + schema: *544 responses: '200': description: Response @@ -72622,7 +72503,7 @@ paths: updated_at: *131 url: *128 html_url: *129 - instances_url: *546 + instances_url: *545 state: *109 fixed_at: *133 dismissed_by: @@ -72633,11 +72514,11 @@ paths: required: *21 nullable: true dismissed_at: *132 - dismissed_reason: *547 - dismissed_comment: *548 - rule: *549 - tool: *550 - most_recent_instance: *551 + dismissed_reason: *546 + dismissed_comment: *547 + rule: *548 + tool: *549 + most_recent_instance: *550 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -72763,7 +72644,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &552 + '403': &551 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -72790,9 +72671,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: + - *464 - *465 - - *466 - - &553 + - &552 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -72806,7 +72687,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &553 type: object properties: number: *123 @@ -72814,7 +72695,7 @@ paths: updated_at: *131 url: *128 html_url: *129 - instances_url: *546 + instances_url: *545 state: *109 fixed_at: *133 dismissed_by: @@ -72825,8 +72706,8 @@ paths: required: *21 nullable: true dismissed_at: *132 - dismissed_reason: *547 - dismissed_comment: *548 + dismissed_reason: *546 + dismissed_comment: *547 rule: type: object properties: @@ -72880,8 +72761,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *550 - most_recent_instance: *551 + tool: *549 + most_recent_instance: *550 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -72980,7 +72861,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73000,9 +72881,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: + - *464 - *465 - - *466 - - *553 + - *552 requestBody: required: true content: @@ -73017,8 +72898,8 @@ paths: enum: - open - dismissed - dismissed_reason: *547 - dismissed_comment: *548 + dismissed_reason: *546 + dismissed_comment: *547 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -73037,7 +72918,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *553 examples: default: value: @@ -73113,7 +72994,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &558 + '403': &557 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -73140,15 +73021,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: + - *464 - *465 - - *466 - - *553 + - *552 responses: '200': description: Response content: application/json: - schema: &555 + schema: &554 type: object properties: status: @@ -73174,13 +73055,13 @@ paths: - description - started_at examples: - default: &556 + default: &555 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &557 + '400': &556 description: Bad Request content: application/json: @@ -73191,7 +73072,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': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73216,29 +73097,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: + - *464 - *465 - - *466 - - *553 + - *552 responses: '200': description: OK content: application/json: - schema: *555 + schema: *554 examples: - default: *556 + default: *555 '202': description: Accepted content: application/json: - schema: *555 + schema: *554 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *557 + '400': *556 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -73270,9 +73151,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: + - *464 - *465 - - *466 - - *553 + - *552 requestBody: required: false content: @@ -73317,8 +73198,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *557 - '403': *558 + '400': *556 + '403': *557 '404': *6 '422': description: Unprocessable Entity @@ -73342,13 +73223,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: + - *464 - *465 - - *466 - - *553 + - *552 - *19 - *17 + - *558 - *559 - - *560 responses: '200': description: Response @@ -73356,7 +73237,7 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: default: value: @@ -73395,7 +73276,7 @@ paths: end_column: 50 classifications: - source - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73429,25 +73310,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: + - *464 - *465 - - *466 + - *308 - *309 - - *310 - *19 - *17 - - *560 + - *559 - 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: *544 + schema: *543 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &563 + schema: &562 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -73468,23 +73349,23 @@ paths: application/json: schema: type: array - items: &564 + items: &563 type: object properties: - ref: *544 - commit_sha: &572 + ref: *543 + commit_sha: &571 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: *561 + analysis_key: *560 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *562 + category: *561 error: type: string example: error reading field xyz @@ -73508,8 +73389,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *563 - tool: *550 + sarif_id: *562 + tool: *549 deletable: type: boolean warning: @@ -73570,7 +73451,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73606,8 +73487,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: + - *464 - *465 - - *466 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -73620,7 +73501,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *563 examples: response: summary: application/json response @@ -73674,7 +73555,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *552 + '403': *551 '404': *6 '422': description: Response if analysis could not be processed @@ -73761,8 +73642,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: + - *464 - *465 - - *466 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -73815,7 +73696,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': *558 + '403': *557 '404': *6 '503': *190 x-github: @@ -73837,8 +73718,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -73846,7 +73727,7 @@ paths: application/json: schema: type: array - items: &565 + items: &564 title: CodeQL Database description: A CodeQL database. type: object @@ -73957,7 +73838,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': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73986,8 +73867,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: + - *464 - *465 - - *466 - name: language in: path description: The language of the CodeQL database. @@ -73999,7 +73880,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *564 examples: default: value: @@ -74031,9 +73912,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': &599 + '302': &598 description: Found - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -74055,8 +73936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *464 - *465 - - *466 - name: language in: path description: The language of the CodeQL database. @@ -74066,7 +73947,7 @@ paths: responses: '204': description: Response - '403': *558 + '403': *557 '404': *6 '503': *190 x-github: @@ -74094,8 +73975,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -74104,7 +73985,7 @@ paths: type: object additionalProperties: false properties: - language: &566 + language: &565 type: string description: The language targeted by the CodeQL query enum: @@ -74183,7 +74064,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &570 + schema: &569 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -74193,7 +74074,7 @@ paths: description: The ID of the variant analysis. controller_repo: *115 actor: *4 - query_language: *566 + query_language: *565 query_pack_url: type: string description: The download url for the query pack. @@ -74240,7 +74121,7 @@ paths: items: type: object properties: - repository: &567 + repository: &566 title: Repository Identifier description: Repository Identifier type: object @@ -74276,7 +74157,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &571 + analysis_status: &570 type: string description: The new status of the CodeQL variant analysis repository task. @@ -74308,7 +74189,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &568 + access_mismatch_repos: &567 type: object properties: repository_count: @@ -74322,7 +74203,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: *567 + items: *566 required: - repository_count - repositories @@ -74344,8 +74225,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *568 - over_limit_repos: *568 + no_codeql_db_repos: *567 + over_limit_repos: *567 required: - access_mismatch_repos - not_found_repos @@ -74361,7 +74242,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &569 + value: &568 summary: Default response value: id: 1 @@ -74513,10 +74394,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *569 + value: *568 repository_lists: summary: Response for a successful variant analysis submission - value: *569 + value: *568 '404': *6 '422': description: Unable to process variant analysis submission @@ -74544,8 +74425,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: + - *464 - *465 - - *466 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -74557,9 +74438,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *569 examples: - default: *569 + default: *568 '404': *6 '503': *190 x-github: @@ -74582,7 +74463,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: - - *465 + - *464 - name: repo in: path description: The name of the controller repository. @@ -74617,7 +74498,7 @@ paths: type: object properties: repository: *115 - analysis_status: *571 + analysis_status: *570 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -74742,8 +74623,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -74828,7 +74709,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -74849,8 +74730,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -74917,7 +74798,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -74942,7 +74823,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *558 + '403': *557 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -75013,8 +74894,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -75022,7 +74903,7 @@ paths: schema: type: object properties: - commit_sha: *572 + commit_sha: *571 ref: type: string description: |- @@ -75080,7 +74961,7 @@ paths: schema: type: object properties: - id: *563 + id: *562 url: type: string description: The REST API URL for checking the status of the upload. @@ -75094,7 +74975,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': *558 + '403': *557 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -75117,8 +74998,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: + - *464 - *465 - - *466 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -75164,7 +75045,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': *552 + '403': *551 '404': description: Not Found if the sarif id does not match any upload '503': *190 @@ -75189,8 +75070,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -75271,8 +75152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *464 - *465 - - *466 - 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 @@ -75392,8 +75273,8 @@ paths: parameters: - *17 - *19 + - *464 - *465 - - *466 responses: '200': description: Response @@ -75409,7 +75290,7 @@ paths: type: integer codespaces: type: array - items: *367 + items: *366 examples: default: value: @@ -75707,8 +75588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -75771,17 +75652,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '400': *14 '401': *25 '403': *29 @@ -75810,8 +75691,8 @@ paths: parameters: - *17 - *19 + - *464 - *465 - - *466 responses: '200': description: Response @@ -75875,8 +75756,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: + - *464 - *465 - - *466 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -75911,14 +75792,14 @@ paths: type: integer machines: type: array - items: &818 + items: &817 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *574 - required: *575 + properties: *573 + required: *574 examples: - default: &819 + default: &818 value: total_count: 2 machines: @@ -75958,8 +75839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *464 - *465 - - *466 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -76043,8 +75924,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: + - *464 - *465 - - *466 - 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 @@ -76110,8 +75991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -76129,7 +76010,7 @@ paths: type: integer secrets: type: array - items: &579 + items: &578 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -76149,7 +76030,7 @@ paths: - created_at - updated_at examples: - default: *576 + default: *575 headers: Link: *43 x-github: @@ -76172,16 +76053,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *577 + schema: *576 examples: - default: *578 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76201,17 +76082,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *579 + schema: *578 examples: - default: *580 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76231,9 +76112,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: + - *464 - *465 - - *466 - - *288 + - *287 requestBody: required: true content: @@ -76261,7 +76142,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -76285,9 +76166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '204': description: Response @@ -76315,8 +76196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *464 - *465 - - *466 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -76358,7 +76239,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &581 + properties: &580 login: type: string example: octocat @@ -76451,7 +76332,7 @@ paths: user_view_type: type: string example: public - required: &582 + required: &581 - avatar_url - events_url - followers_url @@ -76525,8 +76406,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: + - *464 - *465 - - *466 - *138 responses: '204': @@ -76573,8 +76454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *464 - *465 - - *466 - *138 requestBody: required: false @@ -76601,7 +76482,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &657 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -76612,7 +76493,7 @@ paths: example: 42 type: integer format: int64 - repository: *278 + repository: *277 invitee: title: Simple User description: A GitHub user. @@ -76790,7 +76671,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *253 + schema: *252 '403': *29 x-github: triggersNotification: true @@ -76830,8 +76711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *464 - *465 - - *466 - *138 responses: '204': @@ -76863,8 +76744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *464 - *465 - - *466 - *138 responses: '200': @@ -76885,8 +76766,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *581 - required: *582 + properties: *580 + required: *581 nullable: true required: - permission @@ -76941,8 +76822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -76952,7 +76833,7 @@ paths: application/json: schema: type: array - items: &583 + items: &582 title: Commit Comment description: Commit Comment type: object @@ -77010,7 +76891,7 @@ paths: - created_at - updated_at examples: - default: &586 + default: &585 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77069,17 +76950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 responses: '200': description: Response content: application/json: - schema: *583 + schema: *582 examples: - default: &587 + default: &586 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77136,8 +77017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -77160,7 +77041,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *582 examples: default: value: @@ -77211,8 +77092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 responses: '204': @@ -77234,8 +77115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -77262,9 +77143,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -77285,8 +77166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -77319,16 +77200,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -77350,10 +77231,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *464 - *465 - - *466 - *222 - - *457 + - *456 responses: '204': description: Response @@ -77402,8 +77283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *464 - *465 - - *466 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -77459,9 +77340,9 @@ paths: application/json: schema: type: array - items: *584 + items: *583 examples: - default: &709 + default: &708 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77555,9 +77436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *464 - *465 - - *466 - - &585 + - &584 name: commit_sha description: The SHA of the commit. in: path @@ -77629,9 +77510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *464 - *465 - - *466 - - *585 + - *584 - *17 - *19 responses: @@ -77641,9 +77522,9 @@ paths: application/json: schema: type: array - items: *583 + items: *582 examples: - default: *586 + default: *585 headers: Link: *43 x-github: @@ -77671,9 +77552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *464 - *465 - - *466 - - *585 + - *584 requestBody: required: true content: @@ -77708,9 +77589,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *582 examples: - default: *587 + default: *586 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77738,9 +77619,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: + - *464 - *465 - - *466 - - *585 + - *584 - *17 - *19 responses: @@ -77750,9 +77631,9 @@ paths: application/json: schema: type: array - items: *588 + items: *587 examples: - default: &701 + default: &700 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78289,11 +78170,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *464 - *465 - - *466 - *19 - *17 - - &589 + - &588 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)" @@ -78308,9 +78189,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *583 examples: - default: &686 + default: &685 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78423,11 +78304,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: + - *464 - *465 - - *466 + - *588 - *589 - *590 - - *591 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -78461,9 +78342,9 @@ paths: type: integer check_runs: type: array - items: *536 + items: *535 examples: - default: *592 + default: *591 headers: Link: *43 x-github: @@ -78488,9 +78369,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: + - *464 - *465 - - *466 - - *589 + - *588 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -78498,7 +78379,7 @@ paths: schema: type: integer example: 1 - - *590 + - *589 - *17 - *19 responses: @@ -78516,7 +78397,7 @@ paths: type: integer check_suites: type: array - items: *541 + items: *540 examples: default: value: @@ -78716,9 +78597,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: + - *464 - *465 - - *466 - - *589 + - *588 - *17 - *19 responses: @@ -78785,7 +78666,7 @@ paths: type: string total_count: type: integer - repository: *278 + repository: *277 commit_url: type: string format: uri @@ -78916,9 +78797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *464 - *465 - - *466 - - *589 + - *588 - *17 - *19 responses: @@ -78928,7 +78809,7 @@ paths: application/json: schema: type: array - items: &763 + items: &762 title: Status description: The status of a commit. type: object @@ -79009,7 +78890,7 @@ paths: site_admin: false headers: Link: *43 - '301': *479 + '301': *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79037,8 +78918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -79067,20 +78948,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *593 - required: *594 + properties: *592 + required: *593 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &595 + properties: &594 url: type: string format: uri html_url: type: string format: uri - required: &596 + required: &595 - url - html_url nullable: true @@ -79094,26 +78975,26 @@ paths: contributing: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true readme: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true issue_template: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true pull_request_template: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true required: - code_of_conduct @@ -79240,8 +79121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *464 - *465 - - *466 - *19 - *17 - name: basehead @@ -79284,8 +79165,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *584 - merge_base_commit: *584 + base_commit: *583 + merge_base_commit: *583 status: type: string enum: @@ -79305,10 +79186,10 @@ paths: example: 6 commits: type: array - items: *584 + items: *583 files: type: array - items: *597 + items: *596 required: - url - html_url @@ -79594,8 +79475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *464 - *465 - - *466 - name: path description: path parameter in: path @@ -79738,7 +79619,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &598 + response-if-content-is-a-file: &597 summary: Response if content is a file value: type: file @@ -79870,7 +79751,7 @@ paths: - size - type - url - - &714 + - &713 title: Content File description: Content File type: object @@ -80071,7 +79952,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *598 + response-if-content-is-a-file: *597 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -80140,7 +80021,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *599 + '302': *598 '304': *37 x-github: githubCloudOnly: false @@ -80163,8 +80044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *464 - *465 - - *466 - name: path description: path parameter in: path @@ -80257,7 +80138,7 @@ paths: description: Response content: application/json: - schema: &600 + schema: &599 title: File Commit description: File Commit type: object @@ -80409,7 +80290,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *599 examples: example-for-creating-a-file: value: @@ -80463,7 +80344,7 @@ paths: schema: oneOf: - *3 - - &639 + - &638 description: Repository rule violation was detected type: object properties: @@ -80484,7 +80365,7 @@ paths: items: type: object properties: - placeholder_id: &755 + placeholder_id: &754 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -80516,8 +80397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *464 - *465 - - *466 - name: path description: path parameter in: path @@ -80578,7 +80459,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *599 examples: default: value: @@ -80633,8 +80514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *464 - *465 - - *466 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -80757,22 +80638,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *464 - *465 - - *466 + - *324 - *325 - *326 - *327 - - *328 - 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 + - *328 + - *600 - *329 - - *601 - *330 - - *331 - *106 - name: per_page description: The number of results per page (max 100). For more information, @@ -80791,7 +80672,7 @@ paths: application/json: schema: type: array - items: &604 + items: &603 type: object description: A Dependabot alert. properties: @@ -80837,7 +80718,7 @@ paths: - unknown - direct - transitive - security_advisory: *602 + security_advisory: *601 security_vulnerability: *127 url: *128 html_url: *129 @@ -80868,7 +80749,7 @@ paths: nullable: true maxLength: 280 fixed_at: *133 - auto_dismissed_at: *603 + auto_dismissed_at: *602 required: - number - state @@ -81098,9 +80979,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *464 - *465 - - *466 - - &605 + - &604 name: alert_number in: path description: |- @@ -81115,7 +80996,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: default: value: @@ -81228,9 +81109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *464 - *465 - - *466 - - *605 + - *604 requestBody: required: true content: @@ -81275,7 +81156,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: default: value: @@ -81404,8 +81285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -81423,7 +81304,7 @@ paths: type: integer secrets: type: array - items: &608 + items: &607 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -81476,16 +81357,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *606 + schema: *605 examples: - default: *607 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81505,15 +81386,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *608 + schema: *607 examples: default: value: @@ -81539,9 +81420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 requestBody: required: true content: @@ -81569,7 +81450,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -81593,9 +81474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '204': description: Response @@ -81617,8 +81498,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: + - *464 - *465 - - *466 - 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 @@ -81778,8 +81659,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -82018,8 +81899,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -82094,7 +81975,7 @@ paths: - version - url additionalProperties: false - metadata: &609 + metadata: &608 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82127,7 +82008,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *609 + metadata: *608 resolved: type: object description: A collection of resolved package dependencies. @@ -82140,7 +82021,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *609 + metadata: *608 relationship: type: string description: A notation of whether a dependency is requested @@ -82269,8 +82150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *464 - *465 - - *466 - name: sha description: The SHA recorded at creation time. in: query @@ -82310,9 +82191,9 @@ paths: application/json: schema: type: array - items: *610 + items: *609 examples: - default: *611 + default: *610 headers: Link: *43 x-github: @@ -82378,8 +82259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -82460,7 +82341,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *609 examples: simple-example: summary: Simple example @@ -82533,9 +82414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *464 - *465 - - *466 - - &612 + - &611 name: deployment_id description: deployment_id parameter in: path @@ -82547,7 +82428,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *609 examples: default: value: @@ -82612,9 +82493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *464 - *465 - - *466 - - *612 + - *611 responses: '204': description: Response @@ -82636,9 +82517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *464 - *465 - - *466 - - *612 + - *611 - *17 - *19 responses: @@ -82648,7 +82529,7 @@ paths: application/json: schema: type: array - items: &613 + items: &612 title: Deployment Status description: The status of a deployment. type: object @@ -82809,9 +82690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *464 - *465 - - *466 - - *612 + - *611 requestBody: required: true content: @@ -82886,9 +82767,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *612 examples: - default: &614 + default: &613 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -82944,9 +82825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *464 - *465 - - *466 - - *612 + - *611 - name: status_id in: path required: true @@ -82957,9 +82838,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *612 examples: - default: *614 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -82986,12 +82867,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 + - *614 - *615 - *616 - *617 - - *618 - *17 - *19 responses: @@ -83001,9 +82882,9 @@ paths: application/json: schema: type: array - items: *619 + items: *618 examples: - default: *620 + default: *619 '404': *6 '403': *29 '500': *40 @@ -83027,8 +82908,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83040,7 +82921,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *619 + schema: *618 examples: default: value: @@ -83096,8 +82977,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83156,12 +83037,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - *99 - *100 - *101 - - *621 + - *620 - *17 - *19 responses: @@ -83171,9 +83052,9 @@ paths: application/json: schema: type: array - items: *622 + items: *621 examples: - default: *623 + default: *622 '404': *6 '403': *29 '500': *40 @@ -83198,8 +83079,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83211,7 +83092,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *622 + schema: *621 examples: default: value: @@ -83269,8 +83150,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83339,8 +83220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -83397,8 +83278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -83415,7 +83296,7 @@ paths: type: integer environments: type: array - items: &625 + items: &624 title: Environment description: Details of a deployment environment type: object @@ -83467,7 +83348,7 @@ paths: type: type: string example: wait_timer - wait_timer: &627 + wait_timer: &626 type: integer example: 30 description: The amount of time to delay a job after @@ -83504,11 +83385,11 @@ paths: items: type: object properties: - type: *624 + type: *623 reviewer: anyOf: - *4 - - *305 + - *304 required: - id - node_id @@ -83528,7 +83409,7 @@ paths: - id - node_id - type - deployment_branch_policy: &628 + deployment_branch_policy: &627 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -83644,9 +83525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *464 - *465 - - *466 - - &626 + - &625 name: environment_name in: path required: true @@ -83659,9 +83540,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: &629 + default: &628 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -83745,9 +83626,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *464 - *465 - - *466 - - *626 + - *625 requestBody: required: false content: @@ -83756,7 +83637,7 @@ paths: type: object nullable: true properties: - wait_timer: *627 + wait_timer: *626 prevent_self_review: type: boolean example: false @@ -83773,13 +83654,13 @@ paths: items: type: object properties: - type: *624 + type: *623 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *628 + deployment_branch_policy: *627 additionalProperties: false examples: default: @@ -83799,9 +83680,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *629 + default: *628 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -83825,9 +83706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *464 - *465 - - *466 - - *626 + - *625 responses: '204': description: Default response @@ -83852,9 +83733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *464 - *465 - - *466 - - *626 + - *625 - *17 - *19 responses: @@ -83872,7 +83753,7 @@ paths: example: 2 branch_policies: type: array - items: &630 + items: &629 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -83929,9 +83810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 + - *625 requestBody: required: true content: @@ -83977,9 +83858,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *629 examples: - example-wildcard: &631 + example-wildcard: &630 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -84021,10 +83902,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 - - &632 + - *625 + - &631 name: branch_policy_id in: path required: true @@ -84036,9 +83917,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *629 examples: - default: *631 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84057,10 +83938,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 - - *632 + - *625 + - *631 requestBody: required: true content: @@ -84088,9 +83969,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *629 examples: - default: *631 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84109,10 +83990,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 - - *632 + - *625 + - *631 responses: '204': description: Response @@ -84137,9 +84018,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: - - *626 - - *466 + - *625 - *465 + - *464 responses: '200': description: List of deployment protection rules @@ -84155,7 +84036,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &633 + items: &632 title: Deployment protection rule description: Deployment protection rule type: object @@ -84174,7 +84055,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &634 + app: &633 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -84273,9 +84154,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: - - *626 - - *466 + - *625 - *465 + - *464 requestBody: content: application/json: @@ -84296,9 +84177,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *633 + schema: *632 examples: - default: &635 + default: &634 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -84333,9 +84214,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: - - *626 - - *466 + - *625 - *465 + - *464 - *19 - *17 responses: @@ -84354,7 +84235,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *634 + items: *633 examples: default: value: @@ -84389,10 +84270,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: + - *464 - *465 - - *466 - - *626 - - &636 + - *625 + - &635 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -84404,9 +84285,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *632 examples: - default: *635 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84427,10 +84308,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: - - *626 - - *466 + - *625 - *465 - - *636 + - *464 + - *635 responses: '204': description: Response @@ -84456,9 +84337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *464 - *465 - - *466 - - *626 + - *625 - *17 - *19 responses: @@ -84476,9 +84357,9 @@ paths: type: integer secrets: type: array - items: *502 + items: *501 examples: - default: *503 + default: *502 headers: Link: *43 x-github: @@ -84503,17 +84384,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *464 - *465 - - *466 - - *626 + - *625 responses: '200': description: Response content: application/json: - schema: *504 + schema: *503 examples: - default: *505 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84535,18 +84416,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *464 - *465 - - *466 - - *626 - - *288 + - *625 + - *287 responses: '200': description: Response content: application/json: - schema: *502 + schema: *501 examples: - default: *637 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84568,10 +84449,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *464 - *465 - - *466 - - *626 - - *288 + - *625 + - *287 requestBody: required: true content: @@ -84602,7 +84483,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -84628,10 +84509,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *464 - *465 - - *466 - - *626 - - *288 + - *625 + - *287 responses: '204': description: Default response @@ -84656,10 +84537,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *464 - *465 - - *466 - - *626 - - *489 + - *625 + - *488 - *19 responses: '200': @@ -84676,9 +84557,9 @@ paths: type: integer variables: type: array - items: *506 + items: *505 examples: - default: *507 + default: *506 headers: Link: *43 x-github: @@ -84701,9 +84582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *464 - *465 - - *466 - - *626 + - *625 requestBody: required: true content: @@ -84730,7 +84611,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -84755,18 +84636,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *464 - *465 - - *466 - - *626 - - *291 + - *625 + - *290 responses: '200': description: Response content: application/json: - schema: *506 + schema: *505 examples: - default: *638 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84787,10 +84668,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *464 - *465 - - *466 - - *291 - - *626 + - *290 + - *625 requestBody: required: true content: @@ -84832,10 +84713,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *464 - *465 - - *466 - - *291 - - *626 + - *290 + - *625 responses: '204': description: Response @@ -84857,8 +84738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -84926,8 +84807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *464 - *465 - - *466 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -84949,7 +84830,7 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: default: value: @@ -85086,8 +84967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -85119,9 +85000,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 '400': *14 '422': *15 '403': *29 @@ -85142,8 +85023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -85202,8 +85083,8 @@ paths: application/json: schema: oneOf: - - *253 - - *639 + - *252 + - *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85228,8 +85109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *464 - *465 - - *466 - name: file_sha in: path required: true @@ -85328,8 +85209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -85438,7 +85319,7 @@ paths: description: Response content: application/json: - schema: &640 + schema: &639 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -85652,15 +85533,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *464 - *465 - - *466 - - *585 + - *584 responses: '200': description: Response content: application/json: - schema: *640 + schema: *639 examples: default: value: @@ -85716,9 +85597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *464 - *465 - - *466 - - &641 + - &640 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. @@ -85735,7 +85616,7 @@ paths: application/json: schema: type: array - items: &642 + items: &641 title: Git Reference description: Git references within a repository type: object @@ -85810,17 +85691,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *464 - *465 - - *466 - - *641 + - *640 responses: '200': description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: &643 + default: &642 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -85849,8 +85730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -85879,9 +85760,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *643 + default: *642 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -85907,9 +85788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *464 - *465 - - *466 - - *641 + - *640 requestBody: required: true content: @@ -85938,9 +85819,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *643 + default: *642 '422': *15 '409': *114 x-github: @@ -85958,9 +85839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *464 - *465 - - *466 - - *641 + - *640 responses: '204': description: Response @@ -86015,8 +85896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -86083,7 +85964,7 @@ paths: description: Response content: application/json: - schema: &645 + schema: &644 title: Git Tag description: Metadata for a Git tag type: object @@ -86134,7 +86015,7 @@ paths: - sha - type - url - verification: *644 + verification: *643 required: - sha - url @@ -86144,7 +86025,7 @@ paths: - tag - message examples: - default: &646 + default: &645 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -86217,8 +86098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *464 - *465 - - *466 - name: tag_sha in: path required: true @@ -86229,9 +86110,9 @@ paths: description: Response content: application/json: - schema: *645 + schema: *644 examples: - default: *646 + default: *645 '404': *6 '409': *114 x-github: @@ -86255,8 +86136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -86329,7 +86210,7 @@ paths: description: Response content: application/json: - schema: &647 + schema: &646 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -86425,8 +86306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *464 - *465 - - *466 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -86449,7 +86330,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *646 examples: default-response: summary: Default response @@ -86508,8 +86389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -86519,7 +86400,7 @@ paths: application/json: schema: type: array - items: &648 + items: &647 title: Webhook description: Webhooks for repositories. type: object @@ -86573,7 +86454,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &899 + last_response: &898 title: Hook Response type: object properties: @@ -86647,8 +86528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -86700,9 +86581,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *647 examples: - default: &649 + default: &648 value: type: Repository id: 12345678 @@ -86750,17 +86631,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '200': description: Response content: application/json: - schema: *648 + schema: *647 examples: - default: *649 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -86780,9 +86661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 requestBody: required: true content: @@ -86827,9 +86708,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *647 examples: - default: *649 + default: *648 '422': *15 '404': *6 x-github: @@ -86850,9 +86731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '204': description: Response @@ -86876,9 +86757,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: + - *464 - *465 - - *466 - - *339 + - *338 responses: '200': description: Response @@ -86905,9 +86786,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: + - *464 - *465 - - *466 - - *339 + - *338 requestBody: required: false content: @@ -86951,11 +86832,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 - *17 - - *340 + - *339 responses: '200': description: Response @@ -86963,9 +86844,9 @@ paths: application/json: schema: type: array - items: *341 + items: *340 examples: - default: *342 + default: *341 '400': *14 '422': *15 x-github: @@ -86984,18 +86865,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: + - *464 - *465 - - *466 - - *339 + - *338 - *16 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 '400': *14 '422': *15 x-github: @@ -87014,9 +86895,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: + - *464 - *465 - - *466 - - *339 + - *338 - *16 responses: '202': *39 @@ -87039,9 +86920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '204': description: Response @@ -87066,9 +86947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '204': description: Response @@ -87091,8 +86972,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: + - *464 - *465 - - *466 responses: '200': description: Response if immutable releases are enabled @@ -87138,8 +87019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *464 - *465 - - *466 responses: '204': *150 '409': *114 @@ -87159,8 +87040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *464 - *465 - - *466 responses: '204': *150 '409': *114 @@ -87217,14 +87098,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: &650 + schema: &649 title: Import description: A repository import from an external source. type: object @@ -87323,7 +87204,7 @@ paths: - html_url - authors_url examples: - default: &653 + default: &652 value: vcs: subversion use_lfs: true @@ -87339,7 +87220,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': &651 + '503': &650 description: Unavailable due to service under maintenance. content: application/json: @@ -87368,8 +87249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -87417,7 +87298,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *649 examples: default: value: @@ -87442,7 +87323,7 @@ paths: type: string '422': *15 '404': *6 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87470,8 +87351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -87520,7 +87401,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *649 examples: example-1: summary: Example 1 @@ -87568,7 +87449,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': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87591,12 +87472,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *464 - *465 - - *466 responses: '204': description: Response - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87622,9 +87503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *464 - *465 - - *466 - - &840 + - &839 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87638,7 +87519,7 @@ paths: application/json: schema: type: array - items: &652 + items: &651 title: Porter Author description: Porter Author type: object @@ -87692,7 +87573,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': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87717,8 +87598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *464 - *465 - - *466 - name: author_id in: path required: true @@ -87748,7 +87629,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *651 examples: default: value: @@ -87761,7 +87642,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87785,8 +87666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -87827,7 +87708,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87855,8 +87736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -87883,11 +87764,11 @@ paths: description: Response content: application/json: - schema: *650 + schema: *649 examples: - default: *653 + default: *652 '422': *15 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87910,8 +87791,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -87919,8 +87800,8 @@ paths: application/json: schema: *22 examples: - default: *654 - '301': *479 + default: *653 + '301': *478 '404': *6 x-github: githubCloudOnly: false @@ -87940,8 +87821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -87949,12 +87830,12 @@ paths: application/json: schema: anyOf: - - *357 + - *356 - type: object properties: {} additionalProperties: false examples: - default: &656 + default: &655 value: limit: collaborators_only origin: repository @@ -87979,13 +87860,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: true content: application/json: - schema: *655 + schema: *654 examples: default: summary: Example request body @@ -87997,9 +87878,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: - default: *656 + default: *655 '409': description: Response x-github: @@ -88021,8 +87902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -88045,8 +87926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -88056,9 +87937,9 @@ paths: application/json: schema: type: array - items: *657 + items: *656 examples: - default: &833 + default: &832 value: - id: 1 repository: @@ -88189,9 +88070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *464 - *465 - - *466 - - *361 + - *360 requestBody: required: false content: @@ -88220,7 +88101,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: default: value: @@ -88351,9 +88232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *464 - *465 - - *466 - - *361 + - *360 responses: '204': description: Response @@ -88384,8 +88265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *464 - *465 - - *466 - 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 @@ -88433,7 +88314,7 @@ paths: required: false schema: type: string - - *365 + - *364 - name: sort description: What to sort results by. in: query @@ -88458,7 +88339,7 @@ paths: type: array items: *223 examples: - default: &666 + default: &665 value: - id: 1 node_id: MDU6SXNzdWUx @@ -88606,7 +88487,7 @@ paths: state_reason: completed headers: Link: *43 - '301': *479 + '301': *478 '422': *15 '404': *6 x-github: @@ -88635,8 +88516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -88720,7 +88601,7 @@ paths: application/json: schema: *223 examples: - default: &663 + default: &662 value: id: 1 node_id: MDU6SXNzdWUx @@ -88876,7 +88757,7 @@ paths: '422': *15 '503': *190 '404': *6 - '410': *476 + '410': *475 x-github: triggersNotification: true githubCloudOnly: false @@ -88904,8 +88785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *464 - *465 - - *466 - *233 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -88926,9 +88807,9 @@ paths: application/json: schema: type: array - items: *658 + items: *657 examples: - default: &665 + default: &664 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88986,17 +88867,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 responses: '200': description: Response content: application/json: - schema: *658 + schema: *657 examples: - default: &659 + default: &658 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -89050,8 +88931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -89074,9 +88955,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *657 examples: - default: *659 + default: *658 '422': *15 x-github: githubCloudOnly: false @@ -89094,8 +88975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 responses: '204': @@ -89116,8 +88997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -89144,9 +89025,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -89167,8 +89048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -89201,16 +89082,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -89232,10 +89113,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *464 - *465 - - *466 - *222 - - *457 + - *456 responses: '204': description: Response @@ -89255,8 +89136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -89266,7 +89147,7 @@ paths: application/json: schema: type: array - items: &662 + items: &661 title: Issue Event description: Issue Event type: object @@ -89309,8 +89190,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *660 - required: *661 + properties: *659 + required: *660 nullable: true label: title: Issue Event Label @@ -89354,7 +89235,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *305 + requested_team: *304 dismissed_review: title: Issue Event Dismissed Review type: object @@ -89617,8 +89498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *464 - *465 - - *466 - name: event_id in: path required: true @@ -89629,7 +89510,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *661 examples: default: value: @@ -89822,7 +89703,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *476 + '410': *475 '403': *29 x-github: githubCloudOnly: false @@ -89856,9 +89737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *464 - *465 - - *466 - - &664 + - &663 name: issue_number description: The number that identifies the issue. in: path @@ -89872,10 +89753,10 @@ paths: application/json: schema: *223 examples: - default: *663 - '301': *479 + default: *662 + '301': *478 '404': *6 - '410': *476 + '410': *475 '304': *37 x-github: githubCloudOnly: false @@ -89900,9 +89781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -90008,13 +89889,13 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 '422': *15 '503': *190 '403': *29 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90032,9 +89913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -90062,7 +89943,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90078,9 +89959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: content: application/json: @@ -90107,7 +89988,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90129,9 +90010,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: + - *464 - *465 - - *466 - - *664 + - *663 - name: assignee in: path required: true @@ -90171,9 +90052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *213 - *17 - *19 @@ -90184,13 +90065,13 @@ paths: application/json: schema: type: array - items: *658 + items: *657 examples: - default: *665 + default: *664 headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90219,9 +90100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -90243,16 +90124,16 @@ paths: description: Response content: application/json: - schema: *658 + schema: *657 examples: - default: *659 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *476 + '410': *475 '422': *15 '404': *6 x-github: @@ -90280,9 +90161,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: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -90294,12 +90175,12 @@ paths: type: array items: *223 examples: - default: *666 + default: *665 headers: Link: *43 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90327,9 +90208,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: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -90353,15 +90234,15 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *479 + '301': *478 '403': *29 - '410': *476 + '410': *475 '422': *15 '404': *6 x-github: @@ -90392,9 +90273,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: + - *464 - *465 - - *466 - - *664 + - *663 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -90408,13 +90289,13 @@ paths: application/json: schema: *223 examples: - default: *663 - '301': *479 + default: *662 + '301': *478 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *476 + '410': *475 x-github: triggersNotification: true githubCloudOnly: false @@ -90440,9 +90321,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: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -90454,12 +90335,12 @@ paths: type: array items: *223 examples: - default: *666 + default: *665 headers: Link: *43 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90476,9 +90357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -90492,7 +90373,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &669 + - &668 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90546,7 +90427,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &669 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -90682,7 +90563,7 @@ paths: - performed_via_github_app - assignee - assigner - - &671 + - &670 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -90733,7 +90614,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &671 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -90784,7 +90665,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &672 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -90838,7 +90719,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &673 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -90872,7 +90753,7 @@ paths: properties: *208 required: *209 review_requester: *4 - requested_team: *305 + requested_team: *304 requested_reviewer: *4 required: - review_requester @@ -90885,7 +90766,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &674 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -90919,7 +90800,7 @@ paths: properties: *208 required: *209 review_requester: *4 - requested_team: *305 + requested_team: *304 requested_reviewer: *4 required: - review_requester @@ -90932,7 +90813,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &675 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -90992,7 +90873,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &676 title: Locked Issue Event description: Locked Issue Event type: object @@ -91040,7 +90921,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &678 + - &677 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -91106,7 +90987,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &679 + - &678 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -91172,7 +91053,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &680 + - &679 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -91238,7 +91119,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &681 + - &680 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -91329,7 +91210,7 @@ paths: color: red headers: Link: *43 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91346,9 +91227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -91358,7 +91239,7 @@ paths: application/json: schema: type: array - items: &667 + items: &666 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -91405,7 +91286,7 @@ paths: - color - default examples: - default: &668 + default: &667 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91423,9 +91304,9 @@ paths: default: false headers: Link: *43 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91442,9 +91323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -91503,12 +91384,12 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 - '301': *479 + default: *667 + '301': *478 '404': *6 - '410': *476 + '410': *475 '422': *15 x-github: githubCloudOnly: false @@ -91525,9 +91406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -91587,12 +91468,12 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 - '301': *479 + default: *667 + '301': *478 '404': *6 - '410': *476 + '410': *475 '422': *15 x-github: githubCloudOnly: false @@ -91609,15 +91490,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 responses: '204': description: Response - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91636,9 +91517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - name: name in: path required: true @@ -91651,7 +91532,7 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: default: value: @@ -91662,9 +91543,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91684,9 +91565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -91714,7 +91595,7 @@ paths: '204': description: Response '403': *29 - '410': *476 + '410': *475 '404': *6 '422': *15 x-github: @@ -91732,9 +91613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 responses: '204': description: Response @@ -91764,9 +91645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 responses: '200': description: Response @@ -91774,10 +91655,10 @@ paths: application/json: schema: *223 examples: - default: *663 - '301': *479 + default: *662 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91794,9 +91675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - 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. @@ -91822,13 +91703,13 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91846,9 +91727,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -91880,16 +91761,16 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -91911,10 +91792,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *464 - *465 - - *466 - - *664 - - *457 + - *663 + - *456 responses: '204': description: Response @@ -91943,9 +91824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -91969,7 +91850,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -92002,9 +91883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -92016,11 +91897,11 @@ paths: type: array items: *223 examples: - default: *666 + default: *665 headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92048,9 +91929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -92079,14 +91960,14 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *476 + '410': *475 '422': *15 '404': *6 x-github: @@ -92106,9 +91987,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -92141,7 +92022,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 '403': *29 '404': *6 '422': *7 @@ -92163,9 +92044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -92180,6 +92061,7 @@ paths: description: Timeline Event type: object anyOf: + - *668 - *669 - *670 - *671 @@ -92192,7 +92074,6 @@ paths: - *678 - *679 - *680 - - *681 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -92501,7 +92382,7 @@ paths: type: string comments: type: array - items: &703 + items: &702 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -92710,7 +92591,7 @@ paths: type: string comments: type: array - items: *583 + items: *582 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -92999,7 +92880,7 @@ paths: headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93016,8 +92897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -93027,7 +92908,7 @@ paths: application/json: schema: type: array - items: &682 + items: &681 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -93093,8 +92974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93130,9 +93011,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: &683 + default: &682 value: id: 1 key: ssh-rsa AAA... @@ -93166,9 +93047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *464 - *465 - - *466 - - &684 + - &683 name: key_id description: The unique identifier of the key. in: path @@ -93180,9 +93061,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: *683 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -93200,9 +93081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *464 - *465 - - *466 - - *684 + - *683 responses: '204': description: Response @@ -93222,8 +93103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -93233,9 +93114,9 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 + default: *667 headers: Link: *43 '404': *6 @@ -93256,8 +93137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93293,9 +93174,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *666 examples: - default: &685 + default: &684 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93327,8 +93208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *464 - *465 - - *466 - name: name in: path required: true @@ -93339,9 +93220,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *666 examples: - default: *685 + default: *684 '404': *6 x-github: githubCloudOnly: false @@ -93358,8 +93239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *464 - *465 - - *466 - name: name in: path required: true @@ -93398,7 +93279,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *666 examples: default: value: @@ -93424,8 +93305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *464 - *465 - - *466 - name: name in: path required: true @@ -93451,8 +93332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -93488,8 +93369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *464 - *465 - - *466 responses: '202': *39 '403': @@ -93517,8 +93398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -93544,9 +93425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *464 - *465 - - *466 - - *559 + - *558 responses: '200': description: Response @@ -93691,8 +93572,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93757,8 +93638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93792,9 +93673,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *584 + schema: *583 examples: - default: *686 + default: *685 '204': description: Response when already merged '404': @@ -93819,8 +93700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *464 - *465 - - *466 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -93861,12 +93742,12 @@ paths: application/json: schema: type: array - items: &687 + items: &686 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 examples: default: value: @@ -93922,8 +93803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93963,9 +93844,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *686 examples: - default: &688 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -94024,9 +93905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *464 - *465 - - *466 - - &689 + - &688 name: milestone_number description: The number that identifies the milestone. in: path @@ -94038,9 +93919,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *686 examples: - default: *688 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -94057,9 +93938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *464 - *465 - - *466 - - *689 + - *688 requestBody: required: false content: @@ -94097,9 +93978,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *686 examples: - default: *688 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94115,9 +93996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *464 - *465 - - *466 - - *689 + - *688 responses: '204': description: Response @@ -94138,9 +94019,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: + - *464 - *465 - - *466 - - *689 + - *688 - *17 - *19 responses: @@ -94150,9 +94031,9 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 + default: *667 headers: Link: *43 x-github: @@ -94171,12 +94052,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: + - *464 - *465 - - *466 + - *689 - *690 - - *691 - *213 - - *692 + - *691 - *17 - *19 responses: @@ -94188,7 +94069,7 @@ paths: type: array items: *236 examples: - default: *693 + default: *692 headers: Link: *43 x-github: @@ -94212,8 +94093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -94271,14 +94152,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: &694 + schema: &693 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -94403,7 +94284,7 @@ paths: - custom_404 - public examples: - default: &695 + default: &694 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -94444,8 +94325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -94499,9 +94380,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *693 examples: - default: *695 + default: *694 '422': *15 '409': *114 x-github: @@ -94524,8 +94405,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -94632,8 +94513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -94659,8 +94540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -94670,7 +94551,7 @@ paths: application/json: schema: type: array - items: &696 + items: &695 title: Page Build description: Page Build type: object @@ -94764,8 +94645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *464 - *465 - - *466 responses: '201': description: Response @@ -94810,16 +94691,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *696 + schema: *695 examples: - default: &697 + default: &696 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -94867,8 +94748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *464 - *465 - - *466 - name: build_id in: path required: true @@ -94879,9 +94760,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *695 examples: - default: *697 + default: *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94901,8 +94782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95007,9 +94888,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: + - *464 - *465 - - *466 - - &698 + - &697 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -95067,9 +94948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *464 - *465 - - *466 - - *698 + - *697 responses: '204': *150 '404': *6 @@ -95096,8 +94977,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -95328,7 +95209,7 @@ paths: description: Empty response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -95355,8 +95236,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: + - *464 - *465 - - *466 responses: '200': description: Private vulnerability reporting status @@ -95393,8 +95274,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: + - *464 - *465 - - *466 responses: '204': *150 '422': *14 @@ -95415,8 +95296,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: + - *464 - *465 - - *466 responses: '204': *150 '422': *14 @@ -95439,8 +95320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: + - *464 - *465 - - *466 - name: state description: Indicates the state of the projects to return. in: query @@ -95461,7 +95342,7 @@ paths: application/json: schema: type: array - items: *394 + items: *393 examples: default: value: @@ -95501,7 +95382,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *476 + '410': *475 '422': *7 x-github: githubCloudOnly: false @@ -95524,8 +95405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95551,13 +95432,13 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: *475 + default: *474 '401': *25 '403': *29 '404': *6 - '410': *476 + '410': *475 '422': *7 x-github: githubCloudOnly: false @@ -95580,8 +95461,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -95591,7 +95472,7 @@ paths: type: array items: *151 examples: - default: *699 + default: *698 '403': *29 '404': *6 x-github: @@ -95613,8 +95494,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95630,7 +95511,7 @@ paths: required: - properties examples: - default: *700 + default: *699 responses: '204': description: No Content when custom property values are successfully created @@ -95668,8 +95549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *464 - *465 - - *466 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -95729,9 +95610,9 @@ paths: application/json: schema: type: array - items: *588 + items: *587 examples: - default: *701 + default: *700 headers: Link: *43 '304': *37 @@ -95763,8 +95644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95829,7 +95710,7 @@ paths: description: Response content: application/json: - schema: &705 + schema: &704 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -95940,8 +95821,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 nullable: true active_lock_reason: type: string @@ -95986,7 +95867,7 @@ paths: nullable: true requested_teams: type: array - items: *432 + items: *431 nullable: true head: type: object @@ -96025,14 +95906,14 @@ paths: _links: type: object properties: - comments: *402 - commits: *402 - statuses: *402 - html: *402 - issue: *402 - review_comments: *402 - review_comment: *402 - self: *402 + comments: *401 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -96043,7 +95924,7 @@ paths: - review_comment - self author_association: *210 - auto_merge: *702 + auto_merge: *701 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -96135,7 +96016,7 @@ paths: - merged_by - review_comments examples: - default: &706 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -96662,8 +96543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *464 - *465 - - *466 - name: sort in: query required: false @@ -96692,9 +96573,9 @@ paths: application/json: schema: type: array - items: *703 + items: *702 examples: - default: &708 + default: &707 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96771,17 +96652,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: + - *464 - *465 - - *466 - *222 responses: '200': description: Response content: application/json: - schema: *703 + schema: *702 examples: - default: &704 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96856,8 +96737,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: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -96880,9 +96761,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *702 examples: - default: *704 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96898,8 +96779,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: + - *464 - *465 - - *466 - *222 responses: '204': @@ -96921,8 +96802,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: + - *464 - *465 - - *466 - *222 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -96949,9 +96830,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -96972,8 +96853,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: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -97006,16 +96887,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -97037,10 +96918,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *464 - *465 - - *466 - *222 - - *457 + - *456 responses: '204': description: Response @@ -97083,9 +96964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *464 - *465 - - *466 - - &707 + - &706 name: pull_number description: The number that identifies the pull request. in: path @@ -97098,9 +96979,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *705 + schema: *704 examples: - default: *706 + default: *705 '304': *37 '404': *6 '406': @@ -97135,9 +97016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -97179,9 +97060,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *704 examples: - default: *706 + default: *705 '422': *15 '403': *29 x-github: @@ -97203,9 +97084,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: true content: @@ -97265,17 +97146,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '401': *25 '403': *29 '404': *6 @@ -97305,9 +97186,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: + - *464 - *465 - - *466 - - *707 + - *706 - *233 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -97328,9 +97209,9 @@ paths: application/json: schema: type: array - items: *703 + items: *702 examples: - default: *708 + default: *707 headers: Link: *43 x-github: @@ -97363,9 +97244,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: true content: @@ -97470,7 +97351,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *702 examples: example-for-a-multi-line-comment: value: @@ -97558,9 +97439,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: + - *464 - *465 - - *466 - - *707 + - *706 - *222 requestBody: required: true @@ -97583,7 +97464,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *702 examples: default: value: @@ -97669,9 +97550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 - *17 - *19 responses: @@ -97681,9 +97562,9 @@ paths: application/json: schema: type: array - items: *584 + items: *583 examples: - default: *709 + default: *708 headers: Link: *43 x-github: @@ -97713,9 +97594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *464 - *465 - - *466 - - *707 + - *706 - *17 - *19 responses: @@ -97725,7 +97606,7 @@ paths: application/json: schema: type: array - items: *597 + items: *596 examples: default: value: @@ -97763,9 +97644,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: + - *464 - *465 - - *466 - - *707 + - *706 responses: '204': description: Response if pull request has been merged @@ -97788,9 +97669,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -97901,9 +97782,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: + - *464 - *465 - - *466 - - *707 + - *706 responses: '200': description: Response @@ -97919,7 +97800,7 @@ paths: items: *4 teams: type: array - items: *305 + items: *304 required: - users - teams @@ -97978,9 +97859,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -98017,7 +97898,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *587 examples: default: value: @@ -98553,9 +98434,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: true content: @@ -98589,7 +98470,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *587 examples: default: value: @@ -99094,9 +98975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 - *17 - *19 responses: @@ -99106,7 +98987,7 @@ paths: application/json: schema: type: array - items: &710 + items: &709 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99257,9 +99138,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -99345,9 +99226,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: &712 + default: &711 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99410,10 +99291,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: + - *464 - *465 - - *466 - - *707 - - &711 + - *706 + - &710 name: review_id description: The unique identifier of the review. in: path @@ -99425,9 +99306,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: &713 + default: &712 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99486,10 +99367,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 requestBody: required: true content: @@ -99512,7 +99393,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: default: value: @@ -99574,18 +99455,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 responses: '200': description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *712 + default: *711 '422': *7 '404': *6 x-github: @@ -99612,10 +99493,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 - *17 - *19 responses: @@ -99698,9 +99579,9 @@ paths: _links: type: object properties: - self: *402 - html: *402 - pull_request: *402 + self: *401 + html: *401 + pull_request: *401 required: - self - html @@ -99850,10 +99731,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 requestBody: required: true content: @@ -99881,7 +99762,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: default: value: @@ -99944,10 +99825,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 requestBody: required: true content: @@ -99982,9 +99863,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *713 + default: *712 '404': *6 '422': *7 '403': *29 @@ -100006,9 +99887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -100071,8 +99952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *464 - *465 - - *466 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -100085,9 +99966,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *713 examples: - default: &715 + default: &714 value: type: file encoding: base64 @@ -100129,8 +100010,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: + - *464 - *465 - - *466 - name: dir description: The alternate path to look for a README file in: path @@ -100150,9 +100031,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *713 examples: - default: *715 + default: *714 '404': *6 '422': *15 x-github: @@ -100174,8 +100055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -100185,7 +100066,7 @@ paths: application/json: schema: type: array - items: &716 + items: &715 title: Release description: A release. type: object @@ -100256,7 +100137,7 @@ paths: author: *4 assets: type: array - items: &717 + items: &716 title: Release Asset description: Data related to a release. type: object @@ -100443,8 +100324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -100520,9 +100401,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: &720 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -100627,9 +100508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *464 - *465 - - *466 - - &718 + - &717 name: asset_id description: The unique identifier of the asset. in: path @@ -100641,9 +100522,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *716 examples: - default: &719 + default: &718 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 @@ -100678,7 +100559,7 @@ paths: type: User site_admin: false '404': *6 - '302': *599 + '302': *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100694,9 +100575,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *464 - *465 - - *466 - - *718 + - *717 requestBody: required: false content: @@ -100724,9 +100605,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *716 examples: - default: *719 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100742,9 +100623,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *464 - *465 - - *466 - - *718 + - *717 responses: '204': description: Response @@ -100768,8 +100649,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -100854,16 +100735,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: *720 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100880,8 +100761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *464 - *465 - - *466 - name: tag description: tag parameter in: path @@ -100894,9 +100775,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: *720 + default: *719 '404': *6 x-github: githubCloudOnly: false @@ -100918,9 +100799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *464 - *465 - - *466 - - &721 + - &720 name: release_id description: The unique identifier of the release. in: path @@ -100934,9 +100815,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: *716 + schema: *715 examples: - default: *720 + default: *719 '401': description: Unauthorized x-github: @@ -100954,9 +100835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 requestBody: required: false content: @@ -101020,9 +100901,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: *720 + default: *719 '404': description: Not Found if the discussion category name is invalid content: @@ -101043,9 +100924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 responses: '204': description: Response @@ -101065,9 +100946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *464 - *465 - - *466 - - *721 + - *720 - *17 - *19 responses: @@ -101077,7 +100958,7 @@ paths: application/json: schema: type: array - items: *717 + items: *716 examples: default: value: @@ -101159,9 +101040,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: + - *464 - *465 - - *466 - - *721 + - *720 - name: name in: query required: true @@ -101187,7 +101068,7 @@ paths: description: Response for successful upload content: application/json: - schema: *717 + schema: *716 examples: response-for-successful-upload: value: @@ -101242,9 +101123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 - 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. @@ -101268,9 +101149,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -101291,9 +101172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 requestBody: required: true content: @@ -101323,16 +101204,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -101354,10 +101235,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *464 - *465 - - *466 - - *721 - - *457 + - *720 + - *456 responses: '204': description: Response @@ -101381,9 +101262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *464 - *465 - - *466 - - *524 + - *523 - *17 - *19 responses: @@ -101400,7 +101281,7 @@ paths: oneOf: - allOf: - *165 - - &722 + - &721 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101421,67 +101302,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *166 - - *722 + - *721 - allOf: - *167 - - *722 + - *721 - allOf: - *168 - - *722 + - *721 - allOf: - - *723 - *722 + - *721 - allOf: - *169 - - *722 + - *721 - allOf: - *170 - - *722 + - *721 - allOf: - *171 - - *722 + - *721 - allOf: - *172 - - *722 + - *721 - allOf: - *173 - - *722 + - *721 - allOf: - *174 - - *722 + - *721 - allOf: - *175 - - *722 + - *721 - allOf: - *176 - - *722 + - *721 - allOf: - *177 - - *722 + - *721 - allOf: - *178 - - *722 + - *721 - allOf: - *179 - - *722 + - *721 - allOf: - *180 - - *722 + - *721 - allOf: - *181 - - *722 + - *721 - allOf: - *182 - - *722 + - *721 - allOf: - *183 - - *722 + - *721 - allOf: - *184 - - *722 + - *721 - allOf: - - *724 - - *722 + - *723 + - *721 examples: default: value: @@ -101520,8 +101401,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - *17 - *19 - name: includes_parents @@ -101532,7 +101413,7 @@ paths: schema: type: boolean default: true - - *725 + - *724 responses: '200': description: Response @@ -101587,8 +101468,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 requestBody: description: Request body required: true @@ -101617,7 +101498,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *726 + items: *725 required: - name - enforcement @@ -101650,7 +101531,7 @@ paths: application/json: schema: *185 examples: - default: &735 + default: &734 value: id: 42 name: super cool ruleset @@ -101697,12 +101578,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *464 - *465 - - *466 - - *727 + - *726 - *101 + - *727 - *728 - - *729 - *17 - *19 responses: @@ -101710,9 +101591,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *729 examples: - default: *731 + default: *730 '404': *6 '500': *40 x-github: @@ -101733,17 +101614,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *464 - *465 - - *466 - - *732 + - *731 responses: '200': description: Response content: application/json: - schema: *733 + schema: *732 examples: - default: *734 + default: *733 '404': *6 '500': *40 x-github: @@ -101771,8 +101652,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101794,7 +101675,7 @@ paths: application/json: schema: *185 examples: - default: *735 + default: *734 '404': *6 '500': *40 put: @@ -101812,8 +101693,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101847,7 +101728,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *726 + items: *725 examples: default: value: @@ -101877,7 +101758,7 @@ paths: application/json: schema: *185 examples: - default: *735 + default: *734 '404': *6 '500': *40 delete: @@ -101895,8 +101776,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101919,8 +101800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *464 - *465 - - *466 - *17 - *19 - name: ruleset_id @@ -101938,7 +101819,7 @@ paths: type: array items: *189 examples: - default: *417 + default: *416 '404': *6 '500': *40 x-github: @@ -101957,8 +101838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101976,7 +101857,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *417 examples: default: value: @@ -102031,21 +101912,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: + - *464 - *465 - - *466 + - *418 - *419 - *420 - *421 - - *422 - *106 - *19 - *17 + - *735 - *736 - - *737 + - *422 - *423 - *424 - *425 - - *426 responses: '200': description: Response @@ -102053,7 +101934,7 @@ paths: application/json: schema: type: array - items: &741 + items: &740 type: object properties: number: *123 @@ -102072,8 +101953,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *738 - resolution: *739 + state: *737 + resolution: *738 resolved_at: type: string format: date-time @@ -102169,7 +102050,7 @@ paths: pull request. ' - oneOf: *740 + oneOf: *739 nullable: true has_more_locations: type: boolean @@ -102318,16 +102199,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: + - *464 - *465 - - *466 - - *553 - - *426 + - *552 + - *425 responses: '200': description: Response content: application/json: - schema: *741 + schema: *740 examples: default: value: @@ -102379,9 +102260,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: + - *464 - *465 - - *466 - - *553 + - *552 requestBody: required: true content: @@ -102389,8 +102270,8 @@ paths: schema: type: object properties: - state: *738 - resolution: *739 + state: *737 + resolution: *738 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102408,7 +102289,7 @@ paths: description: Response content: application/json: - schema: *741 + schema: *740 examples: default: value: @@ -102483,9 +102364,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: + - *464 - *465 - - *466 - - *553 + - *552 - *19 - *17 responses: @@ -102496,7 +102377,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &921 + items: &920 type: object properties: type: @@ -102522,6 +102403,7 @@ paths: example: commit details: oneOf: + - *741 - *742 - *743 - *744 @@ -102534,7 +102416,6 @@ paths: - *751 - *752 - *753 - - *754 examples: default: value: @@ -102620,8 +102501,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -102629,14 +102510,14 @@ paths: schema: type: object properties: - reason: &756 + reason: &755 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *755 + placeholder_id: *754 required: - reason - placeholder_id @@ -102653,7 +102534,7 @@ paths: schema: type: object properties: - reason: *756 + reason: *755 expire_at: type: string format: date-time @@ -102699,8 +102580,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: + - *464 - *465 - - *466 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -102715,7 +102596,7 @@ paths: properties: incremental_scans: type: array - items: &757 + items: &756 description: Information on a single scan performed by secret scanning on the repository type: object @@ -102741,15 +102622,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *757 + items: *756 backfill_scans: type: array - items: *757 + items: *756 custom_pattern_backfill_scans: type: array items: allOf: - - *757 + - *756 - type: object properties: pattern_name: @@ -102819,8 +102700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *464 - *465 - - *466 - *106 - name: sort description: The property to sort the results by. @@ -102864,9 +102745,9 @@ paths: application/json: schema: type: array - items: *758 + items: *757 examples: - default: *759 + default: *758 '400': *14 '404': *6 x-github: @@ -102889,8 +102770,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -102963,7 +102844,7 @@ paths: login: type: string description: The username of the user credited. - type: *431 + type: *430 required: - login - type @@ -103050,9 +102931,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: - default: &761 + default: &760 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -103285,8 +103166,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -103390,7 +103271,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: default: value: @@ -103537,17 +103418,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: + - *464 - *465 - - *466 - - *760 + - *759 responses: '200': description: Response content: application/json: - schema: *758 + schema: *757 examples: - default: *761 + default: *760 '403': *29 '404': *6 x-github: @@ -103571,9 +103452,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: + - *464 - *465 - - *466 - - *760 + - *759 requestBody: required: true content: @@ -103646,7 +103527,7 @@ paths: login: type: string description: The username of the user credited. - type: *431 + type: *430 required: - login - type @@ -103732,17 +103613,17 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: - default: *761 - add_credit: *761 + default: *760 + add_credit: *760 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *253 + schema: *252 examples: invalid_state_transition: value: @@ -103773,9 +103654,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: + - *464 - *465 - - *466 - - *760 + - *759 responses: '202': *39 '400': *14 @@ -103802,17 +103683,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: + - *464 - *465 - - *466 - - *760 + - *759 responses: '202': description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 '400': *14 '422': *15 '403': *29 @@ -103838,8 +103719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -103938,8 +103819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *464 - *465 - - *466 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -103948,7 +103829,7 @@ paths: application/json: schema: type: array - items: &762 + items: &761 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -103981,8 +103862,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -104058,8 +103939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -104155,8 +104036,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *464 - *465 - - *466 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -104310,8 +104191,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: + - *464 - *465 - - *466 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -104321,7 +104202,7 @@ paths: application/json: schema: type: array - items: *762 + items: *761 examples: default: value: @@ -104354,8 +104235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *464 - *465 - - *466 - name: sha in: path required: true @@ -104409,7 +104290,7 @@ paths: description: Response content: application/json: - schema: *763 + schema: *762 examples: default: value: @@ -104463,8 +104344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -104496,14 +104377,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *464 - *465 - - *466 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &764 + schema: &763 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -104571,8 +104452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -104598,7 +104479,7 @@ paths: description: Response content: application/json: - schema: *764 + schema: *763 examples: default: value: @@ -104625,8 +104506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -104646,8 +104527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -104726,8 +104607,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -104735,7 +104616,7 @@ paths: application/json: schema: type: array - items: &765 + items: &764 title: Tag protection description: Tag protection type: object @@ -104787,8 +104668,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -104811,7 +104692,7 @@ paths: description: Response content: application/json: - schema: *765 + schema: *764 examples: default: value: @@ -104842,8 +104723,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: + - *464 - *465 - - *466 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -104880,8 +104761,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *464 - *465 - - *466 - name: ref in: path required: true @@ -104917,8 +104798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -104928,9 +104809,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 headers: Link: *43 '404': *6 @@ -104950,8 +104831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *464 - *465 - - *466 - *19 - *17 responses: @@ -104959,7 +104840,7 @@ paths: description: Response content: application/json: - schema: &766 + schema: &765 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -104971,7 +104852,7 @@ paths: required: - names examples: - default: &767 + default: &766 value: names: - octocat @@ -104994,8 +104875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -105026,9 +104907,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *765 examples: - default: *767 + default: *766 '404': *6 '422': *7 x-github: @@ -105049,9 +104930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *464 - *465 - - *466 - - &768 + - &767 name: per description: The time frame to display results for. in: query @@ -105080,7 +104961,7 @@ paths: example: 128 clones: type: array - items: &769 + items: &768 title: Traffic type: object properties: @@ -105167,8 +105048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -105258,8 +105139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -105319,9 +105200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *464 - *465 - - *466 - - *768 + - *767 responses: '200': description: Response @@ -105340,7 +105221,7 @@ paths: example: 3782 views: type: array - items: *769 + items: *768 required: - uniques - count @@ -105417,8 +105298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -105454,7 +105335,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -105692,8 +105573,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: + - *464 - *465 - - *466 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -105716,8 +105597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -105739,8 +105620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -105766,8 +105647,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *464 - *465 - - *466 - name: ref in: path required: true @@ -105859,9 +105740,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -105902,7 +105783,7 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: default: value: @@ -106012,7 +105893,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &777 + - &776 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -106021,7 +105902,7 @@ paths: schema: type: string example: members - - &782 + - &781 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -106032,7 +105913,7 @@ paths: default: 1 format: int32 example: 1 - - &783 + - &782 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -106074,7 +105955,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &772 + items: &771 allOf: - type: object required: @@ -106149,7 +106030,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: &784 + meta: &783 type: object description: The metadata associated with the creation/updates to the user. @@ -106209,30 +106090,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &773 + '400': &772 description: Bad request content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '401': *771 - '403': &774 + schema: *769 + '401': *770 + '403': &773 description: Permission denied - '429': &775 + '429': &774 description: Too many requests content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '500': &776 + schema: *769 + '500': &775 description: Internal server error content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 + schema: *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106256,7 +106137,7 @@ paths: required: true content: application/json: - schema: &780 + schema: &779 type: object required: - schemas @@ -106316,9 +106197,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *772 + schema: *771 examples: - group: &778 + group: &777 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -106337,13 +106218,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': *773 - '401': *771 - '403': *774 - '409': &781 + '400': *772 + '401': *770 + '403': *773 + '409': &780 description: Duplicate record detected - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106360,7 +106241,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: - - &779 + - &778 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -106368,22 +106249,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *777 + - *776 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *772 + schema: *771 examples: - default: *778 - '400': *773 - '401': *771 - '403': *774 + default: *777 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106402,13 +106283,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: - - *779 + - *778 - *41 requestBody: required: true content: application/json: - schema: *780 + schema: *779 examples: group: summary: Group @@ -106434,17 +106315,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *772 + schema: *771 examples: - group: *778 - groupWithMembers: *778 - '400': *773 - '401': *771 - '403': *774 + group: *777 + groupWithMembers: *777 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106468,13 +106349,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: - - *779 + - *778 - *41 requestBody: required: true content: application/json: - schema: &791 + schema: &790 type: object required: - Operations @@ -106534,17 +106415,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *772 + schema: *771 examples: - updateGroup: *778 - addMembers: *778 - '400': *773 - '401': *771 - '403': *774 + updateGroup: *777 + addMembers: *777 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106560,17 +106441,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: - - *779 + - *778 - *41 responses: '204': description: Group was deleted, no content - '400': *773 - '401': *771 - '403': *774 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106604,8 +106485,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *781 - *782 - - *783 - *41 responses: '200': @@ -106638,7 +106519,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &786 + items: &785 allOf: - type: object required: @@ -106717,7 +106598,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &785 + roles: &784 type: array description: The roles assigned to the user. items: @@ -106773,7 +106654,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *784 + meta: *783 startIndex: type: integer description: A starting index for the returned page @@ -106810,11 +106691,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *773 - '401': *771 - '403': *774 - '429': *775 - '500': *776 + '400': *772 + '401': *770 + '403': *773 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106838,7 +106719,7 @@ paths: required: true content: application/json: - schema: &789 + schema: &788 type: object required: - schemas @@ -106920,9 +106801,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *785 + roles: *784 examples: - user: &790 + user: &789 summary: User value: schemas: @@ -106969,9 +106850,9 @@ paths: description: User has been created content: application/scim+json: - schema: *786 + schema: *785 examples: - user: &787 + user: &786 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -106997,13 +106878,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: *787 - '400': *773 - '401': *771 - '403': *774 - '409': *781 - '429': *775 - '500': *776 + enterpriseOwner: *786 + '400': *772 + '401': *770 + '403': *773 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107020,7 +106901,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: - - &788 + - &787 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -107033,15 +106914,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *786 + schema: *785 examples: - default: *787 - '400': *773 - '401': *771 - '403': *774 + default: *786 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107063,30 +106944,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: - - *788 + - *787 - *41 requestBody: required: true content: application/json: - schema: *789 + schema: *788 examples: - user: *790 + user: *789 responses: '200': description: User was updated content: application/scim+json: - schema: *786 + schema: *785 examples: - user: *787 - '400': *773 - '401': *771 - '403': *774 + user: *786 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107121,13 +107002,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: - - *788 + - *787 - *41 requestBody: required: true content: application/json: - schema: *791 + schema: *790 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -107167,18 +107048,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *786 + schema: *785 examples: - userMultiValuedProperties: *787 - userSingleValuedProperties: *787 - disableUser: *787 - '400': *773 - '401': *771 - '403': *774 + userMultiValuedProperties: *786 + userSingleValuedProperties: *786 + disableUser: *786 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107198,17 +107079,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: - - *788 + - *787 - *41 responses: '204': description: User was deleted, no content - '400': *773 - '401': *771 - '403': *774 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107295,7 +107176,7 @@ paths: example: 1 Resources: type: array - items: &792 + items: &791 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -107526,22 +107407,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': *37 - '404': &793 + '404': &792 description: Resource not found content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '403': &794 + schema: *769 + '403': &793 description: Forbidden content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '400': *773 - '429': *775 + schema: *769 + '400': *772 + '429': *774 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -107567,9 +107448,9 @@ paths: description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: &795 + default: &794 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -107592,17 +107473,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': *37 - '404': *793 - '403': *794 - '500': *776 + '404': *792 + '403': *793 + '500': *775 '409': description: Conflict content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '400': *773 + schema: *769 + '400': *772 requestBody: required: true content: @@ -107700,17 +107581,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *83 - - *788 + - *787 responses: '200': description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: *795 - '404': *793 - '403': *794 + default: *794 + '404': *792 + '403': *793 '304': *37 x-github: githubCloudOnly: true @@ -107734,18 +107615,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *83 - - *788 + - *787 responses: '200': description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: *795 + default: *794 '304': *37 - '404': *793 - '403': *794 + '404': *792 + '403': *793 requestBody: required: true content: @@ -107858,19 +107739,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *83 - - *788 + - *787 responses: '200': description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: *795 + default: *794 '304': *37 - '404': *793 - '403': *794 - '400': *773 + '404': *792 + '403': *793 + '400': *772 '429': description: Response content: @@ -107961,12 +107842,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *83 - - *788 + - *787 responses: '204': description: Response - '404': *793 - '403': *794 + '404': *792 + '403': *793 '304': *37 x-github: githubCloudOnly: true @@ -108081,7 +107962,7 @@ paths: html_url: type: string format: uri - repository: *278 + repository: *277 score: type: number file_size: @@ -108099,7 +107980,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &796 + text_matches: &795 title: Search Result Text Matches type: array items: @@ -108262,7 +108143,7 @@ paths: enum: - author-date - committer-date - - &797 + - &796 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 @@ -108333,7 +108214,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *522 + properties: *521 nullable: true comment_count: type: integer @@ -108353,7 +108234,7 @@ paths: url: type: string format: uri - verification: *644 + verification: *643 required: - author - committer @@ -108372,7 +108253,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *522 + properties: *521 nullable: true parents: type: array @@ -108385,12 +108266,12 @@ paths: type: string sha: type: string - repository: *278 + repository: *277 score: type: number node_id: type: string - text_matches: *796 + text_matches: *795 required: - sha - node_id @@ -108583,7 +108464,7 @@ paths: - interactions - created - updated - - *797 + - *796 - *17 - *19 - name: advanced_search @@ -108680,11 +108561,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: type: string state_reason: @@ -108701,8 +108582,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 nullable: true comments: type: integer @@ -108716,7 +108597,7 @@ paths: type: string format: date-time nullable: true - text_matches: *796 + text_matches: *795 pull_request: type: object properties: @@ -108760,7 +108641,7 @@ paths: timeline_url: type: string format: uri - type: *362 + type: *361 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -108941,7 +108822,7 @@ paths: enum: - created - updated - - *797 + - *796 - *17 - *19 responses: @@ -108985,7 +108866,7 @@ paths: nullable: true score: type: number - text_matches: *796 + text_matches: *795 required: - id - node_id @@ -109071,7 +108952,7 @@ paths: - forks - help-wanted-issues - updated - - *797 + - *796 - *17 - *19 responses: @@ -109310,7 +109191,7 @@ paths: - admin - pull - push - text_matches: *796 + text_matches: *795 temp_clone_token: type: string allow_merge_commit: @@ -109611,7 +109492,7 @@ paths: type: string format: uri nullable: true - text_matches: *796 + text_matches: *795 related: type: array nullable: true @@ -109804,7 +109685,7 @@ paths: - followers - repositories - joined - - *797 + - *796 - *17 - *19 responses: @@ -109908,7 +109789,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *796 + text_matches: *795 blog: type: string nullable: true @@ -109987,7 +109868,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &801 + - &800 name: team_id description: The unique identifier of the team. in: path @@ -109999,9 +109880,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 x-github: githubCloudOnly: false @@ -110028,7 +109909,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *801 + - *800 requestBody: required: true content: @@ -110091,16 +109972,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '201': description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 '422': *15 '403': *29 @@ -110128,7 +110009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *801 + - *800 responses: '204': description: Response @@ -110159,7 +110040,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *801 + - *800 - *106 - *17 - *19 @@ -110170,9 +110051,9 @@ paths: application/json: schema: type: array - items: *448 + items: *447 examples: - default: *802 + default: *801 headers: Link: *43 x-github: @@ -110201,7 +110082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *801 + - *800 requestBody: required: true content: @@ -110235,9 +110116,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 x-github: triggersNotification: true githubCloudOnly: false @@ -110264,16 +110145,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *801 - - *450 + - *800 + - *449 responses: '200': description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110298,8 +110179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *801 - - *450 + - *800 + - *449 requestBody: required: false content: @@ -110322,9 +110203,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *803 + default: *802 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110349,8 +110230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *801 - - *450 + - *800 + - *449 responses: '204': description: Response @@ -110379,8 +110260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *801 - - *450 + - *800 + - *449 - *106 - *17 - *19 @@ -110391,9 +110272,9 @@ paths: application/json: schema: type: array - items: *451 + items: *450 examples: - default: *804 + default: *803 headers: Link: *43 x-github: @@ -110422,8 +110303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *801 - - *450 + - *800 + - *449 requestBody: required: true content: @@ -110445,9 +110326,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *452 + default: *451 x-github: triggersNotification: true githubCloudOnly: false @@ -110474,17 +110355,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 responses: '200': description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *452 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110509,9 +110390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 requestBody: required: true content: @@ -110533,9 +110414,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *805 + default: *804 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110560,9 +110441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 responses: '204': description: Response @@ -110591,9 +110472,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: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 - 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. @@ -110619,9 +110500,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 x-github: @@ -110650,9 +110531,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: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 requestBody: required: true content: @@ -110684,9 +110565,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110712,8 +110593,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: - - *801 - - *450 + - *800 + - *449 - 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. @@ -110739,9 +110620,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 x-github: @@ -110770,8 +110651,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: - - *801 - - *450 + - *800 + - *449 requestBody: required: true content: @@ -110803,9 +110684,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110829,7 +110710,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -110839,9 +110720,9 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: - default: *360 + default: *359 headers: Link: *43 x-github: @@ -110867,7 +110748,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *801 + - *800 - name: role description: Filters members returned by their role in the team. in: query @@ -110918,7 +110799,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *801 + - *800 - *138 responses: '204': @@ -110955,7 +110836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *801 + - *800 - *138 responses: '204': @@ -110995,7 +110876,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *801 + - *800 - *138 responses: '204': @@ -111032,16 +110913,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: - - *801 + - *800 - *138 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: - response-if-user-is-a-team-maintainer: *806 + response-if-user-is-a-team-maintainer: *805 '404': *6 x-github: githubCloudOnly: false @@ -111074,7 +110955,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: - - *801 + - *800 - *138 requestBody: required: false @@ -111100,9 +110981,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - response-if-users-membership-with-team-is-now-pending: *807 + response-if-users-membership-with-team-is-now-pending: *806 '403': description: Forbidden if team synchronization is set up '422': @@ -111136,7 +111017,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: - - *801 + - *800 - *138 responses: '204': @@ -111165,7 +111046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -111175,9 +111056,9 @@ paths: application/json: schema: type: array - items: *463 + items: *462 examples: - default: *808 + default: *807 headers: Link: *43 '404': *6 @@ -111203,16 +111084,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: - - *801 - - *464 + - *800 + - *463 responses: '200': description: Response content: application/json: - schema: *463 + schema: *462 examples: - default: *809 + default: *808 '404': description: Not Found if project is not managed by this team x-github: @@ -111236,8 +111117,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: - - *801 - - *464 + - *800 + - *463 requestBody: required: false content: @@ -111304,8 +111185,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: - - *801 - - *464 + - *800 + - *463 responses: '204': description: Response @@ -111332,7 +111213,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -111342,9 +111223,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 '404': *6 @@ -111374,15 +111255,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: - - *801 + - *800 + - *464 - *465 - - *466 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *810 + schema: *809 examples: alternative-response-with-extra-repository-information: value: @@ -111533,9 +111414,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: - - *801 + - *800 + - *464 - *465 - - *466 requestBody: required: false content: @@ -111585,9 +111466,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: - - *801 + - *800 + - *464 - *465 - - *466 responses: '204': description: Response @@ -111616,15 +111497,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: - - *801 + - *800 responses: '200': description: Response content: application/json: - schema: *467 + schema: *466 examples: - default: *468 + default: *467 '403': *29 '404': *6 x-github: @@ -111651,7 +111532,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: - - *801 + - *800 requestBody: required: true content: @@ -111708,7 +111589,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *466 examples: default: value: @@ -111739,7 +111620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -111749,9 +111630,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - response-if-child-teams-exist: *811 + response-if-child-teams-exist: *810 headers: Link: *43 '404': *6 @@ -111784,7 +111665,7 @@ paths: application/json: schema: oneOf: - - &813 + - &812 title: Private User description: Private User type: object @@ -111987,7 +111868,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *812 + - *811 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112140,7 +112021,7 @@ paths: description: Response content: application/json: - schema: *813 + schema: *812 examples: default: value: @@ -112343,9 +112224,9 @@ paths: type: integer codespaces: type: array - items: *367 + items: *366 examples: - default: *368 + default: *367 '304': *37 '500': *40 '401': *25 @@ -112484,17 +112365,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '401': *25 '403': *29 '404': *6 @@ -112538,7 +112419,7 @@ paths: type: integer secrets: type: array - items: &814 + items: &813 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112578,7 +112459,7 @@ paths: - visibility - selected_repositories_url examples: - default: *576 + default: *575 headers: Link: *43 x-github: @@ -112648,13 +112529,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: - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *814 + schema: *813 examples: default: value: @@ -112684,7 +112565,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: - - *288 + - *287 requestBody: required: true content: @@ -112729,7 +112610,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -112757,7 +112638,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: - - *288 + - *287 responses: '204': description: Response @@ -112782,7 +112663,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: - - *288 + - *287 responses: '200': description: Response @@ -112798,9 +112679,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *815 + default: *814 '401': *25 '403': *29 '404': *6 @@ -112825,7 +112706,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: - - *288 + - *287 requestBody: required: true content: @@ -112879,7 +112760,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: - - *288 + - *287 - name: repository_id in: path required: true @@ -112912,7 +112793,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: - - *288 + - *287 - name: repository_id in: path required: true @@ -112944,15 +112825,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: - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '304': *37 '500': *40 '401': *25 @@ -112978,7 +112859,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: - - *369 + - *368 requestBody: required: false content: @@ -113008,9 +112889,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '401': *25 '403': *29 '404': *6 @@ -113032,7 +112913,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: - - *369 + - *368 responses: '202': *39 '304': *37 @@ -113061,13 +112942,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: - - *369 + - *368 responses: '202': description: Response content: application/json: - schema: &816 + schema: &815 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113108,7 +112989,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &817 + default: &816 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113140,7 +113021,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *369 + - *368 - name: export_id in: path required: true @@ -113153,9 +113034,9 @@ paths: description: Response content: application/json: - schema: *816 + schema: *815 examples: - default: *817 + default: *816 '404': *6 x-github: githubCloudOnly: false @@ -113176,7 +113057,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *369 + - *368 responses: '200': description: Response @@ -113192,9 +113073,9 @@ paths: type: integer machines: type: array - items: *818 + items: *817 examples: - default: *819 + default: *818 '304': *37 '500': *40 '401': *25 @@ -113223,7 +113104,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: - - *369 + - *368 requestBody: required: true content: @@ -113273,13 +113154,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *478 + repository: *477 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *574 - required: *575 + properties: *573 + required: *574 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -114053,15 +113934,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: - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '304': *37 '500': *40 '400': *14 @@ -114093,15 +113974,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: - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '500': *40 '401': *25 '403': *29 @@ -114131,9 +114012,9 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: &830 + default: &829 value: - id: 197 name: hello_docker @@ -114234,7 +114115,7 @@ paths: application/json: schema: type: array - items: &820 + items: &819 title: Email description: Email type: object @@ -114299,9 +114180,9 @@ paths: application/json: schema: type: array - items: *820 + items: *819 examples: - default: &832 + default: &831 value: - email: octocat@github.com verified: true @@ -114376,7 +114257,7 @@ paths: application/json: schema: type: array - items: *820 + items: *819 examples: default: value: @@ -114632,7 +114513,7 @@ paths: application/json: schema: type: array - items: &821 + items: &820 title: GPG Key description: A unique encryption key type: object @@ -114763,7 +114644,7 @@ paths: - subkeys - revoked examples: - default: &846 + default: &845 value: - id: 3 name: Octocat's GPG Key @@ -114848,9 +114729,9 @@ paths: description: Response content: application/json: - schema: *821 + schema: *820 examples: - default: &822 + default: &821 value: id: 3 name: Octocat's GPG Key @@ -114907,7 +114788,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: - - &823 + - &822 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -114919,9 +114800,9 @@ paths: description: Response content: application/json: - schema: *821 + schema: *820 examples: - default: *822 + default: *821 '404': *6 '304': *37 '403': *29 @@ -114944,7 +114825,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: - - *823 + - *822 responses: '204': description: Response @@ -115135,7 +115016,7 @@ paths: type: array items: *74 examples: - default: *273 + default: *272 headers: Link: *43 '404': *6 @@ -115160,7 +115041,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *272 + - *271 responses: '204': description: Response @@ -115186,7 +115067,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *272 + - *271 responses: '204': description: Response @@ -115220,12 +115101,12 @@ paths: application/json: schema: anyOf: - - *357 + - *356 - type: object properties: {} additionalProperties: false examples: - default: *358 + default: *357 '204': description: Response when there are no restrictions x-github: @@ -115249,7 +115130,7 @@ paths: required: true content: application/json: - schema: *655 + schema: *654 examples: default: value: @@ -115260,7 +115141,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: default: value: @@ -115341,7 +115222,7 @@ paths: - closed - all default: open - - *365 + - *364 - name: sort description: What to sort results by. in: query @@ -115366,7 +115247,7 @@ paths: type: array items: *223 examples: - default: *366 + default: *365 headers: Link: *43 '404': *6 @@ -115399,7 +115280,7 @@ paths: application/json: schema: type: array - items: &824 + items: &823 title: Key description: Key type: object @@ -115500,9 +115381,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *823 examples: - default: &825 + default: &824 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115535,15 +115416,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: - - *684 + - *683 responses: '200': description: Response content: application/json: - schema: *824 + schema: *823 examples: - default: *825 + default: *824 '404': *6 '304': *37 '403': *29 @@ -115566,7 +115447,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: - - *684 + - *683 responses: '204': description: Response @@ -115599,7 +115480,7 @@ paths: application/json: schema: type: array - items: &826 + items: &825 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115667,7 +115548,7 @@ paths: - account - plan examples: - default: &827 + default: &826 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115729,9 +115610,9 @@ paths: application/json: schema: type: array - items: *826 + items: *825 examples: - default: *827 + default: *826 headers: Link: *43 '304': *37 @@ -115771,7 +115652,7 @@ paths: application/json: schema: type: array - items: *370 + items: *369 examples: default: value: @@ -115879,7 +115760,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -115962,7 +115843,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -116030,7 +115911,7 @@ paths: application/json: schema: type: array - items: *372 + items: *371 examples: default: value: @@ -116283,7 +116164,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -116463,7 +116344,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *373 + - *372 - name: exclude in: query required: false @@ -116476,7 +116357,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -116670,7 +116551,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *373 + - *372 responses: '302': description: Response @@ -116696,7 +116577,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *373 + - *372 responses: '204': description: Response @@ -116725,8 +116606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *373 - - *828 + - *372 + - *827 responses: '204': description: Response @@ -116750,7 +116631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *373 + - *372 - *17 - *19 responses: @@ -116760,9 +116641,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 '404': *6 @@ -116841,7 +116722,7 @@ paths: - docker - nuget - container - - *829 + - *828 - *19 - *17 responses: @@ -116851,10 +116732,10 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *830 - '400': *831 + default: *829 + '400': *830 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116874,16 +116755,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: + - *379 - *380 - - *381 responses: '200': description: Response content: application/json: - schema: *378 + schema: *377 examples: - default: &847 + default: &846 value: id: 40201 name: octo-name @@ -116996,8 +116877,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: + - *379 - *380 - - *381 responses: '204': description: Response @@ -117027,8 +116908,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: + - *379 - *380 - - *381 - name: token description: package token schema: @@ -117060,8 +116941,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: + - *379 - *380 - - *381 - *19 - *17 - name: state @@ -117081,7 +116962,7 @@ paths: application/json: schema: type: array - items: *382 + items: *381 examples: default: value: @@ -117130,15 +117011,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: + - *379 - *380 - - *381 - - *383 + - *382 responses: '200': description: Response content: application/json: - schema: *382 + schema: *381 examples: default: value: @@ -117174,9 +117055,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: + - *379 - *380 - - *381 - - *383 + - *382 responses: '204': description: Response @@ -117206,9 +117087,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: + - *379 - *380 - - *381 - - *383 + - *382 responses: '204': description: Response @@ -117264,7 +117145,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: default: value: @@ -117336,9 +117217,9 @@ paths: application/json: schema: type: array - items: *820 + items: *819 examples: - default: *832 + default: *831 headers: Link: *43 '304': *37 @@ -117451,7 +117332,7 @@ paths: type: array items: *74 examples: - default: &839 + default: &838 summary: Default response value: - id: 1296269 @@ -117755,9 +117636,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117795,9 +117676,9 @@ paths: application/json: schema: type: array - items: *657 + items: *656 examples: - default: *833 + default: *832 headers: Link: *43 '304': *37 @@ -117820,7 +117701,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *361 + - *360 responses: '204': description: Response @@ -117843,7 +117724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *361 + - *360 responses: '204': description: Response @@ -117876,7 +117757,7 @@ paths: application/json: schema: type: array - items: &834 + items: &833 title: Social account description: Social media account type: object @@ -117891,7 +117772,7 @@ paths: - provider - url examples: - default: &835 + default: &834 value: - provider: twitter url: https://twitter.com/github @@ -117953,9 +117834,9 @@ paths: application/json: schema: type: array - items: *834 + items: *833 examples: - default: *835 + default: *834 '422': *15 '304': *37 '404': *6 @@ -118042,7 +117923,7 @@ paths: application/json: schema: type: array - items: &836 + items: &835 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -118062,7 +117943,7 @@ paths: - title - created_at examples: - default: &850 + default: &849 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118128,9 +118009,9 @@ paths: description: Response content: application/json: - schema: *836 + schema: *835 examples: - default: &837 + default: &836 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118161,7 +118042,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: - - &838 + - &837 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118173,9 +118054,9 @@ paths: description: Response content: application/json: - schema: *836 + schema: *835 examples: - default: *837 + default: *836 '404': *6 '304': *37 '403': *29 @@ -118198,7 +118079,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: - - *838 + - *837 responses: '204': description: Response @@ -118227,7 +118108,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: - - &851 + - &850 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 @@ -118252,11 +118133,11 @@ paths: type: array items: *74 examples: - default-response: *839 + default-response: *838 application/vnd.github.v3.star+json: schema: type: array - items: &852 + items: &851 title: Starred Repository description: Starred Repository type: object @@ -118412,8 +118293,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: + - *464 - *465 - - *466 responses: '204': description: Response if this repository is starred by you @@ -118441,8 +118322,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -118466,8 +118347,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -118500,9 +118381,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 '304': *37 @@ -118539,7 +118420,7 @@ paths: application/json: schema: type: array - items: *446 + items: *445 examples: default: value: @@ -118625,10 +118506,10 @@ paths: application/json: schema: oneOf: - - *813 - *812 + - *811 examples: - default-response: &841 + default-response: &840 summary: Default response value: login: octocat @@ -118663,7 +118544,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &842 + response-with-git-hub-plan-information: &841 summary: Response with GitHub plan information value: login: octocat @@ -118723,7 +118604,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *840 + - *839 - *17 responses: '200': @@ -118772,11 +118653,11 @@ paths: application/json: schema: oneOf: - - *813 - *812 + - *811 examples: - default-response: *841 - response-with-git-hub-plan-information: *842 + default-response: *840 + response-with-git-hub-plan-information: *841 '404': *6 x-github: githubCloudOnly: false @@ -118826,8 +118707,8 @@ paths: required: - subject_digests examples: - default: *843 - withPredicateType: *844 + default: *842 + withPredicateType: *843 responses: '200': description: Response @@ -118880,7 +118761,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *845 + default: *844 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119085,12 +118966,12 @@ paths: initiator: type: string examples: - default: *518 + default: *517 '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -119124,9 +119005,9 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *830 + default: *829 '403': *29 '401': *25 x-github: @@ -119510,9 +119391,9 @@ paths: application/json: schema: type: array - items: *821 + items: *820 examples: - default: *846 + default: *845 headers: Link: *43 x-github: @@ -119616,7 +119497,7 @@ paths: application/json: schema: *22 examples: - default: *654 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119740,7 +119621,7 @@ paths: - docker - nuget - container - - *829 + - *828 - *138 - *19 - *17 @@ -119751,12 +119632,12 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *830 + default: *829 '403': *29 '401': *25 - '400': *831 + '400': *830 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119776,17 +119657,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *379 - *380 - - *381 - *138 responses: '200': description: Response content: application/json: - schema: *378 + schema: *377 examples: - default: *847 + default: *846 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119807,8 +119688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *379 - *380 - - *381 - *138 responses: '204': @@ -119841,8 +119722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *379 - *380 - - *381 - *138 - name: token description: package token @@ -119875,8 +119756,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: + - *379 - *380 - - *381 - *138 responses: '200': @@ -119885,7 +119766,7 @@ paths: application/json: schema: type: array - items: *382 + items: *381 examples: default: value: @@ -119943,16 +119824,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: + - *379 - *380 - - *381 - - *383 + - *382 - *138 responses: '200': description: Response content: application/json: - schema: *382 + schema: *381 examples: default: value: @@ -119987,10 +119868,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *379 - *380 - - *381 - *138 - - *383 + - *382 responses: '204': description: Response @@ -120022,10 +119903,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *379 - *380 - - *381 - *138 - - *383 + - *382 responses: '204': description: Response @@ -120072,7 +119953,7 @@ paths: application/json: schema: type: array - items: *394 + items: *393 examples: default: value: @@ -120147,9 +120028,9 @@ paths: application/json: schema: type: array - items: *395 + items: *394 examples: - default: *396 + default: *395 headers: Link: *43 '304': *37 @@ -120171,16 +120052,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *397 + - *396 - *138 responses: '200': description: Response content: application/json: - schema: *395 + schema: *394 examples: - default: *396 + default: *395 headers: Link: *43 '304': *37 @@ -120202,7 +120083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *397 + - *396 - *138 - *17 - *104 @@ -120214,9 +120095,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *43 '304': *37 @@ -120238,17 +120119,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *397 - - *848 + - *396 + - *847 - *138 responses: '200': description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *43 '304': *37 @@ -120271,7 +120152,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: - - *397 + - *396 - *138 - *104 - *105 @@ -120304,9 +120185,9 @@ paths: application/json: schema: type: array - items: *405 + items: *404 examples: - default: *406 + default: *405 headers: Link: *43 '304': *37 @@ -120328,7 +120209,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *138 - - *397 + - *396 requestBody: required: true description: Details of the item to add to the project. @@ -120365,10 +120246,10 @@ paths: description: Response content: application/json: - schema: *849 + schema: *848 examples: - issue: *404 - pull_request: *404 + issue: *403 + pull_request: *403 '304': *37 '403': *29 '401': *25 @@ -120388,9 +120269,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: - - *397 + - *396 - *138 - - *407 + - *406 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -120410,9 +120291,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - default: *406 + default: *405 headers: Link: *43 '304': *37 @@ -120433,9 +120314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *397 + - *396 - *138 - - *407 + - *406 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -120505,13 +120386,13 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - text_field: *406 - number_field: *406 - date_field: *406 - single_select_field: *406 - iteration_field: *406 + text_field: *405 + number_field: *405 + date_field: *405 + single_select_field: *405 + iteration_field: *405 '401': *25 '403': *29 '404': *6 @@ -120531,9 +120412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *397 + - *396 - *138 - - *407 + - *406 responses: '204': description: Response @@ -120751,9 +120632,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -120783,9 +120664,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120813,9 +120694,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - default: *439 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120976,9 +120857,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *439 examples: - default: *441 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121002,7 +120883,6 @@ paths: - *196 - *247 - *197 - - *248 responses: '200': description: Response when getting a billing usage report @@ -121101,9 +120981,9 @@ paths: application/json: schema: type: array - items: *834 + items: *833 examples: - default: *835 + default: *834 headers: Link: *43 x-github: @@ -121133,9 +121013,9 @@ paths: application/json: schema: type: array - items: *836 + items: *835 examples: - default: *850 + default: *849 headers: Link: *43 x-github: @@ -121160,7 +121040,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *138 - - *851 + - *850 - *106 - *17 - *19 @@ -121172,11 +121052,11 @@ paths: schema: anyOf: - type: array - items: *852 + items: *851 - type: array items: *74 examples: - default-response: *839 + default-response: *838 headers: Link: *43 x-github: @@ -121205,9 +121085,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -121335,7 +121215,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &853 + enterprise: &852 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121393,7 +121273,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &854 + installation: &853 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121412,7 +121292,7 @@ x-webhooks: required: - id - node_id - organization: &855 + organization: &854 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121472,13 +121352,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &856 + repository: &855 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &893 + properties: &892 id: description: Unique identifier of the repository example: 42 @@ -122161,7 +122041,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &894 + required: &893 - archive_url - assignees_url - blobs_url @@ -122312,10 +122192,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -122391,11 +122271,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: &857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: &856 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) @@ -122618,11 +122498,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122805,11 +122685,11 @@ x-webhooks: - everyone required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122880,7 +122760,7 @@ x-webhooks: required: true content: application/json: - schema: &860 + schema: &859 title: Exemption request cancellation event type: object properties: @@ -122888,11 +122768,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: &858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: &857 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123125,7 +123005,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &859 + items: &858 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -123233,7 +123113,7 @@ x-webhooks: required: true content: application/json: - schema: &861 + schema: &860 title: Exemption request completed event type: object properties: @@ -123241,11 +123121,11 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123315,7 +123195,7 @@ x-webhooks: required: true content: application/json: - schema: &862 + schema: &861 title: Exemption request created event type: object properties: @@ -123323,11 +123203,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123397,7 +123277,7 @@ x-webhooks: required: true content: application/json: - schema: &863 + schema: &862 title: Exemption response dismissed event type: object properties: @@ -123405,12 +123285,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123482,7 +123362,7 @@ x-webhooks: required: true content: application/json: - schema: &864 + schema: &863 title: Exemption response submitted event type: object properties: @@ -123490,12 +123370,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123568,7 +123448,7 @@ x-webhooks: required: true content: application/json: - schema: *860 + schema: *859 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123635,7 +123515,7 @@ x-webhooks: required: true content: application/json: - schema: *861 + schema: *860 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123702,7 +123582,7 @@ x-webhooks: required: true content: application/json: - schema: *862 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123769,7 +123649,7 @@ x-webhooks: required: true content: application/json: - schema: *863 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123837,7 +123717,7 @@ x-webhooks: required: true content: application/json: - schema: *864 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123915,7 +123795,7 @@ x-webhooks: type: string enum: - completed - check_run: &866 + check_run: &865 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123968,8 +123848,8 @@ x-webhooks: type: string pull_requests: type: array - items: *535 - repository: *278 + items: *534 + repository: *277 status: example: completed type: string @@ -124006,7 +123886,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *865 + deployment: *864 details_url: example: https://example.com type: string @@ -124056,7 +123936,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *535 + items: *534 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -124091,10 +123971,10 @@ x-webhooks: - output - app - pull_requests - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124487,11 +124367,11 @@ x-webhooks: type: string enum: - created - check_run: *866 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *865 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124887,11 +124767,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *866 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *865 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 requested_action: description: The action requested by the user. type: object @@ -125296,11 +125176,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *866 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *865 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -126277,10 +126157,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -126950,10 +126830,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127617,10 +127497,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127786,7 +127666,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127931,20 +127811,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &867 + commit_oid: &866 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: *853 - installation: *854 - organization: *855 - ref: &868 + enterprise: *852 + installation: *853 + organization: *854 + ref: &867 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: *856 + repository: *855 sender: *4 required: - action @@ -128109,7 +127989,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128339,12 +128219,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -128439,7 +128319,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128610,12 +128490,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -128781,7 +128661,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128947,12 +128827,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -129052,7 +128932,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129220,16 +129100,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 ref: 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 nullable: true - repository: *856 + repository: *855 sender: *4 required: - action @@ -129326,7 +129206,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129466,12 +129346,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -129728,10 +129608,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -129811,18 +129691,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *855 - pusher_type: &869 + organization: *854 + pusher_type: &868 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &870 + ref: &869 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -129832,7 +129712,7 @@ x-webhooks: enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -129915,9 +129795,9 @@ x-webhooks: enum: - created definition: *152 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130002,9 +129882,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130082,9 +129962,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *152 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130162,9 +130042,9 @@ x-webhooks: enum: - updated definition: *152 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130241,10 +130121,10 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - repository: *856 - organization: *855 + enterprise: *852 + installation: *853 + repository: *855 + organization: *854 sender: *4 new_property_values: type: array @@ -130329,18 +130209,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - pusher_type: *869 - ref: *870 + enterprise: *852 + installation: *853 + organization: *854 + pusher_type: *868 + ref: *869 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -130424,11 +130304,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130512,11 +130392,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130600,11 +130480,11 @@ x-webhooks: type: string enum: - created - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130686,11 +130566,11 @@ x-webhooks: type: string enum: - dismissed - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130772,11 +130652,11 @@ x-webhooks: type: string enum: - fixed - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130859,11 +130739,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130945,11 +130825,11 @@ x-webhooks: type: string enum: - reopened - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -131026,9 +130906,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - key: &871 + enterprise: *852 + installation: *853 + key: &870 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131064,8 +130944,8 @@ x-webhooks: - verified - created_at - read_only - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131142,11 +131022,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - key: *871 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + key: *870 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131707,12 +131587,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: &875 + workflow: &874 title: Workflow type: object nullable: true @@ -132438,13 +132318,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *610 + deployment: *609 pull_requests: type: array - items: *705 - repository: *856 - organization: *855 - installation: *854 + items: *704 + repository: *855 + organization: *854 + installation: *853 sender: *4 responses: '200': @@ -132515,7 +132395,7 @@ x-webhooks: type: string enum: - approved - approver: &872 + approver: &871 type: object properties: avatar_url: @@ -132558,11 +132438,11 @@ x-webhooks: type: string comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: &873 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: &872 type: array items: type: object @@ -132641,7 +132521,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &874 + workflow_job_run: &873 type: object properties: conclusion: @@ -133372,18 +133252,18 @@ x-webhooks: type: string enum: - rejected - approver: *872 + approver: *871 comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: *873 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: *872 sender: *4 since: type: string - workflow_job_run: *874 + workflow_job_run: *873 workflow_job_runs: type: array items: @@ -134087,13 +133967,13 @@ x-webhooks: type: string enum: - requested - enterprise: *853 + enterprise: *852 environment: type: string - installation: *854 - organization: *855 - repository: *856 - requestor: &880 + installation: *853 + organization: *854 + repository: *855 + requestor: &879 title: User type: object nullable: true @@ -135992,12 +135872,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Deployment Workflow Run type: object @@ -136677,7 +136557,7 @@ x-webhooks: type: string enum: - answered - answer: &878 + answer: &877 type: object properties: author_association: @@ -136834,7 +136714,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &876 + discussion: &875 title: Discussion description: A Discussion in a repository. type: object @@ -137120,7 +137000,7 @@ x-webhooks: - id labels: type: array - items: *667 + items: *666 required: - repository_url - category @@ -137142,10 +137022,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137272,11 +137152,11 @@ x-webhooks: - from required: - category - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137359,11 +137239,11 @@ x-webhooks: type: string enum: - closed - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137445,7 +137325,7 @@ x-webhooks: type: string enum: - created - comment: &877 + comment: &876 type: object properties: author_association: @@ -137602,11 +137482,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137689,12 +137569,12 @@ x-webhooks: type: string enum: - deleted - comment: *877 - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *876 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137789,12 +137669,12 @@ x-webhooks: - from required: - body - comment: *877 - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *876 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137878,11 +137758,11 @@ x-webhooks: type: string enum: - created - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137964,11 +137844,11 @@ x-webhooks: type: string enum: - deleted - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138068,11 +137948,11 @@ x-webhooks: type: string required: - from - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138154,10 +138034,10 @@ x-webhooks: type: string enum: - labeled - discussion: *876 - enterprise: *853 - installation: *854 - label: &879 + discussion: *875 + enterprise: *852 + installation: *853 + label: &878 title: Label type: object properties: @@ -138189,8 +138069,8 @@ x-webhooks: - color - default - description - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138273,11 +138153,11 @@ x-webhooks: type: string enum: - locked - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138359,11 +138239,11 @@ x-webhooks: type: string enum: - pinned - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138445,11 +138325,11 @@ x-webhooks: type: string enum: - reopened - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138534,16 +138414,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *876 - new_repository: *856 + new_discussion: *875 + new_repository: *855 required: - new_discussion - new_repository - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138626,10 +138506,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *876 - old_answer: *878 - organization: *855 - repository: *856 + discussion: *875 + old_answer: *877 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138711,12 +138591,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *876 - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138799,11 +138679,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138885,11 +138765,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138958,7 +138838,7 @@ x-webhooks: required: true content: application/json: - schema: *862 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139021,7 +138901,7 @@ x-webhooks: required: true content: application/json: - schema: *864 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139087,7 +138967,7 @@ x-webhooks: required: true content: application/json: - schema: *860 + schema: *859 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139153,7 +139033,7 @@ x-webhooks: required: true content: application/json: - schema: *861 + schema: *860 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139219,7 +139099,7 @@ x-webhooks: required: true content: application/json: - schema: *862 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139285,7 +139165,7 @@ x-webhooks: required: true content: application/json: - schema: *863 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139351,7 +139231,7 @@ x-webhooks: required: true content: application/json: - schema: *864 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139418,7 +139298,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *853 + enterprise: *852 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140078,9 +139958,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - forkee @@ -140226,9 +140106,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pages: description: The pages that were updated. type: array @@ -140265,7 +140145,7 @@ x-webhooks: - action - sha - html_url - repository: *856 + repository: *855 sender: *4 required: - pages @@ -140341,10 +140221,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: &881 + organization: *854 + repositories: &880 description: An array of repository objects that the installation can access. type: array @@ -140370,8 +140250,8 @@ x-webhooks: - name - full_name - private - repository: *856 - requester: *880 + repository: *855 + requester: *879 sender: *4 required: - action @@ -140446,11 +140326,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140526,11 +140406,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140606,10 +140486,10 @@ x-webhooks: type: string enum: - added - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: &882 + organization: *854 + repositories_added: &881 description: An array of repository objects, which were added to the installation. type: array @@ -140655,15 +140535,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *856 - repository_selection: &883 + repository: *855 + repository_selection: &882 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *880 + requester: *879 sender: *4 required: - action @@ -140742,10 +140622,10 @@ x-webhooks: type: string enum: - removed - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: *882 + organization: *854 + repositories_added: *881 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -140772,9 +140652,9 @@ x-webhooks: - name - full_name - private - repository: *856 - repository_selection: *883 - requester: *880 + repository: *855 + repository_selection: *882 + requester: *879 sender: *4 required: - action @@ -140853,11 +140733,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141036,10 +140916,10 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 target_type: type: string @@ -141118,11 +140998,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141374,8 +141254,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142169,8 +142049,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142186,7 +142066,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -142519,8 +142399,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -142600,7 +142480,7 @@ x-webhooks: type: string enum: - deleted - comment: &884 + comment: &883 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -142765,8 +142645,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -143556,8 +143436,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143573,7 +143453,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -143908,8 +143788,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -143989,7 +143869,7 @@ x-webhooks: type: string enum: - edited - changes: &913 + changes: &912 description: The changes to the comment. type: object properties: @@ -144001,9 +143881,9 @@ x-webhooks: type: string required: - from - comment: *884 - enterprise: *853 - installation: *854 + comment: *883 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144796,8 +144676,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144813,7 +144693,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -145146,8 +145026,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145237,9 +145117,9 @@ x-webhooks: type: number blocking_issue: *223 blocking_issue_repo: *74 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145333,9 +145213,9 @@ x-webhooks: type: number blocking_issue: *223 blocking_issue_repo: *74 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145428,9 +145308,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145524,9 +145404,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145611,10 +145491,10 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - issue: &887 + assignee: *879 + enterprise: *852 + installation: *853 + issue: &886 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146403,11 +146283,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146423,7 +146303,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -146524,8 +146404,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -146605,8 +146485,8 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147400,11 +147280,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147420,7 +147300,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -147656,8 +147536,8 @@ x-webhooks: required: - state - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -147736,8 +147616,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148522,11 +148402,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148542,7 +148422,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -148642,8 +148522,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -148722,8 +148602,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149530,11 +149410,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149550,7 +149430,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -149629,7 +149509,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &885 + milestone: &884 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149767,8 +149647,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -149867,8 +149747,8 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150657,11 +150537,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150674,7 +150554,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *362 + type: *361 title: description: Title of the issue type: string @@ -150778,9 +150658,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *879 - organization: *855 - repository: *856 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -150860,8 +150740,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151649,11 +151529,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151666,7 +151546,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *362 + type: *361 title: description: Title of the issue type: string @@ -151770,9 +151650,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *879 - organization: *855 - repository: *856 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -151852,8 +151732,8 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152665,11 +152545,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152682,7 +152562,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *362 + type: *361 title: description: Title of the issue type: string @@ -152763,8 +152643,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -152843,8 +152723,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153650,11 +153530,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153670,7 +153550,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -153748,9 +153628,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *885 - organization: *855 - repository: *856 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -154618,11 +154498,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154715,7 +154595,7 @@ x-webhooks: required: - login - id - type: *362 + type: *361 required: - id - number @@ -155184,8 +155064,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155974,11 +155854,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155994,7 +155874,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -156094,8 +155974,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -156175,9 +156055,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *853 - installation: *854 - issue: &886 + enterprise: *852 + installation: *853 + issue: &885 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156960,11 +156840,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156980,7 +156860,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -157080,8 +156960,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -157160,8 +157040,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157971,11 +157851,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158069,9 +157949,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *362 - organization: *855 - repository: *856 + type: *361 + organization: *854 + repository: *855 sender: *4 required: - action @@ -158937,11 +158817,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158957,7 +158837,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -159525,11 +159405,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159609,12 +159489,12 @@ x-webhooks: type: string enum: - typed - enterprise: *853 - installation: *854 - issue: *887 - type: *362 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *361 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159695,7 +159575,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &916 + assignee: &915 title: User type: object nullable: true @@ -159765,11 +159645,11 @@ x-webhooks: required: - login - id - enterprise: *853 - installation: *854 - issue: *887 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159848,12 +159728,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - issue: *887 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159933,8 +159813,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160744,11 +160624,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160764,7 +160644,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -160842,8 +160722,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -160923,11 +160803,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161006,12 +160886,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *853 - installation: *854 - issue: *887 - type: *362 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *361 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161091,11 +160971,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161173,11 +161053,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161287,11 +161167,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161373,9 +161253,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: &888 + enterprise: *852 + installation: *853 + marketplace_purchase: &887 title: Marketplace Purchase type: object required: @@ -161458,8 +161338,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: &889 + organization: *854 + previous_marketplace_purchase: &888 title: Marketplace Purchase type: object properties: @@ -161539,7 +161419,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161619,10 +161499,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161705,7 +161585,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161787,10 +161667,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161872,7 +161752,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161953,8 +161833,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 marketplace_purchase: title: Marketplace Purchase type: object @@ -162036,9 +161916,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162118,12 +161998,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162225,11 +162105,11 @@ x-webhooks: type: string required: - to - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162329,11 +162209,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162412,11 +162292,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162494,11 +162374,11 @@ x-webhooks: type: string enum: - added - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162574,7 +162454,7 @@ x-webhooks: required: - login - id - team: &890 + team: &889 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162797,11 +162677,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162878,7 +162758,7 @@ x-webhooks: required: - login - id - team: *890 + team: *889 required: - action - scope @@ -162960,8 +162840,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *854 - merge_group: &892 + installation: *853 + merge_group: &891 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -162980,15 +162860,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *891 + head_commit: *890 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163074,10 +162954,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *854 - merge_group: *892 - organization: *855 - repository: *856 + installation: *853 + merge_group: *891 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163150,7 +163030,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163259,16 +163139,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *854 - organization: *855 + installation: *853 + organization: *854 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -163349,11 +163229,11 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163432,9 +163312,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - milestone: &895 + enterprise: *852 + installation: *853 + milestone: &894 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163571,8 +163451,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163651,11 +163531,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163765,11 +163645,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163849,11 +163729,11 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - milestone: *895 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *894 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163932,11 +163812,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164015,11 +163895,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164095,7 +163975,7 @@ x-webhooks: enum: - created definition: *146 - enterprise: *853 + enterprise: *852 sender: *4 required: - action @@ -164175,8 +164055,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164249,8 +164129,8 @@ x-webhooks: enum: - updated definition: *146 - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164322,9 +164202,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 new_property_values: type: array @@ -164412,9 +164292,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - membership: &896 + enterprise: *852 + installation: *853 + membership: &895 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164521,8 +164401,8 @@ x-webhooks: - role - organization_url - user - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164600,11 +164480,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164683,8 +164563,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164800,10 +164680,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 - user: *880 + user: *879 required: - action - invitation @@ -164881,11 +164761,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164972,11 +164852,11 @@ x-webhooks: properties: from: type: string - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -165052,9 +164932,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -165553,7 +165433,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &897 + items: &896 title: Ruby Gems metadata type: object properties: @@ -165648,7 +165528,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -165724,9 +165604,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -166079,7 +165959,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 source_url: type: string format: uri @@ -166149,7 +166029,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -166326,12 +166206,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *853 + enterprise: *852 id: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - id @@ -166408,7 +166288,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &898 + personal_access_token_request: &897 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166554,10 +166434,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *853 - organization: *855 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166634,11 +166514,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166714,11 +166594,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166793,11 +166673,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *898 - organization: *855 - enterprise: *853 + personal_access_token_request: *897 + organization: *854 + enterprise: *852 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166902,7 +166782,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *899 + last_response: *898 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166934,8 +166814,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 zen: description: Random string of GitHub zen. @@ -167180,10 +167060,10 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: &900 + enterprise: *852 + installation: *853 + organization: *854 + project_card: &899 title: Project Card type: object properties: @@ -167302,7 +167182,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -167383,11 +167263,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167467,9 +167347,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: title: Project Card type: object @@ -167597,8 +167477,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -167692,11 +167572,11 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167790,9 +167670,9 @@ x-webhooks: - from required: - column_id - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: allOf: - title: Project Card @@ -167982,7 +167862,7 @@ x-webhooks: type: string required: - after_id - repository: *856 + repository: *855 sender: *4 required: - action @@ -168062,10 +167942,10 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - organization: *855 - project: &902 + enterprise: *852 + installation: *853 + organization: *854 + project: &901 title: Project type: object properties: @@ -168189,7 +168069,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168269,10 +168149,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_column: &901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: &900 title: Project Column type: object properties: @@ -168311,7 +168191,7 @@ x-webhooks: - name - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168390,18 +168270,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -168491,11 +168371,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168575,11 +168455,11 @@ x-webhooks: type: string enum: - moved - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168659,11 +168539,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -168743,18 +168623,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project: *902 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -168856,11 +168736,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -168939,11 +168819,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -169024,9 +168904,9 @@ x-webhooks: type: string enum: - closed - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169107,9 +168987,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169190,9 +169070,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169309,9 +169189,9 @@ x-webhooks: type: string to: type: string - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169394,7 +169274,7 @@ x-webhooks: type: string enum: - archived - changes: &906 + changes: &905 type: object properties: archived_at: @@ -169408,9 +169288,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *854 - organization: *855 - projects_v2_item: &903 + installation: *853 + organization: *854 + projects_v2_item: &902 title: Projects v2 Item description: An item belonging to a project type: object @@ -169428,7 +169308,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *403 + content_type: *402 creator: *4 created_at: type: string @@ -169545,9 +169425,9 @@ x-webhooks: nullable: true to: type: string - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169629,9 +169509,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169712,9 +169592,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169820,7 +169700,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &904 + - &903 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169842,7 +169722,7 @@ x-webhooks: required: - id - name - - &905 + - &904 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169876,8 +169756,8 @@ x-webhooks: oneOf: - type: string - type: integer + - *903 - *904 - - *905 required: - field_value - type: object @@ -169893,9 +169773,9 @@ x-webhooks: nullable: true required: - body - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169990,9 +169870,9 @@ x-webhooks: to: type: string nullable: true - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170075,10 +169955,10 @@ x-webhooks: type: string enum: - restored - changes: *906 - installation: *854 - organization: *855 - projects_v2_item: *903 + changes: *905 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170160,9 +170040,9 @@ x-webhooks: type: string enum: - reopened - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -170243,14 +170123,14 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_status_update: &909 + installation: *853 + organization: *854 + projects_v2_status_update: &908 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *907 - required: *908 + properties: *906 + required: *907 sender: *4 required: - action @@ -170331,9 +170211,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170469,9 +170349,9 @@ x-webhooks: type: string format: date nullable: true - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170542,10 +170422,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - repository @@ -170622,13 +170502,13 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - number: &910 + assignee: *879 + enterprise: *852 + installation: *853 + number: &909 description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -172911,7 +172791,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -172993,11 +172873,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -175275,7 +175155,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -175357,11 +175237,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -177639,7 +177519,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -177721,13 +177601,13 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: &911 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: &910 allOf: - - *705 + - *704 - type: object properties: allow_auto_merge: @@ -177789,7 +177669,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *856 + repository: *855 sender: *4 required: - action @@ -177870,12 +177750,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -177955,11 +177835,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - milestone: *687 - number: *910 - organization: *855 - pull_request: &912 + enterprise: *852 + milestone: *686 + number: *909 + organization: *854 + pull_request: &911 title: Pull Request type: object properties: @@ -180222,7 +180102,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -180301,11 +180181,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -182587,7 +182467,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *856 + repository: *855 sender: *4 required: - action @@ -182711,12 +182591,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -182796,11 +182676,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -185067,7 +184947,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -185147,11 +185027,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 - label: *879 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *878 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -187433,7 +187313,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -187514,10 +187394,10 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -189797,7 +189677,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -189877,12 +189757,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - milestone: *687 - number: *910 - organization: *855 - pull_request: *912 - repository: *856 + enterprise: *852 + milestone: *686 + number: *909 + organization: *854 + pull_request: *911 + repository: *855 sender: *4 required: - action @@ -189961,12 +189841,12 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190047,12 +189927,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190132,12 +190012,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190503,9 +190383,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -192675,7 +192555,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -192755,7 +192635,7 @@ x-webhooks: type: string enum: - deleted - comment: &914 + comment: &913 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. @@ -193040,9 +192920,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -195200,7 +195080,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -195280,11 +195160,11 @@ x-webhooks: type: string enum: - edited - changes: *913 - comment: *914 - enterprise: *853 - installation: *854 - organization: *855 + changes: *912 + comment: *913 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -197445,7 +197325,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -197526,9 +197406,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -199701,7 +199581,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 review: description: The review that was affected. type: object @@ -199948,9 +199828,9 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -202004,8 +201884,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: &915 + repository: *855 + review: &914 description: The review that was affected. type: object properties: @@ -202238,12 +202118,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -204526,7 +204406,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -204610,12 +204490,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -206905,7 +206785,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207097,12 +206977,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -209387,7 +209267,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -209472,12 +209352,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -211753,7 +211633,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211934,9 +211814,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -214111,8 +213991,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: *915 + repository: *855 + review: *914 sender: *4 required: - action @@ -214192,9 +214072,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -216264,7 +216144,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -216651,9 +216531,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -218709,7 +218589,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -219099,10 +218979,10 @@ x-webhooks: type: string before: type: string - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -221373,7 +221253,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -221455,11 +221335,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *916 - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + assignee: *915 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -223742,7 +223622,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -223821,11 +223701,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - label: *879 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *878 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -226098,7 +225978,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -226179,10 +226059,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -228447,7 +228327,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -228647,7 +228527,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *853 + enterprise: *852 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -228739,8 +228619,8 @@ x-webhooks: - url - author - committer - installation: *854 - organization: *855 + installation: *853 + organization: *854 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -229315,9 +229195,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -229763,7 +229643,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -229817,7 +229697,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -229895,9 +229775,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -230205,7 +230085,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -230254,7 +230134,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -230331,10 +230211,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - release: &917 + enterprise: *852 + installation: *853 + organization: *854 + release: &916 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230652,7 +230532,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *856 + repository: *855 sender: *4 required: - action @@ -230729,11 +230609,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -230850,11 +230730,11 @@ x-webhooks: type: boolean required: - to - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -230932,9 +230812,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -231256,7 +231136,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231332,10 +231212,10 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - release: &918 + enterprise: *852 + installation: *853 + organization: *854 + release: &917 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231654,7 +231534,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231730,11 +231610,11 @@ x-webhooks: type: string enum: - released - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -231810,11 +231690,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *853 - installation: *854 - organization: *855 - release: *918 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *917 + repository: *855 sender: *4 required: - action @@ -231890,11 +231770,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *758 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *757 sender: *4 required: - action @@ -231970,11 +231850,11 @@ x-webhooks: type: string enum: - reported - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *758 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *757 sender: *4 required: - action @@ -232050,10 +231930,10 @@ x-webhooks: type: string enum: - archived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232130,10 +232010,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232211,10 +232091,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232298,10 +232178,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232413,10 +232293,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232488,10 +232368,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 status: type: string @@ -232572,10 +232452,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232652,10 +232532,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232749,10 +232629,10 @@ x-webhooks: - name required: - repository - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232832,10 +232712,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *185 sender: *4 required: @@ -232914,10 +232794,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *185 sender: *4 required: @@ -232996,10 +232876,10 @@ x-webhooks: type: string enum: - edited - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *185 changes: type: object @@ -233061,16 +232941,16 @@ x-webhooks: properties: added: type: array - items: *726 + items: *725 deleted: type: array - items: *726 + items: *725 updated: type: array items: type: object properties: - rule: *726 + rule: *725 changes: type: object properties: @@ -233304,10 +233184,10 @@ x-webhooks: - from required: - owner - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233385,10 +233265,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233466,7 +233346,7 @@ x-webhooks: type: string enum: - create - alert: &919 + alert: &918 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233587,10 +233467,10 @@ x-webhooks: type: string enum: - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233796,10 +233676,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233877,11 +233757,11 @@ x-webhooks: type: string enum: - reopen - alert: *919 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *918 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234080,10 +233960,10 @@ x-webhooks: enum: - fixed - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234161,7 +234041,7 @@ x-webhooks: type: string enum: - created - alert: &920 + alert: &919 type: object properties: number: *123 @@ -234279,10 +234159,10 @@ x-webhooks: properties: *20 required: *21 nullable: true - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234363,11 +234243,11 @@ x-webhooks: type: string enum: - created - alert: *920 - installation: *854 - location: *921 - organization: *855 - repository: *856 + alert: *919 + installation: *853 + location: *920 + organization: *854 + repository: *855 sender: *4 required: - location @@ -234605,11 +234485,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234687,11 +234567,11 @@ x-webhooks: type: string enum: - reopened - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234769,11 +234649,11 @@ x-webhooks: type: string enum: - resolved - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234851,11 +234731,11 @@ x-webhooks: type: string enum: - validated - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234981,10 +234861,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *856 - enterprise: *853 - installation: *854 - organization: *855 + repository: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -235062,11 +234942,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: &922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: &921 description: The details of the security advisory, including summary, description, and severity. type: object @@ -235249,11 +235129,11 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: *922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: *921 sender: *4 required: - action @@ -235326,10 +235206,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235513,11 +235393,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *411 - enterprise: *853 - installation: *854 - organization: *855 - repository: *478 + security_and_analysis: *410 + enterprise: *852 + installation: *853 + organization: *854 + repository: *477 sender: *4 required: - changes @@ -235595,12 +235475,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: &923 + sponsorship: &922 type: object properties: created_at: @@ -235901,12 +235781,12 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -235994,12 +235874,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236076,17 +235956,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &924 + effective_date: &923 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: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -236160,7 +236040,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &925 + changes: &924 type: object properties: tier: @@ -236204,13 +236084,13 @@ x-webhooks: - from required: - tier - effective_date: *924 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + effective_date: *923 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236287,13 +236167,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *925 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + changes: *924 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236367,10 +236247,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236453,10 +236333,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236876,15 +236756,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *853 + enterprise: *852 id: description: The unique identifier of the status. type: integer - installation: *854 + installation: *853 name: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 sha: description: The Commit SHA. @@ -236999,9 +236879,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237091,9 +236971,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237183,9 +237063,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237275,9 +237155,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237354,12 +237234,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - team: &926 + team: &925 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -237582,9 +237462,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238042,7 +237922,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -238118,9 +237998,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238578,7 +238458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -238655,9 +238535,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -239115,7 +238995,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -239259,9 +239139,9 @@ x-webhooks: - from required: - permissions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -239719,7 +239599,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - changes @@ -239797,9 +239677,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -240257,7 +240137,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -240333,10 +240213,10 @@ x-webhooks: type: string enum: - started - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -240409,16 +240289,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *853 + enterprise: *852 inputs: type: object nullable: true additionalProperties: true - installation: *854 - organization: *855 + installation: *853 + organization: *854 ref: type: string - repository: *856 + repository: *855 sender: *4 workflow: type: string @@ -240500,10 +240380,10 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -240740,7 +240620,7 @@ x-webhooks: type: string required: - conclusion - deployment: *610 + deployment: *609 required: - action - repository @@ -240819,10 +240699,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -241082,7 +240962,7 @@ x-webhooks: required: - status - steps - deployment: *610 + deployment: *609 required: - action - repository @@ -241161,10 +241041,10 @@ x-webhooks: type: string enum: - queued - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241299,7 +241179,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *610 + deployment: *609 required: - action - repository @@ -241378,10 +241258,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241517,7 +241397,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *610 + deployment: *609 required: - action - repository @@ -241597,12 +241477,12 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Workflow Run type: object @@ -242601,12 +242481,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Workflow Run type: object @@ -243590,12 +243470,12 @@ x-webhooks: type: string enum: - requested - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 1aa2b8519..e998a75c1 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -63941,15 +63941,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.", @@ -96826,15 +96817,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": { @@ -235768,428 +235750,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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", - "example": "https://api.github.com/projects/columns/367" - }, - "project_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/120" - }, - "cards_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/projects/columns/367/cards" - }, - "id": { - "description": "The unique identifier of the project column", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEzOlByb2plY3RDb2x1bW4zNjc=" - }, - "name": { - "description": "Name of the project column", - "example": "Remaining tasks", - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2016-09-05T14:18:44Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "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", @@ -673795,15 +673355,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 30a06e38d..9cd593acf 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -865,7 +865,7 @@ paths: - subscriptions_url - type - url - type: &431 + type: &430 type: string description: The type of credit the user is receiving. enum: @@ -998,7 +998,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &254 + schema: &253 title: Validation Error Simple description: Validation Error Simple type: object @@ -1031,7 +1031,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: - - &760 + - &759 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1587,7 +1587,7 @@ paths: schema: type: integer default: 30 - - &340 + - &339 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 @@ -1603,7 +1603,7 @@ paths: application/json: schema: type: array - items: &341 + items: &340 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1683,7 +1683,7 @@ paths: - installation_id - repository_id examples: - default: &342 + default: &341 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1715,7 +1715,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &770 + schema: &769 title: Scim Error description: Scim Error type: object @@ -1742,7 +1742,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &253 + schema: &252 title: Validation Error description: Validation Error type: object @@ -1811,7 +1811,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &342 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1925,7 +1925,7 @@ paths: - request - response examples: - default: &344 + default: &343 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2892,7 +2892,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &409 + properties: &408 id: description: Unique identifier of the repository example: 42 @@ -3330,7 +3330,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &410 + required: &409 - archive_url - assignees_url - blobs_url @@ -7487,7 +7487,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &254 type: object properties: total_active_caches_count: @@ -7502,7 +7502,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &256 + default: &255 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7695,7 +7695,7 @@ paths: - public_ip_enabled - platform examples: - default: &257 + default: &256 value: total_count: 2 runners: @@ -7990,7 +7990,7 @@ paths: application/json: schema: *45 examples: - default: &258 + default: &257 value: id: 1 platform: linux-x64 @@ -8130,7 +8130,7 @@ paths: application/json: schema: *48 examples: - default: &259 + default: &258 value: version: 1.0.0 size_gb: 75 @@ -8294,7 +8294,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &259 type: object properties: public_ips: @@ -8319,7 +8319,7 @@ paths: required: - public_ips examples: - default: &261 + default: &260 value: public_ips: current_usage: 17 @@ -8359,7 +8359,7 @@ paths: type: array items: *52 examples: - default: &262 + default: &261 value: id: 4-core cpu_cores: 4 @@ -8621,7 +8621,7 @@ paths: - all - local_only - selected - selected_actions_url: &265 + selected_actions_url: &264 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` @@ -8701,7 +8701,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &267 + schema: &266 type: object properties: days: @@ -8719,7 +8719,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &771 + '401': &770 description: Authorization failure '404': *6 x-github: @@ -8747,7 +8747,7 @@ paths: required: true content: application/json: - schema: &268 + schema: &267 type: object properties: days: @@ -8796,7 +8796,7 @@ paths: required: - approval_policy examples: - default: &269 + default: &268 value: approval_policy: first_time_contributors '404': *6 @@ -8854,7 +8854,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &269 type: object required: - run_workflows_from_fork_pull_requests @@ -8908,7 +8908,7 @@ paths: required: true content: application/json: - schema: &271 + schema: &270 type: object required: - run_workflows_from_fork_pull_requests @@ -9331,7 +9331,7 @@ paths: description: Success response content: application/json: - schema: &274 + schema: &273 type: object properties: default_workflow_permissions: &63 @@ -9379,7 +9379,7 @@ paths: required: true content: application/json: - schema: &275 + schema: &274 type: object properties: default_workflow_permissions: *63 @@ -10215,7 +10215,7 @@ paths: application/json: schema: type: array - items: &279 + items: &278 title: Runner Application description: Runner Application type: object @@ -10240,7 +10240,7 @@ paths: - download_url - filename examples: - default: &280 + default: &279 value: - os: osx architecture: x64 @@ -10324,7 +10324,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &281 + '201': &280 description: Response content: application/json: @@ -10439,7 +10439,7 @@ paths: - token - expires_at examples: - default: &282 + default: &281 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10479,7 +10479,7 @@ paths: application/json: schema: *75 examples: - default: &283 + default: &282 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10511,7 +10511,7 @@ paths: application/json: schema: *72 examples: - default: &284 + default: &283 value: id: 23 name: MBP @@ -10727,7 +10727,7 @@ paths: - *41 - *71 responses: - '200': &285 + '200': &284 description: Response content: application/json: @@ -10783,7 +10783,7 @@ paths: parameters: - *41 - *71 - - &286 + - &285 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10874,7 +10874,7 @@ paths: required: true content: application/json: - schema: &293 + schema: &292 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11515,7 +11515,7 @@ paths: required: false schema: type: string - - &294 + - &293 name: include description: |- The event types to include: @@ -11533,7 +11533,7 @@ paths: - web - git - all - - &295 + - &294 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. @@ -11541,7 +11541,7 @@ paths: required: false schema: type: string - - &296 + - &295 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. @@ -11549,7 +11549,7 @@ paths: required: false schema: type: string - - &297 + - &296 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11571,7 +11571,7 @@ paths: application/json: schema: type: array - items: &298 + items: &297 type: object properties: "@timestamp": @@ -11693,7 +11693,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &299 + default: &298 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12359,7 +12359,7 @@ paths: application/json: schema: type: array - items: &300 + items: &299 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12520,7 +12520,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &301 + default: &300 value: - id: 21 number: 42 @@ -12625,7 +12625,7 @@ paths: application/json: schema: type: array - items: &303 + items: &302 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12750,7 +12750,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &304 + default: &303 value: - id: 21 number: 42 @@ -12835,7 +12835,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &309 + - &308 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`, @@ -12845,7 +12845,7 @@ paths: schema: &107 type: string description: The name of the tool used to generate the code scanning analysis. - - &310 + - &309 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 @@ -12868,7 +12868,7 @@ paths: be returned. in: query required: false - schema: &311 + schema: &310 type: string description: State of a code scanning alert. enum: @@ -12893,7 +12893,7 @@ paths: application/json: schema: type: array - items: &312 + items: &311 type: object properties: number: &123 @@ -12922,7 +12922,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &546 + instances_url: &545 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12957,7 +12957,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &547 + dismissed_reason: &546 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12966,13 +12966,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &548 + dismissed_comment: &547 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &549 + rule: &548 type: object properties: id: @@ -13025,7 +13025,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &550 + tool: &549 type: object properties: name: *107 @@ -13035,15 +13035,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *108 - most_recent_instance: &551 + most_recent_instance: &550 type: object properties: - ref: &544 + ref: &543 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &561 + analysis_key: &560 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -13054,7 +13054,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &562 + category: &561 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13402,7 +13402,7 @@ paths: - most_recent_instance - repository examples: - default: &313 + default: &312 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14055,7 +14055,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &314 + code_scanning_options: &313 type: object description: Security Configuration feature options for code scanning nullable: true @@ -14249,7 +14249,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &315 type: array description: A list of default code security configurations items: @@ -14265,7 +14265,7 @@ paths: default configuration: *110 examples: - default: &317 + default: &316 value: - default_for_new_repos: public configuration: @@ -14719,7 +14719,7 @@ paths: default: value: default_for_new_repos: all - configuration: &315 + configuration: &314 value: id: 1325 target_type: organization @@ -14804,7 +14804,7 @@ paths: application/json: schema: type: array - items: &318 + items: &317 type: object description: Repositories associated with a code security configuration and attachment status @@ -14828,7 +14828,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &319 + repository: &318 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15317,7 +15317,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &305 + - &304 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15392,7 +15392,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &375 + properties: &374 id: description: Unique identifier of the team type: integer @@ -15464,7 +15464,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &376 + required: &375 - id - node_id - url @@ -16697,7 +16697,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &325 + - &324 name: state in: query description: |- @@ -16706,7 +16706,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &326 + - &325 name: severity in: query description: |- @@ -16715,7 +16715,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &327 + - &326 name: ecosystem in: query description: |- @@ -16724,14 +16724,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &328 + - &327 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 - - &329 + - &328 name: epss_percentage in: query description: |- @@ -16743,7 +16743,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 - - &601 + - &600 name: has in: query description: |- @@ -16757,7 +16757,7 @@ paths: type: string enum: - patch - - &330 + - &329 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16767,7 +16767,7 @@ paths: enum: - development - runtime - - &331 + - &330 name: sort in: query description: |- @@ -16793,7 +16793,7 @@ paths: application/json: schema: type: array - items: &332 + items: &331 type: object description: A Dependabot alert. properties: @@ -16856,7 +16856,7 @@ paths: - unknown - direct - transitive - security_advisory: &602 + security_advisory: &601 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17088,7 +17088,7 @@ paths: nullable: true maxLength: 280 fixed_at: *133 - auto_dismissed_at: &603 + auto_dismissed_at: &602 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -17114,7 +17114,7 @@ paths: - repository additionalProperties: false examples: - default: &333 + default: &332 value: - number: 2 state: dismissed @@ -18226,7 +18226,7 @@ paths: - name - created_on examples: - default: &442 + default: &441 value: total_count: 2 network_configurations: @@ -18449,7 +18449,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: - *41 - - &443 + - &442 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -18461,7 +18461,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &443 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -18495,7 +18495,7 @@ paths: - subnet_id - region examples: - default: &445 + default: &444 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19295,7 +19295,7 @@ paths: required: true content: application/json: - schema: &408 + schema: &407 title: Custom Property Set Payload description: Custom property set payload type: object @@ -20414,7 +20414,7 @@ paths: nullable: true anyOf: - *157 - - &414 + - &413 title: Organization ruleset conditions type: object description: |- @@ -20461,7 +20461,7 @@ paths: - *160 rules: type: array - items: &726 + items: &725 title: Repository Rule type: object description: A repository rule. @@ -20470,7 +20470,7 @@ paths: - *166 - *167 - *168 - - &723 + - &722 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -20564,7 +20564,7 @@ paths: - *182 - *183 - *184 - - &724 + - &723 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review. @@ -20820,7 +20820,7 @@ paths: type: string format: date-time examples: - default: &417 + default: &416 value: - version_id: 3 actor: @@ -20873,7 +20873,7 @@ paths: description: Response content: application/json: - schema: &418 + schema: &417 allOf: - *189 - type: object @@ -20928,7 +20928,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &419 + - &418 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -20939,7 +20939,7 @@ paths: enum: - open - resolved - - &420 + - &419 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -20949,7 +20949,7 @@ paths: required: false schema: type: string - - &421 + - &420 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -20958,7 +20958,7 @@ paths: required: false schema: type: string - - &422 + - &421 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. @@ -20974,7 +20974,7 @@ paths: - *17 - *104 - *105 - - &423 + - &422 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -20983,7 +20983,7 @@ paths: required: false schema: type: string - - &424 + - &423 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -20992,7 +20992,7 @@ paths: schema: type: boolean default: false - - &425 + - &424 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21001,7 +21001,7 @@ paths: schema: type: boolean default: false - - &426 + - &425 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21017,7 +21017,7 @@ paths: application/json: schema: type: array - items: &427 + items: &426 type: object properties: number: *123 @@ -21036,14 +21036,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &738 + state: &737 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: &739 + resolution: &738 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21150,8 +21150,8 @@ paths: pull request. ' - oneOf: &740 - - &742 + oneOf: &739 + - &741 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21203,7 +21203,7 @@ paths: - blob_url - commit_sha - commit_url - - &743 + - &742 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. @@ -21258,7 +21258,7 @@ paths: - page_url - commit_sha - commit_url - - &744 + - &743 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21272,7 +21272,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &745 + - &744 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21286,7 +21286,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &746 + - &745 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21300,7 +21300,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &747 + - &746 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21314,7 +21314,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &748 + - &747 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21328,7 +21328,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &749 + - &748 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21342,7 +21342,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &750 + - &749 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. @@ -21356,7 +21356,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &751 + - &750 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. @@ -21370,7 +21370,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &752 + - &751 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. @@ -21384,7 +21384,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &753 + - &752 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. @@ -21398,7 +21398,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &754 + - &753 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 request. @@ -21425,7 +21425,7 @@ paths: required: *21 nullable: true examples: - default: &428 + default: &427 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -21634,7 +21634,7 @@ paths: description: Response content: application/json: - schema: &429 + schema: &428 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -21717,7 +21717,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *191 examples: - default: &430 + default: &429 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -21861,7 +21861,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &432 type: object properties: total_minutes_used: @@ -21931,7 +21931,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &434 + default: &433 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -21962,7 +21962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &435 + - &434 name: advanced_security_product in: query description: | @@ -21982,7 +21982,7 @@ paths: description: Success content: application/json: - schema: &436 + schema: &435 type: object properties: total_advanced_security_committers: @@ -22037,7 +22037,7 @@ paths: required: - repositories examples: - default: &437 + default: &436 value: total_advanced_security_committers: 2 total_count: 2 @@ -22657,7 +22657,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &437 type: object properties: total_gigabytes_bandwidth_used: @@ -22675,7 +22675,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &439 + default: &438 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -22918,7 +22918,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &439 type: object properties: days_left_in_billing_cycle: @@ -22936,7 +22936,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &441 + default: &440 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -22972,15 +22972,6 @@ paths: schema: type: integer - *197 - - &248 - 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. @@ -22993,7 +22984,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &249 + schema: &248 type: object properties: usageItems: @@ -23046,7 +23037,7 @@ paths: - netAmount - organizationName examples: - default: &250 + default: &249 value: usageItems: - date: '2023-08-01' @@ -24008,7 +23999,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &660 + properties: &659 id: type: integer format: int64 @@ -24120,7 +24111,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &400 + properties: &399 url: type: string format: uri @@ -24190,7 +24181,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &401 + required: &400 - closed_issues - creator - description @@ -24269,7 +24260,7 @@ paths: timeline_url: type: string format: uri - type: &362 + type: &361 title: Issue Type description: The type of issue. type: object @@ -24380,7 +24371,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &798 + sub_issues_summary: &797 title: Sub-issues Summary type: object properties: @@ -24400,7 +24391,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &799 + issue_dependencies_summary: &798 title: Issue Dependencies Summary type: object properties: @@ -24419,7 +24410,7 @@ paths: - total_blocking issue_field_values: type: array - items: &800 + items: &799 title: Issue Field Value description: A value assigned to an issue field type: object @@ -24479,7 +24470,7 @@ paths: - node_id - data_type - value - required: &661 + required: &660 - assignee - closed_at - comments @@ -24500,7 +24491,7 @@ paths: - user - created_at - updated_at - comment: &658 + comment: &657 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -25058,7 +25049,7 @@ paths: url: type: string format: uri - user: &812 + user: &811 title: Public User description: Public User type: object @@ -26928,7 +26919,7 @@ paths: - closed - all default: open - - &365 + - &364 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -26979,7 +26970,7 @@ paths: type: array items: *223 examples: - default: &366 + default: &365 value: - id: 1 node_id: MDU6SXNzdWUx @@ -28364,14 +28355,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: - - &465 + - &464 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &466 + - &465 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -28433,7 +28424,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &479 + '301': &478 description: Moved permanently content: application/json: @@ -28455,7 +28446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &690 + - &689 name: all description: If `true`, show notifications marked as read. in: query @@ -28463,7 +28454,7 @@ paths: schema: type: boolean default: false - - &691 + - &690 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -28473,7 +28464,7 @@ paths: type: boolean default: false - *213 - - &692 + - &691 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: @@ -28505,11 +28496,11 @@ paths: properties: id: type: string - repository: &278 + repository: &277 title: Minimal Repository description: Minimal Repository type: object - properties: &335 + properties: &334 id: type: integer format: int64 @@ -28785,7 +28776,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &411 + security_and_analysis: &410 nullable: true type: object properties: @@ -28867,7 +28858,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &336 + required: &335 - archive_url - assignees_url - blobs_url @@ -28955,7 +28946,7 @@ paths: - url - subscription_url examples: - default: &693 + default: &692 value: - id: '1' repository: @@ -29552,7 +29543,7 @@ paths: type: integer custom_roles: type: array - items: &321 + items: &320 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -29600,7 +29591,7 @@ paths: - created_at - updated_at examples: - default: &322 + default: &321 value: id: 8030 name: Security Engineer @@ -29926,7 +29917,7 @@ paths: type: array items: *151 examples: - default: &699 + default: &698 value: - property_name: environment value: production @@ -29976,7 +29967,7 @@ paths: required: - properties examples: - default: &700 + default: &699 value: properties: - property_name: environment @@ -30152,15 +30143,14 @@ paths: - *196 - *247 - *197 - - *248 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *249 + schema: *248 examples: - default: *250 + default: *249 '400': *14 '403': *29 '500': *40 @@ -30196,7 +30186,7 @@ paths: description: Response content: application/json: - schema: &251 + schema: &250 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -30529,7 +30519,7 @@ paths: - updated_at - archived_at examples: - default-response: &252 + default-response: &251 value: login: github id: 1 @@ -30854,17 +30844,17 @@ paths: description: Response content: application/json: - schema: *251 + schema: *250 examples: - default: *252 + default: *251 '422': description: Validation failed content: application/json: schema: oneOf: + - *252 - *253 - - *254 '409': *114 x-github: githubCloudOnly: false @@ -30919,9 +30909,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *254 examples: - default: *256 + default: *255 headers: Link: *43 x-github: @@ -30962,7 +30952,7 @@ paths: type: integer repository_cache_usages: type: array - items: &484 + items: &483 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -31037,7 +31027,7 @@ paths: type: array items: *44 examples: - default: *257 + default: *256 headers: Link: *43 x-github: @@ -31203,7 +31193,7 @@ paths: application/json: schema: *45 examples: - default: *258 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31295,7 +31285,7 @@ paths: application/json: schema: *48 examples: - default: *259 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31414,9 +31404,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *259 examples: - default: *261 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31452,7 +31442,7 @@ paths: type: array items: *52 examples: - default: *262 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31640,7 +31630,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &263 + schema: &262 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -31654,7 +31644,7 @@ paths: required: - include_claim_keys examples: - default: &264 + default: &263 value: include_claim_keys: - repo @@ -31681,15 +31671,15 @@ paths: required: true content: application/json: - schema: *263 + schema: *262 examples: - default: *264 + default: *263 responses: '201': description: Empty response content: application/json: - schema: &289 + schema: &288 title: Empty Object description: An object without any properties. type: object @@ -31728,7 +31718,7 @@ paths: schema: type: object properties: - enabled_repositories: &266 + enabled_repositories: &265 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -31742,7 +31732,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *56 - selected_actions_url: *265 + selected_actions_url: *264 sha_pinning_required: *57 required: - enabled_repositories @@ -31784,7 +31774,7 @@ paths: schema: type: object properties: - enabled_repositories: *266 + enabled_repositories: *265 allowed_actions: *56 sha_pinning_required: *57 required: @@ -31820,7 +31810,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: response: summary: Example response @@ -31851,7 +31841,7 @@ paths: required: true content: application/json: - schema: *268 + schema: *267 examples: application/json: value: @@ -31889,7 +31879,7 @@ paths: application/json: schema: *58 examples: - default: *269 + default: *268 '404': *6 x-github: enabledForGitHubApps: true @@ -31946,7 +31936,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *269 examples: default: *59 '403': *29 @@ -31971,7 +31961,7 @@ paths: required: true content: application/json: - schema: *271 + schema: *270 examples: default: *59 responses: @@ -32023,7 +32013,7 @@ paths: type: array items: *74 examples: - default: &273 + default: &272 value: total_count: 1 repositories: @@ -32208,7 +32198,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *83 - - &272 + - &271 name: repository_id description: The unique identifier of the repository. in: path @@ -32237,7 +32227,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *83 - - *272 + - *271 responses: '204': description: Response @@ -32433,7 +32423,7 @@ paths: type: array items: *74 examples: - default: *273 + default: *272 '403': *29 '404': *6 x-github: @@ -32502,7 +32492,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: - *83 - - *272 + - *271 responses: '204': description: No content @@ -32529,7 +32519,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: - *83 - - *272 + - *271 responses: '204': description: No content @@ -32563,7 +32553,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *273 examples: default: *65 x-github: @@ -32597,7 +32587,7 @@ paths: required: false content: application/json: - schema: *275 + schema: *274 examples: default: *65 x-github: @@ -32644,7 +32634,7 @@ paths: type: number runner_groups: type: array - items: &276 + items: &275 type: object properties: id: @@ -32832,9 +32822,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: - default: &277 + default: &276 value: id: 2 name: octo-runner-group @@ -32876,7 +32866,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: default: value: @@ -32967,9 +32957,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: - default: *277 + default: *276 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -33033,7 +33023,7 @@ paths: type: array items: *44 examples: - default: *257 + default: *256 headers: Link: *43 x-github: @@ -33074,9 +33064,9 @@ paths: type: number repositories: type: array - items: *278 + items: *277 examples: - default: &815 + default: &814 value: total_count: 1 repositories: @@ -33375,7 +33365,7 @@ paths: parameters: - *83 - *68 - - *272 + - *271 responses: '204': description: Response @@ -33399,7 +33389,7 @@ paths: parameters: - *83 - *68 - - *272 + - *271 responses: '204': description: Response @@ -33617,9 +33607,9 @@ paths: application/json: schema: type: array - items: *279 + items: *278 examples: - default: *280 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33684,7 +33674,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *281 + '201': *280 '404': *6 '422': *7 '409': *114 @@ -33723,7 +33713,7 @@ paths: application/json: schema: *75 examples: - default: *282 + default: *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33759,7 +33749,7 @@ paths: application/json: schema: *75 examples: - default: *283 + default: *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33790,7 +33780,7 @@ paths: application/json: schema: *72 examples: - default: *284 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33965,7 +33955,7 @@ paths: - *83 - *71 responses: - '200': *285 + '200': *284 '404': *6 x-github: githubCloudOnly: false @@ -33994,7 +33984,7 @@ paths: parameters: - *83 - *71 - - *286 + - *285 responses: '200': *77 '404': *6 @@ -34039,7 +34029,7 @@ paths: type: integer secrets: type: array - items: &287 + items: &286 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -34118,7 +34108,7 @@ paths: description: Response content: application/json: - schema: &504 + schema: &503 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -34147,7 +34137,7 @@ paths: - key_id - key examples: - default: &505 + default: &504 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34173,7 +34163,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *83 - - &288 + - &287 name: secret_name description: The name of the secret. in: path @@ -34185,7 +34175,7 @@ paths: description: Response content: application/json: - schema: *287 + schema: *286 examples: default: value: @@ -34216,7 +34206,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -34273,7 +34263,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -34300,7 +34290,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -34327,7 +34317,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 - *19 - *17 responses: @@ -34345,9 +34335,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: &292 + default: &291 value: total_count: 1 repositories: @@ -34440,7 +34430,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -34493,7 +34483,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -34527,7 +34517,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -34560,7 +34550,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *83 - - &489 + - &488 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)." @@ -34584,7 +34574,7 @@ paths: type: integer variables: type: array - items: &290 + items: &289 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -34717,7 +34707,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -34743,7 +34733,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *83 - - &291 + - &290 name: name description: The name of the variable. in: path @@ -34755,7 +34745,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *289 examples: default: value: @@ -34786,7 +34776,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *83 - - *291 + - *290 requestBody: required: true content: @@ -34849,7 +34839,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *83 - - *291 + - *290 responses: '204': description: Response @@ -34876,7 +34866,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *83 - - *291 + - *290 - *19 - *17 responses: @@ -34894,9 +34884,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 '409': description: Response when the visibility of the variable is not set to `selected` @@ -34923,7 +34913,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *83 - - *291 + - *290 requestBody: required: true content: @@ -34973,7 +34963,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *83 - - *291 + - *290 - name: repository_id in: path required: true @@ -35008,7 +34998,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *83 - - *291 + - *290 - name: repository_id in: path required: true @@ -35066,7 +35056,7 @@ paths: required: true content: application/json: - schema: *293 + schema: *292 examples: default: *81 parameters: @@ -35358,12 +35348,12 @@ paths: required: - subject_digests examples: - default: &843 + default: &842 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &844 + withPredicateType: &843 value: subject_digests: - sha256:abc123 @@ -35421,7 +35411,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &845 + default: &844 value: attestations_subject_digests: - sha256:abc: @@ -35770,7 +35760,7 @@ paths: initiator: type: string examples: - default: &518 + default: &517 value: attestations: - bundle: @@ -35896,10 +35886,10 @@ paths: required: false schema: type: string + - *293 - *294 - *295 - *296 - - *297 - *17 responses: '200': @@ -35908,9 +35898,9 @@ paths: application/json: schema: type: array - items: *298 + items: *297 examples: - default: *299 + default: *298 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -36033,7 +36023,7 @@ paths: subcategory: bypass-requests parameters: - *83 - - &302 + - &301 name: repository_name description: The name of the repository to filter on. in: query @@ -36052,9 +36042,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '500': *40 "/orgs/{org}/bypass-requests/secret-scanning": @@ -36078,7 +36068,7 @@ paths: subcategory: delegated-bypass parameters: - *83 - - *302 + - *301 - *99 - *100 - *101 @@ -36092,9 +36082,9 @@ paths: application/json: schema: type: array - items: *303 + items: *302 examples: - default: *304 + default: *303 '404': *6 '500': *40 "/orgs/{org}/campaigns": @@ -36121,7 +36111,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &306 + schema: &305 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -36147,7 +36137,7 @@ paths: application/json: schema: type: array - items: &307 + items: &306 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -36178,7 +36168,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *305 + items: *304 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -36196,7 +36186,7 @@ paths: type: string format: date-time nullable: true - state: *306 + state: *305 contact_link: description: The contact link of the campaign. type: string @@ -36416,9 +36406,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: - default: &308 + default: &307 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -36501,9 +36491,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: - default: *308 + default: *307 '404': *6 '422': description: Unprocessable Entity @@ -36580,7 +36570,7 @@ paths: type: string format: uri nullable: true - state: *306 + state: *305 examples: default: value: @@ -36590,9 +36580,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: - default: *308 + default: *307 '400': description: Bad Request content: @@ -36659,8 +36649,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *83 + - *308 - *309 - - *310 - *104 - *105 - *19 @@ -36671,7 +36661,7 @@ paths: be returned. in: query required: false - schema: *311 + schema: *310 - name: sort description: The property by which to sort the results. in: query @@ -36687,7 +36677,7 @@ paths: be returned. in: query required: false - schema: &545 + schema: &544 type: string description: Severity of a code scanning alert. enum: @@ -36705,9 +36695,9 @@ paths: application/json: schema: type: array - items: *312 + items: *311 examples: - default: *313 + default: *312 headers: Link: *43 '404': *6 @@ -36922,7 +36912,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *314 + code_scanning_options: *313 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -37065,7 +37055,7 @@ paths: application/json: schema: *110 examples: - default: *315 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37093,9 +37083,9 @@ paths: description: Response content: application/json: - schema: *316 + schema: *315 examples: - default: *317 + default: *316 '304': *37 '403': *29 '404': *6 @@ -37182,7 +37172,7 @@ paths: application/json: schema: *110 examples: - default: *315 + default: *314 '304': *37 '403': *29 '404': *6 @@ -37604,7 +37594,7 @@ paths: default: value: default_for_new_repos: all - configuration: *315 + configuration: *314 '403': *29 '404': *6 x-github: @@ -37657,13 +37647,13 @@ paths: application/json: schema: type: array - items: *318 + items: *317 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *319 + repository: *318 '403': *29 '404': *6 x-github: @@ -37703,7 +37693,7 @@ paths: type: integer codespaces: type: array - items: &367 + items: &366 type: object title: Codespace description: A codespace. @@ -37728,12 +37718,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *278 + repository: *277 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &574 + properties: &573 name: type: string description: The name of the machine. @@ -37775,7 +37765,7 @@ paths: - ready - in_progress nullable: true - required: &575 + required: &574 - name - display_name - operating_system @@ -37980,7 +37970,7 @@ paths: - pulls_url - recent_folders examples: - default: &368 + default: &367 value: total_count: 3 codespaces: @@ -38604,7 +38594,7 @@ paths: type: integer secrets: type: array - items: &320 + items: &319 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -38643,7 +38633,7 @@ paths: - updated_at - visibility examples: - default: &576 + default: &575 value: total_count: 2 secrets: @@ -38681,7 +38671,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &576 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -38710,7 +38700,7 @@ paths: - key_id - key examples: - default: &578 + default: &577 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -38734,15 +38724,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *320 + schema: *319 examples: - default: &580 + default: &579 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -38770,7 +38760,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -38825,7 +38815,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -38852,7 +38842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -38878,7 +38868,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 - *19 - *17 responses: @@ -38896,9 +38886,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 '404': *6 x-github: githubCloudOnly: false @@ -38921,7 +38911,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -38972,7 +38962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -39006,7 +38996,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -39813,7 +39803,7 @@ paths: type: integer custom_roles: type: array - items: *321 + items: *320 examples: default: value: @@ -39905,7 +39895,7 @@ paths: required: true content: application/json: - schema: &323 + schema: &322 type: object properties: name: @@ -39946,9 +39936,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -39979,9 +39969,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '404': *6 x-github: githubCloudOnly: true @@ -40009,7 +39999,7 @@ paths: required: true content: application/json: - schema: &324 + schema: &323 type: object properties: name: @@ -40047,9 +40037,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -40107,7 +40097,7 @@ paths: required: true content: application/json: - schema: *323 + schema: *322 examples: default: value: @@ -40121,9 +40111,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -40160,9 +40150,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '404': *6 x-github: githubCloudOnly: true @@ -40196,7 +40186,7 @@ paths: required: true content: application/json: - schema: *324 + schema: *323 examples: default: value: @@ -40211,9 +40201,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 '422': *15 '404': *6 x-github: @@ -40273,11 +40263,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *83 + - *324 - *325 - *326 - *327 - *328 - - *329 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -40315,8 +40305,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *329 - *330 - - *331 - *106 - *104 - *105 @@ -40328,9 +40318,9 @@ paths: application/json: schema: type: array - items: *332 + items: *331 examples: - default: *333 + default: *332 '304': *37 '400': *14 '403': *29 @@ -40374,7 +40364,7 @@ paths: type: integer secrets: type: array - items: &334 + items: &333 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -40451,7 +40441,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &605 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -40468,7 +40458,7 @@ paths: - key_id - key examples: - default: &607 + default: &606 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -40492,13 +40482,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *334 + schema: *333 examples: default: value: @@ -40527,7 +40517,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -40586,7 +40576,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -40611,7 +40601,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -40636,7 +40626,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 - *19 - *17 responses: @@ -40654,9 +40644,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40678,7 +40668,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -40729,7 +40719,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -40761,7 +40751,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *83 - - *288 + - *287 - name: repository_id in: path required: true @@ -40798,7 +40788,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *83 - - &615 + - &614 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -40806,7 +40796,7 @@ paths: required: false schema: type: string - - &616 + - &615 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -40814,7 +40804,7 @@ paths: required: false schema: type: string - - &617 + - &616 name: time_period description: |- The time period to filter by. @@ -40830,7 +40820,7 @@ paths: - week - month default: month - - &618 + - &617 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -40845,7 +40835,7 @@ paths: - denied - all default: all - - *302 + - *301 - *17 - *19 responses: @@ -40855,7 +40845,7 @@ paths: application/json: schema: type: array - items: &619 + items: &618 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -41011,7 +41001,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &620 + default: &619 value: - id: 21 number: 42 @@ -41098,11 +41088,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *83 - - *302 + - *301 - *99 - *100 - *101 - - &621 + - &620 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -41128,7 +41118,7 @@ paths: application/json: schema: type: array - items: &622 + items: &621 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -41249,7 +41239,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &623 + default: &622 value: - id: 21 number: 42 @@ -41337,7 +41327,7 @@ paths: application/json: schema: type: array - items: &378 + items: &377 title: Package description: A software package type: object @@ -41387,8 +41377,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *335 - required: *336 + properties: *334 + required: *335 nullable: true created_at: type: string @@ -41407,7 +41397,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &378 value: - id: 197 name: hello_docker @@ -41594,7 +41584,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &459 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -41675,7 +41665,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &461 + default: &460 value: group_id: '123' group_name: Octocat admins @@ -41730,7 +41720,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &457 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -41767,7 +41757,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &459 + default: &458 value: groups: - group_id: '123' @@ -41811,7 +41801,7 @@ paths: application/json: schema: type: array - items: &359 + items: &358 title: Organization Invitation description: Organization Invitation type: object @@ -41858,7 +41848,7 @@ paths: - invitation_teams_url - node_id examples: - default: &360 + default: &359 value: - id: 1 login: monalisa @@ -41925,7 +41915,7 @@ paths: application/json: schema: type: array - items: &412 + items: &411 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -41939,7 +41929,7 @@ paths: - name - description examples: - default: &413 + default: &412 value: - name: add_assignee description: Assign or remove a user @@ -41980,7 +41970,7 @@ paths: application/json: schema: type: array - items: &337 + items: &336 title: Org Hook description: Org Hook type: object @@ -42149,9 +42139,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *336 examples: - default: &338 + default: &337 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -42196,7 +42186,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *83 - - &339 + - &338 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. @@ -42209,9 +42199,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *336 examples: - default: *338 + default: *337 '404': *6 x-github: githubCloudOnly: false @@ -42233,7 +42223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *83 - - *339 + - *338 requestBody: required: false content: @@ -42278,7 +42268,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *336 examples: default: value: @@ -42318,7 +42308,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *83 - - *339 + - *338 responses: '204': description: Response @@ -42344,7 +42334,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *83 - - *339 + - *338 responses: '200': description: Response @@ -42373,7 +42363,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *83 - - *339 + - *338 requestBody: required: false content: @@ -42422,9 +42412,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *83 - - *339 + - *338 - *17 - - *340 + - *339 responses: '200': description: Response @@ -42432,9 +42422,9 @@ paths: application/json: schema: type: array - items: *341 + items: *340 examples: - default: *342 + default: *341 '400': *14 '422': *15 x-github: @@ -42458,16 +42448,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *83 - - *339 + - *338 - *16 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 '400': *14 '422': *15 x-github: @@ -42491,7 +42481,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *83 - - *339 + - *338 - *16 responses: '202': *39 @@ -42518,7 +42508,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *83 - - *339 + - *338 responses: '204': description: Response @@ -42541,7 +42531,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *83 - - &349 + - &348 name: actor_type in: path description: The type of the actor @@ -42554,14 +42544,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &350 + - &349 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &345 + - &344 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`.' @@ -42569,7 +42559,7 @@ paths: required: true schema: type: string - - &346 + - &345 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) @@ -42663,12 +42653,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *83 + - *344 - *345 - - *346 - *19 - *17 - *106 - - &355 + - &354 name: sort description: The property to sort the results by. in: query @@ -42747,14 +42737,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *83 + - *344 - *345 - - *346 responses: '200': description: Response content: application/json: - schema: &347 + schema: &346 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -42770,7 +42760,7 @@ paths: type: integer format: int64 examples: - default: &348 + default: &347 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -42791,23 +42781,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *83 - - &351 + - &350 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *344 - *345 - - *346 responses: '200': description: Response content: application/json: - schema: *347 + schema: *346 examples: - default: *348 + default: *347 x-github: enabledForGitHubApps: true category: orgs @@ -42826,18 +42816,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *83 + - *344 - *345 - - *346 + - *348 - *349 - - *350 responses: '200': description: Response content: application/json: - schema: *347 + schema: *346 examples: - default: *348 + default: *347 x-github: enabledForGitHubApps: true category: orgs @@ -42855,9 +42845,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *83 + - *344 - *345 - - *346 - - &352 + - &351 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -42870,7 +42860,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &352 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -42886,7 +42876,7 @@ paths: type: integer format: int64 examples: - default: &354 + default: &353 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -42923,18 +42913,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *83 - - *351 + - *350 + - *344 - *345 - - *346 - - *352 + - *351 responses: '200': description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *354 + default: *353 x-github: enabledForGitHubApps: true category: orgs @@ -42952,19 +42942,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *83 + - *348 - *349 - - *350 + - *344 - *345 - - *346 - - *352 + - *351 responses: '200': description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *354 + default: *353 x-github: enabledForGitHubApps: true category: orgs @@ -42982,13 +42972,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *83 - - *351 + - *350 + - *344 - *345 - - *346 - *19 - *17 - *106 - - *355 + - *354 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -43069,7 +43059,7 @@ paths: application/json: schema: *22 examples: - default: &654 + default: &653 value: id: 1 account: @@ -43235,12 +43225,12 @@ paths: application/json: schema: anyOf: - - &357 + - &356 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &356 + limit: &355 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -43265,7 +43255,7 @@ paths: properties: {} additionalProperties: false examples: - default: &358 + default: &357 value: limit: collaborators_only origin: organization @@ -43294,13 +43284,13 @@ paths: required: true content: application/json: - schema: &655 + schema: &654 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *356 + limit: *355 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -43324,9 +43314,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: - default: *358 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -43404,9 +43394,9 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: - default: *360 + default: *359 headers: Link: *43 '404': *6 @@ -43484,7 +43474,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -43541,7 +43531,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *83 - - &361 + - &360 name: invitation_id description: The unique identifier of the invitation. in: path @@ -43575,7 +43565,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *83 - - *361 + - *360 - *17 - *19 responses: @@ -43585,9 +43575,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: &377 + default: &376 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -43630,7 +43620,7 @@ paths: application/json: schema: type: array - items: *362 + items: *361 examples: default: value: @@ -43715,9 +43705,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: &363 + default: &362 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -43750,7 +43740,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *83 - - &364 + - &363 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -43803,9 +43793,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: *363 + default: *362 '404': *6 '422': *7 x-github: @@ -43830,7 +43820,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *83 - - *364 + - *363 responses: '204': description: Response @@ -43893,7 +43883,7 @@ paths: - closed - all default: open - - *365 + - *364 - name: type description: Can be the name of an issue type. in: query @@ -43924,7 +43914,7 @@ paths: type: array items: *223 examples: - default: *366 + default: *365 headers: Link: *43 '404': *6 @@ -44083,9 +44073,9 @@ paths: type: integer codespaces: type: array - items: *367 + items: *366 examples: - default: *368 + default: *367 '304': *37 '500': *40 '401': *25 @@ -44112,7 +44102,7 @@ paths: parameters: - *83 - *138 - - &369 + - &368 name: codespace_name in: path required: true @@ -44147,15 +44137,15 @@ paths: parameters: - *83 - *138 - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: &573 + default: &572 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -44411,7 +44401,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &369 title: Org Membership description: Org Membership type: object @@ -44478,7 +44468,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &371 + response-if-user-has-an-active-admin-membership-with-organization: &370 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -44575,9 +44565,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: - response-if-user-already-had-membership-with-organization: *371 + response-if-user-already-had-membership-with-organization: *370 '422': *15 '403': *29 x-github: @@ -44648,7 +44638,7 @@ paths: application/json: schema: type: array - items: &372 + items: &371 title: Migration description: A migration. type: object @@ -44977,7 +44967,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -45156,7 +45146,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *83 - - &373 + - &372 name: migration_id description: The unique identifier of the migration. in: path @@ -45183,7 +45173,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -45353,7 +45343,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *83 - - *373 + - *372 responses: '302': description: Response @@ -45375,7 +45365,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *83 - - *373 + - *372 responses: '204': description: Response @@ -45399,8 +45389,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *83 - - *373 - - &828 + - *372 + - &827 name: repo_name description: repo_name parameter in: path @@ -45428,7 +45418,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *83 - - *373 + - *372 - *17 - *19 responses: @@ -45438,9 +45428,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: &384 + default: &383 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -45649,7 +45639,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &374 + items: &373 title: Organization Role description: Organization roles type: object @@ -45856,7 +45846,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *373 examples: default: value: @@ -46086,7 +46076,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *373 examples: default: value: @@ -46183,7 +46173,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *373 examples: default: value: @@ -46341,8 +46331,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *375 - required: *376 + properties: *374 + required: *375 nullable: true type: description: The ownership type of the team @@ -46374,7 +46364,7 @@ paths: - type - parent examples: - default: *377 + default: *376 headers: Link: *43 '404': @@ -46432,13 +46422,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &432 + items: &431 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *375 - required: *376 + properties: *374 + required: *375 name: nullable: true type: string @@ -46726,7 +46716,7 @@ paths: - nuget - container - *83 - - &829 + - &828 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -46762,12 +46752,12 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *379 + default: *378 '403': *29 '401': *25 - '400': &831 + '400': &830 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -46789,7 +46779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &380 + - &379 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 @@ -46807,7 +46797,7 @@ paths: - docker - nuget - container - - &381 + - &380 name: package_name description: The name of the package. in: path @@ -46820,7 +46810,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *377 examples: default: value: @@ -46872,8 +46862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *379 - *380 - - *381 - *83 responses: '204': @@ -46906,8 +46896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *379 - *380 - - *381 - *83 - name: token description: package token @@ -46940,8 +46930,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: + - *379 - *380 - - *381 - *83 - *19 - *17 @@ -46962,7 +46952,7 @@ paths: application/json: schema: type: array - items: &382 + items: &381 title: Package Version description: A version of a software package type: object @@ -47087,10 +47077,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: + - *379 - *380 - - *381 - *83 - - &383 + - &382 name: package_version_id description: Unique identifier of the package version. in: path @@ -47102,7 +47092,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *381 examples: default: value: @@ -47138,10 +47128,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *379 - *380 - - *381 - *83 - - *383 + - *382 responses: '204': description: Response @@ -47173,10 +47163,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *379 - *380 - - *381 - *83 - - *383 + - *382 responses: '204': description: Response @@ -47206,7 +47196,7 @@ paths: - *83 - *17 - *19 - - &385 + - &384 name: sort description: The property by which to sort the results. in: query @@ -47217,7 +47207,7 @@ paths: - created_at default: created_at - *106 - - &386 + - &385 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -47228,7 +47218,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &387 + - &386 name: repository description: The name of the repository to use to filter the results. in: query @@ -47236,7 +47226,7 @@ paths: schema: type: string example: Hello-World - - &388 + - &387 name: permission description: The permission to use to filter the results. in: query @@ -47244,7 +47234,7 @@ paths: schema: type: string example: issues_read - - &389 + - &388 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) @@ -47254,7 +47244,7 @@ paths: schema: type: string format: date-time - - &390 + - &389 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) @@ -47264,7 +47254,7 @@ paths: schema: type: string format: date-time - - &391 + - &390 name: token_id description: The ID of the token in: query @@ -47575,9 +47565,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -47603,14 +47593,14 @@ paths: - *83 - *17 - *19 - - *385 + - *384 - *106 + - *385 - *386 - *387 - *388 - *389 - *390 - - *391 responses: '500': *40 '422': *15 @@ -47890,9 +47880,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -47934,7 +47924,7 @@ paths: type: integer configurations: type: array - items: &392 + items: &391 title: Organization private registry description: Private registry configuration for an organization type: object @@ -48187,7 +48177,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &393 + org-private-registry-with-selected-visibility: &392 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -48277,15 +48267,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *83 - - *288 + - *287 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *392 + schema: *391 examples: - default: *393 + default: *392 '404': *6 x-github: githubCloudOnly: false @@ -48307,7 +48297,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *83 - - *288 + - *287 requestBody: required: true content: @@ -48403,7 +48393,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *83 - - *288 + - *287 responses: '204': description: Response @@ -48449,7 +48439,7 @@ paths: application/json: schema: type: array - items: &394 + items: &393 title: Project description: Projects are a way to organize columns and cards of work. @@ -48622,7 +48612,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: default: value: @@ -48660,7 +48650,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &476 + '410': &475 description: Gone content: application/json: @@ -48703,7 +48693,7 @@ paths: application/json: schema: type: array - items: &395 + items: &394 title: Projects v2 Project description: A projects v2 project type: object @@ -48773,7 +48763,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &907 + properties: &906 id: type: number description: The unique identifier of the status update. @@ -48821,7 +48811,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &908 + required: &907 - id - node_id - created_at @@ -48846,7 +48836,7 @@ paths: - deleted_at - deleted_by examples: - default: &396 + default: &395 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -48949,7 +48939,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &397 + - &396 name: project_number description: The project's number. in: path @@ -48962,9 +48952,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *394 examples: - default: *396 + default: *395 headers: Link: *43 '304': *37 @@ -48986,7 +48976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *397 + - *396 - *83 - *17 - *104 @@ -48998,7 +48988,7 @@ paths: application/json: schema: type: array - items: &398 + items: &397 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -49145,7 +49135,7 @@ paths: - updated_at - project_url examples: - default: &399 + default: &398 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -49188,8 +49178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *397 - - &848 + - *396 + - &847 name: field_id description: The unique identifier of the field. in: path @@ -49202,9 +49192,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *43 '304': *37 @@ -49227,7 +49217,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: - - *397 + - *396 - *83 - 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) @@ -49260,7 +49250,7 @@ paths: application/json: schema: type: array - items: &405 + items: &404 title: Projects v2 Item description: An item belonging to a project type: object @@ -49276,7 +49266,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: &403 + content_type: &402 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -49326,7 +49316,7 @@ paths: - updated_at - archived_at examples: - default: &406 + default: &405 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -50021,7 +50011,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *83 - - *397 + - *396 requestBody: required: true description: Details of the item to add to the project. @@ -50058,7 +50048,7 @@ paths: description: Response content: application/json: - schema: &849 + schema: &848 title: Projects v2 Item description: An item belonging to a project type: object @@ -50072,7 +50062,7 @@ paths: content: oneOf: - *223 - - &588 + - &587 title: Pull Request Simple description: Pull Request Simple type: object @@ -50178,8 +50168,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 nullable: true active_lock_reason: type: string @@ -50224,7 +50214,7 @@ paths: nullable: true requested_teams: type: array - items: *305 + items: *304 nullable: true head: type: object @@ -50275,7 +50265,7 @@ paths: _links: type: object properties: - comments: &402 + comments: &401 title: Link description: Hypermedia Link type: object @@ -50284,13 +50274,13 @@ paths: type: string required: - href - commits: *402 - statuses: *402 - html: *402 - issue: *402 - review_comments: *402 - review_comment: *402 - self: *402 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -50301,7 +50291,7 @@ paths: - review_comment - self author_association: *210 - auto_merge: &702 + auto_merge: &701 title: Auto merge description: The status of auto merging a pull request. type: object @@ -50403,7 +50393,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: *403 + content_type: *402 creator: *4 created_at: type: string @@ -50436,7 +50426,7 @@ paths: - updated_at - archived_at examples: - issue: &404 + issue: &403 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -50491,7 +50481,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: *404 + pull_request: *403 '304': *37 '403': *29 '401': *25 @@ -50511,9 +50501,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: - - *397 + - *396 - *83 - - &407 + - &406 name: item_id description: The unique identifier of the project item. in: path @@ -50539,9 +50529,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - default: *406 + default: *405 headers: Link: *43 '304': *37 @@ -50562,9 +50552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *397 + - *396 - *83 - - *407 + - *406 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -50634,13 +50624,13 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - text_field: *406 - number_field: *406 - date_field: *406 - single_select_field: *406 - iteration_field: *406 + text_field: *405 + number_field: *405 + date_field: *405 + single_select_field: *405 + iteration_field: *405 '401': *25 '403': *29 '404': *6 @@ -50660,9 +50650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *397 + - *396 - *83 - - *407 + - *406 responses: '204': description: Response @@ -50825,7 +50815,7 @@ paths: required: true content: application/json: - schema: *408 + schema: *407 examples: default: value: @@ -51188,9 +51178,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -51393,7 +51383,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &477 title: Full Repository description: Full Repository type: object @@ -51670,8 +51660,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *409 - required: *410 + properties: *408 + required: *409 nullable: true temp_clone_token: type: string @@ -51786,7 +51776,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &593 + properties: &592 url: type: string format: uri @@ -51802,12 +51792,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &594 + required: &593 - url - key - name - html_url - security_and_analysis: *411 + security_and_analysis: *410 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -51891,7 +51881,7 @@ paths: - network_count - subscribers_count examples: - default: &480 + default: &479 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -52417,9 +52407,9 @@ paths: application/json: schema: type: array - items: *412 + items: *411 examples: - default: *413 + default: *412 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -52444,7 +52434,7 @@ paths: - *83 - *17 - *19 - - &725 + - &724 name: targets description: | A comma-separated list of rule targets to filter by. @@ -52535,11 +52525,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *164 - conditions: *414 + conditions: *413 rules: type: array description: An array of rules within the ruleset. - items: &416 + items: &415 title: Repository Rule type: object description: A repository rule. @@ -52603,7 +52593,7 @@ paths: application/json: schema: *185 examples: - default: &415 + default: &414 value: id: 21 name: super cool ruleset @@ -52658,7 +52648,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *83 - - &727 + - &726 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 @@ -52668,16 +52658,16 @@ paths: schema: type: string x-multi-segment: true - - *302 + - *301 - *101 - - &728 + - &727 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 - - &729 + - &728 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52697,7 +52687,7 @@ paths: description: Response content: application/json: - schema: &730 + schema: &729 title: Rule Suites description: Response type: array @@ -52752,7 +52742,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &731 + default: &730 value: - id: 21 actor_id: 12 @@ -52796,7 +52786,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *83 - - &732 + - &731 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52812,7 +52802,7 @@ paths: description: Response content: application/json: - schema: &733 + schema: &732 title: Rule Suite description: Response type: object @@ -52911,7 +52901,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &734 + default: &733 value: id: 21 actor_id: 12 @@ -52986,7 +52976,7 @@ paths: application/json: schema: *185 examples: - default: *415 + default: *414 '404': *6 '500': *40 put: @@ -53035,11 +53025,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *164 - conditions: *414 + conditions: *413 rules: description: An array of rules within the ruleset. type: array - items: *416 + items: *415 examples: default: value: @@ -53076,7 +53066,7 @@ paths: application/json: schema: *185 examples: - default: *415 + default: *414 '404': *6 '500': *40 delete: @@ -53135,7 +53125,7 @@ paths: type: array items: *189 examples: - default: *417 + default: *416 '404': *6 '500': *40 x-github: @@ -53172,7 +53162,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *417 examples: default: value: @@ -53235,14 +53225,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *83 + - *418 - *419 - *420 - *421 - - *422 - *106 - *19 - *17 - - &736 + - &735 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 @@ -53252,7 +53242,7 @@ paths: required: false schema: type: string - - &737 + - &736 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 @@ -53262,10 +53252,10 @@ paths: required: false schema: type: string + - *422 - *423 - *424 - *425 - - *426 responses: '200': description: Response @@ -53273,9 +53263,9 @@ paths: application/json: schema: type: array - items: *427 + items: *426 examples: - default: *428 + default: *427 headers: Link: *43 '404': *6 @@ -53310,9 +53300,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *428 examples: - default: *430 + default: *429 '403': *29 '404': *6 patch: @@ -53465,7 +53455,7 @@ paths: application/json: schema: type: array - items: &758 + items: &757 description: A repository security advisory. type: object properties: @@ -53685,7 +53675,7 @@ paths: login: type: string description: The username of the user credited. - type: *431 + type: *430 credits_detailed: type: array nullable: true @@ -53695,7 +53685,7 @@ paths: type: object properties: user: *4 - type: *431 + type: *430 state: type: string description: The state of the user's acceptance of the @@ -53719,7 +53709,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *305 + items: *304 private_fork: readOnly: true nullable: true @@ -53756,7 +53746,7 @@ paths: - private_fork additionalProperties: false examples: - default: &759 + default: &758 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -54143,9 +54133,9 @@ paths: application/json: schema: type: array - items: *432 + items: *431 examples: - default: *377 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54230,9 +54220,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54257,7 +54247,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *83 - - *435 + - *434 - *17 - *19 responses: @@ -54265,9 +54255,9 @@ paths: description: Success content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -54295,9 +54285,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - default: *439 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54325,9 +54315,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *439 examples: - default: *441 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54471,9 +54461,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *292 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54542,7 +54532,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *83 - - *272 + - *271 responses: '204': description: Response @@ -54565,7 +54555,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *83 - - *272 + - *271 responses: '204': description: Response @@ -54608,7 +54598,7 @@ paths: type: array items: *143 examples: - default: *442 + default: *441 headers: Link: *43 x-github: @@ -54809,15 +54799,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: - *83 - - *443 + - *442 responses: '200': description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *445 + default: *444 headers: Link: *43 x-github: @@ -54855,7 +54845,7 @@ paths: description: Response content: application/json: - schema: &467 + schema: &466 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -54901,7 +54891,7 @@ paths: type: string nullable: true examples: - default: &468 + default: &467 value: groups: - group_id: '123' @@ -55013,9 +55003,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 headers: Link: *43 '403': *29 @@ -55109,7 +55099,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &445 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -55172,8 +55162,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *375 - required: *376 + properties: *374 + required: *375 nullable: true members_count: type: integer @@ -55436,7 +55426,7 @@ paths: - repos_count - organization examples: - default: &447 + default: &446 value: id: 1 node_id: MDQ6VGVhbTE= @@ -55513,9 +55503,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 x-github: githubCloudOnly: false @@ -55599,16 +55589,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '201': description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 '422': *15 '403': *29 @@ -55678,7 +55668,7 @@ paths: application/json: schema: type: array - items: &448 + items: &447 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -55777,7 +55767,7 @@ paths: - updated_at - url examples: - default: &802 + default: &801 value: - author: login: octocat @@ -55886,9 +55876,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: &449 + default: &448 value: author: login: octocat @@ -55962,7 +55952,7 @@ paths: parameters: - *83 - *206 - - &450 + - &449 name: discussion_number description: The number that identifies the discussion. in: path @@ -55974,9 +55964,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56000,7 +55990,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 requestBody: required: false content: @@ -56023,9 +56013,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: &803 + default: &802 value: author: login: octocat @@ -56097,7 +56087,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 responses: '204': description: Response @@ -56125,7 +56115,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 - *106 - *17 - *19 @@ -56136,7 +56126,7 @@ paths: application/json: schema: type: array - items: &451 + items: &450 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -56208,7 +56198,7 @@ paths: - updated_at - url examples: - default: &804 + default: &803 value: - author: login: octocat @@ -56278,7 +56268,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 requestBody: required: true content: @@ -56300,9 +56290,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: &452 + default: &451 value: author: login: octocat @@ -56370,8 +56360,8 @@ paths: parameters: - *83 - *206 - - *450 - - &453 + - *449 + - &452 name: comment_number description: The number that identifies the comment. in: path @@ -56383,9 +56373,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *452 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56409,8 +56399,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 requestBody: required: true content: @@ -56432,9 +56422,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: &805 + default: &804 value: author: login: octocat @@ -56500,8 +56490,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 responses: '204': description: Response @@ -56529,8 +56519,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 - 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. @@ -56556,7 +56546,7 @@ paths: application/json: schema: type: array - items: &454 + items: &453 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -56599,7 +56589,7 @@ paths: - content - created_at examples: - default: &456 + default: &455 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -56651,8 +56641,8 @@ paths: parameters: - *83 - *206 - - *450 - - *453 + - *449 + - *452 requestBody: required: true content: @@ -56685,9 +56675,9 @@ paths: team discussion comment content: application/json: - schema: *454 + schema: *453 examples: - default: &455 + default: &454 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -56716,9 +56706,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56743,9 +56733,9 @@ paths: parameters: - *83 - *206 - - *450 - - *453 - - &457 + - *449 + - *452 + - &456 name: reaction_id description: The unique identifier of the reaction. in: path @@ -56779,7 +56769,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 - 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. @@ -56805,9 +56795,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 x-github: @@ -56835,7 +56825,7 @@ paths: parameters: - *83 - *206 - - *450 + - *449 requestBody: required: true content: @@ -56867,16 +56857,16 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56901,8 +56891,8 @@ paths: parameters: - *83 - *206 - - *450 - - *457 + - *449 + - *456 responses: '204': description: Response @@ -56932,9 +56922,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *457 examples: - default: *459 + default: *458 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -56977,9 +56967,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *459 examples: - default: *461 + default: *460 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -57034,9 +57024,9 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: - default: *360 + default: *359 headers: Link: *43 x-github: @@ -57120,7 +57110,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &461 title: Team Membership description: Team Membership type: object @@ -57147,7 +57137,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &806 + response-if-user-is-a-team-maintainer: &805 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -57210,9 +57200,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - response-if-users-membership-with-team-is-now-pending: &807 + response-if-users-membership-with-team-is-now-pending: &806 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -57285,7 +57275,7 @@ paths: application/json: schema: type: array - items: &463 + items: &462 title: Team Project description: A team's access to a project. type: object @@ -57353,7 +57343,7 @@ paths: - updated_at - permissions examples: - default: &808 + default: &807 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -57418,7 +57408,7 @@ paths: parameters: - *83 - *206 - - &464 + - &463 name: project_id description: The unique identifier of the project. in: path @@ -57430,9 +57420,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *462 examples: - default: &809 + default: &808 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -57496,7 +57486,7 @@ paths: parameters: - *83 - *206 - - *464 + - *463 requestBody: required: false content: @@ -57564,7 +57554,7 @@ paths: parameters: - *83 - *206 - - *464 + - *463 responses: '204': description: Response @@ -57602,9 +57592,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -57635,14 +57625,14 @@ paths: parameters: - *83 - *206 + - *464 - *465 - - *466 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &810 + schema: &809 title: Team Repository description: A team's access to a repository. type: object @@ -58213,8 +58203,8 @@ paths: parameters: - *83 - *206 + - *464 - *465 - - *466 requestBody: required: false content: @@ -58261,8 +58251,8 @@ paths: parameters: - *83 - *206 + - *464 - *465 - - *466 responses: '204': description: Response @@ -58295,9 +58285,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *466 examples: - default: *468 + default: *467 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -58363,7 +58353,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *466 examples: default: value: @@ -58406,9 +58396,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - response-if-child-teams-exist: &811 + response-if-child-teams-exist: &810 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -58535,7 +58525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &469 + - &468 name: card_id description: The unique identifier of the card. in: path @@ -58547,7 +58537,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &469 title: Project Card description: Project cards represent a scope of work. type: object @@ -58614,7 +58604,7 @@ paths: - created_at - updated_at examples: - default: &471 + default: &470 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -58670,7 +58660,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *469 + - *468 requestBody: required: false content: @@ -58697,9 +58687,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: *471 + default: *470 '304': *37 '403': *29 '401': *25 @@ -58726,7 +58716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *469 + - *468 responses: '204': description: Response @@ -58770,7 +58760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *469 + - *468 requestBody: required: true content: @@ -58881,7 +58871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &472 + - &471 name: column_id description: The unique identifier of the column. in: path @@ -58893,7 +58883,7 @@ paths: description: Response content: application/json: - schema: &473 + schema: &472 title: Project Column description: Project columns contain cards of work. type: object @@ -58939,7 +58929,7 @@ paths: - created_at - updated_at examples: - default: &474 + default: &473 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -58974,7 +58964,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *472 + - *471 requestBody: required: true content: @@ -58998,9 +58988,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *472 examples: - default: *474 + default: *473 '304': *37 '403': *29 '401': *25 @@ -59025,7 +59015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *472 + - *471 responses: '204': description: Response @@ -59054,7 +59044,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *472 + - *471 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -59075,7 +59065,7 @@ paths: application/json: schema: type: array - items: *470 + items: *469 examples: default: value: @@ -59134,7 +59124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *472 + - *471 requestBody: required: true content: @@ -59174,9 +59164,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: *471 + default: *470 '304': *37 '403': *29 '401': *25 @@ -59186,8 +59176,8 @@ paths: application/json: schema: oneOf: + - *252 - *253 - - *254 '503': description: Response content: @@ -59232,7 +59222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *472 + - *471 requestBody: required: true content: @@ -59292,15 +59282,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *464 + - *463 responses: '200': description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: &475 + default: &474 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -59357,7 +59347,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *464 + - *463 requestBody: required: false content: @@ -59403,9 +59393,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: *475 + default: *474 '404': description: Not Found if the authenticated user does not have access to the project @@ -59426,7 +59416,7 @@ paths: items: type: string '401': *25 - '410': *476 + '410': *475 '422': *7 x-github: githubCloudOnly: false @@ -59449,7 +59439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *464 + - *463 responses: '204': description: Delete Success @@ -59470,7 +59460,7 @@ paths: items: type: string '401': *25 - '410': *476 + '410': *475 '404': *6 x-github: githubCloudOnly: false @@ -59494,7 +59484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *464 + - *463 - 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 @@ -59551,7 +59541,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *464 + - *463 - *138 requestBody: required: false @@ -59604,7 +59594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *464 + - *463 - *138 responses: '204': @@ -59636,7 +59626,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: - - *464 + - *463 - *138 responses: '200': @@ -59696,115 +59686,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: - - *464 - - *17 - - *19 - responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *473 - 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: *43 - '304': *37 - '403': *29 - '401': *25 - 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: - - *464 - requestBody: - required: true - content: - application/json: - schema: - properties: - name: - description: Name of the project column - example: Remaining tasks - type: string - required: - - name - type: object - examples: - default: - value: - name: Remaining tasks - responses: - '201': - description: Response - content: - application/json: - schema: *473 - 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': *37 - '403': *29 - '422': *7 - '401': *25 - 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 @@ -59846,7 +59727,7 @@ paths: resources: type: object properties: - core: &477 + core: &476 title: Rate Limit type: object properties: @@ -59863,21 +59744,21 @@ paths: - remaining - reset - used - graphql: *477 - search: *477 - code_search: *477 - source_import: *477 - integration_manifest: *477 - code_scanning_upload: *477 - actions_runner_registration: *477 - scim: *477 - dependency_snapshots: *477 - dependency_sbom: *477 - code_scanning_autofix: *477 + graphql: *476 + search: *476 + code_search: *476 + source_import: *476 + integration_manifest: *476 + code_scanning_upload: *476 + actions_runner_registration: *476 + scim: *476 + dependency_snapshots: *476 + dependency_sbom: *476 + code_scanning_autofix: *476 required: - core - search - rate: *477 + rate: *476 required: - rate - resources @@ -59982,14 +59863,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *478 + schema: *477 examples: default-response: summary: Default response @@ -60494,7 +60375,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *479 + '301': *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60512,8 +60393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -60770,10 +60651,10 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 - '307': &481 + default: *479 + '307': &480 description: Temporary Redirect content: application/json: @@ -60802,8 +60683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -60825,7 +60706,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': *481 + '307': *480 '404': *6 '409': *114 x-github: @@ -60849,11 +60730,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 - - &496 + - &495 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -60876,7 +60757,7 @@ paths: type: integer artifacts: type: array - items: &482 + items: &481 title: Artifact description: An artifact type: object @@ -60954,7 +60835,7 @@ paths: - expires_at - updated_at examples: - default: &497 + default: &496 value: total_count: 2 artifacts: @@ -61015,9 +60896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *464 - *465 - - *466 - - &483 + - &482 name: artifact_id description: The unique identifier of the artifact. in: path @@ -61029,7 +60910,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *481 examples: default: value: @@ -61067,9 +60948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *464 - *465 - - *466 - - *483 + - *482 responses: '204': description: Response @@ -61093,9 +60974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *464 - *465 - - *466 - - *483 + - *482 - name: archive_format in: path required: true @@ -61109,7 +60990,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': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61132,14 +61013,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *484 + schema: *483 examples: default: value: @@ -61165,11 +61046,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: + - *464 - *465 - - *466 - *17 - *19 - - &485 + - &484 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 @@ -61203,7 +61084,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &485 title: Repository actions caches description: Repository actions caches type: object @@ -61245,7 +61126,7 @@ paths: - total_count - actions_caches examples: - default: &487 + default: &486 value: total_count: 1 actions_caches: @@ -61277,23 +61158,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: + - *464 - *465 - - *466 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *485 + - *484 responses: '200': description: Response content: application/json: - schema: *486 + schema: *485 examples: - default: *487 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61313,8 +61194,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: + - *464 - *465 - - *466 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -61345,9 +61226,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: + - *464 - *465 - - *466 - - &488 + - &487 name: job_id description: The unique identifier of the job. in: path @@ -61359,7 +61240,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &499 title: Job description: Information of a job execution in a workflow run type: object @@ -61666,9 +61547,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: + - *464 - *465 - - *466 - - *488 + - *487 responses: '302': description: Response @@ -61696,9 +61577,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: + - *464 - *465 - - *466 - - *488 + - *487 requestBody: required: false content: @@ -61719,7 +61600,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -61743,8 +61624,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: + - *464 - *465 - - *466 responses: '200': description: Status response @@ -61794,8 +61675,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -61829,7 +61710,7 @@ paths: description: Empty response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -61858,8 +61739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -61877,7 +61758,7 @@ paths: type: integer secrets: type: array - items: &502 + items: &501 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -61897,7 +61778,7 @@ paths: - created_at - updated_at examples: - default: &503 + default: &502 value: total_count: 2 secrets: @@ -61930,9 +61811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *464 - *465 - - *466 - - *489 + - *488 - *19 responses: '200': @@ -61949,7 +61830,7 @@ paths: type: integer variables: type: array - items: &506 + items: &505 title: Actions Variable type: object properties: @@ -61979,7 +61860,7 @@ paths: - created_at - updated_at examples: - default: &507 + default: &506 value: total_count: 2 variables: @@ -62012,8 +61893,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62022,11 +61903,11 @@ paths: schema: type: object properties: - enabled: &490 + enabled: &489 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *56 - selected_actions_url: *265 + selected_actions_url: *264 sha_pinning_required: *57 required: - enabled @@ -62057,8 +61938,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -62069,7 +61950,7 @@ paths: schema: type: object properties: - enabled: *490 + enabled: *489 allowed_actions: *56 sha_pinning_required: *57 required: @@ -62102,14 +61983,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: &491 + schema: &490 type: object properties: access_level: @@ -62127,7 +62008,7 @@ paths: required: - access_level examples: - default: &492 + default: &491 value: access_level: organization x-github: @@ -62152,15 +62033,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: + - *464 - *465 - - *466 requestBody: required: true content: application/json: - schema: *491 + schema: *490 examples: - default: *492 + default: *491 responses: '204': description: Response @@ -62184,14 +62065,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *267 + schema: *266 examples: default: value: @@ -62215,8 +62096,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: + - *464 - *465 - - *466 responses: '204': description: Empty response for successful settings update @@ -62226,7 +62107,7 @@ paths: required: true content: application/json: - schema: *268 + schema: *267 examples: default: summary: Set retention days @@ -62250,8 +62131,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62259,7 +62140,7 @@ paths: application/json: schema: *58 examples: - default: *269 + default: *268 '404': *6 x-github: enabledForGitHubApps: true @@ -62278,8 +62159,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -62313,14 +62194,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *270 + schema: *269 examples: default: *59 '403': *29 @@ -62342,13 +62223,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: + - *464 - *465 - - *466 requestBody: required: true content: application/json: - schema: *271 + schema: *270 examples: default: *59 responses: @@ -62374,8 +62255,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62406,8 +62287,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -62439,14 +62320,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: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *274 + schema: *273 examples: default: *65 x-github: @@ -62469,8 +62350,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: + - *464 - *465 - - *466 responses: '204': description: Success response @@ -62481,7 +62362,7 @@ paths: required: true content: application/json: - schema: *275 + schema: *274 examples: default: *65 x-github: @@ -62510,8 +62391,8 @@ paths: in: query schema: type: string + - *464 - *465 - - *466 - *17 - *19 responses: @@ -62555,8 +62436,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -62564,9 +62445,9 @@ paths: application/json: schema: type: array - items: *279 + items: *278 examples: - default: *280 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62588,8 +62469,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -62632,7 +62513,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *281 + '201': *280 '404': *6 '422': *7 '409': *114 @@ -62663,8 +62544,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: + - *464 - *465 - - *466 responses: '201': description: Response @@ -62672,7 +62553,7 @@ paths: application/json: schema: *75 examples: - default: *282 + default: *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62700,8 +62581,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: + - *464 - *465 - - *466 responses: '201': description: Response @@ -62709,7 +62590,7 @@ paths: application/json: schema: *75 examples: - default: *283 + default: *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62731,8 +62612,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: + - *464 - *465 - - *466 - *71 responses: '200': @@ -62741,7 +62622,7 @@ paths: application/json: schema: *72 examples: - default: *284 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62762,8 +62643,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: + - *464 - *465 - - *466 - *71 responses: '204': @@ -62790,8 +62671,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: + - *464 - *465 - - *466 - *71 responses: '200': *77 @@ -62816,8 +62697,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: + - *464 - *465 - - *466 - *71 requestBody: required: true @@ -62866,8 +62747,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: + - *464 - *465 - - *466 - *71 requestBody: required: true @@ -62917,11 +62798,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: + - *464 - *465 - - *466 - *71 responses: - '200': *285 + '200': *284 '404': *6 x-github: githubCloudOnly: false @@ -62948,10 +62829,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: + - *464 - *465 - - *466 - *71 - - *286 + - *285 responses: '200': *77 '404': *6 @@ -62979,9 +62860,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: + - *464 - *465 - - *466 - - &510 + - &509 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. @@ -62989,7 +62870,7 @@ paths: required: false schema: type: string - - &511 + - &510 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -62997,7 +62878,7 @@ paths: required: false schema: type: string - - &512 + - &511 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -63006,7 +62887,7 @@ paths: required: false schema: type: string - - &513 + - &512 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 @@ -63033,7 +62914,7 @@ paths: - pending - *17 - *19 - - &514 + - &513 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)." @@ -63042,7 +62923,7 @@ paths: schema: type: string format: date-time - - &493 + - &492 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -63051,13 +62932,13 @@ paths: schema: type: boolean default: false - - &515 + - &514 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &516 + - &515 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -63080,7 +62961,7 @@ paths: type: integer workflow_runs: type: array - items: &494 + items: &493 title: Workflow Run description: An invocation of a workflow type: object @@ -63175,7 +63056,7 @@ paths: that triggered the run. type: array nullable: true - items: &535 + items: &534 title: Pull Request Minimal type: object properties: @@ -63294,7 +63175,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &539 + properties: &538 id: type: string description: SHA for the commit @@ -63345,7 +63226,7 @@ paths: - name - email nullable: true - required: &540 + required: &539 - id - tree_id - message @@ -63353,8 +63234,8 @@ paths: - author - committer nullable: true - repository: *278 - head_repository: *278 + repository: *277 + head_repository: *277 head_repository_id: type: integer example: 5 @@ -63392,7 +63273,7 @@ paths: - workflow_url - pull_requests examples: - default: &517 + default: &516 value: total_count: 1 workflow_runs: @@ -63628,24 +63509,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *464 - *465 - - *466 - - &495 + - &494 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *493 + - *492 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: &498 + default: &497 value: id: 30433642 name: Build @@ -63886,9 +63767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '204': description: Response @@ -63911,9 +63792,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: + - *464 - *465 - - *466 - - *495 + - *494 responses: '200': description: Response @@ -64032,15 +63913,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: + - *464 - *465 - - *466 - - *495 + - *494 responses: '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64067,12 +63948,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *464 - *465 - - *466 - - *495 + - *494 - *17 - *19 - - *496 + - *495 responses: '200': description: Response @@ -64088,9 +63969,9 @@ paths: type: integer artifacts: type: array - items: *482 + items: *481 examples: - default: *497 + default: *496 headers: Link: *43 x-github: @@ -64114,25 +63995,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *464 - *465 - - *466 - - *495 - - &499 + - *494 + - &498 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *493 + - *492 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: *498 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64155,10 +64036,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: + - *464 - *465 - - *466 - - *495 - - *499 + - *494 + - *498 - *17 - *19 responses: @@ -64176,9 +64057,9 @@ paths: type: integer jobs: type: array - items: *500 + items: *499 examples: - default: &501 + default: &500 value: total_count: 1 jobs: @@ -64291,10 +64172,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *464 - *465 - - *466 - - *495 - - *499 + - *494 + - *498 responses: '302': description: Response @@ -64322,15 +64203,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '202': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64357,9 +64238,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: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: true content: @@ -64426,15 +64307,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '202': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64461,9 +64342,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: + - *464 - *465 - - *466 - - *495 + - *494 - 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 @@ -64493,9 +64374,9 @@ paths: type: integer jobs: type: array - items: *500 + items: *499 examples: - default: *501 + default: *500 headers: Link: *43 x-github: @@ -64520,9 +64401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '302': description: Response @@ -64549,9 +64430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '204': description: Response @@ -64578,9 +64459,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: + - *464 - *465 - - *466 - - *495 + - *494 responses: '200': description: Response @@ -64640,7 +64521,7 @@ paths: items: type: object properties: - type: &624 + type: &623 type: string description: The type of reviewer. enum: @@ -64650,7 +64531,7 @@ paths: reviewer: anyOf: - *4 - - *305 + - *304 required: - environment - wait_timer @@ -64725,9 +64606,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: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: true content: @@ -64774,7 +64655,7 @@ paths: application/json: schema: type: array - items: &610 + items: &609 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -64880,7 +64761,7 @@ paths: - created_at - updated_at examples: - default: &611 + default: &610 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -64936,9 +64817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: false content: @@ -64959,7 +64840,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -64982,9 +64863,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: + - *464 - *465 - - *466 - - *495 + - *494 requestBody: required: false content: @@ -65005,7 +64886,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -65038,9 +64919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *464 - *465 - - *466 - - *495 + - *494 responses: '200': description: Response @@ -65177,8 +65058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -65196,9 +65077,9 @@ paths: type: integer secrets: type: array - items: *502 + items: *501 examples: - default: *503 + default: *502 headers: Link: *43 x-github: @@ -65223,16 +65104,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *504 + schema: *503 examples: - default: *505 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65254,17 +65135,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *502 + schema: *501 examples: - default: &637 + default: &636 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -65290,9 +65171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 requestBody: required: true content: @@ -65323,7 +65204,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -65349,9 +65230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '204': description: Response @@ -65376,9 +65257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *464 - *465 - - *466 - - *489 + - *488 - *19 responses: '200': @@ -65395,9 +65276,9 @@ paths: type: integer variables: type: array - items: *506 + items: *505 examples: - default: *507 + default: *506 headers: Link: *43 x-github: @@ -65420,8 +65301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -65448,7 +65329,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -65473,17 +65354,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *464 - *465 - - *466 - - *291 + - *290 responses: '200': description: Response content: application/json: - schema: *506 + schema: *505 examples: - default: &638 + default: &637 value: name: USERNAME value: octocat @@ -65509,9 +65390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *464 - *465 - - *466 - - *291 + - *290 requestBody: required: true content: @@ -65553,9 +65434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *464 - *465 - - *466 - - *291 + - *290 responses: '204': description: Response @@ -65580,8 +65461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -65599,7 +65480,7 @@ paths: type: integer workflows: type: array - items: &508 + items: &507 title: Workflow description: A GitHub Actions workflow type: object @@ -65706,9 +65587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *464 - *465 - - *466 - - &509 + - &508 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -65723,7 +65604,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *507 examples: default: value: @@ -65756,9 +65637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '204': description: Response @@ -65783,9 +65664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '204': description: Response @@ -65836,9 +65717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '204': description: Response @@ -65865,19 +65746,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: + - *464 - *465 - - *466 + - *508 - *509 - *510 - *511 - *512 - - *513 - *17 - *19 + - *513 + - *492 - *514 - - *493 - *515 - - *516 responses: '200': description: Response @@ -65893,9 +65774,9 @@ paths: type: integer workflow_runs: type: array - items: *494 + items: *493 examples: - default: *517 + default: *516 headers: Link: *43 x-github: @@ -65928,9 +65809,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *464 - *465 - - *466 - - *509 + - *508 responses: '200': description: Response @@ -65991,8 +65872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *464 - *465 - - *466 - *106 - *17 - *104 @@ -66156,8 +66037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -66194,8 +66075,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: + - *464 - *465 - - *466 - name: assignee in: path required: true @@ -66231,8 +66112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -66344,8 +66225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: + - *464 - *465 - - *466 - *17 - *104 - *105 @@ -66402,7 +66283,7 @@ paths: initiator: type: string examples: - default: *518 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66422,8 +66303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -66431,7 +66312,7 @@ paths: application/json: schema: type: array - items: &519 + items: &518 title: Autolink reference description: An autolink reference. type: object @@ -66485,8 +66366,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -66525,9 +66406,9 @@ paths: description: response content: application/json: - schema: *519 + schema: *518 examples: - default: &520 + default: &519 value: id: 1 key_prefix: TICKET- @@ -66558,9 +66439,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: + - *464 - *465 - - *466 - - &521 + - &520 name: autolink_id description: The unique identifier of the autolink. in: path @@ -66572,9 +66453,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *518 examples: - default: *520 + default: *519 '404': *6 x-github: githubCloudOnly: false @@ -66594,9 +66475,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: + - *464 - *465 - - *466 - - *521 + - *520 responses: '204': description: Response @@ -66620,8 +66501,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: + - *464 - *465 - - *466 responses: '200': description: Response if Dependabot is enabled @@ -66669,8 +66550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -66691,8 +66572,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -66712,8 +66593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *464 - *465 - - *466 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -66751,7 +66632,7 @@ paths: - url protected: type: boolean - protection: &523 + protection: &522 title: Branch Protection description: Branch Protection type: object @@ -66793,7 +66674,7 @@ paths: required: - contexts - checks - enforce_admins: &526 + enforce_admins: &525 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -66808,7 +66689,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &528 + required_pull_request_reviews: &527 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -66829,7 +66710,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *305 + items: *304 apps: description: The list of apps with review dismissal access. @@ -66858,7 +66739,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *305 + items: *304 apps: description: The list of apps allowed to bypass pull request requirements. @@ -66884,7 +66765,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &525 + restrictions: &524 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -66947,7 +66828,7 @@ paths: type: string teams: type: array - items: *305 + items: *304 apps: type: array items: @@ -67161,9 +67042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *464 - *465 - - *466 - - &524 + - &523 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). @@ -67177,14 +67058,14 @@ paths: description: Response content: application/json: - schema: &534 + schema: &533 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &584 + commit: &583 title: Commit description: Commit type: object @@ -67218,7 +67099,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &522 + properties: &521 name: type: string example: '"Chris Wanstrath"' @@ -67233,7 +67114,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *522 + properties: *521 nullable: true message: type: string @@ -67254,7 +67135,7 @@ paths: required: - sha - url - verification: &644 + verification: &643 title: Verification type: object properties: @@ -67288,12 +67169,12 @@ paths: nullable: true oneOf: - *4 - - *289 + - *288 committer: nullable: true oneOf: - *4 - - *289 + - *288 parents: type: array items: @@ -67324,7 +67205,7 @@ paths: type: integer files: type: array - items: &597 + items: &596 title: Diff Entry description: Diff Entry type: object @@ -67408,7 +67289,7 @@ paths: - self protected: type: boolean - protection: *523 + protection: *522 protection_url: type: string format: uri @@ -67515,7 +67396,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *479 + '301': *478 '404': *6 x-github: githubCloudOnly: false @@ -67537,15 +67418,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *523 + schema: *522 examples: default: value: @@ -67739,9 +67620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -67996,7 +67877,7 @@ paths: url: type: string format: uri - required_status_checks: &531 + required_status_checks: &530 title: Status Check Policy description: Status Check Policy type: object @@ -68072,7 +67953,7 @@ paths: items: *4 teams: type: array - items: *305 + items: *304 apps: type: array items: *5 @@ -68090,7 +67971,7 @@ paths: items: *4 teams: type: array - items: *305 + items: *304 apps: type: array items: *5 @@ -68148,7 +68029,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *525 + restrictions: *524 required_conversation_resolution: type: object properties: @@ -68260,9 +68141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68287,17 +68168,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: &527 + default: &526 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -68319,17 +68200,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: *527 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68348,9 +68229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68375,17 +68256,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *528 + schema: *527 examples: - default: &529 + default: &528 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -68481,9 +68362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -68581,9 +68462,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *527 examples: - default: *529 + default: *528 '422': *15 x-github: githubCloudOnly: false @@ -68604,9 +68485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68633,17 +68514,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: &530 + default: &529 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -68666,17 +68547,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: *530 + default: *529 '404': *6 x-github: githubCloudOnly: false @@ -68696,9 +68577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68723,17 +68604,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *531 + schema: *530 examples: - default: &532 + default: &531 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -68759,9 +68640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -68813,9 +68694,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *530 examples: - default: *532 + default: *531 '404': *6 '422': *15 x-github: @@ -68837,9 +68718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -68863,9 +68744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -68899,9 +68780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -68968,9 +68849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -69034,9 +68915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: content: application/json: @@ -69102,15 +68983,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response content: application/json: - schema: *525 + schema: *524 examples: default: value: @@ -69201,9 +69082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 responses: '204': description: Response @@ -69226,9 +69107,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: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -69238,7 +69119,7 @@ paths: type: array items: *5 examples: - default: &533 + default: &532 value: - id: 1 slug: octoapp @@ -69295,9 +69176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69331,7 +69212,7 @@ paths: type: array items: *5 examples: - default: *533 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -69352,9 +69233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69388,7 +69269,7 @@ paths: type: array items: *5 examples: - default: *533 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -69409,9 +69290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69445,7 +69326,7 @@ paths: type: array items: *5 examples: - default: *533 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -69467,9 +69348,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: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -69477,9 +69358,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '404': *6 x-github: githubCloudOnly: false @@ -69499,9 +69380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -69537,9 +69418,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69560,9 +69441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: false content: @@ -69598,9 +69479,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69621,9 +69502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: content: application/json: @@ -69658,9 +69539,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69682,9 +69563,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: + - *464 - *465 - - *466 - - *524 + - *523 responses: '200': description: Response @@ -69718,9 +69599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69778,9 +69659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69838,9 +69719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69900,9 +69781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *464 - *465 - - *466 - - *524 + - *523 requestBody: required: true content: @@ -69924,7 +69805,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *533 examples: default: value: @@ -70038,8 +69919,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *464 - *465 - - *466 - *99 - *100 - *101 @@ -70053,9 +69934,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '500': *40 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -70075,8 +69956,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *464 - *465 - - *466 - name: bypass_request_number in: path required: true @@ -70090,7 +69971,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *299 examples: default: value: @@ -70149,8 +70030,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - *99 - *100 - *101 @@ -70164,9 +70045,9 @@ paths: application/json: schema: type: array - items: *303 + items: *302 examples: - default: *304 + default: *303 '404': *6 '403': *29 '500': *40 @@ -70190,8 +70071,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - name: bypass_request_number in: path required: true @@ -70203,7 +70084,7 @@ paths: description: A single bypass request. content: application/json: - schema: *303 + schema: *302 examples: default: value: @@ -70261,8 +70142,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - name: bypass_request_number in: path required: true @@ -70333,8 +70214,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *464 - *465 - - *466 - name: bypass_response_id in: path required: true @@ -70367,8 +70248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -70647,7 +70528,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &535 title: CheckRun description: A check performed on the code of a given code change type: object @@ -70766,8 +70647,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *535 - deployment: &865 + items: *534 + deployment: &864 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71047,9 +70928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *464 - *465 - - *466 - - &537 + - &536 name: check_run_id description: The unique identifier of the check run. in: path @@ -71061,9 +70942,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *535 examples: - default: &538 + default: &537 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -71163,9 +71044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *464 - *465 - - *466 - - *537 + - *536 requestBody: required: true content: @@ -71405,9 +71286,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *535 examples: - default: *538 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71427,9 +71308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *464 - *465 - - *466 - - *537 + - *536 - *17 - *19 responses: @@ -71524,15 +71405,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *464 - *465 - - *466 - - *537 + - *536 responses: '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -71570,8 +71451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -71593,7 +71474,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &541 + schema: &540 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -71657,7 +71538,7 @@ paths: nullable: true pull_requests: type: array - items: *535 + items: *534 nullable: true app: title: GitHub app @@ -71670,7 +71551,7 @@ paths: nullable: true properties: *208 required: *209 - repository: *278 + repository: *277 created_at: type: string format: date-time @@ -71679,12 +71560,12 @@ paths: type: string format: date-time nullable: true - head_commit: &891 + head_commit: &890 title: Simple Commit description: A commit. type: object - properties: *539 - required: *540 + properties: *538 + required: *539 latest_check_runs_count: type: integer check_runs_url: @@ -71712,7 +71593,7 @@ paths: - check_runs_url - pull_requests examples: - default: &542 + default: &541 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -72003,9 +71884,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *541 + schema: *540 examples: - default: *542 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72024,8 +71905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -72086,7 +71967,7 @@ paths: required: - app_id - setting - repository: *278 + repository: *277 examples: default: value: @@ -72334,9 +72215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *464 - *465 - - *466 - - &543 + - &542 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -72348,9 +72229,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *540 examples: - default: *542 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72373,17 +72254,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: + - *464 - *465 - - *466 - - *543 - - &590 + - *542 + - &589 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &591 + - &590 name: status description: Returns check runs with the specified `status`. in: query @@ -72422,9 +72303,9 @@ paths: type: integer check_runs: type: array - items: *536 + items: *535 examples: - default: &592 + default: &591 value: total_count: 1 check_runs: @@ -72526,15 +72407,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *464 - *465 - - *466 - - *543 + - *542 responses: '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -72561,21 +72442,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: + - *464 - *465 - - *466 + - *308 - *309 - - *310 - *19 - *17 - - &559 + - &558 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: *544 - - &560 + schema: *543 + - &559 name: pr description: The number of the pull request for the results you want to list. in: query @@ -72600,13 +72481,13 @@ paths: be returned. in: query required: false - schema: *311 + schema: *310 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *545 + schema: *544 responses: '200': description: Response @@ -72622,7 +72503,7 @@ paths: updated_at: *131 url: *128 html_url: *129 - instances_url: *546 + instances_url: *545 state: *109 fixed_at: *133 dismissed_by: @@ -72633,11 +72514,11 @@ paths: required: *21 nullable: true dismissed_at: *132 - dismissed_reason: *547 - dismissed_comment: *548 - rule: *549 - tool: *550 - most_recent_instance: *551 + dismissed_reason: *546 + dismissed_comment: *547 + rule: *548 + tool: *549 + most_recent_instance: *550 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -72763,7 +72644,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &552 + '403': &551 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -72790,9 +72671,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: + - *464 - *465 - - *466 - - &553 + - &552 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -72806,7 +72687,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &553 type: object properties: number: *123 @@ -72814,7 +72695,7 @@ paths: updated_at: *131 url: *128 html_url: *129 - instances_url: *546 + instances_url: *545 state: *109 fixed_at: *133 dismissed_by: @@ -72825,8 +72706,8 @@ paths: required: *21 nullable: true dismissed_at: *132 - dismissed_reason: *547 - dismissed_comment: *548 + dismissed_reason: *546 + dismissed_comment: *547 rule: type: object properties: @@ -72880,8 +72761,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *550 - most_recent_instance: *551 + tool: *549 + most_recent_instance: *550 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -72980,7 +72861,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73000,9 +72881,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: + - *464 - *465 - - *466 - - *553 + - *552 requestBody: required: true content: @@ -73017,8 +72898,8 @@ paths: enum: - open - dismissed - dismissed_reason: *547 - dismissed_comment: *548 + dismissed_reason: *546 + dismissed_comment: *547 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -73037,7 +72918,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *553 examples: default: value: @@ -73113,7 +72994,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &558 + '403': &557 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -73140,15 +73021,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: + - *464 - *465 - - *466 - - *553 + - *552 responses: '200': description: Response content: application/json: - schema: &555 + schema: &554 type: object properties: status: @@ -73174,13 +73055,13 @@ paths: - description - started_at examples: - default: &556 + default: &555 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &557 + '400': &556 description: Bad Request content: application/json: @@ -73191,7 +73072,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': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73216,29 +73097,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: + - *464 - *465 - - *466 - - *553 + - *552 responses: '200': description: OK content: application/json: - schema: *555 + schema: *554 examples: - default: *556 + default: *555 '202': description: Accepted content: application/json: - schema: *555 + schema: *554 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *557 + '400': *556 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -73270,9 +73151,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: + - *464 - *465 - - *466 - - *553 + - *552 requestBody: required: false content: @@ -73317,8 +73198,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *557 - '403': *558 + '400': *556 + '403': *557 '404': *6 '422': description: Unprocessable Entity @@ -73342,13 +73223,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: + - *464 - *465 - - *466 - - *553 + - *552 - *19 - *17 + - *558 - *559 - - *560 responses: '200': description: Response @@ -73356,7 +73237,7 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: default: value: @@ -73395,7 +73276,7 @@ paths: end_column: 50 classifications: - source - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73429,25 +73310,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: + - *464 - *465 - - *466 + - *308 - *309 - - *310 - *19 - *17 - - *560 + - *559 - 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: *544 + schema: *543 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &563 + schema: &562 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -73468,23 +73349,23 @@ paths: application/json: schema: type: array - items: &564 + items: &563 type: object properties: - ref: *544 - commit_sha: &572 + ref: *543 + commit_sha: &571 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: *561 + analysis_key: *560 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *562 + category: *561 error: type: string example: error reading field xyz @@ -73508,8 +73389,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *563 - tool: *550 + sarif_id: *562 + tool: *549 deletable: type: boolean warning: @@ -73570,7 +73451,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73606,8 +73487,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: + - *464 - *465 - - *466 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -73620,7 +73501,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *563 examples: response: summary: application/json response @@ -73674,7 +73555,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *552 + '403': *551 '404': *6 '422': description: Response if analysis could not be processed @@ -73761,8 +73642,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: + - *464 - *465 - - *466 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -73815,7 +73696,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': *558 + '403': *557 '404': *6 '503': *190 x-github: @@ -73837,8 +73718,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -73846,7 +73727,7 @@ paths: application/json: schema: type: array - items: &565 + items: &564 title: CodeQL Database description: A CodeQL database. type: object @@ -73957,7 +73838,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': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -73986,8 +73867,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: + - *464 - *465 - - *466 - name: language in: path description: The language of the CodeQL database. @@ -73999,7 +73880,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *564 examples: default: value: @@ -74031,9 +73912,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': &599 + '302': &598 description: Found - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -74055,8 +73936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *464 - *465 - - *466 - name: language in: path description: The language of the CodeQL database. @@ -74066,7 +73947,7 @@ paths: responses: '204': description: Response - '403': *558 + '403': *557 '404': *6 '503': *190 x-github: @@ -74094,8 +73975,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -74104,7 +73985,7 @@ paths: type: object additionalProperties: false properties: - language: &566 + language: &565 type: string description: The language targeted by the CodeQL query enum: @@ -74183,7 +74064,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &570 + schema: &569 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -74193,7 +74074,7 @@ paths: description: The ID of the variant analysis. controller_repo: *115 actor: *4 - query_language: *566 + query_language: *565 query_pack_url: type: string description: The download url for the query pack. @@ -74240,7 +74121,7 @@ paths: items: type: object properties: - repository: &567 + repository: &566 title: Repository Identifier description: Repository Identifier type: object @@ -74276,7 +74157,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &571 + analysis_status: &570 type: string description: The new status of the CodeQL variant analysis repository task. @@ -74308,7 +74189,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &568 + access_mismatch_repos: &567 type: object properties: repository_count: @@ -74322,7 +74203,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: *567 + items: *566 required: - repository_count - repositories @@ -74344,8 +74225,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *568 - over_limit_repos: *568 + no_codeql_db_repos: *567 + over_limit_repos: *567 required: - access_mismatch_repos - not_found_repos @@ -74361,7 +74242,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &569 + value: &568 summary: Default response value: id: 1 @@ -74513,10 +74394,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *569 + value: *568 repository_lists: summary: Response for a successful variant analysis submission - value: *569 + value: *568 '404': *6 '422': description: Unable to process variant analysis submission @@ -74544,8 +74425,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: + - *464 - *465 - - *466 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -74557,9 +74438,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *569 examples: - default: *569 + default: *568 '404': *6 '503': *190 x-github: @@ -74582,7 +74463,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: - - *465 + - *464 - name: repo in: path description: The name of the controller repository. @@ -74617,7 +74498,7 @@ paths: type: object properties: repository: *115 - analysis_status: *571 + analysis_status: *570 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -74742,8 +74623,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -74828,7 +74709,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *552 + '403': *551 '404': *6 '503': *190 x-github: @@ -74849,8 +74730,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -74917,7 +74798,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -74942,7 +74823,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *558 + '403': *557 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -75013,8 +74894,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -75022,7 +74903,7 @@ paths: schema: type: object properties: - commit_sha: *572 + commit_sha: *571 ref: type: string description: |- @@ -75080,7 +74961,7 @@ paths: schema: type: object properties: - id: *563 + id: *562 url: type: string description: The REST API URL for checking the status of the upload. @@ -75094,7 +74975,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': *558 + '403': *557 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -75117,8 +74998,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: + - *464 - *465 - - *466 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -75164,7 +75045,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': *552 + '403': *551 '404': description: Not Found if the sarif id does not match any upload '503': *190 @@ -75189,8 +75070,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -75271,8 +75152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *464 - *465 - - *466 - 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 @@ -75392,8 +75273,8 @@ paths: parameters: - *17 - *19 + - *464 - *465 - - *466 responses: '200': description: Response @@ -75409,7 +75290,7 @@ paths: type: integer codespaces: type: array - items: *367 + items: *366 examples: default: value: @@ -75707,8 +75588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -75771,17 +75652,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '400': *14 '401': *25 '403': *29 @@ -75810,8 +75691,8 @@ paths: parameters: - *17 - *19 + - *464 - *465 - - *466 responses: '200': description: Response @@ -75875,8 +75756,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: + - *464 - *465 - - *466 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -75911,14 +75792,14 @@ paths: type: integer machines: type: array - items: &818 + items: &817 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *574 - required: *575 + properties: *573 + required: *574 examples: - default: &819 + default: &818 value: total_count: 2 machines: @@ -75958,8 +75839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *464 - *465 - - *466 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -76043,8 +75924,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: + - *464 - *465 - - *466 - 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 @@ -76110,8 +75991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -76129,7 +76010,7 @@ paths: type: integer secrets: type: array - items: &579 + items: &578 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -76149,7 +76030,7 @@ paths: - created_at - updated_at examples: - default: *576 + default: *575 headers: Link: *43 x-github: @@ -76172,16 +76053,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *577 + schema: *576 examples: - default: *578 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76201,17 +76082,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *579 + schema: *578 examples: - default: *580 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76231,9 +76112,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: + - *464 - *465 - - *466 - - *288 + - *287 requestBody: required: true content: @@ -76261,7 +76142,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -76285,9 +76166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '204': description: Response @@ -76315,8 +76196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *464 - *465 - - *466 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -76358,7 +76239,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &581 + properties: &580 login: type: string example: octocat @@ -76451,7 +76332,7 @@ paths: user_view_type: type: string example: public - required: &582 + required: &581 - avatar_url - events_url - followers_url @@ -76525,8 +76406,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: + - *464 - *465 - - *466 - *138 responses: '204': @@ -76573,8 +76454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *464 - *465 - - *466 - *138 requestBody: required: false @@ -76601,7 +76482,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &657 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -76612,7 +76493,7 @@ paths: example: 42 type: integer format: int64 - repository: *278 + repository: *277 invitee: title: Simple User description: A GitHub user. @@ -76790,7 +76671,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *253 + schema: *252 '403': *29 x-github: triggersNotification: true @@ -76830,8 +76711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *464 - *465 - - *466 - *138 responses: '204': @@ -76863,8 +76744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *464 - *465 - - *466 - *138 responses: '200': @@ -76885,8 +76766,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *581 - required: *582 + properties: *580 + required: *581 nullable: true required: - permission @@ -76941,8 +76822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -76952,7 +76833,7 @@ paths: application/json: schema: type: array - items: &583 + items: &582 title: Commit Comment description: Commit Comment type: object @@ -77010,7 +76891,7 @@ paths: - created_at - updated_at examples: - default: &586 + default: &585 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77069,17 +76950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 responses: '200': description: Response content: application/json: - schema: *583 + schema: *582 examples: - default: &587 + default: &586 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77136,8 +77017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -77160,7 +77041,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *582 examples: default: value: @@ -77211,8 +77092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 responses: '204': @@ -77234,8 +77115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -77262,9 +77143,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -77285,8 +77166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -77319,16 +77200,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -77350,10 +77231,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *464 - *465 - - *466 - *222 - - *457 + - *456 responses: '204': description: Response @@ -77402,8 +77283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *464 - *465 - - *466 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -77459,9 +77340,9 @@ paths: application/json: schema: type: array - items: *584 + items: *583 examples: - default: &709 + default: &708 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77555,9 +77436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *464 - *465 - - *466 - - &585 + - &584 name: commit_sha description: The SHA of the commit. in: path @@ -77629,9 +77510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *464 - *465 - - *466 - - *585 + - *584 - *17 - *19 responses: @@ -77641,9 +77522,9 @@ paths: application/json: schema: type: array - items: *583 + items: *582 examples: - default: *586 + default: *585 headers: Link: *43 x-github: @@ -77671,9 +77552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *464 - *465 - - *466 - - *585 + - *584 requestBody: required: true content: @@ -77708,9 +77589,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *582 examples: - default: *587 + default: *586 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77738,9 +77619,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: + - *464 - *465 - - *466 - - *585 + - *584 - *17 - *19 responses: @@ -77750,9 +77631,9 @@ paths: application/json: schema: type: array - items: *588 + items: *587 examples: - default: &701 + default: &700 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78289,11 +78170,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *464 - *465 - - *466 - *19 - *17 - - &589 + - &588 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)" @@ -78308,9 +78189,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *583 examples: - default: &686 + default: &685 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78423,11 +78304,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: + - *464 - *465 - - *466 + - *588 - *589 - *590 - - *591 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -78461,9 +78342,9 @@ paths: type: integer check_runs: type: array - items: *536 + items: *535 examples: - default: *592 + default: *591 headers: Link: *43 x-github: @@ -78488,9 +78369,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: + - *464 - *465 - - *466 - - *589 + - *588 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -78498,7 +78379,7 @@ paths: schema: type: integer example: 1 - - *590 + - *589 - *17 - *19 responses: @@ -78516,7 +78397,7 @@ paths: type: integer check_suites: type: array - items: *541 + items: *540 examples: default: value: @@ -78716,9 +78597,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: + - *464 - *465 - - *466 - - *589 + - *588 - *17 - *19 responses: @@ -78785,7 +78666,7 @@ paths: type: string total_count: type: integer - repository: *278 + repository: *277 commit_url: type: string format: uri @@ -78916,9 +78797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *464 - *465 - - *466 - - *589 + - *588 - *17 - *19 responses: @@ -78928,7 +78809,7 @@ paths: application/json: schema: type: array - items: &763 + items: &762 title: Status description: The status of a commit. type: object @@ -79009,7 +78890,7 @@ paths: site_admin: false headers: Link: *43 - '301': *479 + '301': *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79037,8 +78918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -79067,20 +78948,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *593 - required: *594 + properties: *592 + required: *593 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &595 + properties: &594 url: type: string format: uri html_url: type: string format: uri - required: &596 + required: &595 - url - html_url nullable: true @@ -79094,26 +78975,26 @@ paths: contributing: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true readme: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true issue_template: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true pull_request_template: title: Community Health File type: object - properties: *595 - required: *596 + properties: *594 + required: *595 nullable: true required: - code_of_conduct @@ -79240,8 +79121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *464 - *465 - - *466 - *19 - *17 - name: basehead @@ -79284,8 +79165,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *584 - merge_base_commit: *584 + base_commit: *583 + merge_base_commit: *583 status: type: string enum: @@ -79305,10 +79186,10 @@ paths: example: 6 commits: type: array - items: *584 + items: *583 files: type: array - items: *597 + items: *596 required: - url - html_url @@ -79594,8 +79475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *464 - *465 - - *466 - name: path description: path parameter in: path @@ -79738,7 +79619,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &598 + response-if-content-is-a-file: &597 summary: Response if content is a file value: type: file @@ -79870,7 +79751,7 @@ paths: - size - type - url - - &714 + - &713 title: Content File description: Content File type: object @@ -80071,7 +79952,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *598 + response-if-content-is-a-file: *597 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -80140,7 +80021,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *599 + '302': *598 '304': *37 x-github: githubCloudOnly: false @@ -80163,8 +80044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *464 - *465 - - *466 - name: path description: path parameter in: path @@ -80257,7 +80138,7 @@ paths: description: Response content: application/json: - schema: &600 + schema: &599 title: File Commit description: File Commit type: object @@ -80409,7 +80290,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *599 examples: example-for-creating-a-file: value: @@ -80463,7 +80344,7 @@ paths: schema: oneOf: - *3 - - &639 + - &638 description: Repository rule violation was detected type: object properties: @@ -80484,7 +80365,7 @@ paths: items: type: object properties: - placeholder_id: &755 + placeholder_id: &754 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -80516,8 +80397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *464 - *465 - - *466 - name: path description: path parameter in: path @@ -80578,7 +80459,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *599 examples: default: value: @@ -80633,8 +80514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *464 - *465 - - *466 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -80757,22 +80638,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *464 - *465 - - *466 + - *324 - *325 - *326 - *327 - - *328 - 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 + - *328 + - *600 - *329 - - *601 - *330 - - *331 - *106 - name: per_page description: The number of results per page (max 100). For more information, @@ -80791,7 +80672,7 @@ paths: application/json: schema: type: array - items: &604 + items: &603 type: object description: A Dependabot alert. properties: @@ -80837,7 +80718,7 @@ paths: - unknown - direct - transitive - security_advisory: *602 + security_advisory: *601 security_vulnerability: *127 url: *128 html_url: *129 @@ -80868,7 +80749,7 @@ paths: nullable: true maxLength: 280 fixed_at: *133 - auto_dismissed_at: *603 + auto_dismissed_at: *602 required: - number - state @@ -81098,9 +80979,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *464 - *465 - - *466 - - &605 + - &604 name: alert_number in: path description: |- @@ -81115,7 +80996,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: default: value: @@ -81228,9 +81109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *464 - *465 - - *466 - - *605 + - *604 requestBody: required: true content: @@ -81275,7 +81156,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: default: value: @@ -81404,8 +81285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -81423,7 +81304,7 @@ paths: type: integer secrets: type: array - items: &608 + items: &607 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -81476,16 +81357,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *606 + schema: *605 examples: - default: *607 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81505,15 +81386,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *608 + schema: *607 examples: default: value: @@ -81539,9 +81420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 requestBody: required: true content: @@ -81569,7 +81450,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -81593,9 +81474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *464 - *465 - - *466 - - *288 + - *287 responses: '204': description: Response @@ -81617,8 +81498,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: + - *464 - *465 - - *466 - 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 @@ -81778,8 +81659,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -82018,8 +81899,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -82094,7 +81975,7 @@ paths: - version - url additionalProperties: false - metadata: &609 + metadata: &608 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82127,7 +82008,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *609 + metadata: *608 resolved: type: object description: A collection of resolved package dependencies. @@ -82140,7 +82021,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *609 + metadata: *608 relationship: type: string description: A notation of whether a dependency is requested @@ -82269,8 +82150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *464 - *465 - - *466 - name: sha description: The SHA recorded at creation time. in: query @@ -82310,9 +82191,9 @@ paths: application/json: schema: type: array - items: *610 + items: *609 examples: - default: *611 + default: *610 headers: Link: *43 x-github: @@ -82378,8 +82259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -82460,7 +82341,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *609 examples: simple-example: summary: Simple example @@ -82533,9 +82414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *464 - *465 - - *466 - - &612 + - &611 name: deployment_id description: deployment_id parameter in: path @@ -82547,7 +82428,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *609 examples: default: value: @@ -82612,9 +82493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *464 - *465 - - *466 - - *612 + - *611 responses: '204': description: Response @@ -82636,9 +82517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *464 - *465 - - *466 - - *612 + - *611 - *17 - *19 responses: @@ -82648,7 +82529,7 @@ paths: application/json: schema: type: array - items: &613 + items: &612 title: Deployment Status description: The status of a deployment. type: object @@ -82809,9 +82690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *464 - *465 - - *466 - - *612 + - *611 requestBody: required: true content: @@ -82886,9 +82767,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *612 examples: - default: &614 + default: &613 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -82944,9 +82825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *464 - *465 - - *466 - - *612 + - *611 - name: status_id in: path required: true @@ -82957,9 +82838,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *612 examples: - default: *614 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -82986,12 +82867,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 + - *614 - *615 - *616 - *617 - - *618 - *17 - *19 responses: @@ -83001,9 +82882,9 @@ paths: application/json: schema: type: array - items: *619 + items: *618 examples: - default: *620 + default: *619 '404': *6 '403': *29 '500': *40 @@ -83027,8 +82908,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83040,7 +82921,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *619 + schema: *618 examples: default: value: @@ -83096,8 +82977,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83156,12 +83037,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - *99 - *100 - *101 - - *621 + - *620 - *17 - *19 responses: @@ -83171,9 +83052,9 @@ paths: application/json: schema: type: array - items: *622 + items: *621 examples: - default: *623 + default: *622 '404': *6 '403': *29 '500': *40 @@ -83198,8 +83079,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83211,7 +83092,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *622 + schema: *621 examples: default: value: @@ -83269,8 +83150,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *464 - *465 - - *466 - name: alert_number in: path required: true @@ -83339,8 +83220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -83397,8 +83278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -83415,7 +83296,7 @@ paths: type: integer environments: type: array - items: &625 + items: &624 title: Environment description: Details of a deployment environment type: object @@ -83467,7 +83348,7 @@ paths: type: type: string example: wait_timer - wait_timer: &627 + wait_timer: &626 type: integer example: 30 description: The amount of time to delay a job after @@ -83504,11 +83385,11 @@ paths: items: type: object properties: - type: *624 + type: *623 reviewer: anyOf: - *4 - - *305 + - *304 required: - id - node_id @@ -83528,7 +83409,7 @@ paths: - id - node_id - type - deployment_branch_policy: &628 + deployment_branch_policy: &627 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -83644,9 +83525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *464 - *465 - - *466 - - &626 + - &625 name: environment_name in: path required: true @@ -83659,9 +83540,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: &629 + default: &628 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -83745,9 +83626,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *464 - *465 - - *466 - - *626 + - *625 requestBody: required: false content: @@ -83756,7 +83637,7 @@ paths: type: object nullable: true properties: - wait_timer: *627 + wait_timer: *626 prevent_self_review: type: boolean example: false @@ -83773,13 +83654,13 @@ paths: items: type: object properties: - type: *624 + type: *623 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *628 + deployment_branch_policy: *627 additionalProperties: false examples: default: @@ -83799,9 +83680,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *629 + default: *628 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -83825,9 +83706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *464 - *465 - - *466 - - *626 + - *625 responses: '204': description: Default response @@ -83852,9 +83733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *464 - *465 - - *466 - - *626 + - *625 - *17 - *19 responses: @@ -83872,7 +83753,7 @@ paths: example: 2 branch_policies: type: array - items: &630 + items: &629 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -83929,9 +83810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 + - *625 requestBody: required: true content: @@ -83977,9 +83858,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *629 examples: - example-wildcard: &631 + example-wildcard: &630 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -84021,10 +83902,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 - - &632 + - *625 + - &631 name: branch_policy_id in: path required: true @@ -84036,9 +83917,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *629 examples: - default: *631 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84057,10 +83938,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 - - *632 + - *625 + - *631 requestBody: required: true content: @@ -84088,9 +83969,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *629 examples: - default: *631 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84109,10 +83990,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *464 - *465 - - *466 - - *626 - - *632 + - *625 + - *631 responses: '204': description: Response @@ -84137,9 +84018,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: - - *626 - - *466 + - *625 - *465 + - *464 responses: '200': description: List of deployment protection rules @@ -84155,7 +84036,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &633 + items: &632 title: Deployment protection rule description: Deployment protection rule type: object @@ -84174,7 +84055,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &634 + app: &633 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -84273,9 +84154,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: - - *626 - - *466 + - *625 - *465 + - *464 requestBody: content: application/json: @@ -84296,9 +84177,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *633 + schema: *632 examples: - default: &635 + default: &634 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -84333,9 +84214,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: - - *626 - - *466 + - *625 - *465 + - *464 - *19 - *17 responses: @@ -84354,7 +84235,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *634 + items: *633 examples: default: value: @@ -84389,10 +84270,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: + - *464 - *465 - - *466 - - *626 - - &636 + - *625 + - &635 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -84404,9 +84285,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *632 examples: - default: *635 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84427,10 +84308,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: - - *626 - - *466 + - *625 - *465 - - *636 + - *464 + - *635 responses: '204': description: Response @@ -84456,9 +84337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *464 - *465 - - *466 - - *626 + - *625 - *17 - *19 responses: @@ -84476,9 +84357,9 @@ paths: type: integer secrets: type: array - items: *502 + items: *501 examples: - default: *503 + default: *502 headers: Link: *43 x-github: @@ -84503,17 +84384,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *464 - *465 - - *466 - - *626 + - *625 responses: '200': description: Response content: application/json: - schema: *504 + schema: *503 examples: - default: *505 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84535,18 +84416,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *464 - *465 - - *466 - - *626 - - *288 + - *625 + - *287 responses: '200': description: Response content: application/json: - schema: *502 + schema: *501 examples: - default: *637 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84568,10 +84449,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *464 - *465 - - *466 - - *626 - - *288 + - *625 + - *287 requestBody: required: true content: @@ -84602,7 +84483,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -84628,10 +84509,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *464 - *465 - - *466 - - *626 - - *288 + - *625 + - *287 responses: '204': description: Default response @@ -84656,10 +84537,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *464 - *465 - - *466 - - *626 - - *489 + - *625 + - *488 - *19 responses: '200': @@ -84676,9 +84557,9 @@ paths: type: integer variables: type: array - items: *506 + items: *505 examples: - default: *507 + default: *506 headers: Link: *43 x-github: @@ -84701,9 +84582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *464 - *465 - - *466 - - *626 + - *625 requestBody: required: true content: @@ -84730,7 +84611,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -84755,18 +84636,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *464 - *465 - - *466 - - *626 - - *291 + - *625 + - *290 responses: '200': description: Response content: application/json: - schema: *506 + schema: *505 examples: - default: *638 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84787,10 +84668,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *464 - *465 - - *466 - - *291 - - *626 + - *290 + - *625 requestBody: required: true content: @@ -84832,10 +84713,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *464 - *465 - - *466 - - *291 - - *626 + - *290 + - *625 responses: '204': description: Response @@ -84857,8 +84738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -84926,8 +84807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *464 - *465 - - *466 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -84949,7 +84830,7 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: default: value: @@ -85086,8 +84967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -85119,9 +85000,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 '400': *14 '422': *15 '403': *29 @@ -85142,8 +85023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -85202,8 +85083,8 @@ paths: application/json: schema: oneOf: - - *253 - - *639 + - *252 + - *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85228,8 +85109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *464 - *465 - - *466 - name: file_sha in: path required: true @@ -85328,8 +85209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -85438,7 +85319,7 @@ paths: description: Response content: application/json: - schema: &640 + schema: &639 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -85652,15 +85533,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *464 - *465 - - *466 - - *585 + - *584 responses: '200': description: Response content: application/json: - schema: *640 + schema: *639 examples: default: value: @@ -85716,9 +85597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *464 - *465 - - *466 - - &641 + - &640 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. @@ -85735,7 +85616,7 @@ paths: application/json: schema: type: array - items: &642 + items: &641 title: Git Reference description: Git references within a repository type: object @@ -85810,17 +85691,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *464 - *465 - - *466 - - *641 + - *640 responses: '200': description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: &643 + default: &642 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -85849,8 +85730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -85879,9 +85760,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *643 + default: *642 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -85907,9 +85788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *464 - *465 - - *466 - - *641 + - *640 requestBody: required: true content: @@ -85938,9 +85819,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *643 + default: *642 '422': *15 '409': *114 x-github: @@ -85958,9 +85839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *464 - *465 - - *466 - - *641 + - *640 responses: '204': description: Response @@ -86015,8 +85896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -86083,7 +85964,7 @@ paths: description: Response content: application/json: - schema: &645 + schema: &644 title: Git Tag description: Metadata for a Git tag type: object @@ -86134,7 +86015,7 @@ paths: - sha - type - url - verification: *644 + verification: *643 required: - sha - url @@ -86144,7 +86025,7 @@ paths: - tag - message examples: - default: &646 + default: &645 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -86217,8 +86098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *464 - *465 - - *466 - name: tag_sha in: path required: true @@ -86229,9 +86110,9 @@ paths: description: Response content: application/json: - schema: *645 + schema: *644 examples: - default: *646 + default: *645 '404': *6 '409': *114 x-github: @@ -86255,8 +86136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -86329,7 +86210,7 @@ paths: description: Response content: application/json: - schema: &647 + schema: &646 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -86425,8 +86306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *464 - *465 - - *466 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -86449,7 +86330,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *646 examples: default-response: summary: Default response @@ -86508,8 +86389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -86519,7 +86400,7 @@ paths: application/json: schema: type: array - items: &648 + items: &647 title: Webhook description: Webhooks for repositories. type: object @@ -86573,7 +86454,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &899 + last_response: &898 title: Hook Response type: object properties: @@ -86647,8 +86528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -86700,9 +86581,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *647 examples: - default: &649 + default: &648 value: type: Repository id: 12345678 @@ -86750,17 +86631,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '200': description: Response content: application/json: - schema: *648 + schema: *647 examples: - default: *649 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -86780,9 +86661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 requestBody: required: true content: @@ -86827,9 +86708,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *647 examples: - default: *649 + default: *648 '422': *15 '404': *6 x-github: @@ -86850,9 +86731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '204': description: Response @@ -86876,9 +86757,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: + - *464 - *465 - - *466 - - *339 + - *338 responses: '200': description: Response @@ -86905,9 +86786,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: + - *464 - *465 - - *466 - - *339 + - *338 requestBody: required: false content: @@ -86951,11 +86832,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 - *17 - - *340 + - *339 responses: '200': description: Response @@ -86963,9 +86844,9 @@ paths: application/json: schema: type: array - items: *341 + items: *340 examples: - default: *342 + default: *341 '400': *14 '422': *15 x-github: @@ -86984,18 +86865,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: + - *464 - *465 - - *466 - - *339 + - *338 - *16 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 '400': *14 '422': *15 x-github: @@ -87014,9 +86895,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: + - *464 - *465 - - *466 - - *339 + - *338 - *16 responses: '202': *39 @@ -87039,9 +86920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '204': description: Response @@ -87066,9 +86947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *464 - *465 - - *466 - - *339 + - *338 responses: '204': description: Response @@ -87091,8 +86972,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: + - *464 - *465 - - *466 responses: '200': description: Response if immutable releases are enabled @@ -87138,8 +87019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *464 - *465 - - *466 responses: '204': *150 '409': *114 @@ -87159,8 +87040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *464 - *465 - - *466 responses: '204': *150 '409': *114 @@ -87217,14 +87098,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: &650 + schema: &649 title: Import description: A repository import from an external source. type: object @@ -87323,7 +87204,7 @@ paths: - html_url - authors_url examples: - default: &653 + default: &652 value: vcs: subversion use_lfs: true @@ -87339,7 +87220,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': &651 + '503': &650 description: Unavailable due to service under maintenance. content: application/json: @@ -87368,8 +87249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -87417,7 +87298,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *649 examples: default: value: @@ -87442,7 +87323,7 @@ paths: type: string '422': *15 '404': *6 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87470,8 +87351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -87520,7 +87401,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *649 examples: example-1: summary: Example 1 @@ -87568,7 +87449,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': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87591,12 +87472,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *464 - *465 - - *466 responses: '204': description: Response - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87622,9 +87503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *464 - *465 - - *466 - - &840 + - &839 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87638,7 +87519,7 @@ paths: application/json: schema: type: array - items: &652 + items: &651 title: Porter Author description: Porter Author type: object @@ -87692,7 +87573,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': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87717,8 +87598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *464 - *465 - - *466 - name: author_id in: path required: true @@ -87748,7 +87629,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *651 examples: default: value: @@ -87761,7 +87642,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87785,8 +87666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -87827,7 +87708,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87855,8 +87736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -87883,11 +87764,11 @@ paths: description: Response content: application/json: - schema: *650 + schema: *649 examples: - default: *653 + default: *652 '422': *15 - '503': *651 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87910,8 +87791,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -87919,8 +87800,8 @@ paths: application/json: schema: *22 examples: - default: *654 - '301': *479 + default: *653 + '301': *478 '404': *6 x-github: githubCloudOnly: false @@ -87940,8 +87821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -87949,12 +87830,12 @@ paths: application/json: schema: anyOf: - - *357 + - *356 - type: object properties: {} additionalProperties: false examples: - default: &656 + default: &655 value: limit: collaborators_only origin: repository @@ -87979,13 +87860,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: true content: application/json: - schema: *655 + schema: *654 examples: default: summary: Example request body @@ -87997,9 +87878,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: - default: *656 + default: *655 '409': description: Response x-github: @@ -88021,8 +87902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -88045,8 +87926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -88056,9 +87937,9 @@ paths: application/json: schema: type: array - items: *657 + items: *656 examples: - default: &833 + default: &832 value: - id: 1 repository: @@ -88189,9 +88070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *464 - *465 - - *466 - - *361 + - *360 requestBody: required: false content: @@ -88220,7 +88101,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: default: value: @@ -88351,9 +88232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *464 - *465 - - *466 - - *361 + - *360 responses: '204': description: Response @@ -88384,8 +88265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *464 - *465 - - *466 - 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 @@ -88433,7 +88314,7 @@ paths: required: false schema: type: string - - *365 + - *364 - name: sort description: What to sort results by. in: query @@ -88458,7 +88339,7 @@ paths: type: array items: *223 examples: - default: &666 + default: &665 value: - id: 1 node_id: MDU6SXNzdWUx @@ -88606,7 +88487,7 @@ paths: state_reason: completed headers: Link: *43 - '301': *479 + '301': *478 '422': *15 '404': *6 x-github: @@ -88635,8 +88516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -88720,7 +88601,7 @@ paths: application/json: schema: *223 examples: - default: &663 + default: &662 value: id: 1 node_id: MDU6SXNzdWUx @@ -88876,7 +88757,7 @@ paths: '422': *15 '503': *190 '404': *6 - '410': *476 + '410': *475 x-github: triggersNotification: true githubCloudOnly: false @@ -88904,8 +88785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *464 - *465 - - *466 - *233 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -88926,9 +88807,9 @@ paths: application/json: schema: type: array - items: *658 + items: *657 examples: - default: &665 + default: &664 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88986,17 +88867,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 responses: '200': description: Response content: application/json: - schema: *658 + schema: *657 examples: - default: &659 + default: &658 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -89050,8 +88931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -89074,9 +88955,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *657 examples: - default: *659 + default: *658 '422': *15 x-github: githubCloudOnly: false @@ -89094,8 +88975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 responses: '204': @@ -89116,8 +88997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -89144,9 +89025,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -89167,8 +89048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -89201,16 +89082,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -89232,10 +89113,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *464 - *465 - - *466 - *222 - - *457 + - *456 responses: '204': description: Response @@ -89255,8 +89136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -89266,7 +89147,7 @@ paths: application/json: schema: type: array - items: &662 + items: &661 title: Issue Event description: Issue Event type: object @@ -89309,8 +89190,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *660 - required: *661 + properties: *659 + required: *660 nullable: true label: title: Issue Event Label @@ -89354,7 +89235,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *305 + requested_team: *304 dismissed_review: title: Issue Event Dismissed Review type: object @@ -89617,8 +89498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *464 - *465 - - *466 - name: event_id in: path required: true @@ -89629,7 +89510,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *661 examples: default: value: @@ -89822,7 +89703,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *476 + '410': *475 '403': *29 x-github: githubCloudOnly: false @@ -89856,9 +89737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *464 - *465 - - *466 - - &664 + - &663 name: issue_number description: The number that identifies the issue. in: path @@ -89872,10 +89753,10 @@ paths: application/json: schema: *223 examples: - default: *663 - '301': *479 + default: *662 + '301': *478 '404': *6 - '410': *476 + '410': *475 '304': *37 x-github: githubCloudOnly: false @@ -89900,9 +89781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -90008,13 +89889,13 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 '422': *15 '503': *190 '403': *29 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90032,9 +89913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -90062,7 +89943,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90078,9 +89959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: content: application/json: @@ -90107,7 +89988,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90129,9 +90010,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: + - *464 - *465 - - *466 - - *664 + - *663 - name: assignee in: path required: true @@ -90171,9 +90052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *213 - *17 - *19 @@ -90184,13 +90065,13 @@ paths: application/json: schema: type: array - items: *658 + items: *657 examples: - default: *665 + default: *664 headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90219,9 +90100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -90243,16 +90124,16 @@ paths: description: Response content: application/json: - schema: *658 + schema: *657 examples: - default: *659 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *476 + '410': *475 '422': *15 '404': *6 x-github: @@ -90280,9 +90161,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: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -90294,12 +90175,12 @@ paths: type: array items: *223 examples: - default: *666 + default: *665 headers: Link: *43 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90327,9 +90208,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: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -90353,15 +90234,15 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *479 + '301': *478 '403': *29 - '410': *476 + '410': *475 '422': *15 '404': *6 x-github: @@ -90392,9 +90273,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: + - *464 - *465 - - *466 - - *664 + - *663 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -90408,13 +90289,13 @@ paths: application/json: schema: *223 examples: - default: *663 - '301': *479 + default: *662 + '301': *478 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *476 + '410': *475 x-github: triggersNotification: true githubCloudOnly: false @@ -90440,9 +90321,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: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -90454,12 +90335,12 @@ paths: type: array items: *223 examples: - default: *666 + default: *665 headers: Link: *43 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90476,9 +90357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -90492,7 +90373,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &669 + - &668 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90546,7 +90427,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &669 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -90682,7 +90563,7 @@ paths: - performed_via_github_app - assignee - assigner - - &671 + - &670 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -90733,7 +90614,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &671 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -90784,7 +90665,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &672 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -90838,7 +90719,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &673 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -90872,7 +90753,7 @@ paths: properties: *208 required: *209 review_requester: *4 - requested_team: *305 + requested_team: *304 requested_reviewer: *4 required: - review_requester @@ -90885,7 +90766,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &674 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -90919,7 +90800,7 @@ paths: properties: *208 required: *209 review_requester: *4 - requested_team: *305 + requested_team: *304 requested_reviewer: *4 required: - review_requester @@ -90932,7 +90813,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &675 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -90992,7 +90873,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &676 title: Locked Issue Event description: Locked Issue Event type: object @@ -91040,7 +90921,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &678 + - &677 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -91106,7 +90987,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &679 + - &678 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -91172,7 +91053,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &680 + - &679 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -91238,7 +91119,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &681 + - &680 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -91329,7 +91210,7 @@ paths: color: red headers: Link: *43 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91346,9 +91227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -91358,7 +91239,7 @@ paths: application/json: schema: type: array - items: &667 + items: &666 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -91405,7 +91286,7 @@ paths: - color - default examples: - default: &668 + default: &667 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91423,9 +91304,9 @@ paths: default: false headers: Link: *43 - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91442,9 +91323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -91503,12 +91384,12 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 - '301': *479 + default: *667 + '301': *478 '404': *6 - '410': *476 + '410': *475 '422': *15 x-github: githubCloudOnly: false @@ -91525,9 +91406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -91587,12 +91468,12 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 - '301': *479 + default: *667 + '301': *478 '404': *6 - '410': *476 + '410': *475 '422': *15 x-github: githubCloudOnly: false @@ -91609,15 +91490,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 responses: '204': description: Response - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91636,9 +91517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - name: name in: path required: true @@ -91651,7 +91532,7 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: default: value: @@ -91662,9 +91543,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *479 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91684,9 +91565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: false content: @@ -91714,7 +91595,7 @@ paths: '204': description: Response '403': *29 - '410': *476 + '410': *475 '404': *6 '422': *15 x-github: @@ -91732,9 +91613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 responses: '204': description: Response @@ -91764,9 +91645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 responses: '200': description: Response @@ -91774,10 +91655,10 @@ paths: application/json: schema: *223 examples: - default: *663 - '301': *479 + default: *662 + '301': *478 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91794,9 +91675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - 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. @@ -91822,13 +91703,13 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91846,9 +91727,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -91880,16 +91761,16 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -91911,10 +91792,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *464 - *465 - - *466 - - *664 - - *457 + - *663 + - *456 responses: '204': description: Response @@ -91943,9 +91824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -91969,7 +91850,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -92002,9 +91883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -92016,11 +91897,11 @@ paths: type: array items: *223 examples: - default: *666 + default: *665 headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92048,9 +91929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -92079,14 +91960,14 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *476 + '410': *475 '422': *15 '404': *6 x-github: @@ -92106,9 +91987,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 requestBody: required: true content: @@ -92141,7 +92022,7 @@ paths: application/json: schema: *223 examples: - default: *663 + default: *662 '403': *29 '404': *6 '422': *7 @@ -92163,9 +92044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *464 - *465 - - *466 - - *664 + - *663 - *17 - *19 responses: @@ -92180,6 +92061,7 @@ paths: description: Timeline Event type: object anyOf: + - *668 - *669 - *670 - *671 @@ -92192,7 +92074,6 @@ paths: - *678 - *679 - *680 - - *681 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -92501,7 +92382,7 @@ paths: type: string comments: type: array - items: &703 + items: &702 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -92710,7 +92591,7 @@ paths: type: string comments: type: array - items: *583 + items: *582 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -92999,7 +92880,7 @@ paths: headers: Link: *43 '404': *6 - '410': *476 + '410': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93016,8 +92897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -93027,7 +92908,7 @@ paths: application/json: schema: type: array - items: &682 + items: &681 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -93093,8 +92974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93130,9 +93011,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: &683 + default: &682 value: id: 1 key: ssh-rsa AAA... @@ -93166,9 +93047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *464 - *465 - - *466 - - &684 + - &683 name: key_id description: The unique identifier of the key. in: path @@ -93180,9 +93061,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: *683 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -93200,9 +93081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *464 - *465 - - *466 - - *684 + - *683 responses: '204': description: Response @@ -93222,8 +93103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -93233,9 +93114,9 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 + default: *667 headers: Link: *43 '404': *6 @@ -93256,8 +93137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93293,9 +93174,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *666 examples: - default: &685 + default: &684 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93327,8 +93208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *464 - *465 - - *466 - name: name in: path required: true @@ -93339,9 +93220,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *666 examples: - default: *685 + default: *684 '404': *6 x-github: githubCloudOnly: false @@ -93358,8 +93239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *464 - *465 - - *466 - name: name in: path required: true @@ -93398,7 +93279,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *666 examples: default: value: @@ -93424,8 +93305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *464 - *465 - - *466 - name: name in: path required: true @@ -93451,8 +93332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -93488,8 +93369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *464 - *465 - - *466 responses: '202': *39 '403': @@ -93517,8 +93398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -93544,9 +93425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *464 - *465 - - *466 - - *559 + - *558 responses: '200': description: Response @@ -93691,8 +93572,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93757,8 +93638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93792,9 +93673,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *584 + schema: *583 examples: - default: *686 + default: *685 '204': description: Response when already merged '404': @@ -93819,8 +93700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *464 - *465 - - *466 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -93861,12 +93742,12 @@ paths: application/json: schema: type: array - items: &687 + items: &686 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 examples: default: value: @@ -93922,8 +93803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -93963,9 +93844,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *686 examples: - default: &688 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -94024,9 +93905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *464 - *465 - - *466 - - &689 + - &688 name: milestone_number description: The number that identifies the milestone. in: path @@ -94038,9 +93919,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *686 examples: - default: *688 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -94057,9 +93938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *464 - *465 - - *466 - - *689 + - *688 requestBody: required: false content: @@ -94097,9 +93978,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *686 examples: - default: *688 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94115,9 +93996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *464 - *465 - - *466 - - *689 + - *688 responses: '204': description: Response @@ -94138,9 +94019,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: + - *464 - *465 - - *466 - - *689 + - *688 - *17 - *19 responses: @@ -94150,9 +94031,9 @@ paths: application/json: schema: type: array - items: *667 + items: *666 examples: - default: *668 + default: *667 headers: Link: *43 x-github: @@ -94171,12 +94052,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: + - *464 - *465 - - *466 + - *689 - *690 - - *691 - *213 - - *692 + - *691 - *17 - *19 responses: @@ -94188,7 +94069,7 @@ paths: type: array items: *236 examples: - default: *693 + default: *692 headers: Link: *43 x-github: @@ -94212,8 +94093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -94271,14 +94152,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: &694 + schema: &693 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -94403,7 +94284,7 @@ paths: - custom_404 - public examples: - default: &695 + default: &694 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -94444,8 +94325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -94499,9 +94380,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *693 examples: - default: *695 + default: *694 '422': *15 '409': *114 x-github: @@ -94524,8 +94405,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -94632,8 +94513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -94659,8 +94540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -94670,7 +94551,7 @@ paths: application/json: schema: type: array - items: &696 + items: &695 title: Page Build description: Page Build type: object @@ -94764,8 +94645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *464 - *465 - - *466 responses: '201': description: Response @@ -94810,16 +94691,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *696 + schema: *695 examples: - default: &697 + default: &696 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -94867,8 +94748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *464 - *465 - - *466 - name: build_id in: path required: true @@ -94879,9 +94760,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *695 examples: - default: *697 + default: *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94901,8 +94782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95007,9 +94888,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: + - *464 - *465 - - *466 - - &698 + - &697 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -95067,9 +94948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *464 - *465 - - *466 - - *698 + - *697 responses: '204': *150 '404': *6 @@ -95096,8 +94977,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -95328,7 +95209,7 @@ paths: description: Empty response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -95355,8 +95236,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: + - *464 - *465 - - *466 responses: '200': description: Private vulnerability reporting status @@ -95393,8 +95274,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: + - *464 - *465 - - *466 responses: '204': *150 '422': *14 @@ -95415,8 +95296,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: + - *464 - *465 - - *466 responses: '204': *150 '422': *14 @@ -95439,8 +95320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: + - *464 - *465 - - *466 - name: state description: Indicates the state of the projects to return. in: query @@ -95461,7 +95342,7 @@ paths: application/json: schema: type: array - items: *394 + items: *393 examples: default: value: @@ -95501,7 +95382,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *476 + '410': *475 '422': *7 x-github: githubCloudOnly: false @@ -95524,8 +95405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95551,13 +95432,13 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: *475 + default: *474 '401': *25 '403': *29 '404': *6 - '410': *476 + '410': *475 '422': *7 x-github: githubCloudOnly: false @@ -95580,8 +95461,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -95591,7 +95472,7 @@ paths: type: array items: *151 examples: - default: *699 + default: *698 '403': *29 '404': *6 x-github: @@ -95613,8 +95494,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95630,7 +95511,7 @@ paths: required: - properties examples: - default: *700 + default: *699 responses: '204': description: No Content when custom property values are successfully created @@ -95668,8 +95549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *464 - *465 - - *466 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -95729,9 +95610,9 @@ paths: application/json: schema: type: array - items: *588 + items: *587 examples: - default: *701 + default: *700 headers: Link: *43 '304': *37 @@ -95763,8 +95644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -95829,7 +95710,7 @@ paths: description: Response content: application/json: - schema: &705 + schema: &704 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -95940,8 +95821,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 nullable: true active_lock_reason: type: string @@ -95986,7 +95867,7 @@ paths: nullable: true requested_teams: type: array - items: *432 + items: *431 nullable: true head: type: object @@ -96025,14 +95906,14 @@ paths: _links: type: object properties: - comments: *402 - commits: *402 - statuses: *402 - html: *402 - issue: *402 - review_comments: *402 - review_comment: *402 - self: *402 + comments: *401 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -96043,7 +95924,7 @@ paths: - review_comment - self author_association: *210 - auto_merge: *702 + auto_merge: *701 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -96135,7 +96016,7 @@ paths: - merged_by - review_comments examples: - default: &706 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -96662,8 +96543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *464 - *465 - - *466 - name: sort in: query required: false @@ -96692,9 +96573,9 @@ paths: application/json: schema: type: array - items: *703 + items: *702 examples: - default: &708 + default: &707 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96771,17 +96652,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: + - *464 - *465 - - *466 - *222 responses: '200': description: Response content: application/json: - schema: *703 + schema: *702 examples: - default: &704 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96856,8 +96737,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: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -96880,9 +96761,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *702 examples: - default: *704 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96898,8 +96779,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: + - *464 - *465 - - *466 - *222 responses: '204': @@ -96921,8 +96802,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: + - *464 - *465 - - *466 - *222 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -96949,9 +96830,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -96972,8 +96853,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: + - *464 - *465 - - *466 - *222 requestBody: required: true @@ -97006,16 +96887,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -97037,10 +96918,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *464 - *465 - - *466 - *222 - - *457 + - *456 responses: '204': description: Response @@ -97083,9 +96964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *464 - *465 - - *466 - - &707 + - &706 name: pull_number description: The number that identifies the pull request. in: path @@ -97098,9 +96979,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *705 + schema: *704 examples: - default: *706 + default: *705 '304': *37 '404': *6 '406': @@ -97135,9 +97016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -97179,9 +97060,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *704 examples: - default: *706 + default: *705 '422': *15 '403': *29 x-github: @@ -97203,9 +97084,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: true content: @@ -97265,17 +97146,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '401': *25 '403': *29 '404': *6 @@ -97305,9 +97186,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: + - *464 - *465 - - *466 - - *707 + - *706 - *233 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -97328,9 +97209,9 @@ paths: application/json: schema: type: array - items: *703 + items: *702 examples: - default: *708 + default: *707 headers: Link: *43 x-github: @@ -97363,9 +97244,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: true content: @@ -97470,7 +97351,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *702 examples: example-for-a-multi-line-comment: value: @@ -97558,9 +97439,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: + - *464 - *465 - - *466 - - *707 + - *706 - *222 requestBody: required: true @@ -97583,7 +97464,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *702 examples: default: value: @@ -97669,9 +97550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 - *17 - *19 responses: @@ -97681,9 +97562,9 @@ paths: application/json: schema: type: array - items: *584 + items: *583 examples: - default: *709 + default: *708 headers: Link: *43 x-github: @@ -97713,9 +97594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *464 - *465 - - *466 - - *707 + - *706 - *17 - *19 responses: @@ -97725,7 +97606,7 @@ paths: application/json: schema: type: array - items: *597 + items: *596 examples: default: value: @@ -97763,9 +97644,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: + - *464 - *465 - - *466 - - *707 + - *706 responses: '204': description: Response if pull request has been merged @@ -97788,9 +97669,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -97901,9 +97782,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: + - *464 - *465 - - *466 - - *707 + - *706 responses: '200': description: Response @@ -97919,7 +97800,7 @@ paths: items: *4 teams: type: array - items: *305 + items: *304 required: - users - teams @@ -97978,9 +97859,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -98017,7 +97898,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *587 examples: default: value: @@ -98553,9 +98434,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: true content: @@ -98589,7 +98470,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *587 examples: default: value: @@ -99094,9 +98975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *464 - *465 - - *466 - - *707 + - *706 - *17 - *19 responses: @@ -99106,7 +98987,7 @@ paths: application/json: schema: type: array - items: &710 + items: &709 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99257,9 +99138,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: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -99345,9 +99226,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: &712 + default: &711 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99410,10 +99291,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: + - *464 - *465 - - *466 - - *707 - - &711 + - *706 + - &710 name: review_id description: The unique identifier of the review. in: path @@ -99425,9 +99306,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: &713 + default: &712 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99486,10 +99367,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 requestBody: required: true content: @@ -99512,7 +99393,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: default: value: @@ -99574,18 +99455,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 responses: '200': description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *712 + default: *711 '422': *7 '404': *6 x-github: @@ -99612,10 +99493,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 - *17 - *19 responses: @@ -99698,9 +99579,9 @@ paths: _links: type: object properties: - self: *402 - html: *402 - pull_request: *402 + self: *401 + html: *401 + pull_request: *401 required: - self - html @@ -99850,10 +99731,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 requestBody: required: true content: @@ -99881,7 +99762,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: default: value: @@ -99944,10 +99825,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: + - *464 - *465 - - *466 - - *707 - - *711 + - *706 + - *710 requestBody: required: true content: @@ -99982,9 +99863,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *713 + default: *712 '404': *6 '422': *7 '403': *29 @@ -100006,9 +99887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *464 - *465 - - *466 - - *707 + - *706 requestBody: required: false content: @@ -100071,8 +99952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *464 - *465 - - *466 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -100085,9 +99966,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *713 examples: - default: &715 + default: &714 value: type: file encoding: base64 @@ -100129,8 +100010,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: + - *464 - *465 - - *466 - name: dir description: The alternate path to look for a README file in: path @@ -100150,9 +100031,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *713 examples: - default: *715 + default: *714 '404': *6 '422': *15 x-github: @@ -100174,8 +100055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -100185,7 +100066,7 @@ paths: application/json: schema: type: array - items: &716 + items: &715 title: Release description: A release. type: object @@ -100256,7 +100137,7 @@ paths: author: *4 assets: type: array - items: &717 + items: &716 title: Release Asset description: Data related to a release. type: object @@ -100443,8 +100324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -100520,9 +100401,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: &720 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -100627,9 +100508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *464 - *465 - - *466 - - &718 + - &717 name: asset_id description: The unique identifier of the asset. in: path @@ -100641,9 +100522,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *716 examples: - default: &719 + default: &718 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 @@ -100678,7 +100559,7 @@ paths: type: User site_admin: false '404': *6 - '302': *599 + '302': *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100694,9 +100575,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *464 - *465 - - *466 - - *718 + - *717 requestBody: required: false content: @@ -100724,9 +100605,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *716 examples: - default: *719 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100742,9 +100623,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *464 - *465 - - *466 - - *718 + - *717 responses: '204': description: Response @@ -100768,8 +100649,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -100854,16 +100735,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *464 - *465 - - *466 responses: '200': description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: *720 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100880,8 +100761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *464 - *465 - - *466 - name: tag description: tag parameter in: path @@ -100894,9 +100775,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: *720 + default: *719 '404': *6 x-github: githubCloudOnly: false @@ -100918,9 +100799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *464 - *465 - - *466 - - &721 + - &720 name: release_id description: The unique identifier of the release. in: path @@ -100934,9 +100815,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: *716 + schema: *715 examples: - default: *720 + default: *719 '401': description: Unauthorized x-github: @@ -100954,9 +100835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 requestBody: required: false content: @@ -101020,9 +100901,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *715 examples: - default: *720 + default: *719 '404': description: Not Found if the discussion category name is invalid content: @@ -101043,9 +100924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 responses: '204': description: Response @@ -101065,9 +100946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *464 - *465 - - *466 - - *721 + - *720 - *17 - *19 responses: @@ -101077,7 +100958,7 @@ paths: application/json: schema: type: array - items: *717 + items: *716 examples: default: value: @@ -101159,9 +101040,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: + - *464 - *465 - - *466 - - *721 + - *720 - name: name in: query required: true @@ -101187,7 +101068,7 @@ paths: description: Response for successful upload content: application/json: - schema: *717 + schema: *716 examples: response-for-successful-upload: value: @@ -101242,9 +101123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 - 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. @@ -101268,9 +101149,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 '404': *6 @@ -101291,9 +101172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *464 - *465 - - *466 - - *721 + - *720 requestBody: required: true content: @@ -101323,16 +101204,16 @@ paths: description: Reaction exists content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '201': description: Reaction created content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -101354,10 +101235,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *464 - *465 - - *466 - - *721 - - *457 + - *720 + - *456 responses: '204': description: Response @@ -101381,9 +101262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *464 - *465 - - *466 - - *524 + - *523 - *17 - *19 responses: @@ -101400,7 +101281,7 @@ paths: oneOf: - allOf: - *165 - - &722 + - &721 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101421,67 +101302,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *166 - - *722 + - *721 - allOf: - *167 - - *722 + - *721 - allOf: - *168 - - *722 + - *721 - allOf: - - *723 - *722 + - *721 - allOf: - *169 - - *722 + - *721 - allOf: - *170 - - *722 + - *721 - allOf: - *171 - - *722 + - *721 - allOf: - *172 - - *722 + - *721 - allOf: - *173 - - *722 + - *721 - allOf: - *174 - - *722 + - *721 - allOf: - *175 - - *722 + - *721 - allOf: - *176 - - *722 + - *721 - allOf: - *177 - - *722 + - *721 - allOf: - *178 - - *722 + - *721 - allOf: - *179 - - *722 + - *721 - allOf: - *180 - - *722 + - *721 - allOf: - *181 - - *722 + - *721 - allOf: - *182 - - *722 + - *721 - allOf: - *183 - - *722 + - *721 - allOf: - *184 - - *722 + - *721 - allOf: - - *724 - - *722 + - *723 + - *721 examples: default: value: @@ -101520,8 +101401,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - *17 - *19 - name: includes_parents @@ -101532,7 +101413,7 @@ paths: schema: type: boolean default: true - - *725 + - *724 responses: '200': description: Response @@ -101587,8 +101468,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 requestBody: description: Request body required: true @@ -101617,7 +101498,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *726 + items: *725 required: - name - enforcement @@ -101650,7 +101531,7 @@ paths: application/json: schema: *185 examples: - default: &735 + default: &734 value: id: 42 name: super cool ruleset @@ -101697,12 +101578,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *464 - *465 - - *466 - - *727 + - *726 - *101 + - *727 - *728 - - *729 - *17 - *19 responses: @@ -101710,9 +101591,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *729 examples: - default: *731 + default: *730 '404': *6 '500': *40 x-github: @@ -101733,17 +101614,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *464 - *465 - - *466 - - *732 + - *731 responses: '200': description: Response content: application/json: - schema: *733 + schema: *732 examples: - default: *734 + default: *733 '404': *6 '500': *40 x-github: @@ -101771,8 +101652,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101794,7 +101675,7 @@ paths: application/json: schema: *185 examples: - default: *735 + default: *734 '404': *6 '500': *40 put: @@ -101812,8 +101693,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101847,7 +101728,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *726 + items: *725 examples: default: value: @@ -101877,7 +101758,7 @@ paths: application/json: schema: *185 examples: - default: *735 + default: *734 '404': *6 '500': *40 delete: @@ -101895,8 +101776,8 @@ paths: category: repos subcategory: rules parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101919,8 +101800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *464 - *465 - - *466 - *17 - *19 - name: ruleset_id @@ -101938,7 +101819,7 @@ paths: type: array items: *189 examples: - default: *417 + default: *416 '404': *6 '500': *40 x-github: @@ -101957,8 +101838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *464 - *465 - - *466 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101976,7 +101857,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *417 examples: default: value: @@ -102031,21 +101912,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: + - *464 - *465 - - *466 + - *418 - *419 - *420 - *421 - - *422 - *106 - *19 - *17 + - *735 - *736 - - *737 + - *422 - *423 - *424 - *425 - - *426 responses: '200': description: Response @@ -102053,7 +101934,7 @@ paths: application/json: schema: type: array - items: &741 + items: &740 type: object properties: number: *123 @@ -102072,8 +101953,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *738 - resolution: *739 + state: *737 + resolution: *738 resolved_at: type: string format: date-time @@ -102169,7 +102050,7 @@ paths: pull request. ' - oneOf: *740 + oneOf: *739 nullable: true has_more_locations: type: boolean @@ -102318,16 +102199,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: + - *464 - *465 - - *466 - - *553 - - *426 + - *552 + - *425 responses: '200': description: Response content: application/json: - schema: *741 + schema: *740 examples: default: value: @@ -102379,9 +102260,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: + - *464 - *465 - - *466 - - *553 + - *552 requestBody: required: true content: @@ -102389,8 +102270,8 @@ paths: schema: type: object properties: - state: *738 - resolution: *739 + state: *737 + resolution: *738 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102408,7 +102289,7 @@ paths: description: Response content: application/json: - schema: *741 + schema: *740 examples: default: value: @@ -102483,9 +102364,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: + - *464 - *465 - - *466 - - *553 + - *552 - *19 - *17 responses: @@ -102496,7 +102377,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &921 + items: &920 type: object properties: type: @@ -102522,6 +102403,7 @@ paths: example: commit details: oneOf: + - *741 - *742 - *743 - *744 @@ -102534,7 +102416,6 @@ paths: - *751 - *752 - *753 - - *754 examples: default: value: @@ -102620,8 +102501,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -102629,14 +102510,14 @@ paths: schema: type: object properties: - reason: &756 + reason: &755 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *755 + placeholder_id: *754 required: - reason - placeholder_id @@ -102653,7 +102534,7 @@ paths: schema: type: object properties: - reason: *756 + reason: *755 expire_at: type: string format: date-time @@ -102699,8 +102580,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: + - *464 - *465 - - *466 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -102715,7 +102596,7 @@ paths: properties: incremental_scans: type: array - items: &757 + items: &756 description: Information on a single scan performed by secret scanning on the repository type: object @@ -102741,15 +102622,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *757 + items: *756 backfill_scans: type: array - items: *757 + items: *756 custom_pattern_backfill_scans: type: array items: allOf: - - *757 + - *756 - type: object properties: pattern_name: @@ -102819,8 +102700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *464 - *465 - - *466 - *106 - name: sort description: The property to sort the results by. @@ -102864,9 +102745,9 @@ paths: application/json: schema: type: array - items: *758 + items: *757 examples: - default: *759 + default: *758 '400': *14 '404': *6 x-github: @@ -102889,8 +102770,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -102963,7 +102844,7 @@ paths: login: type: string description: The username of the user credited. - type: *431 + type: *430 required: - login - type @@ -103050,9 +102931,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: - default: &761 + default: &760 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -103285,8 +103166,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -103390,7 +103271,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: default: value: @@ -103537,17 +103418,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: + - *464 - *465 - - *466 - - *760 + - *759 responses: '200': description: Response content: application/json: - schema: *758 + schema: *757 examples: - default: *761 + default: *760 '403': *29 '404': *6 x-github: @@ -103571,9 +103452,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: + - *464 - *465 - - *466 - - *760 + - *759 requestBody: required: true content: @@ -103646,7 +103527,7 @@ paths: login: type: string description: The username of the user credited. - type: *431 + type: *430 required: - login - type @@ -103732,17 +103613,17 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: - default: *761 - add_credit: *761 + default: *760 + add_credit: *760 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *253 + schema: *252 examples: invalid_state_transition: value: @@ -103773,9 +103654,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: + - *464 - *465 - - *466 - - *760 + - *759 responses: '202': *39 '400': *14 @@ -103802,17 +103683,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: + - *464 - *465 - - *466 - - *760 + - *759 responses: '202': description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 '400': *14 '422': *15 '403': *29 @@ -103838,8 +103719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -103938,8 +103819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *464 - *465 - - *466 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -103948,7 +103829,7 @@ paths: application/json: schema: type: array - items: &762 + items: &761 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -103981,8 +103862,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -104058,8 +103939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -104155,8 +104036,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *464 - *465 - - *466 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -104310,8 +104191,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: + - *464 - *465 - - *466 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -104321,7 +104202,7 @@ paths: application/json: schema: type: array - items: *762 + items: *761 examples: default: value: @@ -104354,8 +104235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *464 - *465 - - *466 - name: sha in: path required: true @@ -104409,7 +104290,7 @@ paths: description: Response content: application/json: - schema: *763 + schema: *762 examples: default: value: @@ -104463,8 +104344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -104496,14 +104377,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *464 - *465 - - *466 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &764 + schema: &763 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -104571,8 +104452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *464 - *465 - - *466 requestBody: required: false content: @@ -104598,7 +104479,7 @@ paths: description: Response content: application/json: - schema: *764 + schema: *763 examples: default: value: @@ -104625,8 +104506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -104646,8 +104527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -104726,8 +104607,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: + - *464 - *465 - - *466 responses: '200': description: Response @@ -104735,7 +104616,7 @@ paths: application/json: schema: type: array - items: &765 + items: &764 title: Tag protection description: Tag protection type: object @@ -104787,8 +104668,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: + - *464 - *465 - - *466 requestBody: required: true content: @@ -104811,7 +104692,7 @@ paths: description: Response content: application/json: - schema: *765 + schema: *764 examples: default: value: @@ -104842,8 +104723,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: + - *464 - *465 - - *466 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -104880,8 +104761,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *464 - *465 - - *466 - name: ref in: path required: true @@ -104917,8 +104798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *464 - *465 - - *466 - *17 - *19 responses: @@ -104928,9 +104809,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - default: *377 + default: *376 headers: Link: *43 '404': *6 @@ -104950,8 +104831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *464 - *465 - - *466 - *19 - *17 responses: @@ -104959,7 +104840,7 @@ paths: description: Response content: application/json: - schema: &766 + schema: &765 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -104971,7 +104852,7 @@ paths: required: - names examples: - default: &767 + default: &766 value: names: - octocat @@ -104994,8 +104875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -105026,9 +104907,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *765 examples: - default: *767 + default: *766 '404': *6 '422': *7 x-github: @@ -105049,9 +104930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *464 - *465 - - *466 - - &768 + - &767 name: per description: The time frame to display results for. in: query @@ -105080,7 +104961,7 @@ paths: example: 128 clones: type: array - items: &769 + items: &768 title: Traffic type: object properties: @@ -105167,8 +105048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -105258,8 +105139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *464 - *465 - - *466 responses: '200': description: Response @@ -105319,9 +105200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *464 - *465 - - *466 - - *768 + - *767 responses: '200': description: Response @@ -105340,7 +105221,7 @@ paths: example: 3782 views: type: array - items: *769 + items: *768 required: - uniques - count @@ -105417,8 +105298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *464 - *465 - - *466 requestBody: required: true content: @@ -105454,7 +105335,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *277 examples: default: value: @@ -105692,8 +105573,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: + - *464 - *465 - - *466 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -105716,8 +105597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -105739,8 +105620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *464 - *465 - - *466 responses: '204': description: Response @@ -105766,8 +105647,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *464 - *465 - - *466 - name: ref in: path required: true @@ -105859,9 +105740,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -105902,7 +105783,7 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: default: value: @@ -106012,7 +105893,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &777 + - &776 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -106021,7 +105902,7 @@ paths: schema: type: string example: members - - &782 + - &781 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -106032,7 +105913,7 @@ paths: default: 1 format: int32 example: 1 - - &783 + - &782 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -106074,7 +105955,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &772 + items: &771 allOf: - type: object required: @@ -106149,7 +106030,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: &784 + meta: &783 type: object description: The metadata associated with the creation/updates to the user. @@ -106209,30 +106090,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &773 + '400': &772 description: Bad request content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '401': *771 - '403': &774 + schema: *769 + '401': *770 + '403': &773 description: Permission denied - '429': &775 + '429': &774 description: Too many requests content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '500': &776 + schema: *769 + '500': &775 description: Internal server error content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 + schema: *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106256,7 +106137,7 @@ paths: required: true content: application/json: - schema: &780 + schema: &779 type: object required: - schemas @@ -106316,9 +106197,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *772 + schema: *771 examples: - group: &778 + group: &777 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -106337,13 +106218,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': *773 - '401': *771 - '403': *774 - '409': &781 + '400': *772 + '401': *770 + '403': *773 + '409': &780 description: Duplicate record detected - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106360,7 +106241,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: - - &779 + - &778 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -106368,22 +106249,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *777 + - *776 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *772 + schema: *771 examples: - default: *778 - '400': *773 - '401': *771 - '403': *774 + default: *777 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106402,13 +106283,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: - - *779 + - *778 - *41 requestBody: required: true content: application/json: - schema: *780 + schema: *779 examples: group: summary: Group @@ -106434,17 +106315,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *772 + schema: *771 examples: - group: *778 - groupWithMembers: *778 - '400': *773 - '401': *771 - '403': *774 + group: *777 + groupWithMembers: *777 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106468,13 +106349,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: - - *779 + - *778 - *41 requestBody: required: true content: application/json: - schema: &791 + schema: &790 type: object required: - Operations @@ -106534,17 +106415,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *772 + schema: *771 examples: - updateGroup: *778 - addMembers: *778 - '400': *773 - '401': *771 - '403': *774 + updateGroup: *777 + addMembers: *777 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106560,17 +106441,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: - - *779 + - *778 - *41 responses: '204': description: Group was deleted, no content - '400': *773 - '401': *771 - '403': *774 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106604,8 +106485,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *781 - *782 - - *783 - *41 responses: '200': @@ -106638,7 +106519,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &786 + items: &785 allOf: - type: object required: @@ -106717,7 +106598,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &785 + roles: &784 type: array description: The roles assigned to the user. items: @@ -106773,7 +106654,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *784 + meta: *783 startIndex: type: integer description: A starting index for the returned page @@ -106810,11 +106691,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *773 - '401': *771 - '403': *774 - '429': *775 - '500': *776 + '400': *772 + '401': *770 + '403': *773 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -106838,7 +106719,7 @@ paths: required: true content: application/json: - schema: &789 + schema: &788 type: object required: - schemas @@ -106920,9 +106801,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *785 + roles: *784 examples: - user: &790 + user: &789 summary: User value: schemas: @@ -106969,9 +106850,9 @@ paths: description: User has been created content: application/scim+json: - schema: *786 + schema: *785 examples: - user: &787 + user: &786 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -106997,13 +106878,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: *787 - '400': *773 - '401': *771 - '403': *774 - '409': *781 - '429': *775 - '500': *776 + enterpriseOwner: *786 + '400': *772 + '401': *770 + '403': *773 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107020,7 +106901,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: - - &788 + - &787 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -107033,15 +106914,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *786 + schema: *785 examples: - default: *787 - '400': *773 - '401': *771 - '403': *774 + default: *786 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107063,30 +106944,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: - - *788 + - *787 - *41 requestBody: required: true content: application/json: - schema: *789 + schema: *788 examples: - user: *790 + user: *789 responses: '200': description: User was updated content: application/scim+json: - schema: *786 + schema: *785 examples: - user: *787 - '400': *773 - '401': *771 - '403': *774 + user: *786 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107121,13 +107002,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: - - *788 + - *787 - *41 requestBody: required: true content: application/json: - schema: *791 + schema: *790 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -107167,18 +107048,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *786 + schema: *785 examples: - userMultiValuedProperties: *787 - userSingleValuedProperties: *787 - disableUser: *787 - '400': *773 - '401': *771 - '403': *774 + userMultiValuedProperties: *786 + userSingleValuedProperties: *786 + disableUser: *786 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '409': *781 - '429': *775 - '500': *776 + '409': *780 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107198,17 +107079,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: - - *788 + - *787 - *41 responses: '204': description: User was deleted, no content - '400': *773 - '401': *771 - '403': *774 + '400': *772 + '401': *770 + '403': *773 '404': *6 - '429': *775 - '500': *776 + '429': *774 + '500': *775 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107295,7 +107176,7 @@ paths: example: 1 Resources: type: array - items: &792 + items: &791 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -107526,22 +107407,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': *37 - '404': &793 + '404': &792 description: Resource not found content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '403': &794 + schema: *769 + '403': &793 description: Forbidden content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '400': *773 - '429': *775 + schema: *769 + '400': *772 + '429': *774 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -107567,9 +107448,9 @@ paths: description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: &795 + default: &794 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -107592,17 +107473,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': *37 - '404': *793 - '403': *794 - '500': *776 + '404': *792 + '403': *793 + '500': *775 '409': description: Conflict content: application/json: - schema: *770 + schema: *769 application/scim+json: - schema: *770 - '400': *773 + schema: *769 + '400': *772 requestBody: required: true content: @@ -107700,17 +107581,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *83 - - *788 + - *787 responses: '200': description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: *795 - '404': *793 - '403': *794 + default: *794 + '404': *792 + '403': *793 '304': *37 x-github: githubCloudOnly: true @@ -107734,18 +107615,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *83 - - *788 + - *787 responses: '200': description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: *795 + default: *794 '304': *37 - '404': *793 - '403': *794 + '404': *792 + '403': *793 requestBody: required: true content: @@ -107858,19 +107739,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *83 - - *788 + - *787 responses: '200': description: Response content: application/scim+json: - schema: *792 + schema: *791 examples: - default: *795 + default: *794 '304': *37 - '404': *793 - '403': *794 - '400': *773 + '404': *792 + '403': *793 + '400': *772 '429': description: Response content: @@ -107961,12 +107842,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *83 - - *788 + - *787 responses: '204': description: Response - '404': *793 - '403': *794 + '404': *792 + '403': *793 '304': *37 x-github: githubCloudOnly: true @@ -108081,7 +107962,7 @@ paths: html_url: type: string format: uri - repository: *278 + repository: *277 score: type: number file_size: @@ -108099,7 +107980,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &796 + text_matches: &795 title: Search Result Text Matches type: array items: @@ -108262,7 +108143,7 @@ paths: enum: - author-date - committer-date - - &797 + - &796 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 @@ -108333,7 +108214,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *522 + properties: *521 nullable: true comment_count: type: integer @@ -108353,7 +108234,7 @@ paths: url: type: string format: uri - verification: *644 + verification: *643 required: - author - committer @@ -108372,7 +108253,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *522 + properties: *521 nullable: true parents: type: array @@ -108385,12 +108266,12 @@ paths: type: string sha: type: string - repository: *278 + repository: *277 score: type: number node_id: type: string - text_matches: *796 + text_matches: *795 required: - sha - node_id @@ -108583,7 +108464,7 @@ paths: - interactions - created - updated - - *797 + - *796 - *17 - *19 - name: advanced_search @@ -108680,11 +108561,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: type: string state_reason: @@ -108701,8 +108582,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *400 - required: *401 + properties: *399 + required: *400 nullable: true comments: type: integer @@ -108716,7 +108597,7 @@ paths: type: string format: date-time nullable: true - text_matches: *796 + text_matches: *795 pull_request: type: object properties: @@ -108760,7 +108641,7 @@ paths: timeline_url: type: string format: uri - type: *362 + type: *361 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -108941,7 +108822,7 @@ paths: enum: - created - updated - - *797 + - *796 - *17 - *19 responses: @@ -108985,7 +108866,7 @@ paths: nullable: true score: type: number - text_matches: *796 + text_matches: *795 required: - id - node_id @@ -109071,7 +108952,7 @@ paths: - forks - help-wanted-issues - updated - - *797 + - *796 - *17 - *19 responses: @@ -109310,7 +109191,7 @@ paths: - admin - pull - push - text_matches: *796 + text_matches: *795 temp_clone_token: type: string allow_merge_commit: @@ -109611,7 +109492,7 @@ paths: type: string format: uri nullable: true - text_matches: *796 + text_matches: *795 related: type: array nullable: true @@ -109804,7 +109685,7 @@ paths: - followers - repositories - joined - - *797 + - *796 - *17 - *19 responses: @@ -109908,7 +109789,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *796 + text_matches: *795 blog: type: string nullable: true @@ -109987,7 +109868,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &801 + - &800 name: team_id description: The unique identifier of the team. in: path @@ -109999,9 +109880,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 x-github: githubCloudOnly: false @@ -110028,7 +109909,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *801 + - *800 requestBody: required: true content: @@ -110091,16 +109972,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '201': description: Response content: application/json: - schema: *446 + schema: *445 examples: - default: *447 + default: *446 '404': *6 '422': *15 '403': *29 @@ -110128,7 +110009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *801 + - *800 responses: '204': description: Response @@ -110159,7 +110040,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *801 + - *800 - *106 - *17 - *19 @@ -110170,9 +110051,9 @@ paths: application/json: schema: type: array - items: *448 + items: *447 examples: - default: *802 + default: *801 headers: Link: *43 x-github: @@ -110201,7 +110082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *801 + - *800 requestBody: required: true content: @@ -110235,9 +110116,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 x-github: triggersNotification: true githubCloudOnly: false @@ -110264,16 +110145,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *801 - - *450 + - *800 + - *449 responses: '200': description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110298,8 +110179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *801 - - *450 + - *800 + - *449 requestBody: required: false content: @@ -110322,9 +110203,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *803 + default: *802 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110349,8 +110230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *801 - - *450 + - *800 + - *449 responses: '204': description: Response @@ -110379,8 +110260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *801 - - *450 + - *800 + - *449 - *106 - *17 - *19 @@ -110391,9 +110272,9 @@ paths: application/json: schema: type: array - items: *451 + items: *450 examples: - default: *804 + default: *803 headers: Link: *43 x-github: @@ -110422,8 +110303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *801 - - *450 + - *800 + - *449 requestBody: required: true content: @@ -110445,9 +110326,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *452 + default: *451 x-github: triggersNotification: true githubCloudOnly: false @@ -110474,17 +110355,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 responses: '200': description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *452 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110509,9 +110390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 requestBody: required: true content: @@ -110533,9 +110414,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: - default: *805 + default: *804 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110560,9 +110441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 responses: '204': description: Response @@ -110591,9 +110472,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: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 - 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. @@ -110619,9 +110500,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 x-github: @@ -110650,9 +110531,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: - - *801 - - *450 - - *453 + - *800 + - *449 + - *452 requestBody: required: true content: @@ -110684,9 +110565,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110712,8 +110593,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: - - *801 - - *450 + - *800 + - *449 - 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. @@ -110739,9 +110620,9 @@ paths: application/json: schema: type: array - items: *454 + items: *453 examples: - default: *456 + default: *455 headers: Link: *43 x-github: @@ -110770,8 +110651,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: - - *801 - - *450 + - *800 + - *449 requestBody: required: true content: @@ -110803,9 +110684,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110829,7 +110710,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -110839,9 +110720,9 @@ paths: application/json: schema: type: array - items: *359 + items: *358 examples: - default: *360 + default: *359 headers: Link: *43 x-github: @@ -110867,7 +110748,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *801 + - *800 - name: role description: Filters members returned by their role in the team. in: query @@ -110918,7 +110799,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *801 + - *800 - *138 responses: '204': @@ -110955,7 +110836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *801 + - *800 - *138 responses: '204': @@ -110995,7 +110876,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *801 + - *800 - *138 responses: '204': @@ -111032,16 +110913,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: - - *801 + - *800 - *138 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: - response-if-user-is-a-team-maintainer: *806 + response-if-user-is-a-team-maintainer: *805 '404': *6 x-github: githubCloudOnly: false @@ -111074,7 +110955,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: - - *801 + - *800 - *138 requestBody: required: false @@ -111100,9 +110981,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - response-if-users-membership-with-team-is-now-pending: *807 + response-if-users-membership-with-team-is-now-pending: *806 '403': description: Forbidden if team synchronization is set up '422': @@ -111136,7 +111017,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: - - *801 + - *800 - *138 responses: '204': @@ -111165,7 +111046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -111175,9 +111056,9 @@ paths: application/json: schema: type: array - items: *463 + items: *462 examples: - default: *808 + default: *807 headers: Link: *43 '404': *6 @@ -111203,16 +111084,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: - - *801 - - *464 + - *800 + - *463 responses: '200': description: Response content: application/json: - schema: *463 + schema: *462 examples: - default: *809 + default: *808 '404': description: Not Found if project is not managed by this team x-github: @@ -111236,8 +111117,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: - - *801 - - *464 + - *800 + - *463 requestBody: required: false content: @@ -111304,8 +111185,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: - - *801 - - *464 + - *800 + - *463 responses: '204': description: Response @@ -111332,7 +111213,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -111342,9 +111223,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 '404': *6 @@ -111374,15 +111255,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: - - *801 + - *800 + - *464 - *465 - - *466 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *810 + schema: *809 examples: alternative-response-with-extra-repository-information: value: @@ -111533,9 +111414,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: - - *801 + - *800 + - *464 - *465 - - *466 requestBody: required: false content: @@ -111585,9 +111466,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: - - *801 + - *800 + - *464 - *465 - - *466 responses: '204': description: Response @@ -111616,15 +111497,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: - - *801 + - *800 responses: '200': description: Response content: application/json: - schema: *467 + schema: *466 examples: - default: *468 + default: *467 '403': *29 '404': *6 x-github: @@ -111651,7 +111532,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: - - *801 + - *800 requestBody: required: true content: @@ -111708,7 +111589,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *466 examples: default: value: @@ -111739,7 +111620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *801 + - *800 - *17 - *19 responses: @@ -111749,9 +111630,9 @@ paths: application/json: schema: type: array - items: *305 + items: *304 examples: - response-if-child-teams-exist: *811 + response-if-child-teams-exist: *810 headers: Link: *43 '404': *6 @@ -111784,7 +111665,7 @@ paths: application/json: schema: oneOf: - - &813 + - &812 title: Private User description: Private User type: object @@ -111987,7 +111868,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *812 + - *811 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112140,7 +112021,7 @@ paths: description: Response content: application/json: - schema: *813 + schema: *812 examples: default: value: @@ -112343,9 +112224,9 @@ paths: type: integer codespaces: type: array - items: *367 + items: *366 examples: - default: *368 + default: *367 '304': *37 '500': *40 '401': *25 @@ -112484,17 +112365,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '401': *25 '403': *29 '404': *6 @@ -112538,7 +112419,7 @@ paths: type: integer secrets: type: array - items: &814 + items: &813 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112578,7 +112459,7 @@ paths: - visibility - selected_repositories_url examples: - default: *576 + default: *575 headers: Link: *43 x-github: @@ -112648,13 +112529,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: - - *288 + - *287 responses: '200': description: Response content: application/json: - schema: *814 + schema: *813 examples: default: value: @@ -112684,7 +112565,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: - - *288 + - *287 requestBody: required: true content: @@ -112729,7 +112610,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -112757,7 +112638,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: - - *288 + - *287 responses: '204': description: Response @@ -112782,7 +112663,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: - - *288 + - *287 responses: '200': description: Response @@ -112798,9 +112679,9 @@ paths: type: integer repositories: type: array - items: *278 + items: *277 examples: - default: *815 + default: *814 '401': *25 '403': *29 '404': *6 @@ -112825,7 +112706,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: - - *288 + - *287 requestBody: required: true content: @@ -112879,7 +112760,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: - - *288 + - *287 - name: repository_id in: path required: true @@ -112912,7 +112793,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: - - *288 + - *287 - name: repository_id in: path required: true @@ -112944,15 +112825,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: - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '304': *37 '500': *40 '401': *25 @@ -112978,7 +112859,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: - - *369 + - *368 requestBody: required: false content: @@ -113008,9 +112889,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '401': *25 '403': *29 '404': *6 @@ -113032,7 +112913,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: - - *369 + - *368 responses: '202': *39 '304': *37 @@ -113061,13 +112942,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: - - *369 + - *368 responses: '202': description: Response content: application/json: - schema: &816 + schema: &815 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113108,7 +112989,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &817 + default: &816 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113140,7 +113021,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *369 + - *368 - name: export_id in: path required: true @@ -113153,9 +113034,9 @@ paths: description: Response content: application/json: - schema: *816 + schema: *815 examples: - default: *817 + default: *816 '404': *6 x-github: githubCloudOnly: false @@ -113176,7 +113057,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *369 + - *368 responses: '200': description: Response @@ -113192,9 +113073,9 @@ paths: type: integer machines: type: array - items: *818 + items: *817 examples: - default: *819 + default: *818 '304': *37 '500': *40 '401': *25 @@ -113223,7 +113104,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: - - *369 + - *368 requestBody: required: true content: @@ -113273,13 +113154,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *478 + repository: *477 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *574 - required: *575 + properties: *573 + required: *574 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -114053,15 +113934,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: - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '304': *37 '500': *40 '400': *14 @@ -114093,15 +113974,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: - - *369 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *366 examples: - default: *573 + default: *572 '500': *40 '401': *25 '403': *29 @@ -114131,9 +114012,9 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: &830 + default: &829 value: - id: 197 name: hello_docker @@ -114234,7 +114115,7 @@ paths: application/json: schema: type: array - items: &820 + items: &819 title: Email description: Email type: object @@ -114299,9 +114180,9 @@ paths: application/json: schema: type: array - items: *820 + items: *819 examples: - default: &832 + default: &831 value: - email: octocat@github.com verified: true @@ -114376,7 +114257,7 @@ paths: application/json: schema: type: array - items: *820 + items: *819 examples: default: value: @@ -114632,7 +114513,7 @@ paths: application/json: schema: type: array - items: &821 + items: &820 title: GPG Key description: A unique encryption key type: object @@ -114763,7 +114644,7 @@ paths: - subkeys - revoked examples: - default: &846 + default: &845 value: - id: 3 name: Octocat's GPG Key @@ -114848,9 +114729,9 @@ paths: description: Response content: application/json: - schema: *821 + schema: *820 examples: - default: &822 + default: &821 value: id: 3 name: Octocat's GPG Key @@ -114907,7 +114788,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: - - &823 + - &822 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -114919,9 +114800,9 @@ paths: description: Response content: application/json: - schema: *821 + schema: *820 examples: - default: *822 + default: *821 '404': *6 '304': *37 '403': *29 @@ -114944,7 +114825,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: - - *823 + - *822 responses: '204': description: Response @@ -115135,7 +115016,7 @@ paths: type: array items: *74 examples: - default: *273 + default: *272 headers: Link: *43 '404': *6 @@ -115160,7 +115041,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *272 + - *271 responses: '204': description: Response @@ -115186,7 +115067,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *272 + - *271 responses: '204': description: Response @@ -115220,12 +115101,12 @@ paths: application/json: schema: anyOf: - - *357 + - *356 - type: object properties: {} additionalProperties: false examples: - default: *358 + default: *357 '204': description: Response when there are no restrictions x-github: @@ -115249,7 +115130,7 @@ paths: required: true content: application/json: - schema: *655 + schema: *654 examples: default: value: @@ -115260,7 +115141,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *356 examples: default: value: @@ -115341,7 +115222,7 @@ paths: - closed - all default: open - - *365 + - *364 - name: sort description: What to sort results by. in: query @@ -115366,7 +115247,7 @@ paths: type: array items: *223 examples: - default: *366 + default: *365 headers: Link: *43 '404': *6 @@ -115399,7 +115280,7 @@ paths: application/json: schema: type: array - items: &824 + items: &823 title: Key description: Key type: object @@ -115500,9 +115381,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *823 examples: - default: &825 + default: &824 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115535,15 +115416,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: - - *684 + - *683 responses: '200': description: Response content: application/json: - schema: *824 + schema: *823 examples: - default: *825 + default: *824 '404': *6 '304': *37 '403': *29 @@ -115566,7 +115447,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: - - *684 + - *683 responses: '204': description: Response @@ -115599,7 +115480,7 @@ paths: application/json: schema: type: array - items: &826 + items: &825 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115667,7 +115548,7 @@ paths: - account - plan examples: - default: &827 + default: &826 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115729,9 +115610,9 @@ paths: application/json: schema: type: array - items: *826 + items: *825 examples: - default: *827 + default: *826 headers: Link: *43 '304': *37 @@ -115771,7 +115652,7 @@ paths: application/json: schema: type: array - items: *370 + items: *369 examples: default: value: @@ -115879,7 +115760,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -115962,7 +115843,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -116030,7 +115911,7 @@ paths: application/json: schema: type: array - items: *372 + items: *371 examples: default: value: @@ -116283,7 +116164,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -116463,7 +116344,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *373 + - *372 - name: exclude in: query required: false @@ -116476,7 +116357,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *371 examples: default: value: @@ -116670,7 +116551,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *373 + - *372 responses: '302': description: Response @@ -116696,7 +116577,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *373 + - *372 responses: '204': description: Response @@ -116725,8 +116606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *373 - - *828 + - *372 + - *827 responses: '204': description: Response @@ -116750,7 +116631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *373 + - *372 - *17 - *19 responses: @@ -116760,9 +116641,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 '404': *6 @@ -116841,7 +116722,7 @@ paths: - docker - nuget - container - - *829 + - *828 - *19 - *17 responses: @@ -116851,10 +116732,10 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *830 - '400': *831 + default: *829 + '400': *830 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116874,16 +116755,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: + - *379 - *380 - - *381 responses: '200': description: Response content: application/json: - schema: *378 + schema: *377 examples: - default: &847 + default: &846 value: id: 40201 name: octo-name @@ -116996,8 +116877,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: + - *379 - *380 - - *381 responses: '204': description: Response @@ -117027,8 +116908,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: + - *379 - *380 - - *381 - name: token description: package token schema: @@ -117060,8 +116941,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: + - *379 - *380 - - *381 - *19 - *17 - name: state @@ -117081,7 +116962,7 @@ paths: application/json: schema: type: array - items: *382 + items: *381 examples: default: value: @@ -117130,15 +117011,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: + - *379 - *380 - - *381 - - *383 + - *382 responses: '200': description: Response content: application/json: - schema: *382 + schema: *381 examples: default: value: @@ -117174,9 +117055,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: + - *379 - *380 - - *381 - - *383 + - *382 responses: '204': description: Response @@ -117206,9 +117087,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: + - *379 - *380 - - *381 - - *383 + - *382 responses: '204': description: Response @@ -117264,7 +117145,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: default: value: @@ -117336,9 +117217,9 @@ paths: application/json: schema: type: array - items: *820 + items: *819 examples: - default: *832 + default: *831 headers: Link: *43 '304': *37 @@ -117451,7 +117332,7 @@ paths: type: array items: *74 examples: - default: &839 + default: &838 summary: Default response value: - id: 1296269 @@ -117755,9 +117636,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *477 examples: - default: *480 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117795,9 +117676,9 @@ paths: application/json: schema: type: array - items: *657 + items: *656 examples: - default: *833 + default: *832 headers: Link: *43 '304': *37 @@ -117820,7 +117701,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *361 + - *360 responses: '204': description: Response @@ -117843,7 +117724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *361 + - *360 responses: '204': description: Response @@ -117876,7 +117757,7 @@ paths: application/json: schema: type: array - items: &834 + items: &833 title: Social account description: Social media account type: object @@ -117891,7 +117772,7 @@ paths: - provider - url examples: - default: &835 + default: &834 value: - provider: twitter url: https://twitter.com/github @@ -117953,9 +117834,9 @@ paths: application/json: schema: type: array - items: *834 + items: *833 examples: - default: *835 + default: *834 '422': *15 '304': *37 '404': *6 @@ -118042,7 +117923,7 @@ paths: application/json: schema: type: array - items: &836 + items: &835 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -118062,7 +117943,7 @@ paths: - title - created_at examples: - default: &850 + default: &849 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118128,9 +118009,9 @@ paths: description: Response content: application/json: - schema: *836 + schema: *835 examples: - default: &837 + default: &836 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118161,7 +118042,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: - - &838 + - &837 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118173,9 +118054,9 @@ paths: description: Response content: application/json: - schema: *836 + schema: *835 examples: - default: *837 + default: *836 '404': *6 '304': *37 '403': *29 @@ -118198,7 +118079,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: - - *838 + - *837 responses: '204': description: Response @@ -118227,7 +118108,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: - - &851 + - &850 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 @@ -118252,11 +118133,11 @@ paths: type: array items: *74 examples: - default-response: *839 + default-response: *838 application/vnd.github.v3.star+json: schema: type: array - items: &852 + items: &851 title: Starred Repository description: Starred Repository type: object @@ -118412,8 +118293,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: + - *464 - *465 - - *466 responses: '204': description: Response if this repository is starred by you @@ -118441,8 +118322,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -118466,8 +118347,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: + - *464 - *465 - - *466 responses: '204': description: Response @@ -118500,9 +118381,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 '304': *37 @@ -118539,7 +118420,7 @@ paths: application/json: schema: type: array - items: *446 + items: *445 examples: default: value: @@ -118625,10 +118506,10 @@ paths: application/json: schema: oneOf: - - *813 - *812 + - *811 examples: - default-response: &841 + default-response: &840 summary: Default response value: login: octocat @@ -118663,7 +118544,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &842 + response-with-git-hub-plan-information: &841 summary: Response with GitHub plan information value: login: octocat @@ -118723,7 +118604,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *840 + - *839 - *17 responses: '200': @@ -118772,11 +118653,11 @@ paths: application/json: schema: oneOf: - - *813 - *812 + - *811 examples: - default-response: *841 - response-with-git-hub-plan-information: *842 + default-response: *840 + response-with-git-hub-plan-information: *841 '404': *6 x-github: githubCloudOnly: false @@ -118826,8 +118707,8 @@ paths: required: - subject_digests examples: - default: *843 - withPredicateType: *844 + default: *842 + withPredicateType: *843 responses: '200': description: Response @@ -118880,7 +118761,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *845 + default: *844 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119085,12 +118966,12 @@ paths: initiator: type: string examples: - default: *518 + default: *517 '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: default: value: @@ -119124,9 +119005,9 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *830 + default: *829 '403': *29 '401': *25 x-github: @@ -119510,9 +119391,9 @@ paths: application/json: schema: type: array - items: *821 + items: *820 examples: - default: *846 + default: *845 headers: Link: *43 x-github: @@ -119616,7 +119497,7 @@ paths: application/json: schema: *22 examples: - default: *654 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119740,7 +119621,7 @@ paths: - docker - nuget - container - - *829 + - *828 - *138 - *19 - *17 @@ -119751,12 +119632,12 @@ paths: application/json: schema: type: array - items: *378 + items: *377 examples: - default: *830 + default: *829 '403': *29 '401': *25 - '400': *831 + '400': *830 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119776,17 +119657,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *379 - *380 - - *381 - *138 responses: '200': description: Response content: application/json: - schema: *378 + schema: *377 examples: - default: *847 + default: *846 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119807,8 +119688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *379 - *380 - - *381 - *138 responses: '204': @@ -119841,8 +119722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *379 - *380 - - *381 - *138 - name: token description: package token @@ -119875,8 +119756,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: + - *379 - *380 - - *381 - *138 responses: '200': @@ -119885,7 +119766,7 @@ paths: application/json: schema: type: array - items: *382 + items: *381 examples: default: value: @@ -119943,16 +119824,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: + - *379 - *380 - - *381 - - *383 + - *382 - *138 responses: '200': description: Response content: application/json: - schema: *382 + schema: *381 examples: default: value: @@ -119987,10 +119868,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *379 - *380 - - *381 - *138 - - *383 + - *382 responses: '204': description: Response @@ -120022,10 +119903,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *379 - *380 - - *381 - *138 - - *383 + - *382 responses: '204': description: Response @@ -120072,7 +119953,7 @@ paths: application/json: schema: type: array - items: *394 + items: *393 examples: default: value: @@ -120147,9 +120028,9 @@ paths: application/json: schema: type: array - items: *395 + items: *394 examples: - default: *396 + default: *395 headers: Link: *43 '304': *37 @@ -120171,16 +120052,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *397 + - *396 - *138 responses: '200': description: Response content: application/json: - schema: *395 + schema: *394 examples: - default: *396 + default: *395 headers: Link: *43 '304': *37 @@ -120202,7 +120083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *397 + - *396 - *138 - *17 - *104 @@ -120214,9 +120095,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *43 '304': *37 @@ -120238,17 +120119,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *397 - - *848 + - *396 + - *847 - *138 responses: '200': description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *43 '304': *37 @@ -120271,7 +120152,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: - - *397 + - *396 - *138 - *104 - *105 @@ -120304,9 +120185,9 @@ paths: application/json: schema: type: array - items: *405 + items: *404 examples: - default: *406 + default: *405 headers: Link: *43 '304': *37 @@ -120328,7 +120209,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *138 - - *397 + - *396 requestBody: required: true description: Details of the item to add to the project. @@ -120365,10 +120246,10 @@ paths: description: Response content: application/json: - schema: *849 + schema: *848 examples: - issue: *404 - pull_request: *404 + issue: *403 + pull_request: *403 '304': *37 '403': *29 '401': *25 @@ -120388,9 +120269,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: - - *397 + - *396 - *138 - - *407 + - *406 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -120410,9 +120291,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - default: *406 + default: *405 headers: Link: *43 '304': *37 @@ -120433,9 +120314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *397 + - *396 - *138 - - *407 + - *406 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -120505,13 +120386,13 @@ paths: description: Response content: application/json: - schema: *405 + schema: *404 examples: - text_field: *406 - number_field: *406 - date_field: *406 - single_select_field: *406 - iteration_field: *406 + text_field: *405 + number_field: *405 + date_field: *405 + single_select_field: *405 + iteration_field: *405 '401': *25 '403': *29 '404': *6 @@ -120531,9 +120412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *397 + - *396 - *138 - - *407 + - *406 responses: '204': description: Response @@ -120751,9 +120632,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -120783,9 +120664,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *434 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120813,9 +120694,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - default: *439 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120976,9 +120857,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *439 examples: - default: *441 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121002,7 +120883,6 @@ paths: - *196 - *247 - *197 - - *248 responses: '200': description: Response when getting a billing usage report @@ -121101,9 +120981,9 @@ paths: application/json: schema: type: array - items: *834 + items: *833 examples: - default: *835 + default: *834 headers: Link: *43 x-github: @@ -121133,9 +121013,9 @@ paths: application/json: schema: type: array - items: *836 + items: *835 examples: - default: *850 + default: *849 headers: Link: *43 x-github: @@ -121160,7 +121040,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *138 - - *851 + - *850 - *106 - *17 - *19 @@ -121172,11 +121052,11 @@ paths: schema: anyOf: - type: array - items: *852 + items: *851 - type: array items: *74 examples: - default-response: *839 + default-response: *838 headers: Link: *43 x-github: @@ -121205,9 +121085,9 @@ paths: application/json: schema: type: array - items: *278 + items: *277 examples: - default: *384 + default: *383 headers: Link: *43 x-github: @@ -121335,7 +121215,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &853 + enterprise: &852 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121393,7 +121273,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &854 + installation: &853 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121412,7 +121292,7 @@ x-webhooks: required: - id - node_id - organization: &855 + organization: &854 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121472,13 +121352,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &856 + repository: &855 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &893 + properties: &892 id: description: Unique identifier of the repository example: 42 @@ -122161,7 +122041,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &894 + required: &893 - archive_url - assignees_url - blobs_url @@ -122312,10 +122192,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -122391,11 +122271,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: &857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: &856 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) @@ -122618,11 +122498,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122805,11 +122685,11 @@ x-webhooks: - everyone required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122880,7 +122760,7 @@ x-webhooks: required: true content: application/json: - schema: &860 + schema: &859 title: Exemption request cancellation event type: object properties: @@ -122888,11 +122768,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: &858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: &857 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123125,7 +123005,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &859 + items: &858 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -123233,7 +123113,7 @@ x-webhooks: required: true content: application/json: - schema: &861 + schema: &860 title: Exemption request completed event type: object properties: @@ -123241,11 +123121,11 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123315,7 +123195,7 @@ x-webhooks: required: true content: application/json: - schema: &862 + schema: &861 title: Exemption request created event type: object properties: @@ -123323,11 +123203,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123397,7 +123277,7 @@ x-webhooks: required: true content: application/json: - schema: &863 + schema: &862 title: Exemption response dismissed event type: object properties: @@ -123405,12 +123285,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123482,7 +123362,7 @@ x-webhooks: required: true content: application/json: - schema: &864 + schema: &863 title: Exemption response submitted event type: object properties: @@ -123490,12 +123370,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123568,7 +123448,7 @@ x-webhooks: required: true content: application/json: - schema: *860 + schema: *859 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123635,7 +123515,7 @@ x-webhooks: required: true content: application/json: - schema: *861 + schema: *860 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123702,7 +123582,7 @@ x-webhooks: required: true content: application/json: - schema: *862 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123769,7 +123649,7 @@ x-webhooks: required: true content: application/json: - schema: *863 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123837,7 +123717,7 @@ x-webhooks: required: true content: application/json: - schema: *864 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -123915,7 +123795,7 @@ x-webhooks: type: string enum: - completed - check_run: &866 + check_run: &865 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123968,8 +123848,8 @@ x-webhooks: type: string pull_requests: type: array - items: *535 - repository: *278 + items: *534 + repository: *277 status: example: completed type: string @@ -124006,7 +123886,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *865 + deployment: *864 details_url: example: https://example.com type: string @@ -124056,7 +123936,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *535 + items: *534 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -124091,10 +123971,10 @@ x-webhooks: - output - app - pull_requests - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124487,11 +124367,11 @@ x-webhooks: type: string enum: - created - check_run: *866 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *865 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124887,11 +124767,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *866 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *865 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 requested_action: description: The action requested by the user. type: object @@ -125296,11 +125176,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *866 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *865 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -126277,10 +126157,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -126950,10 +126830,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127617,10 +127497,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127786,7 +127666,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127931,20 +127811,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &867 + commit_oid: &866 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: *853 - installation: *854 - organization: *855 - ref: &868 + enterprise: *852 + installation: *853 + organization: *854 + ref: &867 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: *856 + repository: *855 sender: *4 required: - action @@ -128109,7 +127989,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128339,12 +128219,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -128439,7 +128319,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128610,12 +128490,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -128781,7 +128661,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128947,12 +128827,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -129052,7 +128932,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129220,16 +129100,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 ref: 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 nullable: true - repository: *856 + repository: *855 sender: *4 required: - action @@ -129326,7 +129206,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *548 + dismissed_comment: *547 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129466,12 +129346,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *867 - enterprise: *853 - installation: *854 - organization: *855 - ref: *868 - repository: *856 + commit_oid: *866 + enterprise: *852 + installation: *853 + organization: *854 + ref: *867 + repository: *855 sender: *4 required: - action @@ -129728,10 +129608,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -129811,18 +129691,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *855 - pusher_type: &869 + organization: *854 + pusher_type: &868 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &870 + ref: &869 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -129832,7 +129712,7 @@ x-webhooks: enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -129915,9 +129795,9 @@ x-webhooks: enum: - created definition: *152 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130002,9 +129882,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130082,9 +129962,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *152 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130162,9 +130042,9 @@ x-webhooks: enum: - updated definition: *152 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130241,10 +130121,10 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - repository: *856 - organization: *855 + enterprise: *852 + installation: *853 + repository: *855 + organization: *854 sender: *4 new_property_values: type: array @@ -130329,18 +130209,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - pusher_type: *869 - ref: *870 + enterprise: *852 + installation: *853 + organization: *854 + pusher_type: *868 + ref: *869 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -130424,11 +130304,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130512,11 +130392,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130600,11 +130480,11 @@ x-webhooks: type: string enum: - created - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130686,11 +130566,11 @@ x-webhooks: type: string enum: - dismissed - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130772,11 +130652,11 @@ x-webhooks: type: string enum: - fixed - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130859,11 +130739,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130945,11 +130825,11 @@ x-webhooks: type: string enum: - reopened - alert: *604 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *603 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -131026,9 +130906,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - key: &871 + enterprise: *852 + installation: *853 + key: &870 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131064,8 +130944,8 @@ x-webhooks: - verified - created_at - read_only - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131142,11 +131022,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - key: *871 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + key: *870 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131707,12 +131587,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: &875 + workflow: &874 title: Workflow type: object nullable: true @@ -132438,13 +132318,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *610 + deployment: *609 pull_requests: type: array - items: *705 - repository: *856 - organization: *855 - installation: *854 + items: *704 + repository: *855 + organization: *854 + installation: *853 sender: *4 responses: '200': @@ -132515,7 +132395,7 @@ x-webhooks: type: string enum: - approved - approver: &872 + approver: &871 type: object properties: avatar_url: @@ -132558,11 +132438,11 @@ x-webhooks: type: string comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: &873 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: &872 type: array items: type: object @@ -132641,7 +132521,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &874 + workflow_job_run: &873 type: object properties: conclusion: @@ -133372,18 +133252,18 @@ x-webhooks: type: string enum: - rejected - approver: *872 + approver: *871 comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: *873 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: *872 sender: *4 since: type: string - workflow_job_run: *874 + workflow_job_run: *873 workflow_job_runs: type: array items: @@ -134087,13 +133967,13 @@ x-webhooks: type: string enum: - requested - enterprise: *853 + enterprise: *852 environment: type: string - installation: *854 - organization: *855 - repository: *856 - requestor: &880 + installation: *853 + organization: *854 + repository: *855 + requestor: &879 title: User type: object nullable: true @@ -135992,12 +135872,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Deployment Workflow Run type: object @@ -136677,7 +136557,7 @@ x-webhooks: type: string enum: - answered - answer: &878 + answer: &877 type: object properties: author_association: @@ -136834,7 +136714,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &876 + discussion: &875 title: Discussion description: A Discussion in a repository. type: object @@ -137120,7 +137000,7 @@ x-webhooks: - id labels: type: array - items: *667 + items: *666 required: - repository_url - category @@ -137142,10 +137022,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137272,11 +137152,11 @@ x-webhooks: - from required: - category - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137359,11 +137239,11 @@ x-webhooks: type: string enum: - closed - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137445,7 +137325,7 @@ x-webhooks: type: string enum: - created - comment: &877 + comment: &876 type: object properties: author_association: @@ -137602,11 +137482,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137689,12 +137569,12 @@ x-webhooks: type: string enum: - deleted - comment: *877 - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *876 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137789,12 +137669,12 @@ x-webhooks: - from required: - body - comment: *877 - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *876 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137878,11 +137758,11 @@ x-webhooks: type: string enum: - created - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137964,11 +137844,11 @@ x-webhooks: type: string enum: - deleted - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138068,11 +137948,11 @@ x-webhooks: type: string required: - from - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138154,10 +138034,10 @@ x-webhooks: type: string enum: - labeled - discussion: *876 - enterprise: *853 - installation: *854 - label: &879 + discussion: *875 + enterprise: *852 + installation: *853 + label: &878 title: Label type: object properties: @@ -138189,8 +138069,8 @@ x-webhooks: - color - default - description - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138273,11 +138153,11 @@ x-webhooks: type: string enum: - locked - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138359,11 +138239,11 @@ x-webhooks: type: string enum: - pinned - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138445,11 +138325,11 @@ x-webhooks: type: string enum: - reopened - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138534,16 +138414,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *876 - new_repository: *856 + new_discussion: *875 + new_repository: *855 required: - new_discussion - new_repository - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138626,10 +138506,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *876 - old_answer: *878 - organization: *855 - repository: *856 + discussion: *875 + old_answer: *877 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138711,12 +138591,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *876 - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138799,11 +138679,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138885,11 +138765,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *876 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *875 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138958,7 +138838,7 @@ x-webhooks: required: true content: application/json: - schema: *862 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139021,7 +138901,7 @@ x-webhooks: required: true content: application/json: - schema: *864 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139087,7 +138967,7 @@ x-webhooks: required: true content: application/json: - schema: *860 + schema: *859 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139153,7 +139033,7 @@ x-webhooks: required: true content: application/json: - schema: *861 + schema: *860 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139219,7 +139099,7 @@ x-webhooks: required: true content: application/json: - schema: *862 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139285,7 +139165,7 @@ x-webhooks: required: true content: application/json: - schema: *863 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139351,7 +139231,7 @@ x-webhooks: required: true content: application/json: - schema: *864 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139418,7 +139298,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *853 + enterprise: *852 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140078,9 +139958,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - forkee @@ -140226,9 +140106,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pages: description: The pages that were updated. type: array @@ -140265,7 +140145,7 @@ x-webhooks: - action - sha - html_url - repository: *856 + repository: *855 sender: *4 required: - pages @@ -140341,10 +140221,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: &881 + organization: *854 + repositories: &880 description: An array of repository objects that the installation can access. type: array @@ -140370,8 +140250,8 @@ x-webhooks: - name - full_name - private - repository: *856 - requester: *880 + repository: *855 + requester: *879 sender: *4 required: - action @@ -140446,11 +140326,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140526,11 +140406,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140606,10 +140486,10 @@ x-webhooks: type: string enum: - added - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: &882 + organization: *854 + repositories_added: &881 description: An array of repository objects, which were added to the installation. type: array @@ -140655,15 +140535,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *856 - repository_selection: &883 + repository: *855 + repository_selection: &882 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *880 + requester: *879 sender: *4 required: - action @@ -140742,10 +140622,10 @@ x-webhooks: type: string enum: - removed - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: *882 + organization: *854 + repositories_added: *881 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -140772,9 +140652,9 @@ x-webhooks: - name - full_name - private - repository: *856 - repository_selection: *883 - requester: *880 + repository: *855 + repository_selection: *882 + requester: *879 sender: *4 required: - action @@ -140853,11 +140733,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141036,10 +140916,10 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 target_type: type: string @@ -141118,11 +140998,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141374,8 +141254,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142169,8 +142049,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142186,7 +142066,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -142519,8 +142399,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -142600,7 +142480,7 @@ x-webhooks: type: string enum: - deleted - comment: &884 + comment: &883 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -142765,8 +142645,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -143556,8 +143436,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143573,7 +143453,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -143908,8 +143788,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -143989,7 +143869,7 @@ x-webhooks: type: string enum: - edited - changes: &913 + changes: &912 description: The changes to the comment. type: object properties: @@ -144001,9 +143881,9 @@ x-webhooks: type: string required: - from - comment: *884 - enterprise: *853 - installation: *854 + comment: *883 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144796,8 +144676,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144813,7 +144693,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -145146,8 +145026,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145237,9 +145117,9 @@ x-webhooks: type: number blocking_issue: *223 blocking_issue_repo: *74 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145333,9 +145213,9 @@ x-webhooks: type: number blocking_issue: *223 blocking_issue_repo: *74 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145428,9 +145308,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145524,9 +145404,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145611,10 +145491,10 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - issue: &887 + assignee: *879 + enterprise: *852 + installation: *853 + issue: &886 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146403,11 +146283,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146423,7 +146303,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -146524,8 +146404,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -146605,8 +146485,8 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147400,11 +147280,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147420,7 +147300,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -147656,8 +147536,8 @@ x-webhooks: required: - state - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -147736,8 +147616,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148522,11 +148402,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148542,7 +148422,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -148642,8 +148522,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -148722,8 +148602,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149530,11 +149410,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149550,7 +149430,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -149629,7 +149509,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &885 + milestone: &884 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149767,8 +149647,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -149867,8 +149747,8 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150657,11 +150537,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150674,7 +150554,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *362 + type: *361 title: description: Title of the issue type: string @@ -150778,9 +150658,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *879 - organization: *855 - repository: *856 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -150860,8 +150740,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151649,11 +151529,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151666,7 +151546,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *362 + type: *361 title: description: Title of the issue type: string @@ -151770,9 +151650,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *879 - organization: *855 - repository: *856 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -151852,8 +151732,8 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152665,11 +152545,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152682,7 +152562,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *362 + type: *361 title: description: Title of the issue type: string @@ -152763,8 +152643,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -152843,8 +152723,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153650,11 +153530,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153670,7 +153550,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -153748,9 +153628,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *885 - organization: *855 - repository: *856 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -154618,11 +154498,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154715,7 +154595,7 @@ x-webhooks: required: - login - id - type: *362 + type: *361 required: - id - number @@ -155184,8 +155064,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155974,11 +155854,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155994,7 +155874,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -156094,8 +155974,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -156175,9 +156055,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *853 - installation: *854 - issue: &886 + enterprise: *852 + installation: *853 + issue: &885 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156960,11 +156840,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156980,7 +156860,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -157080,8 +156960,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -157160,8 +157040,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157971,11 +157851,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158069,9 +157949,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *362 - organization: *855 - repository: *856 + type: *361 + organization: *854 + repository: *855 sender: *4 required: - action @@ -158937,11 +158817,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158957,7 +158837,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -159525,11 +159405,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159609,12 +159489,12 @@ x-webhooks: type: string enum: - typed - enterprise: *853 - installation: *854 - issue: *887 - type: *362 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *361 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159695,7 +159575,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &916 + assignee: &915 title: User type: object nullable: true @@ -159765,11 +159645,11 @@ x-webhooks: required: - login - id - enterprise: *853 - installation: *854 - issue: *887 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159848,12 +159728,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - issue: *887 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159933,8 +159813,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160744,11 +160624,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *798 - issue_dependencies_summary: *799 + sub_issues_summary: *797 + issue_dependencies_summary: *798 issue_field_values: type: array - items: *800 + items: *799 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160764,7 +160644,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *362 + type: *361 updated_at: type: string format: date-time @@ -160842,8 +160722,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -160923,11 +160803,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161006,12 +160886,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *853 - installation: *854 - issue: *887 - type: *362 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *361 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161091,11 +160971,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161173,11 +161053,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161287,11 +161167,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - label: *879 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *878 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161373,9 +161253,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: &888 + enterprise: *852 + installation: *853 + marketplace_purchase: &887 title: Marketplace Purchase type: object required: @@ -161458,8 +161338,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: &889 + organization: *854 + previous_marketplace_purchase: &888 title: Marketplace Purchase type: object properties: @@ -161539,7 +161419,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161619,10 +161499,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161705,7 +161585,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161787,10 +161667,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161872,7 +161752,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161953,8 +161833,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 marketplace_purchase: title: Marketplace Purchase type: object @@ -162036,9 +161916,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162118,12 +161998,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162225,11 +162105,11 @@ x-webhooks: type: string required: - to - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162329,11 +162209,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162412,11 +162292,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162494,11 +162374,11 @@ x-webhooks: type: string enum: - added - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162574,7 +162454,7 @@ x-webhooks: required: - login - id - team: &890 + team: &889 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162797,11 +162677,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162878,7 +162758,7 @@ x-webhooks: required: - login - id - team: *890 + team: *889 required: - action - scope @@ -162960,8 +162840,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *854 - merge_group: &892 + installation: *853 + merge_group: &891 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -162980,15 +162860,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *891 + head_commit: *890 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163074,10 +162954,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *854 - merge_group: *892 - organization: *855 - repository: *856 + installation: *853 + merge_group: *891 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163150,7 +163030,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163259,16 +163139,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *854 - organization: *855 + installation: *853 + organization: *854 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -163349,11 +163229,11 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163432,9 +163312,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - milestone: &895 + enterprise: *852 + installation: *853 + milestone: &894 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163571,8 +163451,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163651,11 +163531,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163765,11 +163645,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163849,11 +163729,11 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - milestone: *895 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *894 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163932,11 +163812,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164015,11 +163895,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164095,7 +163975,7 @@ x-webhooks: enum: - created definition: *146 - enterprise: *853 + enterprise: *852 sender: *4 required: - action @@ -164175,8 +164055,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164249,8 +164129,8 @@ x-webhooks: enum: - updated definition: *146 - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164322,9 +164202,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 new_property_values: type: array @@ -164412,9 +164292,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - membership: &896 + enterprise: *852 + installation: *853 + membership: &895 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164521,8 +164401,8 @@ x-webhooks: - role - organization_url - user - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164600,11 +164480,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164683,8 +164563,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164800,10 +164680,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 - user: *880 + user: *879 required: - action - invitation @@ -164881,11 +164761,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164972,11 +164852,11 @@ x-webhooks: properties: from: type: string - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -165052,9 +164932,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -165553,7 +165433,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &897 + items: &896 title: Ruby Gems metadata type: object properties: @@ -165648,7 +165528,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -165724,9 +165604,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -166079,7 +165959,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 source_url: type: string format: uri @@ -166149,7 +166029,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -166326,12 +166206,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *853 + enterprise: *852 id: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - id @@ -166408,7 +166288,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &898 + personal_access_token_request: &897 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166554,10 +166434,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *853 - organization: *855 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166634,11 +166514,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166714,11 +166594,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166793,11 +166673,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *898 - organization: *855 - enterprise: *853 + personal_access_token_request: *897 + organization: *854 + enterprise: *852 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166902,7 +166782,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *899 + last_response: *898 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166934,8 +166814,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 zen: description: Random string of GitHub zen. @@ -167180,10 +167060,10 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: &900 + enterprise: *852 + installation: *853 + organization: *854 + project_card: &899 title: Project Card type: object properties: @@ -167302,7 +167182,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -167383,11 +167263,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167467,9 +167347,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: title: Project Card type: object @@ -167597,8 +167477,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -167692,11 +167572,11 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167790,9 +167670,9 @@ x-webhooks: - from required: - column_id - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: allOf: - title: Project Card @@ -167982,7 +167862,7 @@ x-webhooks: type: string required: - after_id - repository: *856 + repository: *855 sender: *4 required: - action @@ -168062,10 +167942,10 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - organization: *855 - project: &902 + enterprise: *852 + installation: *853 + organization: *854 + project: &901 title: Project type: object properties: @@ -168189,7 +168069,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168269,10 +168149,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_column: &901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: &900 title: Project Column type: object properties: @@ -168311,7 +168191,7 @@ x-webhooks: - name - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168390,18 +168270,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -168491,11 +168371,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168575,11 +168455,11 @@ x-webhooks: type: string enum: - moved - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168659,11 +168539,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -168743,18 +168623,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project: *902 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -168856,11 +168736,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -168939,11 +168819,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -169024,9 +168904,9 @@ x-webhooks: type: string enum: - closed - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169107,9 +168987,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169190,9 +169070,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169309,9 +169189,9 @@ x-webhooks: type: string to: type: string - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -169394,7 +169274,7 @@ x-webhooks: type: string enum: - archived - changes: &906 + changes: &905 type: object properties: archived_at: @@ -169408,9 +169288,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *854 - organization: *855 - projects_v2_item: &903 + installation: *853 + organization: *854 + projects_v2_item: &902 title: Projects v2 Item description: An item belonging to a project type: object @@ -169428,7 +169308,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *403 + content_type: *402 creator: *4 created_at: type: string @@ -169545,9 +169425,9 @@ x-webhooks: nullable: true to: type: string - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169629,9 +169509,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169712,9 +169592,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169820,7 +169700,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &904 + - &903 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169842,7 +169722,7 @@ x-webhooks: required: - id - name - - &905 + - &904 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169876,8 +169756,8 @@ x-webhooks: oneOf: - type: string - type: integer + - *903 - *904 - - *905 required: - field_value - type: object @@ -169893,9 +169773,9 @@ x-webhooks: nullable: true required: - body - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169990,9 +169870,9 @@ x-webhooks: to: type: string nullable: true - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170075,10 +169955,10 @@ x-webhooks: type: string enum: - restored - changes: *906 - installation: *854 - organization: *855 - projects_v2_item: *903 + changes: *905 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170160,9 +170040,9 @@ x-webhooks: type: string enum: - reopened - installation: *854 - organization: *855 - projects_v2: *395 + installation: *853 + organization: *854 + projects_v2: *394 sender: *4 required: - action @@ -170243,14 +170123,14 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_status_update: &909 + installation: *853 + organization: *854 + projects_v2_status_update: &908 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *907 - required: *908 + properties: *906 + required: *907 sender: *4 required: - action @@ -170331,9 +170211,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170469,9 +170349,9 @@ x-webhooks: type: string format: date nullable: true - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170542,10 +170422,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - repository @@ -170622,13 +170502,13 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - number: &910 + assignee: *879 + enterprise: *852 + installation: *853 + number: &909 description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -172911,7 +172791,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -172993,11 +172873,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -175275,7 +175155,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -175357,11 +175237,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -177639,7 +177519,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -177721,13 +177601,13 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: &911 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: &910 allOf: - - *705 + - *704 - type: object properties: allow_auto_merge: @@ -177789,7 +177669,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *856 + repository: *855 sender: *4 required: - action @@ -177870,12 +177750,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -177955,11 +177835,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - milestone: *687 - number: *910 - organization: *855 - pull_request: &912 + enterprise: *852 + milestone: *686 + number: *909 + organization: *854 + pull_request: &911 title: Pull Request type: object properties: @@ -180222,7 +180102,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -180301,11 +180181,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -182587,7 +182467,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *856 + repository: *855 sender: *4 required: - action @@ -182711,12 +182591,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -182796,11 +182676,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -185067,7 +184947,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -185147,11 +185027,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 - label: *879 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *878 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -187433,7 +187313,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -187514,10 +187394,10 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -189797,7 +189677,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -189877,12 +189757,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - milestone: *687 - number: *910 - organization: *855 - pull_request: *912 - repository: *856 + enterprise: *852 + milestone: *686 + number: *909 + organization: *854 + pull_request: *911 + repository: *855 sender: *4 required: - action @@ -189961,12 +189841,12 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190047,12 +189927,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190132,12 +190012,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190503,9 +190383,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -192675,7 +192555,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -192755,7 +192635,7 @@ x-webhooks: type: string enum: - deleted - comment: &914 + comment: &913 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. @@ -193040,9 +192920,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -195200,7 +195080,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -195280,11 +195160,11 @@ x-webhooks: type: string enum: - edited - changes: *913 - comment: *914 - enterprise: *853 - installation: *854 - organization: *855 + changes: *912 + comment: *913 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -197445,7 +197325,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -197526,9 +197406,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -199701,7 +199581,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 review: description: The review that was affected. type: object @@ -199948,9 +199828,9 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -202004,8 +201884,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: &915 + repository: *855 + review: &914 description: The review that was affected. type: object properties: @@ -202238,12 +202118,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -204526,7 +204406,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -204610,12 +204490,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -206905,7 +206785,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207097,12 +206977,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -209387,7 +209267,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -209472,12 +209352,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -211753,7 +211633,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211934,9 +211814,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -214111,8 +213991,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: *915 + repository: *855 + review: *914 sender: *4 required: - action @@ -214192,9 +214072,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -216264,7 +216144,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -216651,9 +216531,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -218709,7 +218589,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -219099,10 +218979,10 @@ x-webhooks: type: string before: type: string - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -221373,7 +221253,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -221455,11 +221335,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *916 - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + assignee: *915 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -223742,7 +223622,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -223821,11 +223701,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - label: *879 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *878 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -226098,7 +225978,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -226179,10 +226059,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -228447,7 +228327,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -228647,7 +228527,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *853 + enterprise: *852 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -228739,8 +228619,8 @@ x-webhooks: - url - author - committer - installation: *854 - organization: *855 + installation: *853 + organization: *854 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -229315,9 +229195,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -229763,7 +229643,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -229817,7 +229697,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -229895,9 +229775,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -230205,7 +230085,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -230254,7 +230134,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -230331,10 +230211,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - release: &917 + enterprise: *852 + installation: *853 + organization: *854 + release: &916 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230652,7 +230532,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *856 + repository: *855 sender: *4 required: - action @@ -230729,11 +230609,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -230850,11 +230730,11 @@ x-webhooks: type: boolean required: - to - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -230932,9 +230812,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -231256,7 +231136,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231332,10 +231212,10 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - release: &918 + enterprise: *852 + installation: *853 + organization: *854 + release: &917 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231654,7 +231534,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231730,11 +231610,11 @@ x-webhooks: type: string enum: - released - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -231810,11 +231690,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *853 - installation: *854 - organization: *855 - release: *918 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *917 + repository: *855 sender: *4 required: - action @@ -231890,11 +231770,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *758 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *757 sender: *4 required: - action @@ -231970,11 +231850,11 @@ x-webhooks: type: string enum: - reported - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *758 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *757 sender: *4 required: - action @@ -232050,10 +231930,10 @@ x-webhooks: type: string enum: - archived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232130,10 +232010,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232211,10 +232091,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232298,10 +232178,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232413,10 +232293,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232488,10 +232368,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 status: type: string @@ -232572,10 +232452,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232652,10 +232532,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232749,10 +232629,10 @@ x-webhooks: - name required: - repository - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232832,10 +232712,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *185 sender: *4 required: @@ -232914,10 +232794,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *185 sender: *4 required: @@ -232996,10 +232876,10 @@ x-webhooks: type: string enum: - edited - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *185 changes: type: object @@ -233061,16 +232941,16 @@ x-webhooks: properties: added: type: array - items: *726 + items: *725 deleted: type: array - items: *726 + items: *725 updated: type: array items: type: object properties: - rule: *726 + rule: *725 changes: type: object properties: @@ -233304,10 +233184,10 @@ x-webhooks: - from required: - owner - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233385,10 +233265,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233466,7 +233346,7 @@ x-webhooks: type: string enum: - create - alert: &919 + alert: &918 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233587,10 +233467,10 @@ x-webhooks: type: string enum: - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233796,10 +233676,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233877,11 +233757,11 @@ x-webhooks: type: string enum: - reopen - alert: *919 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *918 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234080,10 +233960,10 @@ x-webhooks: enum: - fixed - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234161,7 +234041,7 @@ x-webhooks: type: string enum: - created - alert: &920 + alert: &919 type: object properties: number: *123 @@ -234279,10 +234159,10 @@ x-webhooks: properties: *20 required: *21 nullable: true - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234363,11 +234243,11 @@ x-webhooks: type: string enum: - created - alert: *920 - installation: *854 - location: *921 - organization: *855 - repository: *856 + alert: *919 + installation: *853 + location: *920 + organization: *854 + repository: *855 sender: *4 required: - location @@ -234605,11 +234485,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234687,11 +234567,11 @@ x-webhooks: type: string enum: - reopened - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234769,11 +234649,11 @@ x-webhooks: type: string enum: - resolved - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234851,11 +234731,11 @@ x-webhooks: type: string enum: - validated - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234981,10 +234861,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *856 - enterprise: *853 - installation: *854 - organization: *855 + repository: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -235062,11 +234942,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: &922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: &921 description: The details of the security advisory, including summary, description, and severity. type: object @@ -235249,11 +235129,11 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: *922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: *921 sender: *4 required: - action @@ -235326,10 +235206,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235513,11 +235393,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *411 - enterprise: *853 - installation: *854 - organization: *855 - repository: *478 + security_and_analysis: *410 + enterprise: *852 + installation: *853 + organization: *854 + repository: *477 sender: *4 required: - changes @@ -235595,12 +235475,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: &923 + sponsorship: &922 type: object properties: created_at: @@ -235901,12 +235781,12 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -235994,12 +235874,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236076,17 +235956,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &924 + effective_date: &923 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: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -236160,7 +236040,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &925 + changes: &924 type: object properties: tier: @@ -236204,13 +236084,13 @@ x-webhooks: - from required: - tier - effective_date: *924 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + effective_date: *923 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236287,13 +236167,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *925 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + changes: *924 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236367,10 +236247,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236453,10 +236333,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236876,15 +236756,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *853 + enterprise: *852 id: description: The unique identifier of the status. type: integer - installation: *854 + installation: *853 name: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 sha: description: The Commit SHA. @@ -236999,9 +236879,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237091,9 +236971,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237183,9 +237063,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237275,9 +237155,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *223 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237354,12 +237234,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - team: &926 + team: &925 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -237582,9 +237462,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238042,7 +237922,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -238118,9 +237998,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238578,7 +238458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -238655,9 +238535,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -239115,7 +238995,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -239259,9 +239139,9 @@ x-webhooks: - from required: - permissions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -239719,7 +239599,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - changes @@ -239797,9 +239677,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -240257,7 +240137,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -240333,10 +240213,10 @@ x-webhooks: type: string enum: - started - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -240409,16 +240289,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *853 + enterprise: *852 inputs: type: object nullable: true additionalProperties: true - installation: *854 - organization: *855 + installation: *853 + organization: *854 ref: type: string - repository: *856 + repository: *855 sender: *4 workflow: type: string @@ -240500,10 +240380,10 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -240740,7 +240620,7 @@ x-webhooks: type: string required: - conclusion - deployment: *610 + deployment: *609 required: - action - repository @@ -240819,10 +240699,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -241082,7 +240962,7 @@ x-webhooks: required: - status - steps - deployment: *610 + deployment: *609 required: - action - repository @@ -241161,10 +241041,10 @@ x-webhooks: type: string enum: - queued - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241299,7 +241179,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *610 + deployment: *609 required: - action - repository @@ -241378,10 +241258,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241517,7 +241397,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *610 + deployment: *609 required: - action - repository @@ -241597,12 +241477,12 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Workflow Run type: object @@ -242601,12 +242481,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Workflow Run type: object @@ -243590,12 +243470,12 @@ x-webhooks: type: string enum: - requested - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *875 + workflow: *874 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 84e8cd0f7..dbb5e609d 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -12682,9 +12682,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.", @@ -17381,9 +17378,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -42646,165 +42640,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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", @@ -91646,9 +91481,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -313051,20 +312883,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": { @@ -333914,15 +333732,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index eb68b9a47..902d5860e 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -9041,7 +9041,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. @@ -12346,7 +12345,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" @@ -30728,117 +30726,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 - example: Remaining tasks - type: string - 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 @@ -66178,7 +66065,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" @@ -234628,16 +234514,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: @@ -252591,15 +252467,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 84e8cd0f7..dbb5e609d 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -12682,9 +12682,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.", @@ -17381,9 +17378,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -42646,165 +42640,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", - "example": "Remaining tasks", - "type": "string" - } - }, - "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", @@ -91646,9 +91481,6 @@ }, { "$ref": "#/components/parameters/billing-usage-report-day" - }, - { - "$ref": "#/components/parameters/billing-usage-report-hour" } ], "responses": { @@ -313051,20 +312883,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": { @@ -333914,15 +333732,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index eb68b9a47..902d5860e 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -9041,7 +9041,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. @@ -12346,7 +12345,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" @@ -30728,117 +30726,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 - example: Remaining tasks - type: string - 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 @@ -66178,7 +66065,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" @@ -234628,16 +234514,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: @@ -252591,15 +252467,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 2bc8971a0..71a8f0ebb 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.js{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}