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 443cc384e..115a5e72f 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 @@ -3546,6 +3546,216 @@ } } }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": { + "get": { + "summary": "Get Copilot enterprise usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": { + "get": { + "summary": "Get Copilot enterprise usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -14114,6 +14324,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14306,6 +14522,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14503,6 +14725,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -19301,6 +19529,216 @@ } } }, + "/orgs/{org}/copilot/metrics/reports/organization-1-day": { + "get": { + "summary": "Get Copilot organization usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": { + "get": { + "summary": "Get Copilot organization usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot organization users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot organization users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/orgs/{org}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an organization", @@ -25351,7 +25789,7 @@ }, "post": { "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -25409,12 +25847,12 @@ "default": false }, "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", + "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" }, "key_id": { - "description": "The ID of the key you used to encrypt the secret.", + "description": "The ID of the key you used to encrypt the secret. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string" }, "visibility": { @@ -25432,13 +25870,62 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. Defaults to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or `oidc_jfrog` for OIDC authentication.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } }, "required": [ "registry_type", "url", - "encrypted_value", - "key_id", "visibility" ] }, @@ -25469,6 +25956,17 @@ 1296280 ] } + }, + "org-private-registry-with-oidc-azure": { + "summary": "Example of an OIDC private registry configuration using Azure", + "value": { + "registry_type": "docker_registry", + "url": "https://myregistry.azurecr.io", + "auth_type": "oidc_azure", + "visibility": "all", + "tenant_id": "12345678-1234-1234-1234-123456789012", + "client_id": "abcdef01-2345-6789-abcd-ef0123456789" + } } } } @@ -25623,7 +26121,7 @@ }, "patch": { "summary": "Update a private registry for an organization", - "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -25707,16 +26205,79 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. This field cannot be changed after creation. If provided, it must match the existing `auth_type` of the configuration. To change the authentication type, delete and recreate the configuration.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } } }, "examples": { - "default": { + "secret-based-update": { + "summary": "Update a secret-based private registry", "value": { "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678" } + }, + "oidc-azure-update": { + "summary": "Update an OIDC private registry (Azure)", + "value": { + "tenant_id": "12345678-1234-1234-1234-123456789012", + "visibility": "selected", + "selected_repository_ids": [ + 1296269, + 1296280 + ] + } } } } @@ -61077,6 +61638,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61211,6 +61775,9 @@ } } } + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61472,6 +62039,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -104304,12 +104874,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106050,6 +106614,60 @@ } } }, + "copilot-usage-metrics-1-day-report": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "copilot-usage-metrics-28-day-report": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, "alert-number": { "type": "integer", "description": "The security alert number.", @@ -110370,9 +110988,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -114862,9 +115477,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -116738,6 +117350,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -116763,6 +117386,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -116811,6 +117474,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -116842,6 +117516,46 @@ "type": "integer" } }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -118562,12 +119276,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -119140,10 +119848,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -137262,9 +137966,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -139571,12 +140272,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -145369,12 +146064,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147794,11 +148483,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -148611,11 +149295,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -186258,11 +186937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "has_downloads": { "description": "Whether downloads are enabled.", "type": "boolean", @@ -190618,11 +191292,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -198898,11 +199567,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -199717,11 +200381,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -201909,11 +202568,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -202739,11 +203393,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -204946,11 +205595,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -205763,11 +206407,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -208088,11 +208727,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -208905,11 +209539,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -211218,11 +211847,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -212035,11 +212659,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -214234,11 +214853,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -215053,11 +215667,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -217259,11 +217868,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -218078,11 +218682,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -220795,11 +221394,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -221598,11 +222192,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -223673,11 +224262,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -224476,11 +225060,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -226547,11 +227126,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -227350,11 +227924,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -229417,11 +229986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -230220,11 +230784,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -235282,11 +235841,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -236099,11 +236653,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -238408,11 +238957,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -239225,11 +239769,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -241584,11 +242123,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -242401,11 +242935,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -244706,11 +245235,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -245523,11 +246047,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -247845,11 +248364,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -248649,11 +249163,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -250728,11 +251237,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -251493,11 +251997,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -253907,11 +254406,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -254670,11 +255164,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -257086,11 +257575,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -257903,11 +258387,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -260115,11 +260594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -260934,11 +261408,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -263143,11 +263612,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -263962,11 +264426,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -266165,11 +266624,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -266983,11 +267437,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -268984,11 +269433,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -283132,9 +283576,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -286974,6 +287415,25 @@ "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks" } }, + "copilot-usage-metrics-1-day-report": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + }, + "copilot-usage-metrics-28-day-report": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + }, "dependabot-alerts-for-organization": { "value": [ { @@ -316965,6 +317425,17 @@ "type": "integer" } }, + "day": { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", 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 bc3a07ac9..1d744e14e 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 @@ -2549,6 +2549,168 @@ paths: enabledForGitHubApps: false category: code-security subcategory: configurations + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": + get: + summary: Get Copilot enterprise usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": + get: + summary: Get Copilot enterprise usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -10188,6 +10350,10 @@ paths: examples: default: "$ref": "#/components/examples/artifact-deployment-record-list" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10349,6 +10515,10 @@ paths: examples: default: "$ref": "#/components/examples/artifact-deployment-record-list" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10503,6 +10673,10 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14117,6 +14291,176 @@ paths: enabledForGitHubApps: true category: copilot subcategory: copilot-metrics + "/orgs/{org}/copilot/metrics/reports/organization-1-day": + get: + summary: Get Copilot organization usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": + get: + summary: Get Copilot organization usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics + parameters: + - "$ref": "#/components/parameters/org" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot organization users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot organization users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics + parameters: + - "$ref": "#/components/parameters/org" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/orgs/{org}/dependabot/alerts": get: summary: List Dependabot alerts for an organization @@ -18404,6 +18748,7 @@ paths: description: |2- Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -18463,11 +18808,14 @@ paths: description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. + endpoint. Required when `auth_type` is `token` or `username_password`. + Should be omitted for OIDC auth types. type: string pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" key_id: - description: The ID of the key you used to encrypt the secret. + description: The ID of the key you used to encrypt the secret. Required + when `auth_type` is `token` or `username_password`. Should be + omitted for OIDC auth types. type: string visibility: description: Which type of organization repositories have access @@ -18490,11 +18838,58 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. Defaults + to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or + `oidc_jfrog` for OIDC authentication. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string required: - registry_type - url - - encrypted_value - - key_id - visibility examples: org-private-registry-with-private-visibility: @@ -18521,6 +18916,15 @@ paths: selected_repository_ids: - 1296269 - 1296280 + org-private-registry-with-oidc-azure: + summary: Example of an OIDC private registry configuration using Azure + value: + registry_type: docker_registry + url: https://myregistry.azurecr.io + auth_type: oidc_azure + visibility: all + tenant_id: 12345678-1234-1234-1234-123456789012 + client_id: abcdef01-2345-6789-abcd-ef0123456789 responses: '201': description: The organization private registry configuration @@ -18629,6 +19033,7 @@ paths: description: |2- Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -18713,12 +19118,71 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. This + field cannot be changed after creation. If provided, it must match + the existing `auth_type` of the configuration. To change the authentication + type, delete and recreate the configuration. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string examples: - default: + secret-based-update: + summary: Update a secret-based private registry value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' + oidc-azure-update: + summary: Update an OIDC private registry (Azure) + value: + tenant_id: 12345678-1234-1234-1234-123456789012 + visibility: selected + selected_repository_ids: + - 1296269 + - 1296280 responses: '204': description: Response @@ -44428,6 +44892,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44531,6 +44997,8 @@ paths: examples: default: "$ref": "#/components/examples/release" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44718,6 +45186,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75417,11 +75887,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -76913,6 +77378,51 @@ components: - removed_by_enterprise repository: "$ref": "#/components/schemas/simple-repository" + copilot-usage-metrics-1-day-report: + type: object + title: Copilot Metrics 1 Day Report + description: Links to download the Copilot usage metrics report for an enterprise/organization + for a specific day. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the Copilot usage metrics report for the + enterprise/organization for the specified day. + report_day: + type: string + format: date + description: The day of the report in `YYYY-MM-DD` format. + required: + - download_links + - report_day + copilot-usage-metrics-28-day-report: + type: object + title: Copilot Metrics 28 Day Report + description: Links to download the latest Copilot usage metrics report for an + enterprise/organization. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the latest Copilot usage metrics report + for the enterprise/organization. + report_start_day: + type: string + format: date + description: The start date of the report period in `YYYY-MM-DD` format. + report_end_day: + type: string + format: date + description: The end date of the report period in `YYYY-MM-DD` format. + required: + - download_links + - report_start_day + - report_end_day alert-number: type: integer description: The security alert number. @@ -80213,8 +80723,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -83889,8 +84397,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -85384,6 +85890,15 @@ components: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -85409,6 +85924,36 @@ components: - private - selected type: string + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -85449,6 +85994,15 @@ components: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -85480,6 +86034,36 @@ components: private registry when `visibility` is set to `selected`. items: type: integer + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -86800,11 +87384,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -87286,9 +87865,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - type: boolean - example: true archived: type: boolean disabled: @@ -101062,8 +101638,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -102877,11 +103451,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -107305,11 +107874,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -109182,10 +109746,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -109820,10 +110380,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -137785,10 +138341,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean has_downloads: description: Whether downloads are enabled. type: boolean @@ -141078,10 +141630,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -147049,10 +147597,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -147690,10 +148234,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -149359,10 +149899,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -150008,10 +150544,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -151688,10 +152220,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -152327,10 +152855,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -154089,10 +154613,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -154728,10 +155248,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -156482,10 +156998,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -157121,10 +157633,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -158793,10 +159301,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -159434,10 +159938,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -161114,10 +161614,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -161755,10 +162251,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -163824,10 +164316,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -164453,10 +164941,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -166034,10 +166518,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -166663,10 +167143,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -168238,10 +168714,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -168867,10 +169339,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -170441,10 +170909,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -171070,10 +171534,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -174896,10 +175356,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -175526,10 +175982,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -177282,10 +177734,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -177921,10 +178369,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -179721,10 +180165,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -180360,10 +180800,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -182112,10 +182548,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -182751,10 +183183,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -184518,10 +184946,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -185148,10 +185572,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -186733,10 +187153,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -187313,10 +187729,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -189143,10 +189555,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -189721,10 +190129,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -191549,10 +191953,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -192188,10 +192588,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -193864,10 +194260,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -194505,10 +194897,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -196187,10 +196575,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -196828,10 +197212,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -198496,10 +198876,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -199136,10 +199512,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -200682,10 +201054,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -211132,8 +211500,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -214642,6 +215008,19 @@ components: teams_url: https://api.github.com/repos/octocat/Hello-World/teams trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks + copilot-usage-metrics-1-day-report: + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_day: '2025-07-01' + copilot-usage-metrics-28-day-report: + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_start_day: '2025-07-01' + report_end_day: '2025-07-28' dependabot-alerts-for-organization: value: - number: 2 @@ -240386,6 +240765,15 @@ components: required: true schema: type: integer + day: + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + example: '2025-10-13' dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index ac96aeb34..0d8a6c005 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -3546,6 +3546,216 @@ } } }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": { + "get": { + "summary": "Get Copilot enterprise usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": { + "get": { + "summary": "Get Copilot enterprise usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -14113,6 +14323,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14305,6 +14521,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14502,6 +14724,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -19261,6 +19489,216 @@ } } }, + "/orgs/{org}/copilot/metrics/reports/organization-1-day": { + "get": { + "summary": "Get Copilot organization usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": { + "get": { + "summary": "Get Copilot organization usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot organization users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot organization users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/orgs/{org}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an organization", @@ -25305,7 +25743,7 @@ }, "post": { "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -25363,12 +25801,12 @@ "default": false }, "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", + "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" }, "key_id": { - "description": "The ID of the key you used to encrypt the secret.", + "description": "The ID of the key you used to encrypt the secret. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string" }, "visibility": { @@ -25386,13 +25824,62 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. Defaults to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or `oidc_jfrog` for OIDC authentication.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } }, "required": [ "registry_type", "url", - "encrypted_value", - "key_id", "visibility" ] }, @@ -25423,6 +25910,17 @@ 1296280 ] } + }, + "org-private-registry-with-oidc-azure": { + "summary": "Example of an OIDC private registry configuration using Azure", + "value": { + "registry_type": "docker_registry", + "url": "https://myregistry.azurecr.io", + "auth_type": "oidc_azure", + "visibility": "all", + "tenant_id": "12345678-1234-1234-1234-123456789012", + "client_id": "abcdef01-2345-6789-abcd-ef0123456789" + } } } } @@ -25577,7 +26075,7 @@ }, "patch": { "summary": "Update a private registry for an organization", - "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -25661,16 +26159,79 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. This field cannot be changed after creation. If provided, it must match the existing `auth_type` of the configuration. To change the authentication type, delete and recreate the configuration.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } } }, "examples": { - "default": { + "secret-based-update": { + "summary": "Update a secret-based private registry", "value": { "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678" } + }, + "oidc-azure-update": { + "summary": "Update an OIDC private registry (Azure)", + "value": { + "tenant_id": "12345678-1234-1234-1234-123456789012", + "visibility": "selected", + "selected_repository_ids": [ + 1296269, + 1296280 + ] + } } } } @@ -60989,6 +61550,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61123,6 +61687,9 @@ } } } + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61384,6 +61951,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -104138,12 +104708,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105874,6 +106438,60 @@ } } }, + "copilot-usage-metrics-1-day-report": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "copilot-usage-metrics-28-day-report": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, "alert-number": { "type": "integer", "description": "The security alert number.", @@ -109869,9 +110487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -114353,9 +114968,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -116229,6 +116841,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -116254,6 +116877,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -116302,6 +116965,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -116333,6 +117007,46 @@ "type": "integer" } }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -118036,12 +118750,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -118600,10 +119308,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -136663,9 +137367,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -139181,12 +139882,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -144967,12 +145662,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147380,11 +148069,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -148197,11 +148881,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -185822,11 +186501,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "has_downloads": { "description": "Whether downloads are enabled.", "type": "boolean", @@ -190182,11 +190856,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -198462,11 +199131,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -199276,11 +199940,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -201458,11 +202117,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -202283,11 +202937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -204480,11 +205129,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -205292,11 +205936,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -207607,11 +208246,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -208424,11 +209058,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -210732,11 +211361,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -211549,11 +212173,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -213743,11 +214362,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -214557,11 +215171,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -216753,11 +217362,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -217567,11 +218171,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -220274,11 +220873,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -221072,11 +221666,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -223137,11 +223726,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -223935,11 +224519,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -225996,11 +226575,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -226794,11 +227368,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -228851,11 +229420,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -229649,11 +230213,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -234696,11 +235255,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -235508,11 +236062,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -237807,11 +238356,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -238619,11 +239163,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -240968,11 +241507,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -241780,11 +242314,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -244075,11 +244604,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -244887,11 +245411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -247199,11 +247718,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -247998,11 +248512,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -250067,11 +250576,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -250832,11 +251336,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -253241,11 +253740,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -254004,11 +254498,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -256415,11 +256904,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -257227,11 +257711,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -259429,11 +259908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -260243,11 +260717,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -262442,11 +262911,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -263256,11 +263720,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -265449,11 +265908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -266262,11 +266716,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -268253,11 +268702,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -282384,9 +282828,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -286224,6 +286665,25 @@ "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks" } }, + "copilot-usage-metrics-1-day-report": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + }, + "copilot-usage-metrics-28-day-report": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + }, "dependabot-alerts-for-organization": { "value": [ { @@ -316214,6 +316674,17 @@ "type": "integer" } }, + "day": { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index dbc692210..13b81bd73 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -2549,6 +2549,168 @@ paths: enabledForGitHubApps: false category: code-security subcategory: configurations + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": + get: + summary: Get Copilot enterprise usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": + get: + summary: Get Copilot enterprise usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -10186,6 +10348,10 @@ paths: examples: default: "$ref": "#/components/examples/artifact-deployment-record-list" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10347,6 +10513,10 @@ paths: examples: default: "$ref": "#/components/examples/artifact-deployment-record-list" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10501,6 +10671,10 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14084,6 +14258,176 @@ paths: enabledForGitHubApps: true category: copilot subcategory: copilot-metrics + "/orgs/{org}/copilot/metrics/reports/organization-1-day": + get: + summary: Get Copilot organization usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": + get: + summary: Get Copilot organization usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics + parameters: + - "$ref": "#/components/parameters/org" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot organization users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot organization users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics + parameters: + - "$ref": "#/components/parameters/org" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/orgs/{org}/dependabot/alerts": get: summary: List Dependabot alerts for an organization @@ -18370,6 +18714,7 @@ paths: description: |2- Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -18429,11 +18774,14 @@ paths: description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. + endpoint. Required when `auth_type` is `token` or `username_password`. + Should be omitted for OIDC auth types. type: string pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" key_id: - description: The ID of the key you used to encrypt the secret. + description: The ID of the key you used to encrypt the secret. Required + when `auth_type` is `token` or `username_password`. Should be + omitted for OIDC auth types. type: string visibility: description: Which type of organization repositories have access @@ -18456,11 +18804,58 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. Defaults + to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or + `oidc_jfrog` for OIDC authentication. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string required: - registry_type - url - - encrypted_value - - key_id - visibility examples: org-private-registry-with-private-visibility: @@ -18487,6 +18882,15 @@ paths: selected_repository_ids: - 1296269 - 1296280 + org-private-registry-with-oidc-azure: + summary: Example of an OIDC private registry configuration using Azure + value: + registry_type: docker_registry + url: https://myregistry.azurecr.io + auth_type: oidc_azure + visibility: all + tenant_id: 12345678-1234-1234-1234-123456789012 + client_id: abcdef01-2345-6789-abcd-ef0123456789 responses: '201': description: The organization private registry configuration @@ -18595,6 +18999,7 @@ paths: description: |2- Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -18679,12 +19084,71 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. This + field cannot be changed after creation. If provided, it must match + the existing `auth_type` of the configuration. To change the authentication + type, delete and recreate the configuration. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string examples: - default: + secret-based-update: + summary: Update a secret-based private registry value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' + oidc-azure-update: + summary: Update an OIDC private registry (Azure) + value: + tenant_id: 12345678-1234-1234-1234-123456789012 + visibility: selected + selected_repository_ids: + - 1296269 + - 1296280 responses: '204': description: Response @@ -44354,6 +44818,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44457,6 +44923,8 @@ paths: examples: default: "$ref": "#/components/examples/release" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44644,6 +45112,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75281,11 +75751,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -76767,6 +77232,51 @@ components: - removed_by_enterprise repository: "$ref": "#/components/schemas/simple-repository" + copilot-usage-metrics-1-day-report: + type: object + title: Copilot Metrics 1 Day Report + description: Links to download the Copilot usage metrics report for an enterprise/organization + for a specific day. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the Copilot usage metrics report for the + enterprise/organization for the specified day. + report_day: + type: string + format: date + description: The day of the report in `YYYY-MM-DD` format. + required: + - download_links + - report_day + copilot-usage-metrics-28-day-report: + type: object + title: Copilot Metrics 28 Day Report + description: Links to download the latest Copilot usage metrics report for an + enterprise/organization. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the latest Copilot usage metrics report + for the enterprise/organization. + report_start_day: + type: string + format: date + description: The start date of the report period in `YYYY-MM-DD` format. + report_end_day: + type: string + format: date + description: The end date of the report period in `YYYY-MM-DD` format. + required: + - download_links + - report_start_day + - report_end_day alert-number: type: integer description: The security alert number. @@ -79821,8 +80331,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -83490,8 +83998,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -84985,6 +85491,15 @@ components: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -85010,6 +85525,36 @@ components: - private - selected type: string + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -85050,6 +85595,15 @@ components: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -85081,6 +85635,36 @@ components: private registry when `visibility` is set to `selected`. items: type: integer + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -86387,11 +86971,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -86860,9 +87439,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - type: boolean - example: true archived: type: boolean disabled: @@ -100589,8 +101165,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -102564,11 +103138,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -106981,11 +107550,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -108847,10 +109411,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -109485,10 +110045,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -137434,10 +137990,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean has_downloads: description: Whether downloads are enabled. type: boolean @@ -140727,10 +141279,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -146698,10 +147246,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -147333,10 +147877,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -148992,10 +149532,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -149635,10 +150171,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -151305,10 +151837,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -151938,10 +152466,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -153690,10 +154214,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -154329,10 +154849,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -156079,10 +156595,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -156718,10 +157230,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -158386,10 +158894,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -159021,10 +159525,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -160691,10 +161191,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -161326,10 +161822,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -163385,10 +163877,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -164008,10 +164496,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -165579,10 +166063,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -166202,10 +166682,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -167767,10 +168243,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -168390,10 +168862,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -169954,10 +170422,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -170577,10 +171041,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -174389,10 +174849,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -175013,10 +175469,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -176759,10 +177211,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -177392,10 +177840,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -179182,10 +179626,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -179815,10 +180255,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -181557,10 +181993,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -182190,10 +182622,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -183947,10 +184375,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -184571,10 +184995,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -186146,10 +186566,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -186726,10 +187142,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -188552,10 +188964,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -189130,10 +189538,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -190954,10 +191358,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -191587,10 +191987,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -193253,10 +193649,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -193888,10 +194280,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -195560,10 +195948,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -196195,10 +196579,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -197853,10 +198233,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -198487,10 +198863,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -200023,10 +200395,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -210461,8 +210829,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -213969,6 +214335,19 @@ components: teams_url: https://api.github.com/repos/octocat/Hello-World/teams trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks + copilot-usage-metrics-1-day-report: + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_day: '2025-07-01' + copilot-usage-metrics-28-day-report: + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_start_day: '2025-07-01' + report_end_day: '2025-07-28' dependabot-alerts-for-organization: value: - number: 2 @@ -239712,6 +240091,15 @@ components: required: true schema: type: integer + day: + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + example: '2025-10-13' dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 27fc5c835..bf96f25ff 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -3560,6 +3560,216 @@ } } }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": { + "get": { + "summary": "Get Copilot enterprise usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": { + "get": { + "summary": "Get Copilot enterprise usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -14160,6 +14370,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14352,6 +14568,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14549,6 +14771,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -19403,6 +19631,216 @@ } } }, + "/orgs/{org}/copilot/metrics/reports/organization-1-day": { + "get": { + "summary": "Get Copilot organization usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": { + "get": { + "summary": "Get Copilot organization usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot organization users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + }, + { + "$ref": "#/components/parameters/day" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot organization users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics" + }, + "parameters": [ + { + "$ref": "#/components/parameters/org" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + }, + "examples": { + "default": { + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + } + } + } + } + }, + "500": { + "$ref": "#/components/responses/internal_error" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/orgs/{org}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an organization", @@ -25530,7 +25968,7 @@ }, "post": { "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -25588,12 +26026,12 @@ "default": false }, "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", + "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" }, "key_id": { - "description": "The ID of the key you used to encrypt the secret.", + "description": "The ID of the key you used to encrypt the secret. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string" }, "visibility": { @@ -25611,13 +26049,62 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. Defaults to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or `oidc_jfrog` for OIDC authentication.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } }, "required": [ "registry_type", "url", - "encrypted_value", - "key_id", "visibility" ] }, @@ -25648,6 +26135,17 @@ 1296280 ] } + }, + "org-private-registry-with-oidc-azure": { + "summary": "Example of an OIDC private registry configuration using Azure", + "value": { + "registry_type": "docker_registry", + "url": "https://myregistry.azurecr.io", + "auth_type": "oidc_azure", + "visibility": "all", + "tenant_id": "12345678-1234-1234-1234-123456789012", + "client_id": "abcdef01-2345-6789-abcd-ef0123456789" + } } } } @@ -25802,7 +26300,7 @@ }, "patch": { "summary": "Update a private registry for an organization", - "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -25886,16 +26384,79 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. This field cannot be changed after creation. If provided, it must match the existing `auth_type` of the configuration. To change the authentication type, delete and recreate the configuration.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } } }, "examples": { - "default": { + "secret-based-update": { + "summary": "Update a secret-based private registry", "value": { "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678" } + }, + "oidc-azure-update": { + "summary": "Update an OIDC private registry (Azure)", + "value": { + "tenant_id": "12345678-1234-1234-1234-123456789012", + "visibility": "selected", + "selected_repository_ids": [ + 1296269, + 1296280 + ] + } } } } @@ -61379,6 +61940,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61513,6 +62077,9 @@ } } } + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61774,6 +62341,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -104782,12 +105352,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106631,6 +107195,60 @@ } } }, + "copilot-usage-metrics-1-day-report": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "copilot-usage-metrics-28-day-report": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, "alert-number": { "type": "integer", "description": "The security alert number.", @@ -111094,9 +111712,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -115609,9 +116224,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -117515,6 +118127,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -117540,6 +118163,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -117588,6 +118251,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -117619,6 +118293,46 @@ "type": "integer" } }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -119422,12 +120136,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -120103,10 +120811,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -138606,9 +139310,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -140915,12 +141616,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -146738,12 +147433,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -149188,11 +149877,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -150005,11 +150689,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -187724,11 +188403,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "has_downloads": { "description": "Whether downloads are enabled.", "type": "boolean", @@ -192084,11 +192758,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -200364,11 +201033,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -201183,11 +201847,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -203405,11 +204064,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -204235,11 +204889,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -206472,11 +207121,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -207289,11 +207933,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -209644,11 +210283,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -210461,11 +211095,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -212790,11 +213419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -213607,11 +214231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -215822,11 +216441,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -216641,11 +217255,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -218877,11 +219486,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -219696,11 +220300,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -222443,11 +223042,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -223246,11 +223840,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -225351,11 +225940,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -226154,11 +226738,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -228255,11 +228834,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -229058,11 +229632,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -231155,11 +231724,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -231958,11 +232522,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -237066,11 +237625,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -237883,11 +238437,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -240192,11 +240741,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -241009,11 +241553,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -243414,11 +243953,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -244231,11 +244765,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -246536,11 +247065,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -247353,11 +247877,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -249721,11 +250240,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -250525,11 +251039,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -252634,11 +253143,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -253399,11 +253903,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -255829,11 +256328,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -256592,11 +257086,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -259024,11 +259513,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -259841,11 +260325,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -262083,11 +262562,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -262902,11 +263376,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -265141,11 +265610,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -265960,11 +266424,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -268193,11 +268652,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -269011,11 +269465,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -271042,11 +271491,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -285206,9 +285650,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -289069,6 +289510,25 @@ "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks" } }, + "copilot-usage-metrics-1-day-report": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + }, + "copilot-usage-metrics-28-day-report": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + }, "dependabot-alerts-for-organization": { "value": [ { @@ -319072,6 +319532,17 @@ "type": "integer" } }, + "day": { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 49cbb8eb8..bb3677cf7 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -2557,6 +2557,168 @@ paths: enabledForGitHubApps: false category: code-security subcategory: configurations + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": + get: + summary: Get Copilot enterprise usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": + get: + summary: Get Copilot enterprise usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -10213,6 +10375,10 @@ paths: examples: default: "$ref": "#/components/examples/artifact-deployment-record-list" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10374,6 +10540,10 @@ paths: examples: default: "$ref": "#/components/examples/artifact-deployment-record-list" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10528,6 +10698,10 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14171,6 +14345,176 @@ paths: enabledForGitHubApps: true category: copilot subcategory: copilot-metrics + "/orgs/{org}/copilot/metrics/reports/organization-1-day": + get: + summary: Get Copilot organization usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": + get: + summary: Get Copilot organization usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics + parameters: + - "$ref": "#/components/parameters/org" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot organization users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day + parameters: + - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/day" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-1-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot organization users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics + parameters: + - "$ref": "#/components/parameters/org" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/copilot-usage-metrics-28-day-report" + examples: + default: + "$ref": "#/components/examples/copilot-usage-metrics-28-day-report" + '500': + "$ref": "#/components/responses/internal_error" + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/orgs/{org}/dependabot/alerts": get: summary: List Dependabot alerts for an organization @@ -18499,6 +18843,7 @@ paths: description: |2- Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -18558,11 +18903,14 @@ paths: description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. + endpoint. Required when `auth_type` is `token` or `username_password`. + Should be omitted for OIDC auth types. type: string pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" key_id: - description: The ID of the key you used to encrypt the secret. + description: The ID of the key you used to encrypt the secret. Required + when `auth_type` is `token` or `username_password`. Should be + omitted for OIDC auth types. type: string visibility: description: Which type of organization repositories have access @@ -18585,11 +18933,58 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. Defaults + to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or + `oidc_jfrog` for OIDC authentication. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string required: - registry_type - url - - encrypted_value - - key_id - visibility examples: org-private-registry-with-private-visibility: @@ -18616,6 +19011,15 @@ paths: selected_repository_ids: - 1296269 - 1296280 + org-private-registry-with-oidc-azure: + summary: Example of an OIDC private registry configuration using Azure + value: + registry_type: docker_registry + url: https://myregistry.azurecr.io + auth_type: oidc_azure + visibility: all + tenant_id: 12345678-1234-1234-1234-123456789012 + client_id: abcdef01-2345-6789-abcd-ef0123456789 responses: '201': description: The organization private registry configuration @@ -18724,6 +19128,7 @@ paths: description: |2- Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -18808,12 +19213,71 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. This + field cannot be changed after creation. If provided, it must match + the existing `auth_type` of the configuration. To change the authentication + type, delete and recreate the configuration. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string examples: - default: + secret-based-update: + summary: Update a secret-based private registry value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' + oidc-azure-update: + summary: Update an OIDC private registry (Azure) + value: + tenant_id: 12345678-1234-1234-1234-123456789012 + visibility: selected + selected_repository_ids: + - 1296269 + - 1296280 responses: '204': description: Response @@ -44613,6 +45077,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44716,6 +45182,8 @@ paths: examples: default: "$ref": "#/components/examples/release" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44903,6 +45371,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75704,11 +76174,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -77289,6 +77754,51 @@ components: - removed_by_enterprise repository: "$ref": "#/components/schemas/simple-repository" + copilot-usage-metrics-1-day-report: + type: object + title: Copilot Metrics 1 Day Report + description: Links to download the Copilot usage metrics report for an enterprise/organization + for a specific day. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the Copilot usage metrics report for the + enterprise/organization for the specified day. + report_day: + type: string + format: date + description: The day of the report in `YYYY-MM-DD` format. + required: + - download_links + - report_day + copilot-usage-metrics-28-day-report: + type: object + title: Copilot Metrics 28 Day Report + description: Links to download the latest Copilot usage metrics report for an + enterprise/organization. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the latest Copilot usage metrics report + for the enterprise/organization. + report_start_day: + type: string + format: date + description: The start date of the report period in `YYYY-MM-DD` format. + report_end_day: + type: string + format: date + description: The end date of the report period in `YYYY-MM-DD` format. + required: + - download_links + - report_start_day + - report_end_day alert-number: type: integer description: The security alert number. @@ -80688,8 +81198,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -84376,8 +84884,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -85889,6 +86395,15 @@ components: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -85914,6 +86429,36 @@ components: - private - selected type: string + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -85954,6 +86499,15 @@ components: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -85985,6 +86539,36 @@ components: private registry when `visibility` is set to `selected`. items: type: integer + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -87377,11 +87961,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -87952,9 +88531,6 @@ components: - all - collaborators_only example: all - has_commit_comments: - type: boolean - example: true archived: type: boolean disabled: @@ -102040,8 +102616,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -103855,11 +104429,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -108297,11 +108866,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -110188,10 +110752,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -110826,10 +111386,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -138851,10 +139407,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean has_downloads: description: Whether downloads are enabled. type: boolean @@ -142144,10 +142696,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -148115,10 +148663,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -148756,10 +149300,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -150440,10 +150980,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -151089,10 +151625,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -152784,10 +153316,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -153423,10 +153951,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -155200,10 +155724,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -155839,10 +156359,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -157601,10 +158117,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -158240,10 +158752,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -159920,10 +160428,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -160561,10 +161065,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -162256,10 +162756,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -162897,10 +163393,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -164981,10 +165473,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -165610,10 +166098,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -167206,10 +167690,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -167835,10 +168315,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -169425,10 +169901,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -170054,10 +170526,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -171643,10 +172111,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -172272,10 +172736,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -176121,10 +176581,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -176751,10 +177207,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -178507,10 +178959,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -179146,10 +179594,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -180969,10 +181413,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -181608,10 +182048,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -183360,10 +183796,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -183999,10 +184431,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -185789,10 +186217,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -186419,10 +186843,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -188019,10 +188439,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -188599,10 +189015,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -190437,10 +190849,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -191015,10 +191423,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -192851,10 +193255,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -193490,10 +193890,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -195181,10 +195577,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -195822,10 +196214,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -197519,10 +197907,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -198160,10 +198544,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -199843,10 +200223,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -200483,10 +200859,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -202044,10 +202416,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -212502,8 +212870,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -216023,6 +216389,19 @@ components: teams_url: https://api.github.com/repos/octocat/Hello-World/teams trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks + copilot-usage-metrics-1-day-report: + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_day: '2025-07-01' + copilot-usage-metrics-28-day-report: + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_start_day: '2025-07-01' + report_end_day: '2025-07-28' dependabot-alerts-for-organization: value: - number: 2 @@ -241773,6 +242152,15 @@ components: required: true schema: type: integer + day: + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + example: '2025-10-13' dependabot-alert-comma-separated-states: name: state in: query 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 ea036c567..e5aa22374 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 @@ -7982,12 +7982,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -21827,6 +21821,654 @@ } } }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": { + "get": { + "summary": "Get Copilot enterprise usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": { + "get": { + "summary": "Get Copilot enterprise usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -28735,12 +29377,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -32070,12 +32706,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -34588,9 +35218,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -48622,12 +49249,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -50739,12 +51360,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -57881,12 +58496,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -61216,12 +61825,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -63734,9 +64337,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -66613,9 +67213,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -67819,9 +68416,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -79176,12 +79770,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -80759,12 +81347,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83472,9 +84054,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -85885,12 +86464,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -86729,12 +87302,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -89079,9 +89646,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -90684,9 +91248,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -91550,6 +92111,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -91820,6 +92433,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -92023,6 +92688,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -103152,9 +103869,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -106019,9 +106733,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -109632,9 +110343,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -112102,39 +112810,687 @@ } } } - }, - "422": { - "description": "Copilot Usage Metrics API setting is disabled at the organization or enterprise level.", - "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": "Copilot Usage Metrics API setting is disabled at the organization or enterprise level.", + "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": "copilot", + "subcategory": "copilot-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-1-day": { + "get": { + "summary": "Get Copilot organization usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": { + "get": { + "summary": "Get Copilot organization usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot organization users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot organization users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", - "subcategory": "copilot-metrics" + "subcategory": "copilot-usage-metrics" } } }, @@ -115131,9 +116487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -116360,9 +117713,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -119042,12 +120392,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -122377,12 +123721,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -124895,9 +126233,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -138049,12 +139384,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -141021,9 +142350,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -143096,9 +144422,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -146483,12 +147806,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147745,12 +149062,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -149036,12 +150347,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -150201,9 +151506,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -153570,9 +154872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -154704,9 +156003,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -157813,9 +159109,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -159872,9 +161165,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -160453,6 +161743,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -160478,6 +161779,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -160622,7 +161963,7 @@ }, "post": { "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -160686,12 +162027,12 @@ "default": false }, "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", + "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" }, "key_id": { - "description": "The ID of the key you used to encrypt the secret.", + "description": "The ID of the key you used to encrypt the secret. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string" }, "visibility": { @@ -160709,13 +162050,62 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. Defaults to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or `oidc_jfrog` for OIDC authentication.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } }, "required": [ "registry_type", "url", - "encrypted_value", - "key_id", "visibility" ] }, @@ -160746,6 +162136,17 @@ 1296280 ] } + }, + "org-private-registry-with-oidc-azure": { + "summary": "Example of an OIDC private registry configuration using Azure", + "value": { + "registry_type": "docker_registry", + "url": "https://myregistry.azurecr.io", + "auth_type": "oidc_azure", + "visibility": "all", + "tenant_id": "12345678-1234-1234-1234-123456789012", + "client_id": "abcdef01-2345-6789-abcd-ef0123456789" + } } } } @@ -160787,6 +162188,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -160818,6 +162230,46 @@ "type": "integer" } }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -161137,6 +162589,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -161162,6 +162625,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -161230,7 +162733,7 @@ }, "patch": { "summary": "Update a private registry for an organization", - "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -161326,16 +162829,79 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. This field cannot be changed after creation. If provided, it must match the existing `auth_type` of the configuration. To change the authentication type, delete and recreate the configuration.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } } }, "examples": { - "default": { + "secret-based-update": { + "summary": "Update a secret-based private registry", "value": { "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678" } + }, + "oidc-azure-update": { + "summary": "Update an OIDC private registry (Azure)", + "value": { + "tenant_id": "12345678-1234-1234-1234-123456789012", + "visibility": "selected", + "selected_repository_ids": [ + 1296269, + 1296280 + ] + } } } } @@ -164911,12 +166477,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -168005,12 +169565,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -168901,12 +170455,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174423,12 +175971,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -177517,12 +179059,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -178413,12 +179949,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -189625,9 +191155,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -190743,10 +192270,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -191321,12 +192844,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -192321,12 +193838,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -193071,12 +194582,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -209164,9 +210669,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -215605,9 +217107,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -218496,10 +219995,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -219074,12 +220569,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220074,12 +221563,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220824,12 +222307,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -222704,10 +224181,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -223282,12 +224755,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -224282,12 +225749,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225032,12 +226493,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231979,12 +233434,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -232832,12 +234281,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -235429,9 +236872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -236178,9 +237618,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -237863,9 +239300,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -238612,9 +240046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -241045,9 +242476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -241794,9 +243222,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -248286,9 +249711,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -249035,9 +250457,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -280212,9 +281631,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -281872,9 +283288,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -283174,9 +284587,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -284704,9 +286114,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -298144,9 +299551,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -299960,9 +301364,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -301414,9 +302815,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -304832,9 +306230,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -311991,12 +313386,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -312887,12 +314276,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -317219,9 +318602,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -318442,9 +319822,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -340734,12 +342111,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -344069,12 +345440,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -346587,9 +347952,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -349371,9 +350733,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -350419,10 +351778,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -350997,12 +352352,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -351997,12 +353346,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -352747,12 +354090,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -364242,9 +365579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -365519,9 +366853,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -368006,12 +369337,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -371415,12 +372740,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -379853,12 +381172,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -384447,12 +385760,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -388916,12 +390223,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -392552,12 +393853,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -395958,12 +397253,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -399167,12 +400456,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -404322,12 +405605,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -407618,12 +408895,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -410992,12 +412263,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -414386,12 +415651,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -428477,12 +429736,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -432746,12 +433999,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -436044,12 +437291,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -439318,12 +440559,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -442691,12 +443926,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -454289,12 +455518,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -463765,9 +464988,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -469725,12 +470945,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -470621,12 +471835,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -473562,12 +474770,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -474457,12 +475659,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -480286,12 +481482,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -481181,12 +482371,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -484332,12 +485516,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -485227,12 +486405,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -487547,9 +488719,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -489001,9 +490170,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -495340,12 +496506,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -496236,12 +497396,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -499255,12 +500409,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -500151,12 +501299,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -507869,6 +509011,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -508637,6 +509805,32 @@ } } } + }, + "404": { + "description": "Resource not found", + "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": { @@ -510704,6 +511898,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -539175,10 +540395,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -539753,12 +540969,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -540753,12 +541963,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -541503,12 +542707,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -546891,9 +548089,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -548192,10 +549387,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -548770,12 +549961,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -549770,12 +550955,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -550520,12 +551699,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -552001,9 +553174,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -554127,9 +555297,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -555554,9 +556721,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -557669,12 +558833,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -560125,9 +561283,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -564934,9 +566089,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -569610,9 +570762,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -571619,9 +572768,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -573073,9 +574219,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -574918,9 +576061,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -576803,9 +577943,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -578429,9 +579566,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -580857,10 +581991,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -581435,12 +582565,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -582435,12 +583559,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -583185,12 +584303,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -585420,9 +586532,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -587126,9 +588235,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -588606,9 +589712,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -593983,12 +595086,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -596541,12 +597638,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -601926,12 +603017,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -603242,12 +604327,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -604548,12 +605627,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -605872,9 +606945,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -607246,9 +608316,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -608319,9 +609386,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -610693,12 +611757,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -611813,10 +612871,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -612391,12 +613445,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -613391,12 +614439,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -614141,12 +615183,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -615852,9 +616888,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -618875,12 +619908,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -619769,12 +620796,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -621034,9 +622055,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -624456,12 +625474,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -627550,12 +628562,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628446,12 +629452,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -632703,9 +633703,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -635385,12 +636382,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -638720,12 +639711,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -641238,9 +642223,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -645736,12 +646718,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -649071,12 +650047,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651589,9 +652559,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -656097,12 +657064,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -659432,12 +660393,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -661950,9 +662905,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -667701,9 +668653,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -668835,9 +669784,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -676490,12 +677436,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -679584,12 +680524,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -680480,12 +681414,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -690655,12 +691583,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -693990,12 +694912,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -696508,9 +697424,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -701002,12 +701915,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -704337,12 +705244,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -706855,9 +707756,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -709663,9 +710561,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -712014,12 +712909,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -712773,12 +713662,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -713611,9 +714494,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -715103,12 +715983,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -716733,12 +717607,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -718363,12 +719231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -720173,12 +721035,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -722141,12 +722997,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -724321,9 +725171,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -726109,12 +726956,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -728454,9 +729295,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -730242,12 +731080,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -732587,9 +733419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -734375,12 +735204,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -736733,9 +737556,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -738521,12 +739341,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -741244,12 +742058,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -743656,12 +744464,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -746062,12 +746864,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -748119,12 +748915,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -750296,12 +751086,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -752291,12 +753075,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -754378,12 +755156,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -756377,12 +757149,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -758334,12 +759100,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -760385,12 +761145,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -762243,12 +762997,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -763892,12 +764640,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -767294,12 +768036,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -769076,12 +769812,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -771558,12 +772288,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -774039,12 +774763,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -776520,12 +777238,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -779001,12 +779713,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -781482,12 +782188,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -783963,12 +784663,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -786444,12 +787138,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -788925,12 +789613,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -790604,12 +791286,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -792283,12 +792959,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -794548,12 +795218,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -798371,12 +799035,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -799266,12 +799924,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -800793,12 +801445,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -802574,12 +803220,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -805313,12 +805953,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -807990,12 +808624,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -812075,12 +812703,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -815285,12 +815907,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -817439,12 +818055,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -819530,12 +820140,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -821831,12 +822435,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -824133,12 +824731,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -826454,12 +827046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -828546,12 +829132,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -830636,12 +831216,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -832753,12 +833327,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -834884,12 +835452,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -836975,12 +837537,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -839065,12 +839621,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -841155,12 +841705,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -843086,12 +843630,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -844950,12 +845488,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -847163,12 +847695,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -849294,12 +849820,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -851385,12 +851905,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -853475,12 +853989,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -856005,12 +856513,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -857903,12 +858405,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -860429,12 +860925,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -863049,12 +863539,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -865576,12 +866060,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -868130,12 +868608,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -870796,12 +871268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -873428,12 +873894,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -875208,12 +875668,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -877737,12 +878191,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -881659,12 +882107,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -885582,12 +886024,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -889523,12 +889959,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -893454,12 +893884,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -897384,12 +897808,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -899708,12 +900126,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -902674,12 +903086,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -904658,12 +905064,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -905630,12 +906030,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -907953,12 +908347,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -910919,12 +911307,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -912903,12 +913285,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -913875,12 +914251,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -916198,12 +916568,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -918182,12 +918546,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -919914,12 +920272,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -922120,12 +922472,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -924443,12 +924789,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -926427,12 +926767,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -928159,12 +928493,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -930365,12 +930693,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -934170,12 +934492,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -938085,12 +938401,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -941787,12 +942097,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -945671,12 +945975,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -949448,12 +949746,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -953195,12 +953487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -956903,12 +957189,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -960785,12 +961065,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -963839,11 +964113,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "has_downloads": { "description": "Whether downloads are enabled.", "type": "boolean", @@ -967176,12 +967445,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -970877,12 +971140,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -974581,12 +974838,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -977676,11 +977927,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -980986,12 +981232,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -984755,12 +984995,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -988561,12 +988795,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -992310,12 +992538,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -996016,12 +996238,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -999717,12 +999933,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1003485,12 +1003695,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1005158,12 +1005362,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1006829,12 +1007027,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1008543,12 +1008735,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1010400,12 +1010586,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1012257,12 +1012437,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1014113,12 +1014287,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1015966,12 +1016134,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1017821,12 +1017983,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1019580,12 +1019736,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1021339,12 +1021489,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1023068,12 +1023212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1024796,12 +1024934,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1026685,12 +1026817,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1028522,12 +1028648,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1030201,12 +1030321,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1031955,12 +1032069,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1033771,12 +1033879,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1035584,12 +1035686,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1037398,12 +1037494,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1039254,12 +1039344,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1041068,12 +1041152,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1042795,12 +1042873,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1044522,12 +1044594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1046294,12 +1046360,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1048065,12 +1048125,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1049850,12 +1049904,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1051718,12 +1051766,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1053503,12 +1053545,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1055982,12 +1056018,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1058238,12 +1058268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1060007,12 +1060031,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1064438,12 +1064456,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1066417,12 +1066429,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1068208,12 +1068214,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1070000,12 +1070000,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1071811,12 +1071805,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1073729,12 +1073717,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1075525,12 +1075507,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1077206,12 +1077182,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1078886,12 +1078856,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1080583,12 +1080547,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1082264,12 +1082222,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1084060,12 +1084012,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1085856,12 +1085802,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1087682,12 +1087622,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1089477,12 +1089411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1101529,12 +1101457,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1103290,11 +1103212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1104109,11 +1104026,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1106249,12 +1106161,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1107899,11 +1107805,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1108729,11 +1108630,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1110871,12 +1110767,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1112534,11 +1112424,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1113351,11 +1113236,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1115493,12 +1115373,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1118012,12 +1117886,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1118907,12 +1118775,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1120493,12 +1120355,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1123012,12 +1122868,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1123907,12 +1123757,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1125493,12 +1125337,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1127365,11 +1127203,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1128182,11 +1128015,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1130310,12 +1130138,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1131971,11 +1131793,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1132788,11 +1132605,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1134935,12 +1134747,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1137516,12 +1137322,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1138411,12 +1138211,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1139997,12 +1139791,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1141659,11 +1141447,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1142476,11 +1142259,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1144606,12 +1144384,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1146312,11 +1146084,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1147131,11 +1146898,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1149272,12 +1149034,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1150936,11 +1150692,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1151755,11 +1151506,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1153895,12 +1153641,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1155767,11 +1155507,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1156584,11 +1156319,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1158712,12 +1158442,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1161230,12 +1160954,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1162125,12 +1161843,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1163711,12 +1163423,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1166230,12 +1165936,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1167125,12 +1166825,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1168711,12 +1168405,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1171230,12 +1170918,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1172125,12 +1171807,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1173711,12 +1173387,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1175727,11 +1175397,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1176530,11 +1176195,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1178545,12 +1178205,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1180558,11 +1180212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1181361,11 +1181010,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1183366,12 +1183010,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1185400,11 +1185038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1186203,11 +1185836,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1188209,12 +1187837,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1189868,11 +1189490,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1190671,11 +1190288,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1192688,12 +1192300,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1197257,12 +1196863,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1199128,11 +1198728,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1199945,11 +1199540,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1202091,12 +1201681,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1203762,11 +1203346,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1204579,11 +1204158,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1206725,12 +1206299,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1208536,11 +1208104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1209353,11 +1208916,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1211492,12 +1211050,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1213166,11 +1212718,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1213983,11 +1213530,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1216113,12 +1215655,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1217903,11 +1217439,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1218707,11 +1218238,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1220725,12 +1220251,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1222583,11 +1222103,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1223348,11 +1222863,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1225326,12 +1224836,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1227360,11 +1226864,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1228123,11 +1227622,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1230090,12 +1229584,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1232138,11 +1231626,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1232955,11 +1232438,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1235095,12 +1234573,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1236859,11 +1236331,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1237678,11 +1237145,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1239819,12 +1239281,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1241524,11 +1240980,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1242343,11 +1241794,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1244483,12 +1243929,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1246145,11 +1245585,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1246963,11 +1246398,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1249091,12 +1248521,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1250562,11 +1249986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1252833,12 +1252252,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1255002,12 +1254415,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1257051,12 +1256458,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1259101,12 +1258502,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1261204,12 +1260599,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1263258,12 +1262647,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1265308,12 +1264691,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1267357,12 +1266734,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1269407,12 +1268778,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1271037,12 +1270402,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1274235,12 +1273594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1277433,12 +1276786,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1279064,12 +1278411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1280695,12 +1280036,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1282332,12 +1281667,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1284015,12 +1283344,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1285640,12 +1284963,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1287277,12 +1286594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1288908,12 +1288219,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1290566,12 +1289871,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1292198,12 +1291497,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1295143,12 +1294436,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1298088,12 +1297375,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1304125,12 +1303406,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1305757,12 +1305032,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1307555,12 +1306824,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1309361,12 +1308624,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1311158,12 +1310415,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1312955,12 +1312206,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1315327,12 +1314572,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1317575,12 +1316814,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1320063,12 +1319296,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1322487,12 +1321714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1324735,12 +1323956,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1326983,12 +1326198,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1329355,12 +1328564,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1331603,12 +1330806,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1333124,12 +1332321,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1334918,12 +1334109,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1336753,12 +1335938,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1338588,12 +1337767,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1340360,10 +1339533,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -1340938,12 +1340107,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1341938,12 +1341101,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1342688,12 +1341845,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1344238,12 +1343389,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1346183,12 +1345328,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1348145,12 +1347284,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1350095,12 +1349228,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1352103,12 +1351230,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1354108,12 +1353229,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1356054,12 +1355169,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1357690,12 +1356799,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1359796,12 +1358899,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1362150,12 +1361247,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1364134,12 +1363225,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1365866,12 +1364951,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1368072,12 +1367151,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1370397,12 +1369470,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1372381,12 +1371448,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1374113,12 +1373174,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1376319,12 +1375374,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1378644,12 +1377693,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1380628,12 +1379671,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1382360,12 +1381397,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1384566,12 +1383597,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1386891,12 +1385916,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1388875,12 +1387894,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1390607,12 +1389620,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1392813,12 +1391820,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1394439,12 +1393440,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1402208,12 +1401203,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1403839,12 +1402828,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1405472,12 +1404455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1407940,12 +1406917,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1410440,12 +1409411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1412785,12 +1411750,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1415131,12 +1414090,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1418025,12 +1416978,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1420901,12 +1419848,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, 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 5e7de3fc6..2c8e1d75e 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 @@ -456,7 +456,7 @@ paths: required: false schema: type: string - - &55 + - &61 name: direction description: The direction to sort the results by. in: query @@ -677,7 +677,7 @@ paths: required: - vector_string - score - cvss_severities: &57 + cvss_severities: &63 type: object nullable: true properties: @@ -717,7 +717,7 @@ paths: required: - vector_string - score - epss: &58 + epss: &64 type: object nullable: true readOnly: true @@ -855,7 +855,7 @@ paths: - subscriptions_url - type - url - type: &324 + type: &329 type: string description: The type of credit the user is receiving. enum: @@ -988,7 +988,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &125 + schema: &130 title: Validation Error Simple description: Validation Error Simple type: object @@ -1021,7 +1021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &652 + - &657 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1139,7 +1139,7 @@ paths: GitHub. type: object nullable: true - properties: &74 + properties: &80 id: description: Unique identifier of the GitHub app example: 37 @@ -1272,7 +1272,7 @@ paths: about itself. example: 5 type: integer - required: &75 + required: &81 - id - node_id - owner @@ -1577,7 +1577,7 @@ paths: schema: type: integer default: 30 - - &211 + - &216 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 @@ -1593,7 +1593,7 @@ paths: application/json: schema: type: array - items: &212 + items: &217 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1673,7 +1673,7 @@ paths: - installation_id - repository_id examples: - default: &213 + default: &218 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1732,7 +1732,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &124 + schema: &129 title: Validation Error description: Validation Error type: object @@ -1801,7 +1801,7 @@ paths: description: Response content: application/json: - schema: &214 + schema: &219 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1915,7 +1915,7 @@ paths: - request - response examples: - default: &215 + default: &220 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2116,7 +2116,7 @@ paths: parameters: - *17 - *19 - - &86 + - &92 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2699,7 +2699,7 @@ paths: suspended_at: suspended_by: headers: - Link: &61 + Link: &67 example: ; rel="next", ; rel="last" schema: @@ -2888,11 +2888,11 @@ paths: - selected repositories: type: array - items: &73 + items: &79 title: Repository description: A repository on GitHub. type: object - properties: &289 + properties: &294 id: description: Unique identifier of the repository example: 42 @@ -2912,7 +2912,7 @@ paths: title: License Simple description: License Simple type: object - properties: &82 + properties: &88 key: type: string example: mit @@ -2934,7 +2934,7 @@ paths: html_url: type: string format: uri - required: &83 + required: &89 - key - name - url @@ -3199,11 +3199,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -3348,7 +3343,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &290 + required: &295 - archive_url - assignees_url - blobs_url @@ -5135,7 +5130,7 @@ paths: responses: '202': *39 '422': *7 - '500': &115 + '500': &55 description: Internal Error content: application/json: @@ -7282,7 +7277,7 @@ paths: required: true content: application/json: - schema: &137 + schema: &142 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -7975,7 +7970,7 @@ paths: description: Response content: application/json: - schema: &185 + schema: &190 type: array description: A list of default code security configurations items: @@ -7991,7 +7986,7 @@ paths: default configuration: *49 examples: - default: &186 + default: &191 value: - default_for_new_repos: public configuration: @@ -8331,7 +8326,7 @@ paths: - *40 - *51 responses: - '204': &187 + '204': &192 description: A header with no content is returned. '400': *14 '403': *29 @@ -8458,7 +8453,7 @@ paths: default: value: default_for_new_repos: all - configuration: &184 + configuration: &189 value: id: 1325 target_type: organization @@ -8543,7 +8538,7 @@ paths: application/json: schema: type: array - items: &188 + items: &193 type: object description: Repositories associated with a code security configuration and attachment status @@ -8561,11 +8556,11 @@ paths: - failed - updating - removed_by_enterprise - repository: &60 + repository: &66 title: Simple Repository description: A GitHub repository. type: object - properties: &113 + properties: &119 id: type: integer format: int64 @@ -8792,7 +8787,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &114 + required: &120 - archive_url - assignees_url - blobs_url @@ -8844,7 +8839,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &189 + repository: &194 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8919,6 +8914,212 @@ paths: enabledForGitHubApps: false category: code-security subcategory: configurations + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": + get: + summary: Get Copilot enterprise usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day + parameters: + - *40 + - &56 + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + example: '2025-10-13' + responses: + '200': + description: Response + content: + application/json: + schema: &57 + type: object + title: Copilot Metrics 1 Day Report + description: Links to download the Copilot usage metrics report for + an enterprise/organization for a specific day. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the Copilot usage metrics report + for the enterprise/organization for the specified day. + report_day: + type: string + format: date + description: The day of the report in `YYYY-MM-DD` format. + required: + - download_links + - report_day + examples: + default: &58 + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_day: '2025-07-01' + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": + get: + summary: Get Copilot enterprise usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics + parameters: + - *40 + responses: + '200': + description: Response + content: + application/json: + schema: &59 + type: object + title: Copilot Metrics 28 Day Report + description: Links to download the latest Copilot usage metrics report + for an enterprise/organization. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the latest Copilot usage metrics + report for the enterprise/organization. + report_start_day: + type: string + format: date + description: The start date of the report period in `YYYY-MM-DD` + format. + report_end_day: + type: string + format: date + description: The end date of the report period in `YYYY-MM-DD` + format. + required: + - download_links + - report_start_day + - report_end_day + examples: + default: &60 + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_start_day: '2025-07-01' + report_end_day: '2025-07-28' + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day + parameters: + - *40 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics + parameters: + - *40 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -8938,7 +9139,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &195 + - &200 name: state in: query description: |- @@ -8947,7 +9148,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &196 + - &201 name: severity in: query description: |- @@ -8956,7 +9157,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &197 + - &202 name: ecosystem in: query description: |- @@ -8965,14 +9166,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &198 + - &203 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 - - &199 + - &204 name: epss_percentage in: query description: |- @@ -8984,7 +9185,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 - - &487 + - &492 name: has in: query description: |- @@ -8998,7 +9199,7 @@ paths: type: string enum: - patch - - &200 + - &205 name: assignee in: query description: |- @@ -9007,7 +9208,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &201 + - &206 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -9017,7 +9218,7 @@ paths: enum: - development - runtime - - &202 + - &207 name: sort in: query description: |- @@ -9032,7 +9233,7 @@ paths: - updated - epss_percentage default: created - - *55 + - *61 - *47 - *48 - *17 @@ -9043,11 +9244,11 @@ paths: application/json: schema: type: array - items: &203 + items: &208 type: object description: A Dependabot alert. properties: - number: &174 + number: &179 type: integer description: The security alert number. readOnly: true @@ -9065,7 +9266,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &56 + package: &62 type: object description: Details for the vulnerable package. readOnly: true @@ -9109,7 +9310,7 @@ paths: - unknown - direct - transitive - security_advisory: &488 + security_advisory: &493 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9139,13 +9340,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &59 + items: &65 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *56 + package: *62 severity: type: string description: The severity of the vulnerability. @@ -9211,8 +9412,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *57 - epss: *58 + cvss_severities: *63 + epss: *64 cwes: type: array description: Details for the advisory pertaining to Common @@ -9311,30 +9512,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *59 - url: &177 + security_vulnerability: *65 + url: &182 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &178 + html_url: &183 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &175 + created_at: &180 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &176 + updated_at: &181 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &180 + dismissed_at: &185 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9364,21 +9565,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &179 + fixed_at: &184 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &489 + auto_dismissed_at: &494 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &490 + dismissal_request: &495 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -9421,7 +9622,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *60 + repository: *66 required: - number - state @@ -9440,7 +9641,7 @@ paths: - repository additionalProperties: false examples: - default: &204 + default: &209 value: - number: 2 state: dismissed @@ -9809,7 +10010,7 @@ paths: application/json: schema: type: array - items: &62 + items: &68 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -9880,7 +10081,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -9953,9 +10154,9 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: &70 + default: &76 value: id: 1 name: Justice League @@ -9984,7 +10185,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *40 - - &63 + - &69 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -10003,7 +10204,7 @@ paths: type: array items: *4 examples: - default: &64 + default: &70 value: - login: octocat id: 1 @@ -10024,7 +10225,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10042,7 +10243,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10073,7 +10274,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10091,7 +10292,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10122,7 +10323,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10140,8 +10341,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *40 - - *63 - - &65 + - *69 + - &71 name: username description: The handle for the GitHub user account. in: path @@ -10155,7 +10356,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &66 + exampleKey1: &72 value: login: octocat id: 1 @@ -10191,8 +10392,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *40 - - *63 - - *65 + - *69 + - *71 responses: '201': description: Successfully added team member @@ -10200,7 +10401,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *66 + exampleKey1: *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10218,8 +10419,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *40 - - *63 - - *65 + - *69 + - *71 responses: '204': description: Response @@ -10241,7 +10442,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *40 - - *63 + - *69 - *17 - *19 responses: @@ -10251,11 +10452,11 @@ paths: application/json: schema: type: array - items: &67 + items: &73 title: Organization Simple description: A GitHub organization. type: object - properties: &191 + properties: &196 login: type: string example: github @@ -10296,7 +10497,7 @@ paths: type: string example: A great organization nullable: true - required: &192 + required: &197 - login - url - id @@ -10310,7 +10511,7 @@ paths: - avatar_url - description examples: - default: &68 + default: &74 value: login: github id: 1 @@ -10341,7 +10542,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10369,9 +10570,9 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: &110 + default: &116 value: - login: github id: 1 @@ -10402,7 +10603,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10443,8 +10644,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *40 - - *63 - - &69 + - *69 + - &75 name: org description: The organization name. The name is not case sensitive. in: path @@ -10456,9 +10657,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *67 + schema: *73 examples: - default: *68 + default: *74 '404': description: The team is not assigned to the organization x-github: @@ -10477,16 +10678,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *40 - - *63 - *69 + - *75 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *67 + schema: *73 examples: - default: *68 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10503,8 +10704,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *40 - - *63 - *69 + - *75 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -10528,7 +10729,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *40 - - &71 + - &77 name: team_slug description: The slug of the team name. in: path @@ -10540,11 +10741,11 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: *70 + default: *76 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -10562,7 +10763,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *40 - - *71 + - *77 requestBody: required: true content: @@ -10617,11 +10818,11 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: *70 + default: *76 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -10642,7 +10843,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *40 - - *71 + - *77 responses: '204': description: Response @@ -10680,7 +10881,7 @@ paths: application/json: schema: type: array - items: &105 + items: &111 title: Event description: Event type: object @@ -10690,7 +10891,7 @@ paths: type: type: string nullable: true - actor: &72 + actor: &78 title: Actor description: Actor type: object @@ -10730,7 +10931,7 @@ paths: - id - name - url - org: *72 + org: *78 payload: oneOf: - title: CreateEvent @@ -10776,7 +10977,7 @@ paths: properties: action: type: string - discussion: &746 + discussion: &751 title: Discussion description: A Discussion in a repository. type: object @@ -11063,7 +11264,7 @@ paths: - id labels: type: array - items: &78 + items: &84 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -11138,12 +11339,12 @@ paths: properties: action: type: string - issue: &79 + issue: &85 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &541 + properties: &546 id: type: integer format: int64 @@ -11256,7 +11457,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &273 + properties: &278 url: type: string format: uri @@ -11326,7 +11527,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &274 + required: &279 - closed_issues - creator - description @@ -11405,7 +11606,7 @@ paths: timeline_url: type: string format: uri - type: &236 + type: &241 title: Issue Type description: The type of issue. type: object @@ -11455,7 +11656,7 @@ paths: - node_id - name - description - repository: *73 + repository: *79 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -11466,9 +11667,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - author_association: &76 + properties: *80 + required: *81 + author_association: &82 title: author_association type: string example: OWNER @@ -11483,7 +11684,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &77 + reactions: &83 title: Reaction Rollup type: object properties: @@ -11519,7 +11720,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &664 + sub_issues_summary: &669 title: Sub-issues Summary type: object properties: @@ -11544,7 +11745,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &80 + properties: &86 id: description: Unique identifier of the issue comment example: 42 @@ -11587,7 +11788,7 @@ paths: issue_url: type: string format: uri - author_association: *76 + author_association: *82 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -11598,15 +11799,15 @@ paths: class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - reactions: *77 + properties: *80 + required: *81 + reactions: *83 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &563 + properties: &568 pinned_at: type: string format: date-time @@ -11618,11 +11819,11 @@ paths: properties: *20 required: *21 nullable: true - required: &564 + required: &569 - pinned_at - pinned_by nullable: true - required: &81 + required: &87 - id - node_id - html_url @@ -11632,7 +11833,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &665 + issue_dependencies_summary: &670 title: Issue Dependencies Summary type: object properties: @@ -11651,7 +11852,7 @@ paths: - total_blocking issue_field_values: type: array - items: &548 + items: &553 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11712,7 +11913,7 @@ paths: - node_id - data_type - value - required: &542 + required: &547 - assignee - closed_at - comments @@ -11737,10 +11938,10 @@ paths: assignees: type: array items: *4 - label: *78 + label: *84 labels: type: array - items: *78 + items: *84 required: - action - issue @@ -11749,14 +11950,14 @@ paths: properties: action: type: string - issue: *79 - comment: &537 + issue: *85 + comment: &542 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 required: - action - issue @@ -11914,8 +12115,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -11931,8 +12130,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true allow_forking: type: boolean @@ -12021,7 +12220,7 @@ paths: type: string number: type: integer - pull_request: &84 + pull_request: &90 title: Pull Request Minimal type: object properties: @@ -12092,10 +12291,10 @@ paths: assignees: type: array items: *4 - label: *78 + label: *84 labels: type: array - items: *78 + items: *84 required: - action - number @@ -12105,7 +12304,7 @@ paths: properties: action: type: string - pull_request: *84 + pull_request: *90 comment: type: object properties: @@ -12356,7 +12555,7 @@ paths: - pull_request updated_at: type: string - pull_request: *84 + pull_request: *90 required: - action - review @@ -12405,7 +12604,7 @@ paths: updated_at: type: string format: date-time - reactions: *77 + reactions: *83 required: - action - comment @@ -12416,7 +12615,7 @@ paths: type: string release: allOf: - - &597 + - &602 title: Release description: A release. type: object @@ -12487,7 +12686,7 @@ paths: author: *4 assets: type: array - items: &598 + items: &603 title: Release Asset description: Data related to a release. type: object @@ -12562,7 +12761,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *77 + reactions: *83 required: - assets_url - upload_url @@ -12654,7 +12853,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': &116 + '503': &121 description: Service unavailable content: application/json: @@ -12747,7 +12946,7 @@ paths: _links: type: object properties: - timeline: &85 + timeline: &91 title: Link With Type description: Hypermedia Link with Type type: object @@ -12759,17 +12958,17 @@ paths: required: - href - type - user: *85 - security_advisories: *85 - current_user: *85 - current_user_public: *85 - current_user_actor: *85 - current_user_organization: *85 + user: *91 + security_advisories: *91 + current_user: *91 + current_user_public: *91 + current_user_actor: *91 + current_user_organization: *91 current_user_organizations: type: array - items: *85 - repository_discussions: *85 - repository_discussions_category: *85 + items: *91 + repository_discussions: *91 + repository_discussions_category: *91 required: - timeline - user @@ -12831,7 +13030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *86 + - *92 - *17 - *19 responses: @@ -12841,7 +13040,7 @@ paths: application/json: schema: type: array - items: &87 + items: &93 title: Base Gist description: Base Gist type: object @@ -12940,7 +13139,7 @@ paths: - created_at - updated_at examples: - default: &88 + default: &94 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -12985,7 +13184,7 @@ paths: site_admin: false truncated: false headers: - Link: *61 + Link: *67 '304': *37 '403': *29 x-github: @@ -13061,7 +13260,7 @@ paths: description: Response content: application/json: - schema: &89 + schema: &95 title: Gist Simple description: Gist Simple type: object @@ -13078,7 +13277,7 @@ paths: url: type: string format: uri - user: &671 + user: &676 title: Public User description: Public User type: object @@ -13440,7 +13639,7 @@ paths: truncated: type: boolean examples: - default: &90 + default: &96 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -13544,7 +13743,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *86 + - *92 - *17 - *19 responses: @@ -13554,11 +13753,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '403': *29 @@ -13578,7 +13777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *86 + - *92 - *17 - *19 responses: @@ -13588,11 +13787,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '401': *25 '304': *37 '403': *29 @@ -13618,7 +13817,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &91 + - &97 name: gist_id description: The unique identifier of the gist. in: path @@ -13630,10 +13829,10 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - default: *90 - '403': &94 + default: *96 + '403': &100 description: Forbidden Gist content: application/json: @@ -13681,7 +13880,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *91 + - *97 requestBody: required: true content: @@ -13741,9 +13940,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - updateGist: *90 + updateGist: *96 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -13901,7 +14100,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -13930,7 +14129,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *91 + - *97 - *17 - *19 responses: @@ -13940,7 +14139,7 @@ paths: application/json: schema: type: array - items: &92 + items: &98 title: Gist Comment description: A comment made to a gist. type: object @@ -13975,7 +14174,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *76 + author_association: *82 required: - url - id @@ -14015,7 +14214,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -14040,7 +14239,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *91 + - *97 requestBody: required: true content: @@ -14065,9 +14264,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: &93 + default: &99 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14125,8 +14324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *91 - - &95 + - *97 + - &101 name: comment_id description: The unique identifier of the comment. in: path @@ -14139,12 +14338,12 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *93 + default: *99 '304': *37 '404': *6 - '403': *94 + '403': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14166,8 +14365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *91 - - *95 + - *97 + - *101 requestBody: required: true content: @@ -14192,9 +14391,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *93 + default: *99 '404': *6 x-github: githubCloudOnly: false @@ -14211,8 +14410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *91 - - *95 + - *97 + - *101 responses: '204': description: Response @@ -14235,7 +14434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *91 + - *97 - *17 - *19 responses: @@ -14336,7 +14535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *91 + - *97 - *17 - *19 responses: @@ -14346,7 +14545,7 @@ paths: application/json: schema: type: array - items: *89 + items: *95 examples: default: value: @@ -14392,7 +14591,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 '304': *37 '403': *29 @@ -14411,13 +14610,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *91 + - *97 responses: '201': description: Response content: application/json: - schema: *87 + schema: *93 examples: default: value: @@ -14488,7 +14687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *91 + - *97 responses: '204': description: Response if gist is starred @@ -14518,7 +14717,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -14540,7 +14739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -14569,7 +14768,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *91 + - *97 - name: sha in: path required: true @@ -14580,9 +14779,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - default: *90 + default: *96 '422': *15 '404': *6 '403': *29 @@ -14743,7 +14942,7 @@ paths: type: array items: allOf: - - *73 + - *79 repository_selection: type: string example: selected @@ -14866,7 +15065,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '403': *29 '304': *37 '401': *25 @@ -14950,7 +15149,7 @@ paths: - closed - all default: open - - &239 + - &244 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -14968,8 +15167,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - name: collab in: query required: false @@ -14999,9 +15198,9 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: &240 + default: &245 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15246,7 +15445,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '404': *6 @@ -15285,8 +15484,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 examples: default: value: @@ -15571,7 +15770,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &96 + X-CommonMarker-Version: &102 example: 0.17.4 schema: type: string @@ -15626,7 +15825,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *96 + X-CommonMarker-Version: *102 content: text/html: schema: @@ -15655,7 +15854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &99 + - &105 name: account_id description: account_id parameter in: path @@ -15667,7 +15866,7 @@ paths: description: Response content: application/json: - schema: &98 + schema: &104 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -15697,7 +15896,7 @@ paths: nullable: true id: type: integer - plan: &97 + plan: &103 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -15786,7 +15985,7 @@ paths: nullable: true updated_at: type: string - plan: *97 + plan: *103 required: - url - id @@ -15794,7 +15993,7 @@ paths: - login - marketplace_purchase examples: - default: &100 + default: &106 value: url: https://api.github.com/orgs/github type: Organization @@ -15879,9 +16078,9 @@ paths: application/json: schema: type: array - items: *97 + items: *103 examples: - default: &101 + default: &107 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -15899,7 +16098,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '404': *6 '401': *25 x-github: @@ -15921,14 +16120,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &102 + - &108 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &103 + - &109 name: sort description: The property to sort the results by. in: query @@ -15958,9 +16157,9 @@ paths: application/json: schema: type: array - items: *98 + items: *104 examples: - default: &104 + default: &110 value: - url: https://api.github.com/orgs/github type: Organization @@ -16011,7 +16210,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '404': *6 '422': *15 '401': *25 @@ -16034,15 +16233,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *99 + - *105 responses: '200': description: Response content: application/json: - schema: *98 + schema: *104 examples: - default: *100 + default: *106 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -16074,11 +16273,11 @@ paths: application/json: schema: type: array - items: *97 + items: *103 examples: - default: *101 + default: *107 headers: - Link: *61 + Link: *67 '401': *25 x-github: githubCloudOnly: false @@ -16099,8 +16298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *102 - - *103 + - *108 + - *109 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16120,11 +16319,11 @@ paths: application/json: schema: type: array - items: *98 + items: *104 examples: - default: *104 + default: *110 headers: - Link: *61 + Link: *67 '401': *25 x-github: githubCloudOnly: false @@ -16386,14 +16585,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &336 + - &341 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &337 + - &342 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -16410,7 +16609,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -16455,7 +16654,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &340 + '301': &345 description: Moved permanently content: application/json: @@ -16477,7 +16676,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &573 + - &578 name: all description: If `true`, show notifications marked as read. in: query @@ -16485,7 +16684,7 @@ paths: schema: type: boolean default: false - - &574 + - &579 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16494,8 +16693,8 @@ paths: schema: type: boolean default: false - - *86 - - &575 + - *92 + - &580 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: @@ -16520,18 +16719,18 @@ paths: application/json: schema: type: array - items: &106 + items: &112 title: Thread description: Thread type: object properties: id: type: string - repository: &156 + repository: &161 title: Minimal Repository description: Minimal Repository type: object - properties: &206 + properties: &211 id: type: integer format: int64 @@ -16742,8 +16941,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -16819,7 +17016,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &291 + security_and_analysis: &296 nullable: true type: object properties: @@ -16932,7 +17129,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &207 + required: &212 - archive_url - assignees_url - blobs_url @@ -17020,7 +17217,7 @@ paths: - url - subscription_url examples: - default: &576 + default: &581 value: - id: '1' repository: @@ -17102,7 +17299,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -17186,7 +17383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &107 + - &113 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -17200,7 +17397,7 @@ paths: description: Response content: application/json: - schema: *106 + schema: *112 examples: default: value: @@ -17302,7 +17499,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *107 + - *113 responses: '205': description: Reset Content @@ -17324,7 +17521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *107 + - *113 responses: '204': description: No content @@ -17347,13 +17544,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *107 + - *113 responses: '200': description: Response content: application/json: - schema: &108 + schema: &114 title: Thread Subscription description: Thread Subscription type: object @@ -17390,7 +17587,7 @@ paths: - url - subscribed examples: - default: &109 + default: &115 value: subscribed: true ignored: false @@ -17421,7 +17618,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *107 + - *113 requestBody: required: false content: @@ -17442,9 +17639,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *114 examples: - default: *109 + default: *115 '304': *37 '403': *29 '401': *25 @@ -17467,7 +17664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *107 + - *113 responses: '204': description: Response @@ -17562,9 +17759,9 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: Link: example: ; rel="next" @@ -17591,13 +17788,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &111 + schema: &117 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -17630,12 +17827,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *111 + schema: *117 examples: selected_actions: *42 responses: @@ -17664,13 +17861,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &112 + schema: &118 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -17703,12 +17900,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *112 + schema: *118 examples: selected_actions: *44 responses: @@ -17737,7 +17934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *69 + - *75 - name: page in: query description: The page number of results to fetch. @@ -17781,8 +17978,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *113 - required: *114 + properties: *119 + required: *120 nullable: true additionalProperties: false examples: @@ -17888,7 +18085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -17954,7 +18151,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *69 + - *75 requestBody: required: true content: @@ -18003,7 +18200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *69 + - *75 - name: page description: The page number of the results to fetch. in: query @@ -18154,7 +18351,7 @@ paths: total_count: 3 '404': *6 '403': *29 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18175,8 +18372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *69 - - &117 + - *75 + - &122 name: budget_id description: The ID corresponding to the budget. in: path @@ -18272,8 +18469,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18293,8 +18490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *69 - - *117 + - *75 + - *122 requestBody: required: true content: @@ -18485,8 +18682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *69 - - *117 + - *75 + - *122 responses: '200': description: Response when deleting a budget @@ -18512,8 +18709,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18533,8 +18730,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *69 - - &118 + - *75 + - &123 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -18543,7 +18740,7 @@ paths: required: false schema: type: integer - - &120 + - &125 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -18552,7 +18749,7 @@ paths: required: false schema: type: integer - - &119 + - &124 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -18567,14 +18764,14 @@ paths: required: false schema: type: string - - &721 + - &726 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &121 + - &126 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -18690,8 +18887,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18711,9 +18908,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *69 - - *118 - - &722 + - *75 + - *123 + - &727 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -18722,7 +18919,7 @@ paths: required: false schema: type: integer - - *119 + - *124 responses: '200': description: Billing usage report response for an organization @@ -18797,8 +18994,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18821,19 +19018,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *69 - - *118 - - *120 - - *119 - - &723 + - *75 + - *123 + - *125 + - *124 + - &728 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *121 - - &724 + - *126 + - &729 name: sku description: The SKU to query for usage. in: query @@ -18943,8 +19140,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18970,13 +19167,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &122 + schema: &127 title: Organization Full description: Organization Full type: object @@ -19295,7 +19492,7 @@ paths: - updated_at - archived_at examples: - default-response: &123 + default-response: &128 value: login: github id: 1 @@ -19395,7 +19592,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *69 + - *75 requestBody: required: false content: @@ -19611,17 +19808,17 @@ paths: description: Response content: application/json: - schema: *122 + schema: *127 examples: - default: *123 + default: *128 '422': description: Validation failed content: application/json: schema: oneOf: - - *124 - - *125 + - *129 + - *130 '409': *54 x-github: githubCloudOnly: false @@ -19645,7 +19842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *69 + - *75 responses: '202': *39 '404': *6 @@ -19670,7 +19867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -19696,7 +19893,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19717,7 +19914,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -19735,7 +19932,7 @@ paths: type: integer repository_cache_usages: type: array - items: &347 + items: &352 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -19770,7 +19967,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19790,7 +19987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -19808,7 +20005,7 @@ paths: type: integer runners: type: array - items: &126 + items: &131 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -19862,7 +20059,7 @@ paths: - display_name - source nullable: true - machine_size_details: &134 + machine_size_details: &139 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -19958,7 +20155,7 @@ paths: - public_ip_enabled - platform examples: - default: &155 + default: &160 value: total_count: 2 runners: @@ -20000,7 +20197,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20018,7 +20215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -20095,9 +20292,9 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: &135 + default: &140 value: id: 5 name: My hosted ubuntu runner @@ -20138,7 +20335,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20154,7 +20351,7 @@ paths: type: integer images: type: array - items: &127 + items: &132 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -20205,7 +20402,7 @@ paths: - latest_version - state examples: - default: &129 + default: &134 value: total_count: 2 image_versions: @@ -20236,8 +20433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *69 - - &128 + - *75 + - &133 name: image_definition_id description: Image definition ID of custom image in: path @@ -20249,7 +20446,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *132 examples: default: value: @@ -20279,8 +20476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *69 - - *128 + - *75 + - *133 responses: '204': description: Response @@ -20303,8 +20500,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *128 - - *69 + - *133 + - *75 responses: '200': description: Response @@ -20320,7 +20517,7 @@ paths: type: integer image_versions: type: array - items: &130 + items: &135 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -20353,7 +20550,7 @@ paths: - created_on - state_details examples: - default: *129 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20373,9 +20570,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *69 - - *128 - - &131 + - *75 + - *133 + - &136 name: version description: Version of a custom image in: path @@ -20388,7 +20585,7 @@ paths: description: Response content: application/json: - schema: *130 + schema: *135 examples: default: value: @@ -20414,9 +20611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *69 - - *128 - - *131 + - *75 + - *133 + - *136 responses: '204': description: Response @@ -20437,7 +20634,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20453,7 +20650,7 @@ paths: type: integer images: type: array - items: &132 + items: &137 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -20489,7 +20686,7 @@ paths: - display_name - source examples: - default: &133 + default: &138 value: id: ubuntu-20.04 platform: linux-x64 @@ -20513,7 +20710,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20529,9 +20726,9 @@ paths: type: integer images: type: array - items: *132 + items: *137 examples: - default: *133 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20548,7 +20745,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20601,7 +20798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20617,7 +20814,7 @@ paths: type: integer machine_specs: type: array - items: *134 + items: *139 examples: default: value: @@ -20642,7 +20839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20686,8 +20883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *69 - - &136 + - *75 + - &141 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -20699,11 +20896,11 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20721,8 +20918,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *69 - - *136 + - *75 + - *141 requestBody: required: true content: @@ -20774,9 +20971,9 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -20792,16 +20989,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *69 - - *136 + - *75 + - *141 responses: '202': description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20821,7 +21018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -20854,12 +21051,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *137 + schema: *142 examples: default: *46 responses: @@ -20893,7 +21090,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *69 + - *75 - name: custom_property_name in: path required: true @@ -20926,13 +21123,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *69 + - *75 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &138 + schema: &143 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -20946,7 +21143,7 @@ paths: required: - include_claim_keys examples: - default: &139 + default: &144 value: include_claim_keys: - repo @@ -20968,20 +21165,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *138 + schema: *143 examples: - default: *139 + default: *144 responses: '201': description: Empty response content: application/json: - schema: &165 + schema: &170 title: Empty Object description: An object without any properties. type: object @@ -21011,7 +21208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -21020,7 +21217,7 @@ paths: schema: type: object properties: - enabled_repositories: &140 + enabled_repositories: &145 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -21033,7 +21230,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &141 + allowed_actions: &146 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -21041,12 +21238,12 @@ paths: - all - local_only - selected - selected_actions_url: &353 + selected_actions_url: &358 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` is set to `selected`. - sha_pinning_required: &142 + sha_pinning_required: &147 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -21077,7 +21274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21088,9 +21285,9 @@ paths: schema: type: object properties: - enabled_repositories: *140 - allowed_actions: *141 - sha_pinning_required: *142 + enabled_repositories: *145 + allowed_actions: *146 + sha_pinning_required: *147 required: - enabled_repositories examples: @@ -21118,13 +21315,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &357 + schema: &362 type: object properties: days: @@ -21161,12 +21358,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &358 + schema: &363 type: object properties: days: @@ -21203,13 +21400,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &143 + schema: &148 type: object properties: approval_policy: @@ -21223,7 +21420,7 @@ paths: required: - approval_policy examples: - default: &359 + default: &364 value: approval_policy: first_time_contributors '404': *6 @@ -21244,7 +21441,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21254,7 +21451,7 @@ paths: required: true content: application/json: - schema: *143 + schema: *148 examples: default: summary: Set approval policy to first time contributors @@ -21276,13 +21473,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &360 + schema: &365 type: object required: - run_workflows_from_fork_pull_requests @@ -21308,7 +21505,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &144 + default: &149 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -21331,12 +21528,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &361 + schema: &366 type: object required: - run_workflows_from_fork_pull_requests @@ -21359,7 +21556,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *144 + default: *149 responses: '204': description: Empty response for successful settings update @@ -21389,7 +21586,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -21407,9 +21604,9 @@ paths: type: number repositories: type: array - items: *73 + items: *79 examples: - default: &148 + default: &153 value: total_count: 1 repositories: @@ -21549,7 +21746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21593,8 +21790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *69 - - &145 + - *75 + - &150 name: repository_id description: The unique identifier of the repository. in: path @@ -21622,8 +21819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -21646,13 +21843,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &146 + schema: &151 type: object properties: github_owned_allowed: @@ -21674,7 +21871,7 @@ paths: items: type: string examples: - default: &147 + default: &152 value: github_owned_allowed: true verified_allowed: false @@ -21699,7 +21896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21707,9 +21904,9 @@ paths: required: false content: application/json: - schema: *146 + schema: *151 examples: - selected_actions: *147 + selected_actions: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21729,7 +21926,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -21777,7 +21974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -21824,7 +22021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -21839,9 +22036,9 @@ paths: type: integer repositories: type: array - items: *73 + items: *79 examples: - default: *148 + default: *153 '403': *29 '404': *6 x-github: @@ -21861,7 +22058,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -21909,8 +22106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No content @@ -21936,8 +22133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No content @@ -21965,23 +22162,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &362 + schema: &367 type: object properties: - default_workflow_permissions: &149 + default_workflow_permissions: &154 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &150 + can_approve_pull_request_reviews: &155 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -21989,7 +22186,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &151 + default: &156 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -22014,7 +22211,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Success response @@ -22022,13 +22219,13 @@ paths: required: false content: application/json: - schema: &363 + schema: &368 type: object properties: - default_workflow_permissions: *149 - can_approve_pull_request_reviews: *150 + default_workflow_permissions: *154 + can_approve_pull_request_reviews: *155 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22048,7 +22245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *69 + - *75 - *17 - *19 - name: visible_to_repository @@ -22073,7 +22270,7 @@ paths: type: number runner_groups: type: array - items: &152 + items: &157 type: object properties: id: @@ -22189,7 +22386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -22261,9 +22458,9 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: &154 + default: &159 value: id: 2 name: octo-runner-group @@ -22298,8 +22495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *69 - - &153 + - *75 + - &158 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -22311,7 +22508,7 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: default: value: @@ -22347,8 +22544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -22402,9 +22599,9 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *154 + default: *159 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22423,8 +22620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *69 - - *153 + - *75 + - *158 responses: '204': description: Response @@ -22447,8 +22644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *17 - *19 responses: @@ -22466,11 +22663,11 @@ paths: type: number runners: type: array - items: *126 + items: *131 examples: - default: *155 + default: *160 headers: - Link: *61 + Link: *67 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22490,8 +22687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *19 - *17 responses: @@ -22509,9 +22706,9 @@ paths: type: number repositories: type: array - items: *156 + items: *161 examples: - default: &194 + default: &199 value: total_count: 1 repositories: @@ -22763,8 +22960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -22808,9 +23005,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 - - *145 + - *75 + - *158 + - *150 responses: '204': description: Response @@ -22832,9 +23029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 - - *145 + - *75 + - *158 + - *150 responses: '204': description: Response @@ -22857,8 +23054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *17 - *19 responses: @@ -22876,7 +23073,7 @@ paths: type: number runners: type: array - items: &158 + items: &163 title: Self hosted runners description: A self hosted runner type: object @@ -22905,7 +23102,7 @@ paths: type: boolean labels: type: array - items: &161 + items: &166 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -22935,7 +23132,7 @@ paths: - busy - labels examples: - default: &159 + default: &164 value: total_count: 2 runners: @@ -22975,7 +23172,7 @@ paths: name: no-gpu type: custom headers: - Link: *61 + Link: *67 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22994,8 +23191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -23039,9 +23236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *69 - - *153 - - &157 + - *75 + - *158 + - &162 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -23069,9 +23266,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *69 - - *153 - - *157 + - *75 + - *158 + - *162 responses: '204': description: Response @@ -23101,7 +23298,7 @@ paths: in: query schema: type: string - - *69 + - *75 - *17 - *19 responses: @@ -23119,11 +23316,11 @@ paths: type: integer runners: type: array - items: *158 + items: *163 examples: - default: *159 + default: *164 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23145,7 +23342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -23153,7 +23350,7 @@ paths: application/json: schema: type: array - items: &364 + items: &369 title: Runner Application description: Runner Application type: object @@ -23178,7 +23375,7 @@ paths: - download_url - filename examples: - default: &365 + default: &370 value: - os: osx architecture: x64 @@ -23221,7 +23418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -23264,7 +23461,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &366 + '201': &371 description: Response content: application/json: @@ -23274,7 +23471,7 @@ paths: - runner - encoded_jit_config properties: - runner: *158 + runner: *163 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -23331,13 +23528,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *69 + - *75 responses: '201': description: Response content: application/json: - schema: &160 + schema: &165 title: Authentication Token description: Authentication Token type: object @@ -23359,7 +23556,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *73 + items: *79 single_file: type: string example: config.yaml @@ -23375,7 +23572,7 @@ paths: - token - expires_at examples: - default: &367 + default: &372 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -23406,15 +23603,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *69 + - *75 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: &368 + default: &373 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -23439,16 +23636,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: '200': description: Response content: application/json: - schema: *158 + schema: *163 examples: - default: &369 + default: &374 value: id: 23 name: MBP @@ -23489,8 +23686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: '204': description: Response @@ -23516,10 +23713,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: - '200': &162 + '200': &167 description: Response content: application/json: @@ -23533,7 +23730,7 @@ paths: type: integer labels: type: array - items: *161 + items: *166 examples: default: value: @@ -23572,8 +23769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 requestBody: required: true content: @@ -23597,7 +23794,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23621,8 +23818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 requestBody: required: true content: @@ -23647,7 +23844,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23671,10 +23868,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: - '200': &370 + '200': &375 description: Response content: application/json: @@ -23688,7 +23885,7 @@ paths: type: integer labels: type: array - items: *161 + items: *166 examples: default: value: @@ -23729,9 +23926,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 - - &371 + - *75 + - *162 + - &376 name: name description: The name of a self-hosted runner's custom label. in: path @@ -23739,7 +23936,7 @@ paths: schema: type: string responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23764,7 +23961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -23782,7 +23979,7 @@ paths: type: integer secrets: type: array - items: &163 + items: &168 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -23832,7 +24029,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23855,13 +24052,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &383 + schema: &388 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -23890,7 +24087,7 @@ paths: - key_id - key examples: - default: &384 + default: &389 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23915,8 +24112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *69 - - &164 + - *75 + - &169 name: secret_name description: The name of the secret. in: path @@ -23928,7 +24125,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *168 examples: default: value: @@ -23958,8 +24155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -24016,7 +24213,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -24042,8 +24239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -24069,8 +24266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -24088,9 +24285,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: &168 + default: &173 value: total_count: 1 repositories: @@ -24182,8 +24379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -24235,8 +24432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -24269,8 +24466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -24302,8 +24499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *69 - - &352 + - *75 + - &357 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/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -24327,7 +24524,7 @@ paths: type: integer variables: type: array - items: &166 + items: &171 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -24391,7 +24588,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24412,7 +24609,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *69 + - *75 requestBody: required: true content: @@ -24460,7 +24657,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -24485,8 +24682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *69 - - &167 + - *75 + - &172 name: name description: The name of the variable. in: path @@ -24498,7 +24695,7 @@ paths: description: Response content: application/json: - schema: *166 + schema: *171 examples: default: value: @@ -24528,8 +24725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 requestBody: required: true content: @@ -24591,8 +24788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 responses: '204': description: Response @@ -24618,8 +24815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - *19 - *17 responses: @@ -24637,9 +24834,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 '409': description: Response when the visibility of the variable is not set to `selected` @@ -24665,8 +24862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 requestBody: required: true content: @@ -24715,8 +24912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - name: repository_id in: path required: true @@ -24750,8 +24947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - name: repository_id in: path required: true @@ -24792,7 +24989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *69 + - *75 requestBody: required: true content: @@ -24908,7 +25105,7 @@ paths: type: integer deployment_records: type: array - items: &169 + items: &174 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -24952,7 +25149,7 @@ paths: with the deployment record. nullable: true examples: - default: &170 + default: &175 value: total_count: 1 deployment_records: @@ -24967,6 +25164,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24987,7 +25186,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *69 + - *75 - name: cluster in: path description: The cluster name. @@ -25123,9 +25322,11 @@ paths: type: integer deployment_records: type: array - items: *169 + items: *174 examples: - default: *170 + default: *175 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25145,7 +25346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *69 + - *75 requestBody: required: true content: @@ -25280,6 +25481,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25297,7 +25500,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *69 + - *75 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -25322,9 +25525,9 @@ paths: type: integer deployment_records: type: array - items: *169 + items: *174 examples: - default: *170 + default: *175 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25344,7 +25547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *69 + - *75 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25429,7 +25632,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 requestBody: required: true content: @@ -25453,12 +25656,12 @@ paths: required: - subject_digests examples: - default: &703 + default: &708 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &704 + withPredicateType: &709 value: subject_digests: - sha256:abc123 @@ -25516,7 +25719,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &705 + default: &710 value: attestations_subject_digests: - sha256:abc: @@ -25625,7 +25828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *69 + - *75 requestBody: required: true content: @@ -25690,7 +25893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *69 + - *75 - name: subject_digest description: Subject Digest in: path @@ -25725,7 +25928,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -25773,7 +25976,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *69 + - *75 - name: attestation_id description: Attestation ID in: path @@ -25811,7 +26014,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25866,7 +26069,7 @@ paths: initiator: type: string examples: - default: &397 + default: &402 value: attestations: - bundle: @@ -25973,7 +26176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -25985,7 +26188,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26004,8 +26207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: If the user is blocked @@ -26030,8 +26233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -26051,8 +26254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -26077,15 +26280,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *69 + - *75 - *19 - *17 - - *55 + - *61 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &171 + schema: &176 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -26111,7 +26314,7 @@ paths: application/json: schema: type: array - items: &172 + items: &177 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -26142,7 +26345,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &193 + items: &198 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -26217,7 +26420,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &251 + properties: &256 id: description: Unique identifier of the team type: integer @@ -26289,7 +26492,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &252 + required: &257 - id - node_id - url @@ -26332,7 +26535,7 @@ paths: type: string format: date-time nullable: true - state: *171 + state: *176 contact_link: description: The contact link of the campaign. type: string @@ -26427,9 +26630,9 @@ paths: closed_at: state: open headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26453,7 +26656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -26552,9 +26755,9 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: &173 + default: &178 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -26603,7 +26806,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26625,7 +26828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -26637,16 +26840,16 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: *173 + default: *178 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26667,7 +26870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -26716,7 +26919,7 @@ paths: type: string format: uri nullable: true - state: *171 + state: *176 examples: default: value: @@ -26726,9 +26929,9 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: *173 + default: *178 '400': description: Bad Request content: @@ -26740,7 +26943,7 @@ paths: content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26761,7 +26964,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -26772,7 +26975,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26794,18 +26997,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *69 - - &422 + - *75 + - &427 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`, but not both. in: query required: false - schema: &181 + schema: &186 type: string description: The name of the tool used to generate the code scanning analysis. - - &423 + - &428 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 @@ -26813,7 +27016,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &182 + schema: &187 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, @@ -26822,13 +27025,13 @@ paths: - *48 - *19 - *17 - - *55 + - *61 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &425 + schema: &430 type: string description: State of a code scanning alert. enum: @@ -26851,7 +27054,7 @@ paths: be returned. in: query required: false - schema: &426 + schema: &431 type: string description: Severity of a code scanning alert. enum: @@ -26880,18 +27083,18 @@ paths: items: type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: &427 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: &432 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &183 + state: &188 type: string description: State of a code scanning alert. nullable: true @@ -26899,7 +27102,7 @@ paths: - open - dismissed - fixed - fixed_at: *179 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -26907,8 +27110,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: &428 + dismissed_at: *185 + dismissed_reason: &433 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -26917,13 +27120,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &429 + dismissed_comment: &434 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &430 + rule: &435 type: object properties: id: @@ -26976,42 +27179,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &431 + tool: &436 type: object properties: - name: *181 + name: *186 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *182 - most_recent_instance: &432 + guid: *187 + most_recent_instance: &437 type: object properties: - ref: &424 + ref: &429 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &442 + analysis_key: &447 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &443 + environment: &448 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &444 + category: &449 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *183 + state: *188 commit_sha: type: string message: @@ -27019,7 +27222,7 @@ paths: properties: text: type: string - location: &445 + location: &450 type: object description: Describe a region within a file for the alert. properties: @@ -27040,7 +27243,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &446 + items: &451 type: string description: A classification of the file. For example to identify it as generated. @@ -27050,7 +27253,7 @@ paths: - generated - test - library - repository: *60 + repository: *66 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -27305,9 +27508,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27329,7 +27532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *69 + - *75 - name: target_type in: query description: The target type of the code security configuration @@ -27440,7 +27643,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *69 + - *75 requestBody: required: true content: @@ -27677,7 +27880,7 @@ paths: application/json: schema: *49 examples: - default: *184 + default: *189 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27699,15 +27902,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *185 + schema: *190 examples: - default: *186 + default: *191 '304': *37 '403': *29 '404': *6 @@ -27733,7 +27936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *69 + - *75 requestBody: required: true content: @@ -27759,7 +27962,7 @@ paths: - 32 - 91 responses: - '204': *187 + '204': *192 '400': *14 '403': *29 '404': *6 @@ -27785,7 +27988,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *69 + - *75 - *51 responses: '200': @@ -27794,7 +27997,7 @@ paths: application/json: schema: *49 examples: - default: *184 + default: *189 '304': *37 '403': *29 '404': *6 @@ -27818,7 +28021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -28091,10 +28294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *69 + - *75 - *51 responses: - '204': *187 + '204': *192 '400': *14 '403': *29 '404': *6 @@ -28122,7 +28325,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -28186,7 +28389,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -28232,7 +28435,7 @@ paths: default: value: default_for_new_repos: all - configuration: *184 + configuration: *189 '403': *29 '404': *6 x-github: @@ -28256,7 +28459,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *69 + - *75 - *51 - name: per_page description: The number of results per page (max 100). For more information, @@ -28285,13 +28488,13 @@ paths: application/json: schema: type: array - items: *188 + items: *193 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *189 + repository: *194 '403': *29 '404': *6 x-github: @@ -28315,7 +28518,7 @@ paths: parameters: - *17 - *19 - - *69 + - *75 responses: '200': description: Response @@ -28331,7 +28534,7 @@ paths: type: integer codespaces: type: array - items: &241 + items: &246 type: object title: Codespace description: A codespace. @@ -28356,12 +28559,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *156 + repository: *161 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &458 + properties: &463 name: type: string description: The name of the machine. @@ -28403,7 +28606,7 @@ paths: - ready - in_progress nullable: true - required: &459 + required: &464 - name - display_name - operating_system @@ -28608,7 +28811,7 @@ paths: - pulls_url - recent_folders examples: - default: &242 + default: &247 value: total_count: 3 codespaces: @@ -29018,7 +29221,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29040,7 +29243,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *69 + - *75 deprecated: true requestBody: required: true @@ -29084,7 +29287,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29107,7 +29310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *69 + - *75 deprecated: true requestBody: required: true @@ -29139,7 +29342,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29162,7 +29365,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *69 + - *75 requestBody: required: true content: @@ -29193,7 +29396,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29214,7 +29417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -29232,7 +29435,7 @@ paths: type: integer secrets: type: array - items: &190 + items: &195 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -29271,7 +29474,7 @@ paths: - updated_at - visibility examples: - default: &460 + default: &465 value: total_count: 2 secrets: @@ -29284,7 +29487,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29303,13 +29506,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &461 + schema: &466 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -29338,7 +29541,7 @@ paths: - key_id - key examples: - default: &462 + default: &467 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29361,23 +29564,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: Response content: application/json: - schema: *190 + schema: *195 examples: - default: &464 + default: &469 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29397,8 +29600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -29453,7 +29656,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -29479,8 +29682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -29505,8 +29708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -29524,9 +29727,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 '404': *6 x-github: githubCloudOnly: false @@ -29548,8 +29751,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -29599,8 +29802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -29633,8 +29836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -29673,7 +29876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: OK @@ -29782,7 +29985,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29814,7 +30017,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *69 + - *75 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -29837,7 +30040,7 @@ paths: currently being billed. seats: type: array - items: &244 + items: &249 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -29854,15 +30057,15 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *191 - required: *192 + properties: *196 + required: *197 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *193 - - *62 + - *198 + - *68 nullable: true pending_cancellation_date: type: string @@ -29986,8 +30189,8 @@ paths: type: User site_admin: false headers: - Link: *61 - '500': *115 + Link: *67 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30020,7 +30223,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30062,7 +30265,7 @@ paths: default: value: seats_created: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30098,7 +30301,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30140,7 +30343,7 @@ paths: default: value: seats_cancelled: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30178,7 +30381,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30219,7 +30422,7 @@ paths: default: value: seats_created: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30255,7 +30458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30297,7 +30500,7 @@ paths: default: value: seats_cancelled: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30333,7 +30536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#get-copilot-coding-agent-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -30370,7 +30573,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30398,7 +30601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-copilot-coding-agent-permissions-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -30423,7 +30626,7 @@ paths: responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30453,7 +30656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-coding-agent-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -30468,13 +30671,13 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 required: - total_count - repositories examples: - default: *194 - '500': *115 + default: *199 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30502,7 +30705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-coding-agent-in-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -30528,7 +30731,7 @@ paths: responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30558,12 +30761,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-coding-agent-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30592,12 +30795,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-coding-agent-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30632,7 +30835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *69 + - *75 responses: '200': description: OK @@ -30652,7 +30855,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30685,7 +30888,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *69 + - *75 requestBody: description: The content exclusion rules to set required: true @@ -30737,7 +30940,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30776,7 +30979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *69 + - *75 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -30808,7 +31011,7 @@ paths: application/json: schema: type: array - items: &329 + items: &334 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -31115,7 +31318,7 @@ paths: - date additionalProperties: true examples: - default: &330 + default: &335 value: - date: '2024-06-24' total_active_users: 24 @@ -31214,10 +31417,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *115 + '500': *55 '403': *29 '404': *6 - '422': &331 + '422': &336 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -31228,6 +31431,156 @@ paths: enabledForGitHubApps: true category: copilot subcategory: copilot-metrics + "/orgs/{org}/copilot/metrics/reports/organization-1-day": + get: + summary: Get Copilot organization usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day + parameters: + - *75 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": + get: + summary: Get Copilot organization usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics + parameters: + - *75 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot organization users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day + parameters: + - *75 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot organization users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics + parameters: + - *75 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/orgs/{org}/dependabot/alerts": get: summary: List Dependabot alerts for an organization @@ -31244,12 +31597,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *69 - - *195 - - *196 - - *197 - - *198 - - *199 + - *75 + - *200 + - *201 + - *202 + - *203 + - *204 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -31279,7 +31632,7 @@ paths: enum: - patch - deployment - - *200 + - *205 - name: runtime_risk in: query description: |- @@ -31288,9 +31641,9 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *201 - - *202 - - *55 + - *206 + - *207 + - *61 - *47 - *48 - *17 @@ -31301,9 +31654,9 @@ paths: application/json: schema: type: array - items: *203 + items: *208 examples: - default: *204 + default: *209 '304': *37 '400': *14 '403': *29 @@ -31329,7 +31682,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -31347,7 +31700,7 @@ paths: type: integer secrets: type: array - items: &205 + items: &210 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -31397,7 +31750,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31418,13 +31771,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &493 + schema: &498 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -31441,7 +31794,7 @@ paths: - key_id - key examples: - default: &494 + default: &499 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31464,14 +31817,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: Response content: application/json: - schema: *205 + schema: *210 examples: default: value: @@ -31499,8 +31852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -31557,7 +31910,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -31581,8 +31934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -31606,8 +31959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -31625,9 +31978,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31648,8 +32001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -31699,8 +32052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -31731,8 +32084,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -31762,7 +32115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -31770,7 +32123,7 @@ paths: application/json: schema: type: array - items: &254 + items: &259 title: Package description: A software package type: object @@ -31820,8 +32173,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *206 - required: *207 + properties: *211 + required: *212 nullable: true created_at: type: string @@ -31840,7 +32193,7 @@ paths: - created_at - updated_at examples: - default: &255 + default: &260 value: - id: 197 name: hello_docker @@ -31918,7 +32271,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *69 + - *75 - *17 - *19 responses: @@ -31928,7 +32281,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: 200-response: value: @@ -32000,7 +32353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *69 + - *75 - *17 - *19 responses: @@ -32010,7 +32363,7 @@ paths: application/json: schema: type: array - items: &230 + items: &235 title: Organization Invitation description: Organization Invitation type: object @@ -32057,7 +32410,7 @@ paths: - invitation_teams_url - node_id examples: - default: &231 + default: &236 value: - id: 1 login: monalisa @@ -32090,7 +32443,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -32114,7 +32467,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *69 + - *75 - *17 - *19 responses: @@ -32124,7 +32477,7 @@ paths: application/json: schema: type: array - items: &208 + items: &213 title: Org Hook description: Org Hook type: object @@ -32212,7 +32565,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -32235,7 +32588,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *69 + - *75 requestBody: required: true content: @@ -32295,9 +32648,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *213 examples: - default: &209 + default: &214 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -32344,8 +32697,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *69 - - &210 + - *75 + - &215 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. @@ -32358,9 +32711,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *213 examples: - default: *209 + default: *214 '404': *6 x-github: githubCloudOnly: false @@ -32387,8 +32740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 requestBody: required: false content: @@ -32433,7 +32786,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *213 examples: default: value: @@ -32474,8 +32827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 responses: '204': description: Response @@ -32502,8 +32855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *69 - - *210 + - *75 + - *215 responses: '200': description: Response @@ -32533,8 +32886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *69 - - *210 + - *75 + - *215 requestBody: required: false content: @@ -32584,10 +32937,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 - *17 - - *211 + - *216 responses: '200': description: Response @@ -32595,9 +32948,9 @@ paths: application/json: schema: type: array - items: *212 + items: *217 examples: - default: *213 + default: *218 '400': *14 '422': *15 x-github: @@ -32622,17 +32975,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *214 + schema: *219 examples: - default: *215 + default: *220 '400': *14 '422': *15 x-github: @@ -32657,8 +33010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 - *16 responses: '202': *39 @@ -32687,8 +33040,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 responses: '204': description: Response @@ -32710,8 +33063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *69 - - &220 + - *75 + - &225 name: actor_type in: path description: The type of the actor @@ -32724,14 +33077,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &221 + - &226 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &216 + - &221 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`.' @@ -32739,7 +33092,7 @@ paths: required: true schema: type: string - - &217 + - &222 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) @@ -32750,7 +33103,7 @@ paths: type: string - *19 - *17 - - *55 + - *61 - name: sort description: The property to sort the results by. in: query @@ -32832,13 +33185,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *69 - - *216 - - *217 + - *75 + - *221 + - *222 - *19 - *17 - - *55 - - &226 + - *61 + - &231 name: sort description: The property to sort the results by. in: query @@ -32915,15 +33268,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *69 - - *216 - - *217 + - *75 + - *221 + - *222 responses: '200': description: Response content: application/json: - schema: &218 + schema: &223 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -32939,7 +33292,7 @@ paths: type: integer format: int64 examples: - default: &219 + default: &224 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -32959,24 +33312,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *69 - - &222 + - *75 + - &227 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *216 - - *217 + - *221 + - *222 responses: '200': description: Response content: application/json: - schema: *218 + schema: *223 examples: - default: *219 + default: *224 x-github: enabledForGitHubApps: true category: orgs @@ -32994,19 +33347,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *69 - - *216 - - *217 - - *220 + - *75 - *221 + - *222 + - *225 + - *226 responses: '200': description: Response content: application/json: - schema: *218 + schema: *223 examples: - default: *219 + default: *224 x-github: enabledForGitHubApps: true category: orgs @@ -33023,10 +33376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *69 - - *216 - - *217 - - &223 + - *75 + - *221 + - *222 + - &228 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -33039,7 +33392,7 @@ paths: description: Response content: application/json: - schema: &224 + schema: &229 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -33055,7 +33408,7 @@ paths: type: integer format: int64 examples: - default: &225 + default: &230 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -33091,19 +33444,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *69 + - *75 + - *227 + - *221 - *222 - - *216 - - *217 - - *223 + - *228 responses: '200': description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: *225 + default: *230 x-github: enabledForGitHubApps: true category: orgs @@ -33120,20 +33473,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *69 - - *220 + - *75 + - *225 + - *226 - *221 - - *216 - - *217 - - *223 + - *222 + - *228 responses: '200': description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: *225 + default: *230 x-github: enabledForGitHubApps: true category: orgs @@ -33150,14 +33503,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *69 + - *75 + - *227 + - *221 - *222 - - *216 - - *217 - *19 - *17 - - *55 - - *226 + - *61 + - *231 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -33230,7 +33583,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *69 + - *75 responses: '200': description: Response @@ -33238,7 +33591,7 @@ paths: application/json: schema: *22 examples: - default: &532 + default: &537 value: id: 1 account: @@ -33307,7 +33660,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -33377,7 +33730,7 @@ paths: suspended_at: suspended_by: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33396,7 +33749,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -33404,12 +33757,12 @@ paths: application/json: schema: anyOf: - - &228 + - &233 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &227 + limit: &232 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -33434,7 +33787,7 @@ paths: properties: {} additionalProperties: false examples: - default: &229 + default: &234 value: limit: collaborators_only origin: organization @@ -33458,18 +33811,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &533 + schema: &538 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *227 + limit: *232 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -33493,9 +33846,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *233 examples: - default: *229 + default: *234 '422': *15 x-github: githubCloudOnly: false @@ -33513,7 +33866,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -33537,7 +33890,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *69 + - *75 - *17 - *19 - name: role @@ -33571,11 +33924,11 @@ paths: application/json: schema: type: array - items: *230 + items: *235 examples: - default: *231 + default: *236 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -33596,7 +33949,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *69 + - *75 requestBody: required: false content: @@ -33650,7 +34003,7 @@ paths: description: Response content: application/json: - schema: *230 + schema: *235 examples: default: value: @@ -33704,8 +34057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *69 - - &232 + - *75 + - &237 name: invitation_id description: The unique identifier of the invitation. in: path @@ -33735,8 +34088,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *69 - - *232 + - *75 + - *237 - *17 - *19 responses: @@ -33746,9 +34099,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: &253 + default: &258 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -33764,7 +34117,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -33783,7 +34136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -33791,7 +34144,7 @@ paths: application/json: schema: type: array - items: &233 + items: &238 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -33934,7 +34287,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -34024,9 +34377,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: - default: &234 + default: &239 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -34081,8 +34434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *69 - - &235 + - *75 + - &240 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -34181,9 +34534,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: - default: *234 + default: *239 '404': *6 '422': *7 x-github: @@ -34207,10 +34560,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *69 - - *235 + - *75 + - *240 responses: - '204': *187 + '204': *192 '404': *6 '422': *7 x-github: @@ -34230,7 +34583,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -34238,7 +34591,7 @@ paths: application/json: schema: type: array - items: *236 + items: *241 examples: default: value: @@ -34276,7 +34629,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -34323,9 +34676,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *241 examples: - default: &237 + default: &242 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -34357,8 +34710,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *69 - - &238 + - *75 + - &243 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -34411,9 +34764,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *241 examples: - default: *237 + default: *242 '404': *6 '422': *7 x-github: @@ -34437,8 +34790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *69 - - *238 + - *75 + - *243 responses: '204': description: Response @@ -34471,7 +34824,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *69 + - *75 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -34501,7 +34854,7 @@ paths: - closed - all default: open - - *239 + - *244 - name: type description: Can be the name of an issue type. in: query @@ -34519,8 +34872,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -34530,11 +34883,11 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *240 + default: *245 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -34554,7 +34907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *69 + - *75 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -34592,9 +34945,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -34612,8 +34965,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response if requester is an organization member and user is @@ -34647,8 +35000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -34674,8 +35027,8 @@ paths: parameters: - *17 - *19 - - *69 - - *65 + - *75 + - *71 responses: '200': description: Response @@ -34691,11 +35044,11 @@ paths: type: integer codespaces: type: array - items: *241 + items: *246 examples: - default: *242 + default: *247 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -34718,9 +35071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *69 - - *65 - - &243 + - *75 + - *71 + - &248 name: codespace_name in: path required: true @@ -34730,7 +35083,7 @@ paths: responses: '202': *39 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -34753,17 +35106,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *69 - - *65 - - *243 + - *75 + - *71 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: &457 + default: &462 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -34905,7 +35258,7 @@ paths: recent_folders: [] template: '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -34936,14 +35289,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *244 + schema: *249 examples: default: value: @@ -34987,7 +35340,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -35012,14 +35365,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '200': description: Response content: application/json: - schema: &245 + schema: &250 title: Org Membership description: Org Membership type: object @@ -35063,7 +35416,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *67 + organization: *73 user: title: Simple User description: A GitHub user. @@ -35086,7 +35439,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &246 + response-if-user-has-an-active-admin-membership-with-organization: &251 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -35158,8 +35511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 requestBody: required: false content: @@ -35187,9 +35540,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *250 examples: - response-if-user-already-had-membership-with-organization: *246 + response-if-user-already-had-membership-with-organization: *251 '422': *15 '403': *29 x-github: @@ -35213,8 +35566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -35239,7 +35592,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *69 + - *75 - *17 - *19 - name: exclude @@ -35260,7 +35613,7 @@ paths: application/json: schema: type: array - items: &247 + items: &252 title: Migration description: A migration. type: object @@ -35301,7 +35654,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *73 + items: *79 url: type: string format: uri @@ -35497,7 +35850,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35513,7 +35866,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *69 + - *75 requestBody: required: true content: @@ -35589,7 +35942,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -35767,8 +36120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *69 - - &248 + - *75 + - &253 name: migration_id description: The unique identifier of the migration. in: path @@ -35795,7 +36148,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -35964,8 +36317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *69 - - *248 + - *75 + - *253 responses: '302': description: Response @@ -35986,8 +36339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *69 - - *248 + - *75 + - *253 responses: '204': description: Response @@ -36010,9 +36363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *69 - - *248 - - &686 + - *75 + - *253 + - &691 name: repo_name description: repo_name parameter in: path @@ -36039,8 +36392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *69 - - *248 + - *75 + - *253 - *17 - *19 responses: @@ -36050,9 +36403,9 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: &260 + default: &265 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36165,7 +36518,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -36191,7 +36544,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response - list of organization roles @@ -36207,7 +36560,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &250 + items: &255 title: Organization Role description: Organization roles type: object @@ -36354,8 +36707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -36380,9 +36733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *69 - - *71 - - &249 + - *75 + - *77 + - &254 name: role_id description: The unique identifier of the role. in: path @@ -36417,9 +36770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *69 - - *71 - - *249 + - *75 + - *77 + - *254 responses: '204': description: Response @@ -36444,8 +36797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -36470,9 +36823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *69 - - *65 - - *249 + - *75 + - *71 + - *254 responses: '204': description: Response @@ -36502,9 +36855,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *69 - - *65 - - *249 + - *75 + - *71 + - *254 responses: '204': description: Response @@ -36532,14 +36885,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *69 - - *249 + - *75 + - *254 responses: '200': description: Response content: application/json: - schema: *250 + schema: *255 examples: default: value: @@ -36589,8 +36942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *69 - - *249 + - *75 + - *254 - *17 - *19 responses: @@ -36668,8 +37021,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *251 - required: *252 + properties: *256 + required: *257 nullable: true type: description: The ownership type of the team @@ -36701,9 +37054,9 @@ paths: - type - parent examples: - default: *253 + default: *258 headers: - Link: *61 + Link: *67 '404': description: Response if the organization or role does not exist. '422': @@ -36730,8 +37083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *69 - - *249 + - *75 + - *254 - *17 - *19 responses: @@ -36759,13 +37112,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &325 + items: &330 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *251 - required: *252 + properties: *256 + required: *257 name: nullable: true type: string @@ -36860,9 +37213,9 @@ paths: - type - url examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': description: Response if the organization or role does not exist. '422': @@ -36884,7 +37237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *69 + - *75 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -36911,9 +37264,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36936,8 +37289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *69 - - *65 + - *75 + - *71 requestBody: required: false content: @@ -36994,8 +37347,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -37052,8 +37405,8 @@ paths: - docker - nuget - container - - *69 - - &687 + - *75 + - &692 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -37089,12 +37442,12 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *255 + default: *260 '403': *29 '401': *25 - '400': &689 + '400': &694 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37116,7 +37469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &256 + - &261 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 @@ -37134,20 +37487,20 @@ paths: - docker - nuget - container - - &257 + - &262 name: package_name description: The name of the package. in: path required: true schema: type: string - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *254 + schema: *259 examples: default: value: @@ -37199,9 +37552,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *256 - - *257 - - *69 + - *261 + - *262 + - *75 responses: '204': description: Response @@ -37233,9 +37586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *256 - - *257 - - *69 + - *261 + - *262 + - *75 - name: token description: package token schema: @@ -37267,9 +37620,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *256 - - *257 - - *69 + - *261 + - *262 + - *75 - *19 - *17 - name: state @@ -37289,7 +37642,7 @@ paths: application/json: schema: type: array - items: &258 + items: &263 title: Package Version description: A version of a software package type: object @@ -37414,10 +37767,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *256 - - *257 - - *69 - - &259 + - *261 + - *262 + - *75 + - &264 name: package_version_id description: Unique identifier of the package version. in: path @@ -37429,7 +37782,7 @@ paths: description: Response content: application/json: - schema: *258 + schema: *263 examples: default: value: @@ -37465,10 +37818,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *256 - - *257 - - *69 - - *259 + - *261 + - *262 + - *75 + - *264 responses: '204': description: Response @@ -37500,10 +37853,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *256 - - *257 - - *69 - - *259 + - *261 + - *262 + - *75 + - *264 responses: '204': description: Response @@ -37530,10 +37883,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *69 + - *75 - *17 - *19 - - &261 + - &266 name: sort description: The property by which to sort the results. in: query @@ -37543,8 +37896,8 @@ paths: enum: - created_at default: created_at - - *55 - - &262 + - *61 + - &267 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -37555,7 +37908,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &263 + - &268 name: repository description: The name of the repository to use to filter the results. in: query @@ -37563,7 +37916,7 @@ paths: schema: type: string example: Hello-World - - &264 + - &269 name: permission description: The permission to use to filter the results. in: query @@ -37571,7 +37924,7 @@ paths: schema: type: string example: issues_read - - &265 + - &270 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) @@ -37581,7 +37934,7 @@ paths: schema: type: string format: date-time - - &266 + - &271 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) @@ -37591,7 +37944,7 @@ paths: schema: type: string format: date-time - - &267 + - &272 name: token_id description: The ID of the token in: query @@ -37603,7 +37956,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -37735,7 +38088,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37755,7 +38108,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *69 + - *75 requestBody: required: true content: @@ -37796,7 +38149,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -37821,7 +38174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *69 + - *75 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -37857,11 +38210,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37882,7 +38235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *69 + - *75 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -37893,7 +38246,7 @@ paths: - *17 - *19 responses: - '500': *115 + '500': *55 '404': *6 '403': *29 '200': @@ -37902,11 +38255,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37927,19 +38280,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *69 + - *75 - *17 - *19 - - *261 - - *55 - - *262 - - *263 - - *264 - - *265 - *266 + - *61 - *267 + - *268 + - *269 + - *270 + - *271 + - *272 responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -38066,7 +38419,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38086,7 +38439,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *69 + - *75 requestBody: required: true content: @@ -38121,7 +38474,7 @@ paths: - 1296269 - 1296280 responses: - '500': *115 + '500': *55 '404': *6 '202': *39 '403': *29 @@ -38146,7 +38499,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *69 + - *75 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -38174,9 +38527,9 @@ paths: value: action: revoke responses: - '500': *115 + '500': *55 '404': *6 - '204': *187 + '204': *192 '403': *29 '422': *15 x-github: @@ -38198,7 +38551,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *69 + - *75 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -38208,7 +38561,7 @@ paths: - *17 - *19 responses: - '500': *115 + '500': *55 '404': *6 '403': *29 '200': @@ -38217,11 +38570,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38243,7 +38596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -38261,7 +38614,7 @@ paths: type: integer configurations: type: array - items: &268 + items: &273 title: Organization private registry description: Private registry configuration for an organization type: object @@ -38289,6 +38642,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -38317,6 +38679,36 @@ paths: - private - selected type: string + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -38341,7 +38733,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *61 + Link: *67 '400': *14 '404': *6 x-github: @@ -38354,6 +38746,7 @@ paths: description: |2- Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -38363,7 +38756,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -38413,11 +38806,14 @@ paths: description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. + endpoint. Required when `auth_type` is `token` or `username_password`. + Should be omitted for OIDC auth types. type: string pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" key_id: - description: The ID of the key you used to encrypt the secret. + description: The ID of the key you used to encrypt the secret. Required + when `auth_type` is `token` or `username_password`. Should be + omitted for OIDC auth types. type: string visibility: description: Which type of organization repositories have access @@ -38440,11 +38836,58 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. Defaults + to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or + `oidc_jfrog` for OIDC authentication. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string required: - registry_type - url - - encrypted_value - - key_id - visibility examples: org-private-registry-with-private-visibility: @@ -38471,6 +38914,15 @@ paths: selected_repository_ids: - 1296269 - 1296280 + org-private-registry-with-oidc-azure: + summary: Example of an OIDC private registry configuration using Azure + value: + registry_type: docker_registry + url: https://myregistry.azurecr.io + auth_type: oidc_azure + visibility: all + tenant_id: 12345678-1234-1234-1234-123456789012 + client_id: abcdef01-2345-6789-abcd-ef0123456789 responses: '201': description: The organization private registry configuration @@ -38504,6 +38956,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -38538,6 +38999,36 @@ paths: private registry when `visibility` is set to `selected`. items: type: integer + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -38551,7 +39042,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &269 + org-private-registry-with-selected-visibility: &274 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -38592,7 +39083,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -38618,7 +39109,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -38640,16 +39131,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *268 + schema: *273 examples: - default: *269 + default: *274 '404': *6 x-github: githubCloudOnly: false @@ -38661,6 +39152,7 @@ paths: description: |2- Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -38670,8 +39162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -38745,12 +39237,71 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. This + field cannot be changed after creation. If provided, it must match + the existing `auth_type` of the configuration. To change the authentication + type, delete and recreate the configuration. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string examples: - default: + secret-based-update: + summary: Update a secret-based private registry value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' + oidc-azure-update: + summary: Update an OIDC private registry (Azure) + value: + tenant_id: 12345678-1234-1234-1234-123456789012 + visibility: selected + selected_repository_ids: + - 1296269 + - 1296280 responses: '204': description: Response @@ -38775,8 +39326,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -38799,7 +39350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *69 + - *75 - name: q description: Limit results to projects of the specified type. in: query @@ -38816,7 +39367,7 @@ paths: application/json: schema: type: array - items: &270 + items: &275 title: Projects v2 Project description: A projects v2 project type: object @@ -38886,7 +39437,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &777 + properties: &782 id: type: number description: The unique identifier of the status update. @@ -38934,7 +39485,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &778 + required: &783 - id - node_id - created_at @@ -38959,7 +39510,7 @@ paths: - deleted_at - deleted_by examples: - default: &271 + default: &276 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -39042,7 +39593,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -39062,24 +39613,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &272 + - &277 name: project_number description: The project's number. in: path required: true schema: type: integer - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: *271 + default: *276 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -39099,8 +39650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *69 - - *272 + - *75 + - *277 requestBody: required: true description: Details of the draft item to create in the project. @@ -39134,7 +39685,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &283 title: Projects v2 Item description: An item belonging to a project type: object @@ -39147,8 +39698,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *79 - - &474 + - *85 + - &479 title: Pull Request Simple description: Pull Request Simple type: object @@ -39254,8 +39805,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 nullable: true active_lock_reason: type: string @@ -39298,7 +39849,7 @@ paths: items: *4 requested_teams: type: array - items: *193 + items: *198 head: type: object properties: @@ -39306,7 +39857,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: @@ -39329,7 +39880,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: @@ -39348,7 +39899,7 @@ paths: _links: type: object properties: - comments: &275 + comments: &280 title: Link description: Hypermedia Link type: object @@ -39357,13 +39908,13 @@ paths: type: string required: - href - commits: *275 - statuses: *275 - html: *275 - issue: *275 - review_comments: *275 - review_comment: *275 - self: *275 + commits: *280 + statuses: *280 + html: *280 + issue: *280 + review_comments: *280 + review_comment: *280 + self: *280 required: - comments - commits @@ -39373,8 +39924,8 @@ paths: - review_comments - review_comment - self - author_association: *76 - auto_merge: &583 + author_association: *82 + auto_merge: &588 title: Auto merge description: The status of auto merging a pull request. type: object @@ -39476,7 +40027,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &277 + content_type: &282 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -39516,7 +40067,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &279 + draft_issue: &284 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -39590,8 +40141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *272 - - *69 + - *277 + - *75 - *17 - *47 - *48 @@ -39602,7 +40153,7 @@ paths: application/json: schema: type: array - items: &276 + items: &281 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -39752,7 +40303,7 @@ paths: - updated_at - project_url examples: - default: &708 + default: &713 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39863,7 +40414,7 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -39882,8 +40433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *272 - - *69 + - *277 + - *75 requestBody: required: true content: @@ -39929,7 +40480,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &709 + items: &714 type: object properties: name: @@ -39966,7 +40517,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &710 + iteration_configuration: &715 type: object description: The configuration for iteration fields. properties: @@ -40016,7 +40567,7 @@ paths: value: name: Due date data_type: date - single_select_field: &711 + single_select_field: &716 summary: Create a single select field value: name: Priority @@ -40043,7 +40594,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &712 + iteration_field: &717 summary: Create an iteration field value: name: Sprint @@ -40067,9 +40618,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *276 + schema: *281 examples: - text_field: &713 + text_field: &718 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -40078,7 +40629,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &714 + number_field: &719 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -40087,7 +40638,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &715 + date_field: &720 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -40096,7 +40647,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &716 + single_select_field: &721 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40130,7 +40681,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &717 + iteration_field: &722 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -40175,23 +40726,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *272 - - &718 + - *277 + - &723 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *276 + schema: *281 examples: - default: &719 + default: &724 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40226,7 +40777,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -40247,8 +40798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *272 - - *69 + - *277 + - *75 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) for more information. @@ -40280,7 +40831,7 @@ paths: application/json: schema: type: array - items: &280 + items: &285 title: Projects v2 Item description: An item belonging to a project type: object @@ -40296,7 +40847,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: *277 + content_type: *282 content: type: object additionalProperties: true @@ -40339,7 +40890,7 @@ paths: - updated_at - archived_at examples: - default: &281 + default: &286 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -41016,7 +41567,7 @@ paths: data_type: sub_issues_progress value: headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -41036,8 +41587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *69 - - *272 + - *75 + - *277 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -41107,22 +41658,22 @@ paths: description: Response content: application/json: - schema: *278 + schema: *283 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *279 + value: *284 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *279 + value: *284 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *279 + value: *284 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *279 + value: *284 '304': *37 '403': *29 '401': *25 @@ -41142,9 +41693,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *272 - - *69 - - &282 + - *277 + - *75 + - &287 name: item_id description: The unique identifier of the project item. in: path @@ -41170,11 +41721,11 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -41193,9 +41744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *272 - - *69 - - *282 + - *277 + - *75 + - *287 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -41265,13 +41816,13 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - text_field: *281 - number_field: *281 - date_field: *281 - single_select_field: *281 - iteration_field: *281 + text_field: *286 + number_field: *286 + date_field: *286 + single_select_field: *286 + iteration_field: *286 '401': *25 '403': *29 '404': *6 @@ -41291,9 +41842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *272 - - *69 - - *282 + - *277 + - *75 + - *287 responses: '204': description: Response @@ -41316,8 +41867,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *69 - - *272 + - *75 + - *277 requestBody: required: true content: @@ -41388,7 +41939,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &700 + schema: &705 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -41486,7 +42037,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &283 + value: &288 value: id: 1 number: 1 @@ -41532,10 +42083,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *283 + value: *288 roadmap_view: summary: Response for creating a roadmap view - value: *283 + value: *288 '304': *37 '403': *29 '401': *25 @@ -41563,9 +42114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *272 - - *69 - - &720 + - *277 + - *75 + - &725 name: view_number description: The number that identifies the project view. in: path @@ -41597,11 +42148,11 @@ paths: application/json: schema: type: array - items: *280 + items: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -41624,7 +42175,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -41632,7 +42183,7 @@ paths: application/json: schema: type: array - items: &284 + items: &289 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -41700,7 +42251,7 @@ paths: - property_name - value_type examples: - default: &285 + default: &290 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -41749,7 +42300,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -41760,7 +42311,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *284 + items: *289 minItems: 1 maxItems: 100 required: @@ -41790,9 +42341,9 @@ paths: application/json: schema: type: array - items: *284 + items: *289 examples: - default: *285 + default: *290 '403': *29 '404': *6 x-github: @@ -41813,8 +42364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *69 - - &286 + - *75 + - &291 name: custom_property_name description: The custom property name in: path @@ -41826,9 +42377,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *289 examples: - default: &287 + default: &292 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -41862,8 +42413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *69 - - *286 + - *75 + - *291 requestBody: required: true content: @@ -41934,9 +42485,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *289 examples: - default: *287 + default: *292 '403': *29 '404': *6 x-github: @@ -41959,10 +42510,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *69 - - *286 + - *75 + - *291 responses: - '204': *187 + '204': *192 '403': *29 '404': *6 x-github: @@ -41983,7 +42534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *69 + - *75 - *17 - *19 - name: repository_query @@ -42021,7 +42572,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &288 + items: &293 title: Custom Property Value description: Custom property name and associated value type: object @@ -42060,7 +42611,7 @@ paths: - property_name: team value: octocat headers: - Link: *61 + Link: *67 '403': *29 '404': *6 x-github: @@ -42088,7 +42639,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *69 + - *75 requestBody: required: true content: @@ -42108,7 +42659,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *288 + items: *293 required: - repository_names - properties @@ -42149,7 +42700,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *69 + - *75 - *17 - *19 responses: @@ -42161,9 +42712,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42180,8 +42731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response if user is a public member @@ -42205,8 +42756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -42227,8 +42778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -42252,7 +42803,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *69 + - *75 - name: type description: Specifies the types of repositories you want returned. in: query @@ -42298,11 +42849,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42321,7 +42872,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *69 + - *75 requestBody: required: true content: @@ -42502,7 +43053,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &344 title: Full Repository description: Full Repository type: object @@ -42745,9 +43296,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - type: boolean - example: true archived: type: boolean disabled: @@ -42793,8 +43341,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *289 - required: *290 + properties: *294 + required: *295 nullable: true temp_clone_token: type: string @@ -42881,8 +43429,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true organization: title: Simple User @@ -42891,8 +43439,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *73 - source: *73 + parent: *79 + source: *79 forks: type: integer master_branch: @@ -42909,7 +43457,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &479 + properties: &484 url: type: string format: uri @@ -42925,12 +43473,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &480 + required: &485 - url - key - name - html_url - security_and_analysis: *291 + security_and_analysis: *296 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -43014,7 +43562,7 @@ paths: - network_count - subscribers_count examples: - default: &341 + default: &346 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43532,10 +44080,10 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - *17 - *19 - - &605 + - &610 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43553,7 +44101,7 @@ paths: application/json: schema: type: array - items: &318 + items: &323 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -43588,7 +44136,7 @@ paths: source: type: string description: The name of the source - enforcement: &294 + enforcement: &299 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -43601,7 +44149,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &295 + items: &300 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -43671,7 +44219,7 @@ paths: conditions: nullable: true anyOf: - - &292 + - &297 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -43695,7 +44243,7 @@ paths: match. items: type: string - - &296 + - &301 title: Organization ruleset conditions type: object description: |- @@ -43709,7 +44257,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *292 + - *297 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -43743,7 +44291,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *292 + - *297 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -43765,7 +44313,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *292 + - *297 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -43778,7 +44326,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &293 + items: &298 title: Repository ruleset property targeting definition type: object @@ -43811,17 +44359,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *293 + items: *298 required: - repository_property rules: type: array - items: &606 + items: &611 title: Repository Rule type: object description: A repository rule. oneOf: - - &297 + - &302 title: creation description: Only allow users with bypass permission to create matching refs. @@ -43833,7 +44381,7 @@ paths: type: string enum: - creation - - &298 + - &303 title: update description: Only allow users with bypass permission to update matching refs. @@ -43854,7 +44402,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &299 + - &304 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -43866,7 +44414,7 @@ paths: type: string enum: - deletion - - &300 + - &305 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -43878,7 +44426,7 @@ paths: type: string enum: - required_linear_history - - &604 + - &609 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -43956,7 +44504,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &301 + - &306 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -43980,7 +44528,7 @@ paths: type: string required: - required_deployment_environments - - &302 + - &307 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -43992,7 +44540,7 @@ paths: type: string enum: - required_signatures - - &303 + - &308 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -44098,7 +44646,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &304 + - &309 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -44146,7 +44694,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &305 + - &310 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -44158,7 +44706,7 @@ paths: type: string enum: - non_fast_forward - - &306 + - &311 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -44195,7 +44743,7 @@ paths: required: - operator - pattern - - &307 + - &312 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -44232,7 +44780,7 @@ paths: required: - operator - pattern - - &308 + - &313 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -44269,7 +44817,7 @@ paths: required: - operator - pattern - - &309 + - &314 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -44306,7 +44854,7 @@ paths: required: - operator - pattern - - &310 + - &315 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -44343,7 +44891,7 @@ paths: required: - operator - pattern - - &311 + - &316 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -44368,7 +44916,7 @@ paths: type: string required: - restricted_file_paths - - &312 + - &317 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -44392,7 +44940,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &313 + - &318 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -44415,7 +44963,7 @@ paths: type: string required: - restricted_file_extensions - - &314 + - &319 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -44440,7 +44988,7 @@ paths: maximum: 100 required: - max_file_size - - &315 + - &320 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -44490,7 +45038,7 @@ paths: - repository_id required: - workflows - - &316 + - &321 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -44551,7 +45099,7 @@ paths: - tool required: - code_scanning_tools - - &317 + - &322 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -44613,7 +45161,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -44629,7 +45177,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 requestBody: description: Request body required: true @@ -44650,25 +45198,20 @@ paths: - push - repository default: branch - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *296 + items: *300 + conditions: *301 rules: type: array description: An array of rules within the ruleset. - items: &320 + items: &325 title: Repository Rule type: object description: A repository rule. oneOf: - - *297 - - *298 - - *299 - - *300 - - *301 - *302 - *303 - *304 @@ -44685,6 +45228,11 @@ paths: - *315 - *316 - *317 + - *318 + - *319 + - *320 + - *321 + - *322 required: - name - enforcement @@ -44722,9 +45270,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: &319 + default: &324 value: id: 21 name: super cool ruleset @@ -44765,7 +45313,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *115 + '500': *55 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -44779,8 +45327,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *69 - - &607 + - *75 + - &612 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 @@ -44795,7 +45343,7 @@ paths: in: query schema: type: string - - &608 + - &613 name: time_period description: |- The time period to filter by. @@ -44811,14 +45359,14 @@ paths: - week - month default: day - - &609 + - &614 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 - - &610 + - &615 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -44838,7 +45386,7 @@ paths: description: Response content: application/json: - schema: &611 + schema: &616 title: Rule Suites description: Response type: array @@ -44893,7 +45441,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &612 + default: &617 value: - id: 21 actor_id: 12 @@ -44917,7 +45465,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44936,8 +45484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *69 - - &613 + - *75 + - &618 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44953,7 +45501,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &619 title: Rule Suite description: Response type: object @@ -45052,7 +45600,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &615 + default: &620 value: id: 21 actor_id: 12 @@ -45087,7 +45635,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45113,7 +45661,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45125,11 +45673,11 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *319 + default: *324 '404': *6 - '500': *115 + '500': *55 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -45145,7 +45693,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45171,16 +45719,16 @@ paths: - tag - push - repository - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *296 + items: *300 + conditions: *301 rules: description: An array of rules within the ruleset. type: array - items: *320 + items: *325 examples: default: value: @@ -45215,12 +45763,12 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *319 + default: *324 '404': *6 '422': *15 - '500': *115 + '500': *55 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -45236,7 +45784,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45247,7 +45795,7 @@ paths: '204': description: Response '404': *6 - '500': *115 + '500': *55 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -45259,7 +45807,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *69 + - *75 - *17 - *19 - name: ruleset_id @@ -45275,7 +45823,7 @@ paths: application/json: schema: type: array - items: &321 + items: &326 title: Ruleset version type: object description: The historical version of a ruleset @@ -45299,7 +45847,7 @@ paths: type: string format: date-time examples: - default: &617 + default: &622 value: - version_id: 3 actor: @@ -45317,7 +45865,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45334,7 +45882,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45352,9 +45900,9 @@ paths: description: Response content: application/json: - schema: &618 + schema: &623 allOf: - - *321 + - *326 - type: object required: - state @@ -45401,7 +45949,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45423,8 +45971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *69 - - &619 + - *75 + - &624 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -45435,7 +45983,7 @@ paths: enum: - open - resolved - - &620 + - &625 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -45445,7 +45993,7 @@ paths: required: false schema: type: string - - &621 + - &626 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -45454,7 +46002,7 @@ paths: required: false schema: type: string - - &622 + - &627 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -45473,7 +46021,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &623 + - &628 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. @@ -45485,10 +46033,10 @@ paths: - created - updated default: created - - *55 + - *61 - *19 - *17 - - &624 + - &629 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -45498,7 +46046,7 @@ paths: required: false schema: type: string - - &625 + - &630 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -45508,7 +46056,7 @@ paths: required: false schema: type: string - - &626 + - &631 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -45517,7 +46065,7 @@ paths: required: false schema: type: string - - &627 + - &632 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -45526,7 +46074,7 @@ paths: schema: type: boolean default: false - - &628 + - &633 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -45535,7 +46083,7 @@ paths: schema: type: boolean default: false - - &629 + - &634 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -45554,8 +46102,8 @@ paths: items: type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -45563,21 +46111,21 @@ paths: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &630 + state: &635 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: &631 + resolution: &636 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -45611,7 +46159,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *60 + repository: *66 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -45684,8 +46232,8 @@ paths: pull request. ' - oneOf: &632 - - &634 + oneOf: &637 + - &639 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -45737,7 +46285,7 @@ paths: - blob_url - commit_sha - commit_url - - &635 + - &640 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. @@ -45792,7 +46340,7 @@ paths: - page_url - commit_sha - commit_url - - &636 + - &641 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -45806,7 +46354,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &637 + - &642 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -45820,7 +46368,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &638 + - &643 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -45834,7 +46382,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &639 + - &644 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -45848,7 +46396,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &640 + - &645 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -45862,7 +46410,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &641 + - &646 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -45876,7 +46424,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &642 + - &647 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. @@ -45890,7 +46438,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &643 + - &648 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. @@ -45904,7 +46452,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &644 + - &649 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. @@ -45918,7 +46466,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &645 + - &650 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. @@ -45932,7 +46480,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &646 + - &651 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. @@ -46135,9 +46683,9 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46162,7 +46710,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *69 + - *75 responses: '200': description: Response @@ -46174,7 +46722,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &323 + pattern_config_version: &328 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -46183,7 +46731,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &322 + items: &327 type: object properties: token_type: @@ -46249,7 +46797,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *322 + items: *327 examples: default: value: @@ -46298,7 +46846,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *69 + - *75 requestBody: required: true content: @@ -46306,7 +46854,7 @@ paths: schema: type: object properties: - pattern_config_version: *323 + pattern_config_version: *328 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -46332,7 +46880,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *323 + custom_pattern_version: *328 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -46386,8 +46934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *69 - - *55 + - *75 + - *61 - name: sort description: The property to sort the results by. in: query @@ -46430,7 +46978,7 @@ paths: application/json: schema: type: array - items: &650 + items: &655 description: A repository security advisory. type: object properties: @@ -46617,7 +47165,7 @@ paths: required: - vector_string - score - cvss_severities: *57 + cvss_severities: *63 cwes: type: array nullable: true @@ -46650,7 +47198,7 @@ paths: login: type: string description: The username of the user credited. - type: *324 + type: *329 credits_detailed: type: array nullable: true @@ -46660,7 +47208,7 @@ paths: type: object properties: user: *4 - type: *324 + type: *329 state: type: string description: The state of the user's acceptance of the @@ -46684,14 +47232,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *193 + items: *198 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *60 + - *66 required: - ghsa_id - cve_id @@ -46721,7 +47269,7 @@ paths: - private_fork additionalProperties: false examples: - default: &651 + default: &656 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -47100,7 +47648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *69 + - *75 responses: '200': description: Response @@ -47108,7 +47656,7 @@ paths: application/json: schema: type: array - items: *325 + items: *330 examples: default: value: @@ -47148,8 +47696,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -47174,8 +47722,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -47202,7 +47750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Immutable releases settings response @@ -47251,7 +47799,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -47308,7 +47856,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *69 + - *75 - *19 - *17 responses: @@ -47326,9 +47874,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47347,7 +47895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *69 + - *75 requestBody: required: true content: @@ -47396,8 +47944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -47419,8 +47967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -47443,7 +47991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -47461,7 +48009,7 @@ paths: type: integer network_configurations: type: array - items: &326 + items: &331 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -47532,7 +48080,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47551,7 +48099,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -47594,9 +48142,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: - default: &327 + default: &332 value: id: 123456789ABCDEF name: My network configuration @@ -47624,8 +48172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 - - &328 + - *75 + - &333 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -47637,11 +48185,11 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: - default: *327 + default: *332 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47660,8 +48208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 - - *328 + - *75 + - *333 requestBody: required: true content: @@ -47701,9 +48249,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: - default: *327 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47722,8 +48270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *69 - - *328 + - *75 + - *333 responses: '204': description: Response @@ -47746,7 +48294,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *69 + - *75 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -47800,7 +48348,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47830,8 +48378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *69 - - *71 + - *75 + - *77 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -47863,13 +48411,13 @@ paths: application/json: schema: type: array - items: *329 + items: *334 examples: - default: *330 - '500': *115 + default: *335 + '500': *55 '403': *29 '404': *6 - '422': *331 + '422': *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47887,7 +48435,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *69 + - *75 - *17 - *19 - name: team_type @@ -47909,11 +48457,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -47933,7 +48481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *69 + - *75 requestBody: required: true content: @@ -48005,7 +48553,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &337 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -48068,8 +48616,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *251 - required: *252 + properties: *256 + required: *257 nullable: true members_count: type: integer @@ -48332,7 +48880,7 @@ paths: - repos_count - organization examples: - default: &333 + default: &338 value: id: 1 node_id: MDQ6VGVhbTE= @@ -48402,16 +48950,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *69 - - *71 + - *75 + - *77 responses: '200': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 x-github: githubCloudOnly: false @@ -48432,8 +48980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *69 - - *71 + - *75 + - *77 requestBody: required: false content: @@ -48495,16 +49043,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '201': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 '422': *15 '403': *29 @@ -48529,12 +49077,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response - '422': &334 + '422': &339 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -48557,8 +49105,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -48568,12 +49116,12 @@ paths: application/json: schema: type: array - items: *230 + items: *235 examples: - default: *231 + default: *236 headers: - Link: *61 - '422': *334 + Link: *67 + '422': *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48593,8 +49141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *69 - - *71 + - *75 + - *77 - name: role description: Filters members returned by their role in the team. in: query @@ -48617,9 +49165,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48647,15 +49195,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 responses: '200': description: Response content: application/json: - schema: &335 + schema: &340 title: Team Membership description: Team Membership type: object @@ -48682,7 +49230,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &667 + response-if-user-is-a-team-maintainer: &672 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48718,9 +49266,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 requestBody: required: false content: @@ -48745,9 +49293,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *340 examples: - response-if-users-membership-with-team-is-now-pending: &668 + response-if-users-membership-with-team-is-now-pending: &673 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48782,9 +49330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 responses: '204': description: Response @@ -48810,8 +49358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -48821,11 +49369,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48852,16 +49400,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *69 - - *71 - - *336 - - *337 + - *75 + - *77 + - *341 + - *342 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &669 + schema: &674 title: Team Repository description: A team's access to a repository. type: object @@ -48884,8 +49432,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true forks: type: integer @@ -49430,10 +49978,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *69 - - *71 - - *336 - - *337 + - *75 + - *77 + - *341 + - *342 requestBody: required: false content: @@ -49478,10 +50026,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *69 - - *71 - - *336 - - *337 + - *75 + - *77 + - *341 + - *342 responses: '204': description: Response @@ -49505,8 +50053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -49516,9 +50064,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - response-if-child-teams-exist: &670 + response-if-child-teams-exist: &675 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -49546,7 +50094,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49571,7 +50119,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *69 + - *75 - name: security_product in: path description: The security feature to enable or disable. @@ -49672,7 +50220,7 @@ paths: resources: type: object properties: - core: &338 + core: &343 title: Rate Limit type: object properties: @@ -49689,21 +50237,21 @@ paths: - remaining - reset - used - graphql: *338 - search: *338 - code_search: *338 - source_import: *338 - integration_manifest: *338 - code_scanning_upload: *338 - actions_runner_registration: *338 - scim: *338 - dependency_snapshots: *338 - dependency_sbom: *338 - code_scanning_autofix: *338 + graphql: *343 + search: *343 + code_search: *343 + source_import: *343 + integration_manifest: *343 + code_scanning_upload: *343 + actions_runner_registration: *343 + scim: *343 + dependency_snapshots: *343 + dependency_sbom: *343 + code_scanning_autofix: *343 required: - core - search - rate: *338 + rate: *343 required: - rate - resources @@ -49808,14 +50356,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *339 + schema: *344 examples: default-response: summary: Default response @@ -50320,7 +50868,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *340 + '301': *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50338,8 +50886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -50630,10 +51178,10 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 - '307': &342 + default: *346 + '307': &347 description: Temporary Redirect content: application/json: @@ -50662,8 +51210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -50685,7 +51233,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *342 + '307': *347 '404': *6 '409': *54 x-github: @@ -50709,11 +51257,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - - &375 + - &380 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50736,7 +51284,7 @@ paths: type: integer artifacts: type: array - items: &343 + items: &348 title: Artifact description: An artifact type: object @@ -50814,7 +51362,7 @@ paths: - expires_at - updated_at examples: - default: &376 + default: &381 value: total_count: 2 artifacts: @@ -50853,7 +51401,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50875,9 +51423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *336 - - *337 - - &344 + - *341 + - *342 + - &349 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50889,7 +51437,7 @@ paths: description: Response content: application/json: - schema: *343 + schema: *348 examples: default: value: @@ -50927,9 +51475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *336 - - *337 - - *344 + - *341 + - *342 + - *349 responses: '204': description: Response @@ -50953,9 +51501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *336 - - *337 - - *344 + - *341 + - *342 + - *349 - name: archive_format in: path required: true @@ -50969,7 +51517,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': &536 + '410': &541 description: Gone content: application/json: @@ -50994,14 +51542,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &345 + schema: &350 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -51034,13 +51582,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *345 + schema: *350 examples: selected_actions: *42 responses: @@ -51069,14 +51617,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &346 + schema: &351 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -51109,13 +51657,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *346 + schema: *351 examples: selected_actions: *44 responses: @@ -51146,14 +51694,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *347 + schema: *352 examples: default: value: @@ -51179,11 +51727,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - - &348 + - &353 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 @@ -51211,13 +51759,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *55 + - *61 responses: '200': description: Response content: application/json: - schema: &349 + schema: &354 title: Repository actions caches description: Repository actions caches type: object @@ -51259,7 +51807,7 @@ paths: - total_count - actions_caches examples: - default: &350 + default: &355 value: total_count: 1 actions_caches: @@ -51271,7 +51819,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51291,23 +51839,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *336 - - *337 + - *341 + - *342 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *348 + - *353 responses: '200': description: Response content: application/json: - schema: *349 + schema: *354 examples: - default: *350 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51327,8 +51875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *336 - - *337 + - *341 + - *342 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51359,9 +51907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *336 - - *337 - - &351 + - *341 + - *342 + - &356 name: job_id description: The unique identifier of the job. in: path @@ -51373,7 +51921,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &384 title: Job description: Information of a job execution in a workflow run type: object @@ -51680,9 +52228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *336 - - *337 - - *351 + - *341 + - *342 + - *356 responses: '302': description: Response @@ -51710,9 +52258,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *336 - - *337 - - *351 + - *341 + - *342 + - *356 requestBody: required: false content: @@ -51733,7 +52281,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -51757,8 +52305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Status response @@ -51808,8 +52356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -51843,7 +52391,7 @@ paths: description: Empty response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -51872,8 +52420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -51891,7 +52439,7 @@ paths: type: integer secrets: type: array - items: &381 + items: &386 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51911,7 +52459,7 @@ paths: - created_at - updated_at examples: - default: &382 + default: &387 value: total_count: 2 secrets: @@ -51922,7 +52470,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51944,9 +52492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *336 - - *337 - - *352 + - *341 + - *342 + - *357 - *19 responses: '200': @@ -51963,7 +52511,7 @@ paths: type: integer variables: type: array - items: &385 + items: &390 title: Actions Variable type: object properties: @@ -51993,7 +52541,7 @@ paths: - created_at - updated_at examples: - default: &386 + default: &391 value: total_count: 2 variables: @@ -52006,7 +52554,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52026,8 +52574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -52036,12 +52584,12 @@ paths: schema: type: object properties: - enabled: &354 + enabled: &359 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *141 - selected_actions_url: *353 - sha_pinning_required: *142 + allowed_actions: *146 + selected_actions_url: *358 + sha_pinning_required: *147 required: - enabled examples: @@ -52069,8 +52617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -52081,9 +52629,9 @@ paths: schema: type: object properties: - enabled: *354 - allowed_actions: *141 - sha_pinning_required: *142 + enabled: *359 + allowed_actions: *146 + sha_pinning_required: *147 required: - enabled examples: @@ -52113,14 +52661,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &355 + schema: &360 type: object properties: access_level: @@ -52137,7 +52685,7 @@ paths: required: - access_level examples: - default: &356 + default: &361 value: access_level: organization x-github: @@ -52161,15 +52709,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *355 + schema: *360 examples: - default: *356 + default: *361 responses: '204': description: Response @@ -52193,14 +52741,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *357 + schema: *362 examples: default: value: @@ -52224,8 +52772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Empty response for successful settings update @@ -52235,7 +52783,7 @@ paths: required: true content: application/json: - schema: *358 + schema: *363 examples: default: summary: Set retention days @@ -52259,16 +52807,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *143 + schema: *148 examples: - default: *359 + default: *364 '404': *6 x-github: enabledForGitHubApps: true @@ -52287,8 +52835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -52298,7 +52846,7 @@ paths: required: true content: application/json: - schema: *143 + schema: *148 examples: default: summary: Set approval policy to first time contributors @@ -52322,16 +52870,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *360 + schema: *365 examples: - default: *144 + default: *149 '403': *29 '404': *6 x-github: @@ -52351,15 +52899,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *361 + schema: *366 examples: - default: *144 + default: *149 responses: '204': description: Empty response for successful settings update @@ -52383,16 +52931,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *146 + schema: *151 examples: - default: *147 + default: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52411,8 +52959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -52420,9 +52968,9 @@ paths: required: false content: application/json: - schema: *146 + schema: *151 examples: - selected_actions: *147 + selected_actions: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52444,16 +52992,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *362 + schema: *367 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52474,8 +53022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Success response @@ -52486,9 +53034,9 @@ paths: required: true content: application/json: - schema: *363 + schema: *368 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52515,8 +53063,8 @@ paths: in: query schema: type: string - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -52534,11 +53082,11 @@ paths: type: integer runners: type: array - items: *158 + items: *163 examples: - default: *159 + default: *164 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52560,8 +53108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -52569,9 +53117,9 @@ paths: application/json: schema: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52593,8 +53141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -52637,7 +53185,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *366 + '201': *371 '404': *6 '422': *7 '409': *54 @@ -52668,16 +53216,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52705,16 +53253,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: *368 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52736,17 +53284,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: '200': description: Response content: application/json: - schema: *158 + schema: *163 examples: - default: *369 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52767,9 +53315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: '204': description: Response @@ -52795,11 +53343,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: - '200': *162 + '200': *167 '404': *6 x-github: githubCloudOnly: false @@ -52821,9 +53369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 requestBody: required: true content: @@ -52847,7 +53395,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -52871,9 +53419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 requestBody: required: true content: @@ -52898,7 +53446,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -52922,11 +53470,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: - '200': *370 + '200': *375 '404': *6 x-github: githubCloudOnly: false @@ -52953,12 +53501,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 - - *371 + - *341 + - *342 + - *162 + - *376 responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -52984,9 +53532,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *336 - - *337 - - &389 + - *341 + - *342 + - &394 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. @@ -52994,7 +53542,7 @@ paths: required: false schema: type: string - - &390 + - &395 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -53002,7 +53550,7 @@ paths: required: false schema: type: string - - &391 + - &396 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -53011,7 +53559,7 @@ paths: required: false schema: type: string - - &392 + - &397 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 @@ -53038,7 +53586,7 @@ paths: - pending - *17 - *19 - - &393 + - &398 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/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -53047,7 +53595,7 @@ paths: schema: type: string format: date-time - - &372 + - &377 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -53056,13 +53604,13 @@ paths: schema: type: boolean default: false - - &394 + - &399 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &395 + - &400 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -53085,7 +53633,7 @@ paths: type: integer workflow_runs: type: array - items: &373 + items: &378 title: Workflow Run description: An invocation of a workflow type: object @@ -53180,7 +53728,7 @@ paths: that triggered the run. type: array nullable: true - items: *84 + items: *90 created_at: type: string format: date-time @@ -53233,7 +53781,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &417 + properties: &422 id: type: string description: SHA for the commit @@ -53284,7 +53832,7 @@ paths: - name - email nullable: true - required: &418 + required: &423 - id - tree_id - message @@ -53292,8 +53840,8 @@ paths: - author - committer nullable: true - repository: *156 - head_repository: *156 + repository: *161 + head_repository: *161 head_repository_id: type: integer example: 5 @@ -53331,7 +53879,7 @@ paths: - workflow_url - pull_requests examples: - default: &396 + default: &401 value: total_count: 1 workflow_runs: @@ -53545,7 +54093,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53567,24 +54115,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *336 - - *337 - - &374 + - *341 + - *342 + - &379 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *372 + - *377 responses: '200': description: Response content: application/json: - schema: *373 + schema: *378 examples: - default: &377 + default: &382 value: id: 30433642 name: Build @@ -53825,9 +54373,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '204': description: Response @@ -53850,9 +54398,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '200': description: Response @@ -53971,15 +54519,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54006,13 +54554,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 - *17 - *19 - - *375 - - *55 + - *380 + - *61 responses: '200': description: Response @@ -54028,11 +54576,11 @@ paths: type: integer artifacts: type: array - items: *343 + items: *348 examples: - default: *376 + default: *381 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54054,25 +54602,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *336 - - *337 - - *374 - - &378 + - *341 + - *342 + - *379 + - &383 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *372 + - *377 responses: '200': description: Response content: application/json: - schema: *373 + schema: *378 examples: - default: *377 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54095,10 +54643,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *336 - - *337 - - *374 - - *378 + - *341 + - *342 + - *379 + - *383 - *17 - *19 responses: @@ -54116,9 +54664,9 @@ paths: type: integer jobs: type: array - items: *379 + items: *384 examples: - default: &380 + default: &385 value: total_count: 1 jobs: @@ -54207,7 +54755,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -54231,10 +54779,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *336 - - *337 - - *374 - - *378 + - *341 + - *342 + - *379 + - *383 responses: '302': description: Response @@ -54262,15 +54810,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '202': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54297,9 +54845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: true content: @@ -54366,15 +54914,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '202': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54401,9 +54949,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 - 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 @@ -54433,11 +54981,11 @@ paths: type: integer jobs: type: array - items: *379 + items: *384 examples: - default: *380 + default: *385 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54460,9 +55008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '302': description: Response @@ -54489,14 +55037,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '204': description: Response '403': *29 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54518,9 +55066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '200': description: Response @@ -54580,7 +55128,7 @@ paths: items: type: object properties: - type: &502 + type: &507 type: string description: The type of reviewer. enum: @@ -54590,7 +55138,7 @@ paths: reviewer: anyOf: - *4 - - *193 + - *198 required: - environment - wait_timer @@ -54665,9 +55213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: true content: @@ -54714,12 +55262,12 @@ paths: application/json: schema: type: array - items: &497 + items: &502 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &740 + properties: &745 url: type: string format: uri @@ -54802,9 +55350,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - required: &741 + properties: *80 + required: *81 + required: &746 - id - node_id - sha @@ -54820,7 +55368,7 @@ paths: - created_at - updated_at examples: - default: &498 + default: &503 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54876,9 +55424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: false content: @@ -54899,7 +55447,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54922,9 +55470,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: false content: @@ -54945,7 +55493,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54977,9 +55525,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '200': description: Response @@ -55116,8 +55664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -55135,11 +55683,11 @@ paths: type: integer secrets: type: array - items: *381 + items: *386 examples: - default: *382 + default: *387 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55162,16 +55710,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *383 + schema: *388 examples: - default: *384 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55193,17 +55741,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '200': description: Response content: application/json: - schema: *381 + schema: *386 examples: - default: &515 + default: &520 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55229,9 +55777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 requestBody: required: true content: @@ -55262,7 +55810,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -55288,9 +55836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '204': description: Response @@ -55315,9 +55863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *336 - - *337 - - *352 + - *341 + - *342 + - *357 - *19 responses: '200': @@ -55334,11 +55882,11 @@ paths: type: integer variables: type: array - items: *385 + items: *390 examples: - default: *386 + default: *391 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55359,8 +55907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -55387,7 +55935,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -55412,17 +55960,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *336 - - *337 - - *167 + - *341 + - *342 + - *172 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: - default: &516 + default: &521 value: name: USERNAME value: octocat @@ -55448,9 +55996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *336 - - *337 - - *167 + - *341 + - *342 + - *172 requestBody: required: true content: @@ -55492,9 +56040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *336 - - *337 - - *167 + - *341 + - *342 + - *172 responses: '204': description: Response @@ -55519,8 +56067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -55538,7 +56086,7 @@ paths: type: integer workflows: type: array - items: &387 + items: &392 title: Workflow description: A GitHub Actions workflow type: object @@ -55622,7 +56170,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55645,9 +56193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *336 - - *337 - - &388 + - *341 + - *342 + - &393 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55662,7 +56210,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *392 examples: default: value: @@ -55695,9 +56243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '204': description: Response @@ -55722,9 +56270,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -55811,9 +56359,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '204': description: Response @@ -55840,19 +56388,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *336 - - *337 - - *388 - - *389 - - *390 - - *391 - - *392 - - *17 - - *19 + - *341 + - *342 - *393 - - *372 - *394 - *395 + - *396 + - *397 + - *17 + - *19 + - *398 + - *377 + - *399 + - *400 responses: '200': description: Response @@ -55868,11 +56416,11 @@ paths: type: integer workflow_runs: type: array - items: *373 + items: *378 examples: - default: *396 + default: *401 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55902,9 +56450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '200': description: Response @@ -55965,9 +56513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *336 - - *337 - - *55 + - *341 + - *342 + - *61 - *17 - *47 - *48 @@ -56111,7 +56659,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '422': *7 x-github: githubCloudOnly: false @@ -56130,8 +56678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -56143,9 +56691,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -56168,8 +56716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *336 - - *337 + - *341 + - *342 - name: assignee in: path required: true @@ -56205,8 +56753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -56318,8 +56866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *47 - *48 @@ -56376,7 +56924,7 @@ paths: initiator: type: string examples: - default: *397 + default: *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56396,8 +56944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -56405,7 +56953,7 @@ paths: application/json: schema: type: array - items: &398 + items: &403 title: Autolink reference description: An autolink reference. type: object @@ -56459,8 +57007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -56499,9 +57047,9 @@ paths: description: response content: application/json: - schema: *398 + schema: *403 examples: - default: &399 + default: &404 value: id: 1 key_prefix: TICKET- @@ -56532,9 +57080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *336 - - *337 - - &400 + - *341 + - *342 + - &405 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56546,9 +57094,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *403 examples: - default: *399 + default: *404 '404': *6 x-github: githubCloudOnly: false @@ -56568,9 +57116,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *336 - - *337 - - *400 + - *341 + - *342 + - *405 responses: '204': description: Response @@ -56594,8 +57142,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response if Dependabot is enabled @@ -56643,8 +57191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -56665,8 +57213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -56686,8 +57234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *336 - - *337 + - *341 + - *342 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56725,7 +57273,7 @@ paths: - url protected: type: boolean - protection: &402 + protection: &407 title: Branch Protection description: Branch Protection type: object @@ -56767,7 +57315,7 @@ paths: required: - contexts - checks - enforce_admins: &405 + enforce_admins: &410 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56782,7 +57330,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &407 + required_pull_request_reviews: &412 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56803,7 +57351,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *193 + items: *198 apps: description: The list of apps with review dismissal access. @@ -56832,7 +57380,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *193 + items: *198 apps: description: The list of apps allowed to bypass pull request requirements. @@ -56858,7 +57406,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &404 + restrictions: &409 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56921,7 +57469,7 @@ paths: type: string teams: type: array - items: *193 + items: *198 apps: type: array items: @@ -57117,7 +57665,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -57135,9 +57683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *336 - - *337 - - &403 + - *341 + - *342 + - &408 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/graphql). @@ -57151,14 +57699,14 @@ paths: description: Response content: application/json: - schema: &413 + schema: &418 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &470 + commit: &475 title: Commit description: Commit type: object @@ -57192,7 +57740,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &401 + properties: &406 name: type: string example: '"Chris Wanstrath"' @@ -57208,7 +57756,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *401 + properties: *406 nullable: true message: type: string @@ -57229,7 +57777,7 @@ paths: required: - sha - url - verification: &522 + verification: &527 title: Verification type: object properties: @@ -57263,12 +57811,12 @@ paths: nullable: true oneOf: - *4 - - *165 + - *170 committer: nullable: true oneOf: - *4 - - *165 + - *170 parents: type: array items: @@ -57299,7 +57847,7 @@ paths: type: integer files: type: array - items: &483 + items: &488 title: Diff Entry description: Diff Entry type: object @@ -57383,7 +57931,7 @@ paths: - self protected: type: boolean - protection: *402 + protection: *407 protection_url: type: string format: uri @@ -57490,7 +58038,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *340 + '301': *345 '404': *6 x-github: githubCloudOnly: false @@ -57512,15 +58060,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *402 + schema: *407 examples: default: value: @@ -57714,9 +58262,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -57971,7 +58519,7 @@ paths: url: type: string format: uri - required_status_checks: &410 + required_status_checks: &415 title: Status Check Policy description: Status Check Policy type: object @@ -58047,7 +58595,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 apps: type: array items: *5 @@ -58065,7 +58613,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 apps: type: array items: *5 @@ -58123,7 +58671,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *404 + restrictions: *409 required_conversation_resolution: type: object properties: @@ -58235,9 +58783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58262,17 +58810,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: &406 + default: &411 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58294,17 +58842,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: *406 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58323,9 +58871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58350,17 +58898,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: &408 + default: &413 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58456,9 +59004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -58556,9 +59104,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: *408 + default: *413 '422': *15 x-github: githubCloudOnly: false @@ -58579,9 +59127,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58608,17 +59156,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: &409 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58641,17 +59189,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: *409 + default: *414 '404': *6 x-github: githubCloudOnly: false @@ -58671,9 +59219,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58698,17 +59246,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *410 + schema: *415 examples: - default: &411 + default: &416 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58734,9 +59282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -58788,9 +59336,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *415 examples: - default: *411 + default: *416 '404': *6 '422': *15 x-github: @@ -58812,9 +59360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58838,9 +59386,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -58874,9 +59422,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -58943,9 +59491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -59009,9 +59557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: content: application/json: @@ -59077,15 +59625,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *404 + schema: *409 examples: default: value: @@ -59176,9 +59724,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -59201,9 +59749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -59213,7 +59761,7 @@ paths: type: array items: *5 examples: - default: &412 + default: &417 value: - id: 1 slug: octoapp @@ -59270,9 +59818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59306,7 +59854,7 @@ paths: type: array items: *5 examples: - default: *412 + default: *417 '422': *15 x-github: githubCloudOnly: false @@ -59327,9 +59875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59363,7 +59911,7 @@ paths: type: array items: *5 examples: - default: *412 + default: *417 '422': *15 x-github: githubCloudOnly: false @@ -59384,9 +59932,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59420,7 +59968,7 @@ paths: type: array items: *5 examples: - default: *412 + default: *417 '422': *15 x-github: githubCloudOnly: false @@ -59442,9 +59990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -59452,9 +60000,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '404': *6 x-github: githubCloudOnly: false @@ -59474,9 +60022,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -59512,9 +60060,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -59535,9 +60083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -59573,9 +60121,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -59596,9 +60144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: content: application/json: @@ -59633,9 +60181,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -59657,9 +60205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -59669,7 +60217,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '404': *6 x-github: githubCloudOnly: false @@ -59693,9 +60241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59728,7 +60276,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -59753,9 +60301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59788,7 +60336,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -59813,9 +60361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59848,7 +60396,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -59875,9 +60423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59899,7 +60447,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *418 examples: default: value: @@ -60015,8 +60563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -60295,7 +60843,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &419 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60406,16 +60954,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *84 - deployment: &733 + items: *90 + deployment: &738 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60482,8 +61030,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -60695,9 +61243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *336 - - *337 - - &415 + - *341 + - *342 + - &420 name: check_run_id description: The unique identifier of the check run. in: path @@ -60709,9 +61257,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *419 examples: - default: &416 + default: &421 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60811,9 +61359,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *336 - - *337 - - *415 + - *341 + - *342 + - *420 requestBody: required: true content: @@ -61053,9 +61601,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *419 examples: - default: *416 + default: *421 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61075,9 +61623,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *336 - - *337 - - *415 + - *341 + - *342 + - *420 - *17 - *19 responses: @@ -61152,7 +61700,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61172,15 +61720,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *336 - - *337 - - *415 + - *341 + - *342 + - *420 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -61218,8 +61766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -61241,7 +61789,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &419 + schema: &424 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61305,7 +61853,7 @@ paths: nullable: true pull_requests: type: array - items: *84 + items: *90 nullable: true app: title: GitHub app @@ -61316,9 +61864,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - repository: *156 + properties: *80 + required: *81 + repository: *161 created_at: type: string format: date-time @@ -61327,12 +61875,12 @@ paths: type: string format: date-time nullable: true - head_commit: &761 + head_commit: &766 title: Simple Commit description: A commit. type: object - properties: *417 - required: *418 + properties: *422 + required: *423 latest_check_runs_count: type: integer check_runs_url: @@ -61360,7 +61908,7 @@ paths: - check_runs_url - pull_requests examples: - default: &420 + default: &425 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61651,9 +62199,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *419 + schema: *424 examples: - default: *420 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61672,8 +62220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -61734,7 +62282,7 @@ paths: required: - app_id - setting - repository: *156 + repository: *161 examples: default: value: @@ -61982,9 +62530,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *336 - - *337 - - &421 + - *341 + - *342 + - &426 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61996,9 +62544,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *424 examples: - default: *420 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62021,17 +62569,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *336 - - *337 - - *421 - - &476 + - *341 + - *342 + - *426 + - &481 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &477 + - &482 name: status description: Returns check runs with the specified `status`. in: query @@ -62070,9 +62618,9 @@ paths: type: integer check_runs: type: array - items: *414 + items: *419 examples: - default: &478 + default: &483 value: total_count: 1 check_runs: @@ -62154,7 +62702,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62174,15 +62722,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *336 - - *337 - - *421 + - *341 + - *342 + - *426 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -62209,28 +62757,28 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *336 - - *337 - - *422 - - *423 + - *341 + - *342 + - *427 + - *428 - *19 - *17 - - &440 + - &445 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: *424 - - &441 + schema: *429 + - &446 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *55 + - *61 - *47 - *48 - name: sort @@ -62248,13 +62796,13 @@ paths: be returned. in: query required: false - schema: *425 + schema: *430 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *426 + schema: *431 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -62273,14 +62821,14 @@ paths: items: type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: *427 - state: *183 - fixed_at: *179 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: *432 + state: *188 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -62288,12 +62836,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: *428 - dismissed_comment: *429 - rule: *430 - tool: *431 - most_recent_instance: *432 + dismissed_at: *185 + dismissed_reason: *433 + dismissed_comment: *434 + rule: *435 + tool: *436 + most_recent_instance: *437 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62419,14 +62967,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &433 + '403': &438 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62446,9 +62994,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *336 - - *337 - - &434 + - *341 + - *342 + - &439 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62456,23 +63004,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *174 + schema: *179 responses: '200': description: Response content: application/json: - schema: &435 + schema: &440 type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: *427 - state: *183 - fixed_at: *179 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: *432 + state: *188 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -62480,9 +63028,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: *428 - dismissed_comment: *429 + dismissed_at: *185 + dismissed_reason: *433 + dismissed_comment: *434 rule: type: object properties: @@ -62536,8 +63084,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *431 - most_recent_instance: *432 + tool: *436 + most_recent_instance: *437 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62636,9 +63184,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62656,9 +63204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 requestBody: required: true content: @@ -62673,8 +63221,8 @@ paths: enum: - open - dismissed - dismissed_reason: *428 - dismissed_comment: *429 + dismissed_reason: *433 + dismissed_comment: *434 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -62702,7 +63250,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *440 examples: default: value: @@ -62778,14 +63326,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &439 + '403': &444 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62805,15 +63353,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 responses: '200': description: Response content: application/json: - schema: &436 + schema: &441 type: object properties: status: @@ -62839,13 +63387,13 @@ paths: - description - started_at examples: - default: &437 + default: &442 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &438 + '400': &443 description: Bad Request content: application/json: @@ -62856,9 +63404,9 @@ 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': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62881,29 +63429,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 responses: '200': description: OK content: application/json: - schema: *436 + schema: *441 examples: - default: *437 + default: *442 '202': description: Accepted content: application/json: - schema: *436 + schema: *441 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *438 + '400': *443 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62913,7 +63461,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62935,9 +63483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 requestBody: required: false content: @@ -62982,12 +63530,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *438 - '403': *439 + '400': *443 + '403': *444 '404': *6 '422': description: Unprocessable Entity - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63007,13 +63555,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 - *19 - *17 - - *440 - - *441 + - *445 + - *446 responses: '200': description: Response @@ -63024,10 +63572,10 @@ paths: items: type: object properties: - ref: *424 - analysis_key: *442 - environment: *443 - category: *444 + ref: *429 + analysis_key: *447 + environment: *448 + category: *449 state: type: string description: State of a code scanning alert instance. @@ -63042,7 +63590,7 @@ paths: properties: text: type: string - location: *445 + location: *450 html_url: type: string classifications: @@ -63050,7 +63598,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *446 + items: *451 examples: default: value: @@ -63087,9 +63635,9 @@ paths: end_column: 50 classifications: - source - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63121,29 +63669,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *336 - - *337 - - *422 - - *423 + - *341 + - *342 + - *427 + - *428 - *19 - *17 - - *441 + - *446 - 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: *424 + schema: *429 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &447 + schema: &452 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *55 + - *61 - name: sort description: The property by which to sort the results. in: query @@ -63160,23 +63708,23 @@ paths: application/json: schema: type: array - items: &448 + items: &453 type: object properties: - ref: *424 - commit_sha: &456 + ref: *429 + commit_sha: &461 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: *442 + analysis_key: *447 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *444 + category: *449 error: type: string example: error reading field xyz @@ -63200,8 +63748,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *447 - tool: *431 + sarif_id: *452 + tool: *436 deletable: type: boolean warning: @@ -63262,9 +63810,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63298,8 +63846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63312,7 +63860,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *453 examples: response: summary: application/json response @@ -63366,14 +63914,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *433 + '403': *438 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63453,8 +64001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63507,9 +64055,9 @@ 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': *439 + '403': *444 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63529,8 +64077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -63538,7 +64086,7 @@ paths: application/json: schema: type: array - items: &449 + items: &454 title: CodeQL Database description: A CodeQL database. type: object @@ -63649,9 +64197,9 @@ 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': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63678,8 +64226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: language in: path description: The language of the CodeQL database. @@ -63691,7 +64239,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *454 examples: default: value: @@ -63723,11 +64271,11 @@ 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': &485 + '302': &490 description: Found - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63747,8 +64295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *336 - - *337 + - *341 + - *342 - name: language in: path description: The language of the CodeQL database. @@ -63758,9 +64306,9 @@ paths: responses: '204': description: Response - '403': *439 + '403': *444 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63786,8 +64334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -63796,7 +64344,7 @@ paths: type: object additionalProperties: false properties: - language: &450 + language: &455 type: string description: The language targeted by the CodeQL query enum: @@ -63876,7 +64424,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &454 + schema: &459 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63884,9 +64432,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *60 + controller_repo: *66 actor: *4 - query_language: *450 + query_language: *455 query_pack_url: type: string description: The download url for the query pack. @@ -63933,7 +64481,7 @@ paths: items: type: object properties: - repository: &451 + repository: &456 title: Repository Identifier description: Repository Identifier type: object @@ -63969,7 +64517,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &455 + analysis_status: &460 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64001,7 +64549,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &452 + access_mismatch_repos: &457 type: object properties: repository_count: @@ -64015,7 +64563,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: *451 + items: *456 required: - repository_count - repositories @@ -64037,8 +64585,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *452 - over_limit_repos: *452 + no_codeql_db_repos: *457 + over_limit_repos: *457 required: - access_mismatch_repos - not_found_repos @@ -64054,7 +64602,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &453 + value: &458 summary: Default response value: id: 1 @@ -64200,17 +64748,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *453 + value: *458 repository_lists: summary: Response for a successful variant analysis submission - value: *453 + value: *458 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64231,8 +64779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *336 - - *337 + - *341 + - *342 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64244,11 +64792,11 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: - default: *453 + default: *458 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64269,7 +64817,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *336 + - *341 - name: repo in: path description: The name of the controller repository. @@ -64303,8 +64851,8 @@ paths: schema: type: object properties: - repository: *60 - analysis_status: *455 + repository: *66 + analysis_status: *460 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64408,7 +64956,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64429,8 +64977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -64515,9 +65063,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64536,8 +65084,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -64604,7 +65152,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -64629,7 +65177,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *439 + '403': *444 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64643,7 +65191,7 @@ paths: content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64700,8 +65248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -64709,7 +65257,7 @@ paths: schema: type: object properties: - commit_sha: *456 + commit_sha: *461 ref: type: string description: |- @@ -64767,7 +65315,7 @@ paths: schema: type: object properties: - id: *447 + id: *452 url: type: string description: The REST API URL for checking the status of the upload. @@ -64781,11 +65329,11 @@ 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': *439 + '403': *444 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64804,8 +65352,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *336 - - *337 + - *341 + - *342 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64851,10 +65399,10 @@ 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': *433 + '403': *438 '404': description: Not Found if the sarif id does not match any upload - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64876,8 +65424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -64933,7 +65481,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *187 + '204': *192 '304': *37 '403': *29 '404': *6 @@ -64958,8 +65506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -65079,8 +65627,8 @@ paths: parameters: - *17 - *19 - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -65096,7 +65644,7 @@ paths: type: integer codespaces: type: array - items: *241 + items: *246 examples: default: value: @@ -65372,7 +65920,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -65394,8 +65942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -65458,22 +66006,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65497,8 +66045,8 @@ paths: parameters: - *17 - *19 - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -65538,7 +66086,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *115 + '500': *55 '400': *14 '401': *25 '403': *29 @@ -65562,8 +66110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65598,14 +66146,14 @@ paths: type: integer machines: type: array - items: &676 + items: &681 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *458 - required: *459 + properties: *463 + required: *464 examples: - default: &677 + default: &682 value: total_count: 2 machines: @@ -65622,7 +66170,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -65645,8 +66193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *336 - - *337 + - *341 + - *342 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65730,8 +66278,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -65776,7 +66324,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65797,8 +66345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -65816,7 +66364,7 @@ paths: type: integer secrets: type: array - items: &463 + items: &468 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65836,9 +66384,9 @@ paths: - created_at - updated_at examples: - default: *460 + default: *465 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65859,16 +66407,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *461 + schema: *466 examples: - default: *462 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65888,17 +66436,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '200': description: Response content: application/json: - schema: *463 + schema: *468 examples: - default: *464 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65918,9 +66466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 requestBody: required: true content: @@ -65948,7 +66496,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -65972,9 +66520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '204': description: Response @@ -66002,8 +66550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *336 - - *337 + - *341 + - *342 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66045,7 +66593,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &465 + properties: &470 login: type: string example: octocat @@ -66138,7 +66686,7 @@ paths: user_view_type: type: string example: public - required: &466 + required: &471 - avatar_url - events_url - followers_url @@ -66187,7 +66735,7 @@ paths: admin: false role_name: write headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -66212,9 +66760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 responses: '204': description: Response if user is a collaborator @@ -66260,9 +66808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 requestBody: required: false content: @@ -66288,7 +66836,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &535 + schema: &540 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66299,7 +66847,7 @@ paths: example: 42 type: integer format: int64 - repository: *156 + repository: *161 invitee: title: Simple User description: A GitHub user. @@ -66477,7 +67025,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *124 + schema: *129 '403': *29 x-github: triggersNotification: true @@ -66517,9 +67065,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 responses: '204': description: No Content when collaborator was removed from the repository. @@ -66550,9 +67098,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 responses: '200': description: if user has admin permissions @@ -66572,8 +67120,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *465 - required: *466 + properties: *470 + required: *471 nullable: true required: - permission @@ -66628,8 +67176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -66639,7 +67187,7 @@ paths: application/json: schema: type: array - items: &467 + items: &472 title: Commit Comment description: Commit Comment type: object @@ -66680,8 +67228,8 @@ paths: updated_at: type: string format: date-time - author_association: *76 - reactions: *77 + author_association: *82 + reactions: *83 required: - url - html_url @@ -66697,7 +67245,7 @@ paths: - created_at - updated_at examples: - default: &472 + default: &477 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66731,7 +67279,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66756,17 +67304,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *467 + schema: *472 examples: - default: &473 + default: &478 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66823,9 +67371,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -66847,7 +67395,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *472 examples: default: value: @@ -66898,9 +67446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response @@ -66921,9 +67469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -66949,7 +67497,7 @@ paths: application/json: schema: type: array - items: &468 + items: &473 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -66992,7 +67540,7 @@ paths: - content - created_at examples: - default: &539 + default: &544 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -67018,7 +67566,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -67037,9 +67585,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -67071,9 +67619,9 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: &469 + default: &474 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -67102,9 +67650,9 @@ paths: description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -67126,10 +67674,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *336 - - *337 - - *95 - - &540 + - *341 + - *342 + - *101 + - &545 name: reaction_id description: The unique identifier of the reaction. in: path @@ -67184,8 +67732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *336 - - *337 + - *341 + - *342 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67241,9 +67789,9 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: &590 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67313,8 +67861,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *61 - '500': *115 + Link: *67 + '500': *55 '400': *14 '404': *6 '409': *54 @@ -67337,9 +67885,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *336 - - *337 - - &471 + - *341 + - *342 + - &476 name: commit_sha description: The SHA of the commit. in: path @@ -67411,9 +67959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 - *17 - *19 responses: @@ -67423,11 +67971,11 @@ paths: application/json: schema: type: array - items: *467 + items: *472 examples: - default: *472 + default: *477 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67453,9 +68001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 requestBody: required: true content: @@ -67490,9 +68038,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *472 examples: - default: *473 + default: *478 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67520,9 +68068,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 - *17 - *19 responses: @@ -67532,9 +68080,9 @@ paths: application/json: schema: type: array - items: *474 + items: *479 examples: - default: &582 + default: &587 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68013,7 +68561,7 @@ paths: auto_merge: draft: false headers: - Link: *61 + Link: *67 '409': *54 x-github: githubCloudOnly: false @@ -68071,11 +68619,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *336 - - *337 + - *341 + - *342 - *19 - *17 - - &475 + - &480 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)" @@ -68090,9 +68638,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *475 examples: - default: &569 + default: &574 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68178,8 +68726,8 @@ paths: ..... '422': *15 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 '409': *54 x-github: githubCloudOnly: false @@ -68205,11 +68753,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *336 - - *337 - - *475 - - *476 - - *477 + - *341 + - *342 + - *480 + - *481 + - *482 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68243,11 +68791,11 @@ paths: type: integer check_runs: type: array - items: *414 + items: *419 examples: - default: *478 + default: *483 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68270,9 +68818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *336 - - *337 - - *475 + - *341 + - *342 + - *480 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68280,7 +68828,7 @@ paths: schema: type: integer example: 1 - - *476 + - *481 - *17 - *19 responses: @@ -68298,7 +68846,7 @@ paths: type: integer check_suites: type: array - items: *419 + items: *424 examples: default: value: @@ -68473,7 +69021,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68498,9 +69046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *336 - - *337 - - *475 + - *341 + - *342 + - *480 - *17 - *19 responses: @@ -68567,7 +69115,7 @@ paths: type: string total_count: type: integer - repository: *156 + repository: *161 commit_url: type: string format: uri @@ -68698,9 +69246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *336 - - *337 - - *475 + - *341 + - *342 + - *480 - *17 - *19 responses: @@ -68710,7 +69258,7 @@ paths: application/json: schema: type: array - items: &655 + items: &660 title: Status description: The status of a commit. type: object @@ -68790,8 +69338,8 @@ paths: type: User site_admin: false headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68819,8 +69367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -68849,20 +69397,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *479 - required: *480 + properties: *484 + required: *485 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &481 + properties: &486 url: type: string format: uri html_url: type: string format: uri - required: &482 + required: &487 - url - html_url nullable: true @@ -68870,32 +69418,32 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true contributing: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true readme: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true issue_template: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true pull_request_template: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true required: - code_of_conduct @@ -69022,8 +69570,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *336 - - *337 + - *341 + - *342 - *19 - *17 - name: basehead @@ -69066,8 +69614,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *470 - merge_base_commit: *470 + base_commit: *475 + merge_base_commit: *475 status: type: string enum: @@ -69087,10 +69635,10 @@ paths: example: 6 commits: type: array - items: *470 + items: *475 files: type: array - items: *483 + items: *488 required: - url - html_url @@ -69333,8 +69881,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69376,8 +69924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *336 - - *337 + - *341 + - *342 - name: path description: path parameter in: path @@ -69537,7 +70085,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &484 + response-if-content-is-a-file-github-object: &489 summary: Response if content is a file value: type: file @@ -69669,7 +70217,7 @@ paths: - size - type - url - - &595 + - &600 title: Content File description: Content File type: object @@ -69870,7 +70418,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *484 + response-if-content-is-a-file: *489 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69939,7 +70487,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *485 + '302': *490 '304': *37 x-github: githubCloudOnly: false @@ -69962,8 +70510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *336 - - *337 + - *341 + - *342 - name: path description: path parameter in: path @@ -70056,7 +70604,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &491 title: File Commit description: File Commit type: object @@ -70208,7 +70756,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: example-for-creating-a-file: value: @@ -70262,7 +70810,7 @@ paths: schema: oneOf: - *3 - - &517 + - &522 description: Repository rule violation was detected type: object properties: @@ -70283,7 +70831,7 @@ paths: items: type: object properties: - placeholder_id: &647 + placeholder_id: &652 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70315,8 +70863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *336 - - *337 + - *341 + - *342 - name: path description: path parameter in: path @@ -70377,7 +70925,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: default: value: @@ -70412,7 +70960,7 @@ paths: '422': *15 '404': *6 '409': *54 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70432,8 +70980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *336 - - *337 + - *341 + - *342 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70533,7 +71081,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *61 + Link: *67 '204': description: Response if repository is empty '403': *29 @@ -70556,24 +71104,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *336 - - *337 - - *195 - - *196 - - *197 - - *198 + - *341 + - *342 + - *200 + - *201 + - *202 + - *203 - 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 - - *199 - - *487 - - *200 - - *201 - - *202 - - *55 + - *204 + - *492 + - *205 + - *206 + - *207 + - *61 - *47 - *48 - *17 @@ -70584,11 +71132,11 @@ paths: application/json: schema: type: array - items: &491 + items: &496 type: object description: A Dependabot alert. properties: - number: *174 + number: *179 state: type: string description: The state of the Dependabot alert. @@ -70603,7 +71151,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *56 + package: *62 manifest_path: type: string description: The full path to the dependency manifest file, @@ -70630,13 +71178,13 @@ paths: - unknown - direct - transitive - security_advisory: *488 - security_vulnerability: *59 - url: *177 - html_url: *178 - created_at: *175 - updated_at: *176 - dismissed_at: *180 + security_advisory: *493 + security_vulnerability: *65 + url: *182 + html_url: *183 + created_at: *180 + updated_at: *181 + dismissed_at: *185 dismissed_by: title: Simple User description: A GitHub user. @@ -70660,9 +71208,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *179 - auto_dismissed_at: *489 - dismissal_request: *490 + fixed_at: *184 + auto_dismissed_at: *494 + dismissal_request: *495 assignees: type: array description: The users assigned to this alert. @@ -70917,9 +71465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *336 - - *337 - - &492 + - *341 + - *342 + - &497 name: alert_number in: path description: |- @@ -70928,13 +71476,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *174 + schema: *179 responses: '200': description: Response content: application/json: - schema: *491 + schema: *496 examples: default: value: @@ -71066,9 +71614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *336 - - *337 - - *492 + - *341 + - *342 + - *497 requestBody: required: true content: @@ -71124,7 +71672,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *496 examples: default: value: @@ -71254,8 +71802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -71273,7 +71821,7 @@ paths: type: integer secrets: type: array - items: &495 + items: &500 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71304,7 +71852,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71326,16 +71874,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *493 + schema: *498 examples: - default: *494 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71355,15 +71903,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '200': description: Response content: application/json: - schema: *495 + schema: *500 examples: default: value: @@ -71389,9 +71937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 requestBody: required: true content: @@ -71419,7 +71967,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -71443,9 +71991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '204': description: Response @@ -71467,8 +72015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -71604,7 +72152,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *61 + Link: *67 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -71628,8 +72176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -71845,7 +72393,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *61 + Link: *67 '404': *6 '403': *29 x-github: @@ -71868,8 +72416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -71944,7 +72492,7 @@ paths: - version - url additionalProperties: false - metadata: &496 + metadata: &501 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71977,7 +72525,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *496 + metadata: *501 resolved: type: object description: A collection of resolved package dependencies. @@ -71990,7 +72538,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *496 + metadata: *501 relationship: type: string description: A notation of whether a dependency is requested @@ -72119,8 +72667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *336 - - *337 + - *341 + - *342 - name: sha description: The SHA recorded at creation time. in: query @@ -72160,11 +72708,11 @@ paths: application/json: schema: type: array - items: *497 + items: *502 examples: - default: *498 + default: *503 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72228,8 +72776,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -72310,7 +72858,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *502 examples: simple-example: summary: Simple example @@ -72383,9 +72931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *336 - - *337 - - &499 + - *341 + - *342 + - &504 name: deployment_id description: deployment_id parameter in: path @@ -72397,7 +72945,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *502 examples: default: value: @@ -72462,9 +73010,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 responses: '204': description: Response @@ -72486,9 +73034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 - *17 - *19 responses: @@ -72498,7 +73046,7 @@ paths: application/json: schema: type: array - items: &500 + items: &505 title: Deployment Status description: The status of a deployment. type: object @@ -72589,8 +73137,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -72639,7 +73187,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -72659,9 +73207,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 requestBody: required: true content: @@ -72736,9 +73284,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *505 examples: - default: &501 + default: &506 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72794,9 +73342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 - name: status_id in: path required: true @@ -72807,9 +73355,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *505 examples: - default: *501 + default: *506 '404': *6 x-github: githubCloudOnly: false @@ -72834,8 +73382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -72892,8 +73440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -72910,7 +73458,7 @@ paths: type: integer environments: type: array - items: &503 + items: &508 title: Environment description: Details of a deployment environment type: object @@ -72962,7 +73510,7 @@ paths: type: type: string example: wait_timer - wait_timer: &505 + wait_timer: &510 type: integer example: 30 description: The amount of time to delay a job after @@ -72999,11 +73547,11 @@ paths: items: type: object properties: - type: *502 + type: *507 reviewer: anyOf: - *4 - - *193 + - *198 required: - id - node_id @@ -73023,7 +73571,7 @@ paths: - id - node_id - type - deployment_branch_policy: &506 + deployment_branch_policy: &511 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -73139,9 +73687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *336 - - *337 - - &504 + - *341 + - *342 + - &509 name: environment_name in: path required: true @@ -73154,9 +73702,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *508 examples: - default: &507 + default: &512 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73240,9 +73788,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 requestBody: required: false content: @@ -73251,7 +73799,7 @@ paths: type: object nullable: true properties: - wait_timer: *505 + wait_timer: *510 prevent_self_review: type: boolean example: false @@ -73268,13 +73816,13 @@ paths: items: type: object properties: - type: *502 + type: *507 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *506 + deployment_branch_policy: *511 additionalProperties: false examples: default: @@ -73294,9 +73842,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *508 examples: - default: *507 + default: *512 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73320,9 +73868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 responses: '204': description: Default response @@ -73347,9 +73895,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 - *17 - *19 responses: @@ -73367,7 +73915,7 @@ paths: example: 2 branch_policies: type: array - items: &508 + items: &513 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73424,9 +73972,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 requestBody: required: true content: @@ -73472,9 +74020,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: - example-wildcard: &509 + example-wildcard: &514 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73516,10 +74064,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 - - &510 + - *341 + - *342 + - *509 + - &515 name: branch_policy_id in: path required: true @@ -73531,9 +74079,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: - default: *509 + default: *514 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73552,10 +74100,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 - - *510 + - *341 + - *342 + - *509 + - *515 requestBody: required: true content: @@ -73583,9 +74131,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: - default: *509 + default: *514 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73604,10 +74152,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 - - *510 + - *341 + - *342 + - *509 + - *515 responses: '204': description: Response @@ -73632,9 +74180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *504 - - *337 - - *336 + - *509 + - *342 + - *341 responses: '200': description: List of deployment protection rules @@ -73650,7 +74198,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &511 + items: &516 title: Deployment protection rule description: Deployment protection rule type: object @@ -73669,7 +74217,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &512 + app: &517 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73768,9 +74316,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *504 - - *337 - - *336 + - *509 + - *342 + - *341 requestBody: content: application/json: @@ -73791,9 +74339,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *511 + schema: *516 examples: - default: &513 + default: &518 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73828,9 +74376,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *504 - - *337 - - *336 + - *509 + - *342 + - *341 - *19 - *17 responses: @@ -73849,7 +74397,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *512 + items: *517 examples: default: value: @@ -73884,10 +74432,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *336 - - *337 - - *504 - - &514 + - *341 + - *342 + - *509 + - &519 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73899,9 +74447,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *516 examples: - default: *513 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73922,10 +74470,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *504 - - *337 - - *336 - - *514 + - *509 + - *342 + - *341 + - *519 responses: '204': description: Response @@ -73951,9 +74499,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 - *17 - *19 responses: @@ -73971,11 +74519,11 @@ paths: type: integer secrets: type: array - items: *381 + items: *386 examples: - default: *382 + default: *387 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73998,17 +74546,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 responses: '200': description: Response content: application/json: - schema: *383 + schema: *388 examples: - default: *384 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74030,18 +74578,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *336 - - *337 - - *504 - - *164 + - *341 + - *342 + - *509 + - *169 responses: '200': description: Response content: application/json: - schema: *381 + schema: *386 examples: - default: *515 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74063,10 +74611,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *336 - - *337 - - *504 - - *164 + - *341 + - *342 + - *509 + - *169 requestBody: required: true content: @@ -74097,7 +74645,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -74123,10 +74671,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *336 - - *337 - - *504 - - *164 + - *341 + - *342 + - *509 + - *169 responses: '204': description: Default response @@ -74151,10 +74699,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *336 - - *337 - - *504 - - *352 + - *341 + - *342 + - *509 + - *357 - *19 responses: '200': @@ -74171,11 +74719,11 @@ paths: type: integer variables: type: array - items: *385 + items: *390 examples: - default: *386 + default: *391 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74196,9 +74744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 requestBody: required: true content: @@ -74225,7 +74773,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -74250,18 +74798,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *336 - - *337 - - *504 - - *167 + - *341 + - *342 + - *509 + - *172 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: - default: *516 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74282,10 +74830,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *336 - - *337 - - *167 - - *504 + - *341 + - *342 + - *172 + - *509 requestBody: required: true content: @@ -74327,10 +74875,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *336 - - *337 - - *167 - - *504 + - *341 + - *342 + - *172 + - *509 responses: '204': description: Response @@ -74352,8 +74900,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -74363,7 +74911,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: 200-response: value: @@ -74421,8 +74969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *336 - - *337 + - *341 + - *342 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74444,7 +74992,7 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: default: value: @@ -74557,7 +75105,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *61 + Link: *67 '400': *14 x-github: githubCloudOnly: false @@ -74581,8 +75129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -74614,9 +75162,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 '400': *14 '422': *15 '403': *29 @@ -74637,8 +75185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -74697,8 +75245,8 @@ paths: application/json: schema: oneOf: - - *124 - - *517 + - *129 + - *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74723,8 +75271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *336 - - *337 + - *341 + - *342 - name: file_sha in: path required: true @@ -74823,8 +75371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -74933,7 +75481,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &523 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75147,15 +75695,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 responses: '200': description: Response content: application/json: - schema: *518 + schema: *523 examples: default: value: @@ -75211,9 +75759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *336 - - *337 - - &519 + - *341 + - *342 + - &524 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. @@ -75230,7 +75778,7 @@ paths: application/json: schema: type: array - items: &520 + items: &525 title: Git Reference description: Git references within a repository type: object @@ -75283,7 +75831,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *61 + Link: *67 '409': *54 x-github: githubCloudOnly: false @@ -75305,17 +75853,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *336 - - *337 - - *519 + - *341 + - *342 + - *524 responses: '200': description: Response content: application/json: - schema: *520 + schema: *525 examples: - default: &521 + default: &526 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75344,8 +75892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -75374,9 +75922,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *525 examples: - default: *521 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -75402,9 +75950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *336 - - *337 - - *519 + - *341 + - *342 + - *524 requestBody: required: true content: @@ -75433,9 +75981,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *525 examples: - default: *521 + default: *526 '422': *15 '409': *54 x-github: @@ -75453,9 +76001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *336 - - *337 - - *519 + - *341 + - *342 + - *524 responses: '204': description: Response @@ -75510,8 +76058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -75578,7 +76126,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &528 title: Git Tag description: Metadata for a Git tag type: object @@ -75629,7 +76177,7 @@ paths: - sha - type - url - verification: *522 + verification: *527 required: - sha - url @@ -75639,7 +76187,7 @@ paths: - tag - message examples: - default: &524 + default: &529 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75712,8 +76260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *336 - - *337 + - *341 + - *342 - name: tag_sha in: path required: true @@ -75724,9 +76272,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *528 examples: - default: *524 + default: *529 '404': *6 '409': *54 x-github: @@ -75750,8 +76298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -75824,7 +76372,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &530 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75920,8 +76468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *336 - - *337 + - *341 + - *342 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75944,7 +76492,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *530 examples: default-response: summary: Default response @@ -76003,8 +76551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -76014,7 +76562,7 @@ paths: application/json: schema: type: array - items: &526 + items: &531 title: Webhook description: Webhooks for repositories. type: object @@ -76068,7 +76616,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &769 + last_response: &774 title: Hook Response type: object properties: @@ -76123,7 +76671,7 @@ paths: status: unused message: headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -76142,8 +76690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -76195,9 +76743,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *531 examples: - default: &527 + default: &532 value: type: Repository id: 12345678 @@ -76245,17 +76793,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '200': description: Response content: application/json: - schema: *526 + schema: *531 examples: - default: *527 + default: *532 '404': *6 x-github: githubCloudOnly: false @@ -76275,9 +76823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 requestBody: required: true content: @@ -76322,9 +76870,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *531 examples: - default: *527 + default: *532 '422': *15 '404': *6 x-github: @@ -76345,9 +76893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '204': description: Response @@ -76371,9 +76919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '200': description: Response @@ -76400,9 +76948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 requestBody: required: false content: @@ -76446,11 +76994,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 - *17 - - *211 + - *216 responses: '200': description: Response @@ -76458,9 +77006,9 @@ paths: application/json: schema: type: array - items: *212 + items: *217 examples: - default: *213 + default: *218 '400': *14 '422': *15 x-github: @@ -76479,18 +77027,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *214 + schema: *219 examples: - default: *215 + default: *220 '400': *14 '422': *15 x-github: @@ -76509,9 +77057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 - *16 responses: '202': *39 @@ -76534,9 +77082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '204': description: Response @@ -76561,9 +77109,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '204': description: Response @@ -76586,8 +77134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response if immutable releases are enabled @@ -76633,10 +77181,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '409': *54 x-github: githubCloudOnly: false @@ -76654,10 +77202,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '409': *54 x-github: githubCloudOnly: false @@ -76712,14 +77260,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &528 + schema: &533 title: Import description: A repository import from an external source. type: object @@ -76818,7 +77366,7 @@ paths: - html_url - authors_url examples: - default: &531 + default: &536 value: vcs: subversion use_lfs: true @@ -76834,7 +77382,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': &529 + '503': &534 description: Unavailable due to service under maintenance. content: application/json: @@ -76863,8 +77411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -76912,7 +77460,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: default: value: @@ -76937,7 +77485,7 @@ paths: type: string '422': *15 '404': *6 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76965,8 +77513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -77015,7 +77563,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: example-1: summary: Example 1 @@ -77063,7 +77611,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': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77086,12 +77634,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77117,9 +77665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *336 - - *337 - - &698 + - *341 + - *342 + - &703 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77133,7 +77681,7 @@ paths: application/json: schema: type: array - items: &530 + items: &535 title: Porter Author description: Porter Author type: object @@ -77187,7 +77735,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': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77212,8 +77760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *336 - - *337 + - *341 + - *342 - name: author_id in: path required: true @@ -77243,7 +77791,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *535 examples: default: value: @@ -77256,7 +77804,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77280,8 +77828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -77322,7 +77870,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77350,8 +77898,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -77378,11 +77926,11 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: - default: *531 + default: *536 '422': *15 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77405,8 +77953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -77414,8 +77962,8 @@ paths: application/json: schema: *22 examples: - default: *532 - '301': *340 + default: *537 + '301': *345 '404': *6 x-github: githubCloudOnly: false @@ -77435,8 +77983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -77444,12 +77992,12 @@ paths: application/json: schema: anyOf: - - *228 + - *233 - type: object properties: {} additionalProperties: false examples: - default: &534 + default: &539 value: limit: collaborators_only origin: repository @@ -77474,13 +78022,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *533 + schema: *538 examples: default: summary: Example request body @@ -77492,9 +78040,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *233 examples: - default: *534 + default: *539 '409': description: Response x-github: @@ -77516,8 +78064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -77540,8 +78088,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -77551,9 +78099,9 @@ paths: application/json: schema: type: array - items: *535 + items: *540 examples: - default: &691 + default: &696 value: - id: 1 repository: @@ -77667,7 +78215,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77684,9 +78232,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *336 - - *337 - - *232 + - *341 + - *342 + - *237 requestBody: required: false content: @@ -77715,7 +78263,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *540 examples: default: value: @@ -77846,9 +78394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *336 - - *337 - - *232 + - *341 + - *342 + - *237 responses: '204': description: Response @@ -77879,8 +78427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -77928,7 +78476,7 @@ paths: required: false schema: type: string - - *239 + - *244 - name: sort description: What to sort results by. in: query @@ -77940,8 +78488,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -77951,9 +78499,9 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: &547 + default: &552 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78101,8 +78649,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '422': *15 '404': *6 x-github: @@ -78131,8 +78679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -78214,9 +78762,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: &544 + default: &549 value: id: 1 node_id: MDU6SXNzdWUx @@ -78371,9 +78919,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *116 + '503': *121 '404': *6 - '410': *536 + '410': *541 x-github: triggersNotification: true githubCloudOnly: false @@ -78401,9 +78949,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *336 - - *337 - - *103 + - *341 + - *342 + - *109 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -78413,7 +78961,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -78423,9 +78971,9 @@ paths: application/json: schema: type: array - items: *537 + items: *542 examples: - default: &546 + default: &551 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78456,7 +79004,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '422': *15 '404': *6 x-github: @@ -78483,17 +79031,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *537 + schema: *542 examples: - default: &538 + default: &543 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78548,9 +79096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -78572,9 +79120,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *542 examples: - default: *538 + default: *543 '422': *15 x-github: githubCloudOnly: false @@ -78592,9 +79140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response @@ -78622,15 +79170,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *537 + schema: *542 examples: default: value: @@ -78686,7 +79234,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *536 + '410': *541 '422': *15 x-github: githubCloudOnly: false @@ -78703,17 +79251,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *536 - '503': *116 + '410': *541 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78730,9 +79278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -78758,11 +79306,11 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -78781,9 +79329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -78815,16 +79363,16 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -78846,10 +79394,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *336 - - *337 - - *95 - - *540 + - *341 + - *342 + - *101 + - *545 responses: '204': description: Response @@ -78869,8 +79417,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -78880,7 +79428,7 @@ paths: application/json: schema: type: array - items: &543 + items: &548 title: Issue Event description: Issue Event type: object @@ -78923,8 +79471,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *541 - required: *542 + properties: *546 + required: *547 nullable: true label: title: Issue Event Label @@ -78968,7 +79516,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *193 + requested_team: *198 dismissed_review: title: Issue Event Dismissed Review type: object @@ -79033,7 +79581,7 @@ paths: required: - from - to - author_association: *76 + author_association: *82 lock_reason: type: string nullable: true @@ -79046,8 +79594,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -79214,7 +79762,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -79232,8 +79780,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *336 - - *337 + - *341 + - *342 - name: event_id in: path required: true @@ -79244,7 +79792,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *548 examples: default: value: @@ -79437,7 +79985,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *536 + '410': *541 '403': *29 x-github: githubCloudOnly: false @@ -79471,9 +80019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *336 - - *337 - - &545 + - *341 + - *342 + - &550 name: issue_number description: The number that identifies the issue. in: path @@ -79485,11 +80033,11 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: default: summary: Issue - value: *544 + value: *549 pinned_comment: summary: Issue with pinned comment value: @@ -79688,9 +80236,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 '304': *37 x-github: githubCloudOnly: false @@ -79715,9 +80263,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -79841,15 +80389,15 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 '422': *15 - '503': *116 + '503': *121 '403': *29 - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79867,9 +80415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -79895,9 +80443,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79913,9 +80461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: content: application/json: @@ -79940,9 +80488,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79964,9 +80512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: assignee in: path required: true @@ -80006,10 +80554,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *336 - - *337 - - *545 - - *86 + - *341 + - *342 + - *550 + - *92 - *17 - *19 responses: @@ -80019,13 +80567,13 @@ paths: application/json: schema: type: array - items: *537 + items: *542 examples: - default: *546 + default: *551 headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80054,9 +80602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -80078,16 +80626,16 @@ paths: description: Response content: application/json: - schema: *537 + schema: *542 examples: - default: *538 + default: *543 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *536 + '410': *541 '422': *15 '404': *6 x-github: @@ -80115,9 +80663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -80127,14 +80675,14 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *547 + default: *552 headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80162,9 +80710,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -80186,17 +80734,17 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *340 + '301': *345 '403': *29 - '410': *536 + '410': *541 '422': *15 '404': *6 x-github: @@ -80227,9 +80775,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -80241,15 +80789,15 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 - '301': *340 + default: *549 + '301': *345 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *536 + '410': *541 x-github: triggersNotification: true githubCloudOnly: false @@ -80275,9 +80823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -80287,14 +80835,14 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *547 + default: *552 headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80311,9 +80859,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -80327,7 +80875,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &550 + - &555 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -80358,8 +80906,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 label: type: object properties: @@ -80381,7 +80929,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &556 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80412,8 +80960,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 label: type: object properties: @@ -80501,8 +81049,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 assigner: *4 required: @@ -80517,7 +81065,7 @@ paths: - performed_via_github_app - assignee - assigner - - &552 + - &557 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80548,8 +81096,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 milestone: type: object properties: @@ -80568,7 +81116,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &553 + - &558 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80599,8 +81147,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 milestone: type: object properties: @@ -80619,7 +81167,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &554 + - &559 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80650,8 +81198,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 rename: type: object properties: @@ -80673,7 +81221,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &555 + - &560 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80704,10 +81252,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 review_requester: *4 - requested_team: *193 + requested_team: *198 requested_reviewer: *4 required: - review_requester @@ -80720,7 +81268,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &561 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80751,10 +81299,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 review_requester: *4 - requested_team: *193 + requested_team: *198 requested_reviewer: *4 required: - review_requester @@ -80767,7 +81315,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &562 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80798,8 +81346,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 dismissed_review: type: object properties: @@ -80827,7 +81375,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &563 title: Locked Issue Event description: Locked Issue Event type: object @@ -80858,8 +81406,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 lock_reason: type: string example: '"off-topic"' @@ -80875,7 +81423,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &564 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80906,8 +81454,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -80941,7 +81489,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &565 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80972,8 +81520,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -81007,7 +81555,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &566 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81038,8 +81586,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -81073,7 +81621,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &567 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81163,8 +81711,8 @@ paths: name: label color: red headers: - Link: *61 - '410': *536 + Link: *67 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81181,9 +81729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -81193,9 +81741,9 @@ paths: application/json: schema: type: array - items: *548 + items: *553 examples: - default: &661 + default: &666 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -81218,10 +81766,10 @@ paths: data_type: date value: '2025-12-25' headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81238,9 +81786,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -81250,9 +81798,9 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: &549 + default: &554 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81269,10 +81817,10 @@ paths: color: a2eeef default: false headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81288,9 +81836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -81333,12 +81881,12 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 - '301': *340 + default: *554 + '301': *345 '404': *6 - '410': *536 + '410': *541 '422': *15 x-github: githubCloudOnly: false @@ -81355,9 +81903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -81417,12 +81965,12 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 - '301': *340 + default: *554 + '301': *345 '404': *6 - '410': *536 + '410': *541 '422': *15 x-github: githubCloudOnly: false @@ -81439,15 +81987,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 responses: '204': description: Response - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81466,9 +82014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: name in: path required: true @@ -81481,7 +82029,7 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: default: value: @@ -81492,9 +82040,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81514,9 +82062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -81544,7 +82092,7 @@ paths: '204': description: Response '403': *29 - '410': *536 + '410': *541 '404': *6 '422': *15 x-github: @@ -81562,9 +82110,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 responses: '204': description: Response @@ -81594,20 +82142,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 responses: '200': description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 - '301': *340 + default: *549 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81624,9 +82172,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -81652,13 +82200,13 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81676,9 +82224,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81710,16 +82258,16 @@ paths: description: Response content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Response content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -81741,10 +82289,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *336 - - *337 + - *341 + - *342 + - *550 - *545 - - *540 responses: '204': description: Response @@ -81773,9 +82321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81797,9 +82345,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81832,9 +82380,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -81844,13 +82392,13 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *547 + default: *552 headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81878,9 +82426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81907,16 +82455,16 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *536 + '410': *541 '422': *15 '404': *6 x-github: @@ -81936,9 +82484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81969,13 +82517,13 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 '403': *29 '404': *6 '422': *7 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -81993,9 +82541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -82010,11 +82558,6 @@ paths: description: Timeline Event type: object anyOf: - - *550 - - *551 - - *552 - - *553 - - *554 - *555 - *556 - *557 @@ -82023,6 +82566,11 @@ paths: - *560 - *561 - *562 + - *563 + - *564 + - *565 + - *566 + - *567 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82065,7 +82613,7 @@ paths: issue_url: type: string format: uri - author_association: *76 + author_association: *82 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -82075,16 +82623,16 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - reactions: *77 + properties: *80 + required: *81 + reactions: *83 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *563 - required: *564 + properties: *568 + required: *569 nullable: true required: - event @@ -82116,7 +82664,7 @@ paths: properties: type: type: string - issue: *79 + issue: *85 required: - event - created_at @@ -82316,7 +82864,7 @@ paths: type: string body_text: type: string - author_association: *76 + author_association: *82 required: - event - id @@ -82339,7 +82887,7 @@ paths: type: string comments: type: array - items: &584 + items: &589 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82434,7 +82982,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *76 + author_association: *82 _links: type: object properties: @@ -82518,7 +83066,7 @@ paths: enum: - line - file - reactions: *77 + reactions: *83 body_html: type: string example: '"

comment body

"' @@ -82554,7 +83102,7 @@ paths: type: string comments: type: array - items: *467 + items: *472 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82585,8 +83133,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 required: - id @@ -82629,8 +83177,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 required: - id @@ -82673,8 +83221,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 state_reason: type: string nullable: true @@ -82841,9 +83389,9 @@ paths: type: User site_admin: true headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82860,8 +83408,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -82871,7 +83419,7 @@ paths: application/json: schema: type: array - items: &565 + items: &570 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82921,7 +83469,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82937,8 +83485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -82974,9 +83522,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *570 examples: - default: &566 + default: &571 value: id: 1 key: ssh-rsa AAA... @@ -83010,9 +83558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *336 - - *337 - - &567 + - *341 + - *342 + - &572 name: key_id description: The unique identifier of the key. in: path @@ -83024,9 +83572,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *570 examples: - default: *566 + default: *571 '404': *6 x-github: githubCloudOnly: false @@ -83044,9 +83592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *336 - - *337 - - *567 + - *341 + - *342 + - *572 responses: '204': description: Response @@ -83066,8 +83614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -83077,11 +83625,11 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 + default: *554 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -83100,8 +83648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83137,9 +83685,9 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: - default: &568 + default: &573 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83171,8 +83719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *336 - - *337 + - *341 + - *342 - name: name in: path required: true @@ -83183,9 +83731,9 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: - default: *568 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -83202,8 +83750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *336 - - *337 + - *341 + - *342 - name: name in: path required: true @@ -83242,7 +83790,7 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: default: value: @@ -83268,8 +83816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *336 - - *337 + - *341 + - *342 - name: name in: path required: true @@ -83295,8 +83843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -83335,9 +83883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *336 - - *337 - - *440 + - *341 + - *342 + - *445 responses: '200': description: Response @@ -83399,8 +83947,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true required: - _links @@ -83482,8 +84030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83548,8 +84096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83583,9 +84131,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *470 + schema: *475 examples: - default: *569 + default: *574 '204': description: Response when already merged '404': @@ -83610,8 +84158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *336 - - *337 + - *341 + - *342 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83652,12 +84200,12 @@ paths: application/json: schema: type: array - items: &570 + items: &575 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 examples: default: value: @@ -83696,7 +84244,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -83713,8 +84261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83754,9 +84302,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: &571 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83815,9 +84363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *336 - - *337 - - &572 + - *341 + - *342 + - &577 name: milestone_number description: The number that identifies the milestone. in: path @@ -83829,9 +84377,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *571 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -83848,9 +84396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *336 - - *337 - - *572 + - *341 + - *342 + - *577 requestBody: required: false content: @@ -83888,9 +84436,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *571 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83906,9 +84454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *336 - - *337 - - *572 + - *341 + - *342 + - *577 responses: '204': description: Response @@ -83929,9 +84477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *336 - - *337 - - *572 + - *341 + - *342 + - *577 - *17 - *19 responses: @@ -83941,11 +84489,11 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 + default: *554 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83962,12 +84510,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *336 - - *337 - - *573 - - *574 - - *86 - - *575 + - *341 + - *342 + - *578 + - *579 + - *92 + - *580 - *17 - *19 responses: @@ -83977,11 +84525,11 @@ paths: application/json: schema: type: array - items: *106 + items: *112 examples: - default: *576 + default: *581 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84003,8 +84551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -84062,14 +84610,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &577 + schema: &582 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84194,7 +84742,7 @@ paths: - custom_404 - public examples: - default: &578 + default: &583 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84235,8 +84783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -84290,9 +84838,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *582 examples: - default: *578 + default: *583 '422': *15 '409': *54 x-github: @@ -84315,8 +84863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -84415,8 +84963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -84442,8 +84990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -84453,7 +85001,7 @@ paths: application/json: schema: type: array - items: &579 + items: &584 title: Page Build description: Page Build type: object @@ -84528,7 +85076,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84547,8 +85095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *336 - - *337 + - *341 + - *342 responses: '201': description: Response @@ -84593,16 +85141,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *579 + schema: *584 examples: - default: &580 + default: &585 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84650,8 +85198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *336 - - *337 + - *341 + - *342 - name: build_id in: path required: true @@ -84662,9 +85210,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *584 examples: - default: *580 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84684,8 +85232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -84790,9 +85338,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *336 - - *337 - - &581 + - *341 + - *342 + - &586 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84850,11 +85398,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *336 - - *337 - - *581 + - *341 + - *342 + - *586 responses: - '204': *187 + '204': *192 '404': *6 x-github: githubCloudOnly: false @@ -84879,8 +85427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -85111,7 +85659,7 @@ paths: description: Empty response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -85138,8 +85686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Private vulnerability reporting status @@ -85176,10 +85724,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '422': *14 x-github: githubCloudOnly: false @@ -85198,10 +85746,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '422': *14 x-github: githubCloudOnly: false @@ -85221,8 +85769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -85230,7 +85778,7 @@ paths: application/json: schema: type: array - items: *288 + items: *293 examples: default: value: @@ -85261,8 +85809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -85274,7 +85822,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *288 + items: *293 required: - properties examples: @@ -85324,8 +85872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *336 - - *337 + - *341 + - *342 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -85385,11 +85933,11 @@ paths: application/json: schema: type: array - items: *474 + items: *479 examples: - default: *582 + default: *587 headers: - Link: *61 + Link: *67 '304': *37 '422': *15 x-github: @@ -85419,8 +85967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -85485,7 +86033,7 @@ paths: description: Response content: application/json: - schema: &586 + schema: &591 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85596,8 +86144,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 nullable: true active_lock_reason: type: string @@ -85640,7 +86188,7 @@ paths: items: *4 requested_teams: type: array - items: *325 + items: *330 head: type: object properties: @@ -85648,7 +86196,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: *4 @@ -85665,7 +86213,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: *4 @@ -85678,14 +86226,14 @@ paths: _links: type: object properties: - comments: *275 - commits: *275 - statuses: *275 - html: *275 - issue: *275 - review_comments: *275 - review_comment: *275 - self: *275 + comments: *280 + commits: *280 + statuses: *280 + html: *280 + issue: *280 + review_comments: *280 + review_comment: *280 + self: *280 required: - comments - commits @@ -85695,8 +86243,8 @@ paths: - review_comments - review_comment - self - author_association: *76 - auto_merge: *583 + author_association: *82 + auto_merge: *588 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -85788,7 +86336,7 @@ paths: - merged_by - review_comments examples: - default: &587 + default: &592 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86315,8 +86863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: sort in: query required: false @@ -86335,7 +86883,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -86345,9 +86893,9 @@ paths: application/json: schema: type: array - items: *584 + items: *589 examples: - default: &589 + default: &594 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86399,7 +86947,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86424,17 +86972,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *584 + schema: *589 examples: - default: &585 + default: &590 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86509,9 +87057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -86533,9 +87081,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: - default: *585 + default: *590 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86551,9 +87099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response @@ -86574,9 +87122,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -86602,11 +87150,11 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -86625,9 +87173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -86659,16 +87207,16 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -86690,10 +87238,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *336 - - *337 - - *95 - - *540 + - *341 + - *342 + - *101 + - *545 responses: '204': description: Response @@ -86736,9 +87284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *336 - - *337 - - &588 + - *341 + - *342 + - &593 name: pull_number description: The number that identifies the pull request. in: path @@ -86751,9 +87299,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *586 + schema: *591 examples: - default: *587 + default: *592 '304': *37 '404': *6 '406': @@ -86761,8 +87309,8 @@ paths: content: application/json: schema: *3 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86788,9 +87336,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -86832,9 +87380,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *591 examples: - default: *587 + default: *592 '422': *15 '403': *29 x-github: @@ -86856,9 +87404,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: true content: @@ -86918,21 +87466,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86958,10 +87506,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *336 - - *337 - - *588 - - *103 + - *341 + - *342 + - *593 + - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -86971,7 +87519,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -86981,11 +87529,11 @@ paths: application/json: schema: type: array - items: *584 + items: *589 examples: - default: *589 + default: *594 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87016,9 +87564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: true content: @@ -87123,7 +87671,7 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: example-for-a-multi-line-comment: value: @@ -87211,10 +87759,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *336 - - *337 - - *588 - - *95 + - *341 + - *342 + - *593 + - *101 requestBody: required: true content: @@ -87236,7 +87784,7 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: default: value: @@ -87322,9 +87870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 - *17 - *19 responses: @@ -87334,11 +87882,11 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: *590 + default: *595 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87366,9 +87914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 - *17 - *19 responses: @@ -87378,7 +87926,7 @@ paths: application/json: schema: type: array - items: *483 + items: *488 examples: default: value: @@ -87394,10 +87942,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *61 + Link: *67 '422': *15 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87416,9 +87964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 responses: '204': description: Response if pull request has been merged @@ -87441,9 +87989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -87554,9 +88102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 responses: '200': description: Response @@ -87572,7 +88120,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 required: - users - teams @@ -87613,7 +88161,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87631,9 +88179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -87670,7 +88218,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *479 examples: default: value: @@ -88206,9 +88754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: true content: @@ -88242,7 +88790,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *479 examples: default: value: @@ -88747,9 +89295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 - *17 - *19 responses: @@ -88759,7 +89307,7 @@ paths: application/json: schema: type: array - items: &591 + items: &596 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88828,7 +89376,7 @@ paths: type: string body_text: type: string - author_association: *76 + author_association: *82 required: - id - node_id @@ -88877,7 +89425,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88910,9 +89458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -88998,9 +89546,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: &593 + default: &598 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89063,10 +89611,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - &592 + - *341 + - *342 + - *593 + - &597 name: review_id description: The unique identifier of the review. in: path @@ -89078,9 +89626,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: &594 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89139,10 +89687,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 requestBody: required: true content: @@ -89165,7 +89713,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: default: value: @@ -89227,18 +89775,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 responses: '200': description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: *593 + default: *598 '422': *7 '404': *6 x-github: @@ -89265,10 +89813,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 - *17 - *19 responses: @@ -89347,13 +89895,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *76 + author_association: *82 _links: type: object properties: - self: *275 - html: *275 - pull_request: *275 + self: *280 + html: *280 + pull_request: *280 required: - self - html @@ -89362,7 +89910,7 @@ paths: type: string body_html: type: string - reactions: *77 + reactions: *83 side: description: The side of the first line of the range for a multi-line comment. @@ -89474,7 +90022,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -89503,10 +90051,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 requestBody: required: true content: @@ -89534,7 +90082,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: default: value: @@ -89597,10 +90145,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 requestBody: required: true content: @@ -89635,9 +90183,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: *594 + default: *599 '404': *6 '422': *7 '403': *29 @@ -89659,9 +90207,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -89724,8 +90272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *336 - - *337 + - *341 + - *342 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89738,9 +90286,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *600 examples: - default: &596 + default: &601 value: type: file encoding: base64 @@ -89782,8 +90330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *336 - - *337 + - *341 + - *342 - name: dir description: The alternate path to look for a README file in: path @@ -89803,9 +90351,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *600 examples: - default: *596 + default: *601 '404': *6 '422': *15 x-github: @@ -89827,8 +90375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -89838,7 +90386,7 @@ paths: application/json: schema: type: array - items: *597 + items: *602 examples: default: value: @@ -89912,7 +90460,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -89932,8 +90480,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -90009,9 +90557,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: &601 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90116,9 +90664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *336 - - *337 - - &599 + - *341 + - *342 + - &604 name: asset_id description: The unique identifier of the asset. in: path @@ -90130,9 +90678,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *603 examples: - default: &600 + default: &605 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 @@ -90167,7 +90715,7 @@ paths: type: User site_admin: false '404': *6 - '302': *485 + '302': *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90183,9 +90731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *336 - - *337 - - *599 + - *341 + - *342 + - *604 requestBody: required: false content: @@ -90213,9 +90761,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *603 examples: - default: *600 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90231,12 +90779,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *336 - - *337 - - *599 + - *341 + - *342 + - *604 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90257,8 +90806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -90343,16 +90892,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90369,8 +90919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *336 - - *337 + - *341 + - *342 - name: tag description: tag parameter in: path @@ -90383,9 +90933,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 '404': *6 x-github: githubCloudOnly: false @@ -90407,9 +90957,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *336 - - *337 - - &602 + - *341 + - *342 + - &607 name: release_id description: The unique identifier of the release. in: path @@ -90423,9 +90973,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 '401': description: Unauthorized x-github: @@ -90443,9 +90993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 requestBody: required: false content: @@ -90509,9 +91059,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 '404': description: Not Found if the discussion category name is invalid content: @@ -90532,12 +91082,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90554,9 +91105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 - *17 - *19 responses: @@ -90566,7 +91117,7 @@ paths: application/json: schema: type: array - items: *598 + items: *603 examples: default: value: @@ -90603,7 +91154,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90647,9 +91198,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: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 - name: name in: query required: true @@ -90675,7 +91226,7 @@ paths: description: Response for successful upload content: application/json: - schema: *598 + schema: *603 examples: response-for-successful-upload: value: @@ -90730,9 +91281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -90756,11 +91307,11 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -90779,9 +91330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 requestBody: required: true content: @@ -90811,16 +91362,16 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -90842,10 +91393,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *336 - - *337 - - *602 - - *540 + - *341 + - *342 + - *607 + - *545 responses: '204': description: Response @@ -90869,9 +91420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 - *17 - *19 responses: @@ -90887,8 +91438,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *297 - - &603 + - *302 + - &608 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90907,69 +91458,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *298 - - *603 - - allOf: - - *299 - - *603 - - allOf: - - *300 - - *603 - - allOf: - - *604 - - *603 - - allOf: - - *301 - - *603 - - allOf: - - *302 - - *603 - allOf: - *303 - - *603 + - *608 - allOf: - *304 - - *603 + - *608 - allOf: - *305 - - *603 + - *608 + - allOf: + - *609 + - *608 - allOf: - *306 - - *603 + - *608 - allOf: - *307 - - *603 + - *608 - allOf: - *308 - - *603 + - *608 - allOf: - *309 - - *603 + - *608 - allOf: - *310 - - *603 + - *608 - allOf: - *311 - - *603 + - *608 - allOf: - *312 - - *603 + - *608 - allOf: - *313 - - *603 + - *608 - allOf: - *314 - - *603 + - *608 - allOf: - *315 - - *603 + - *608 - allOf: - *316 - - *603 + - *608 - allOf: - *317 - - *603 + - *608 + - allOf: + - *318 + - *608 + - allOf: + - *319 + - *608 + - allOf: + - *320 + - *608 + - allOf: + - *321 + - *608 + - allOf: + - *322 + - *608 examples: default: value: @@ -91008,8 +91559,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - name: includes_parents @@ -91020,7 +91571,7 @@ paths: schema: type: boolean default: true - - *605 + - *610 responses: '200': description: Response @@ -91028,7 +91579,7 @@ paths: application/json: schema: type: array - items: *318 + items: *323 examples: default: value: @@ -91059,7 +91610,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -91075,8 +91626,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 requestBody: description: Request body required: true @@ -91096,16 +91647,16 @@ paths: - tag - push default: branch - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *292 + items: *300 + conditions: *297 rules: type: array description: An array of rules within the ruleset. - items: *606 + items: *611 required: - name - enforcement @@ -91136,9 +91687,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: &616 + default: &621 value: id: 42 name: super cool ruleset @@ -91172,7 +91723,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *115 + '500': *55 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -91186,12 +91737,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *336 - - *337 - - *607 - - *608 - - *609 - - *610 + - *341 + - *342 + - *612 + - *613 + - *614 + - *615 - *17 - *19 responses: @@ -91199,11 +91750,11 @@ paths: description: Response content: application/json: - schema: *611 + schema: *616 examples: - default: *612 + default: *617 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91222,19 +91773,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *336 - - *337 - - *613 + - *341 + - *342 + - *618 responses: '200': description: Response content: application/json: - schema: *614 + schema: *619 examples: - default: *615 + default: *620 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91260,8 +91811,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91281,11 +91832,11 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *616 + default: *621 '404': *6 - '500': *115 + '500': *55 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -91301,8 +91852,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91327,16 +91878,16 @@ paths: - branch - tag - push - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *292 + items: *300 + conditions: *297 rules: description: An array of rules within the ruleset. type: array - items: *606 + items: *611 examples: default: value: @@ -91364,12 +91915,12 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *616 + default: *621 '404': *6 '422': *15 - '500': *115 + '500': *55 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -91385,8 +91936,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91397,7 +91948,7 @@ paths: '204': description: Response '404': *6 - '500': *115 + '500': *55 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -91409,8 +91960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - name: ruleset_id @@ -91426,11 +91977,11 @@ paths: application/json: schema: type: array - items: *321 + items: *326 examples: - default: *617 + default: *622 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91447,8 +91998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91466,7 +92017,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *623 examples: default: value: @@ -91499,7 +92050,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91521,22 +92072,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *336 - - *337 - - *619 - - *620 - - *621 - - *622 - - *623 - - *55 - - *19 - - *17 + - *341 + - *342 - *624 - *625 - *626 - *627 - *628 + - *61 + - *19 + - *17 - *629 + - *630 + - *631 + - *632 + - *633 + - *634 responses: '200': description: Response @@ -91544,11 +92095,11 @@ paths: application/json: schema: type: array - items: &633 + items: &638 type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -91556,15 +92107,15 @@ paths: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *630 - resolution: *631 + state: *635 + resolution: *636 resolved_at: type: string format: date-time @@ -91660,7 +92211,7 @@ paths: pull request. ' - oneOf: *632 + oneOf: *637 nullable: true has_more_locations: type: boolean @@ -91787,7 +92338,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91809,16 +92360,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *336 - - *337 - - *434 - - *629 + - *341 + - *342 + - *439 + - *634 responses: '200': description: Response content: application/json: - schema: *633 + schema: *638 examples: default: value: @@ -91849,7 +92400,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91872,9 +92423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 requestBody: required: true content: @@ -91882,8 +92433,8 @@ paths: schema: type: object properties: - state: *630 - resolution: *631 + state: *635 + resolution: *636 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -91917,7 +92468,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *638 examples: default: value: @@ -91990,7 +92541,7 @@ paths: '422': description: State does not match the resolution or resolution comment, or assignee does not have write access to the repository - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92012,9 +92563,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 - *19 - *17 responses: @@ -92025,7 +92576,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &791 + items: &796 type: object properties: type: @@ -92051,11 +92602,6 @@ paths: example: commit details: oneOf: - - *634 - - *635 - - *636 - - *637 - - *638 - *639 - *640 - *641 @@ -92064,6 +92610,11 @@ paths: - *644 - *645 - *646 + - *647 + - *648 + - *649 + - *650 + - *651 examples: default: value: @@ -92123,11 +92674,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *61 + Link: *67 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92149,8 +92700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -92158,14 +92709,14 @@ paths: schema: type: object properties: - reason: &648 + reason: &653 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *647 + placeholder_id: *652 required: - reason - placeholder_id @@ -92182,7 +92733,7 @@ paths: schema: type: object properties: - reason: *648 + reason: *653 expire_at: type: string format: date-time @@ -92205,7 +92756,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92228,13 +92779,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *116 + '503': *121 '200': description: Response content: @@ -92244,7 +92795,7 @@ paths: properties: incremental_scans: type: array - items: &649 + items: &654 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92270,15 +92821,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *649 + items: *654 backfill_scans: type: array - items: *649 + items: *654 custom_pattern_backfill_scans: type: array items: allOf: - - *649 + - *654 - type: object properties: pattern_name: @@ -92348,9 +92899,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *336 - - *337 - - *55 + - *341 + - *342 + - *61 - name: sort description: The property to sort the results by. in: query @@ -92393,9 +92944,9 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: - default: *651 + default: *656 '400': *14 '404': *6 x-github: @@ -92418,8 +92969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -92492,7 +93043,7 @@ paths: login: type: string description: The username of the user credited. - type: *324 + type: *329 required: - login - type @@ -92579,9 +93130,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: &653 + default: &658 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92814,8 +93365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -92919,7 +93470,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: default: value: @@ -93066,17 +93617,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 responses: '200': description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: *653 + default: *658 '403': *29 '404': *6 x-github: @@ -93100,9 +93651,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 requestBody: required: true content: @@ -93175,7 +93726,7 @@ paths: login: type: string description: The username of the user credited. - type: *324 + type: *329 required: - login - type @@ -93261,17 +93812,17 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: *653 - add_credit: *653 + default: *658 + add_credit: *658 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *124 + schema: *129 examples: invalid_state_transition: value: @@ -93302,9 +93853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 responses: '202': *39 '400': *14 @@ -93331,17 +93882,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 responses: '202': description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 '400': *14 '422': *15 '403': *29 @@ -93367,8 +93918,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -93445,7 +93996,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -93467,8 +94018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93477,7 +94028,7 @@ paths: application/json: schema: type: array - items: &654 + items: &659 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93490,7 +94041,7 @@ paths: - 1124 - -435 '202': *39 - '204': *187 + '204': *192 '422': description: Repository contains more than 10,000 commits x-github: @@ -93510,8 +94061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -93560,7 +94111,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93587,8 +94138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -93662,7 +94213,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93684,8 +94235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93839,8 +94390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93850,7 +94401,7 @@ paths: application/json: schema: type: array - items: *654 + items: *659 examples: default: value: @@ -93863,7 +94414,7 @@ paths: - - 0 - 2 - 21 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93883,8 +94434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *336 - - *337 + - *341 + - *342 - name: sha in: path required: true @@ -93938,7 +94489,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *660 examples: default: value: @@ -93992,8 +94543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -94005,9 +94556,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94025,14 +94576,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &656 + schema: &661 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94100,8 +94651,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -94127,7 +94678,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *661 examples: default: value: @@ -94154,8 +94705,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -94175,8 +94726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -94232,7 +94783,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94255,8 +94806,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *336 - - *337 + - *341 + - *342 - name: ref in: path required: true @@ -94292,8 +94843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -94303,11 +94854,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -94325,8 +94876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *336 - - *337 + - *341 + - *342 - *19 - *17 responses: @@ -94334,7 +94885,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &662 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94346,7 +94897,7 @@ paths: required: - names examples: - default: &658 + default: &663 value: names: - octocat @@ -94369,8 +94920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -94401,9 +94952,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *662 examples: - default: *658 + default: *663 '404': *6 '422': *7 x-github: @@ -94424,9 +94975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *336 - - *337 - - &659 + - *341 + - *342 + - &664 name: per description: The time frame to display results for. in: query @@ -94455,7 +95006,7 @@ paths: example: 128 clones: type: array - items: &660 + items: &665 title: Traffic type: object properties: @@ -94542,8 +95093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -94633,8 +95184,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -94694,9 +95245,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *336 - - *337 - - *659 + - *341 + - *342 + - *664 responses: '200': description: Response @@ -94715,7 +95266,7 @@ paths: example: 3782 views: type: array - items: *660 + items: *665 required: - uniques - count @@ -94792,8 +95343,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -94829,7 +95380,7 @@ paths: description: Response content: application/json: - schema: *156 + schema: *161 examples: default: value: @@ -95067,8 +95618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95091,8 +95642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -95114,8 +95665,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -95141,8 +95692,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *336 - - *337 + - *341 + - *342 - name: ref in: path required: true @@ -95234,9 +95785,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95277,7 +95828,7 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: default: value: @@ -95383,8 +95934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *145 - - *545 + - *150 + - *550 requestBody: required: true content: @@ -95448,14 +95999,14 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *548 + items: *553 examples: - default: *661 + default: *666 '400': *14 '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -95486,8 +96037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *145 - - *545 + - *150 + - *550 requestBody: required: true content: @@ -95552,14 +96103,14 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *548 + items: *553 examples: - default: *661 + default: *666 '400': *14 '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -95585,16 +96136,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *145 - - *545 - - *235 + - *150 + - *550 + - *240 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -95708,7 +96259,7 @@ paths: html_url: type: string format: uri - repository: *156 + repository: *161 score: type: number file_size: @@ -95726,7 +96277,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &662 + text_matches: &667 title: Search Result Text Matches type: array items: @@ -95840,7 +96391,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *116 + '503': *121 '422': *15 '403': *29 x-github: @@ -95888,7 +96439,7 @@ paths: enum: - author-date - committer-date - - &663 + - &668 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 @@ -95959,7 +96510,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *401 + properties: *406 nullable: true comment_count: type: integer @@ -95979,7 +96530,7 @@ paths: url: type: string format: uri - verification: *522 + verification: *527 required: - author - committer @@ -95998,7 +96549,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *401 + properties: *406 nullable: true parents: type: array @@ -96011,12 +96562,12 @@ paths: type: string sha: type: string - repository: *156 + repository: *161 score: type: number node_id: type: string - text_matches: *662 + text_matches: *667 required: - sha - node_id @@ -96208,7 +96759,7 @@ paths: - interactions - created - updated - - *663 + - *668 - *17 - *19 - name: advanced_search @@ -96305,11 +96856,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: type: string state_reason: @@ -96326,8 +96877,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 nullable: true comments: type: integer @@ -96341,7 +96892,7 @@ paths: type: string format: date-time nullable: true - text_matches: *662 + text_matches: *667 pull_request: type: object properties: @@ -96374,10 +96925,10 @@ paths: type: string score: type: number - author_association: *76 + author_association: *82 draft: type: boolean - repository: *73 + repository: *79 body_html: type: string body_text: @@ -96385,7 +96936,7 @@ paths: timeline_url: type: string format: uri - type: *236 + type: *241 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -96395,17 +96946,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - reactions: *77 + reactions: *83 required: - assignee - closed_at @@ -96521,7 +97072,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *116 + '503': *121 '422': *15 '304': *37 '403': *29 @@ -96574,7 +97125,7 @@ paths: enum: - created - updated - - *663 + - *668 - *17 - *19 responses: @@ -96618,7 +97169,7 @@ paths: nullable: true score: type: number - text_matches: *662 + text_matches: *667 required: - id - node_id @@ -96703,7 +97254,7 @@ paths: - forks - help-wanted-issues - updated - - *663 + - *668 - *17 - *19 responses: @@ -96918,8 +97469,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -96933,8 +97482,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true permissions: type: object @@ -96953,7 +97502,7 @@ paths: - admin - pull - push - text_matches: *662 + text_matches: *667 temp_clone_token: type: string allow_merge_commit: @@ -97155,7 +97704,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *116 + '503': *121 '422': *15 '304': *37 x-github: @@ -97253,7 +97802,7 @@ paths: type: string format: uri nullable: true - text_matches: *662 + text_matches: *667 related: type: array nullable: true @@ -97444,7 +97993,7 @@ paths: - followers - repositories - joined - - *663 + - *668 - *17 - *19 responses: @@ -97548,7 +98097,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *662 + text_matches: *667 blog: type: string nullable: true @@ -97607,7 +98156,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *116 + '503': *121 '422': *15 x-github: githubCloudOnly: false @@ -97627,7 +98176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &666 + - &671 name: team_id description: The unique identifier of the team. in: path @@ -97639,9 +98188,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 x-github: githubCloudOnly: false @@ -97668,7 +98217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *666 + - *671 requestBody: required: true content: @@ -97731,16 +98280,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '201': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 '422': *15 '403': *29 @@ -97768,7 +98317,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *666 + - *671 responses: '204': description: Response @@ -97797,7 +98346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *666 + - *671 - *17 - *19 responses: @@ -97807,11 +98356,11 @@ paths: application/json: schema: type: array - items: *230 + items: *235 examples: - default: *231 + default: *236 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97835,7 +98384,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *666 + - *671 - name: role description: Filters members returned by their role in the team. in: query @@ -97858,9 +98407,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -97886,8 +98435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: if user is a member @@ -97923,8 +98472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: Response @@ -97963,8 +98512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: Response @@ -98000,16 +98549,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '200': description: Response content: application/json: - schema: *335 + schema: *340 examples: - response-if-user-is-a-team-maintainer: *667 + response-if-user-is-a-team-maintainer: *672 '404': *6 x-github: githubCloudOnly: false @@ -98042,8 +98591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *666 - - *65 + - *671 + - *71 requestBody: required: false content: @@ -98068,9 +98617,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *340 examples: - response-if-users-membership-with-team-is-now-pending: *668 + response-if-users-membership-with-team-is-now-pending: *673 '403': description: Forbidden if team synchronization is set up '422': @@ -98104,8 +98653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: Response @@ -98132,7 +98681,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *666 + - *671 - *17 - *19 responses: @@ -98142,11 +98691,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -98174,15 +98723,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *666 - - *336 - - *337 + - *671 + - *341 + - *342 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *669 + schema: *674 examples: alternative-response-with-extra-repository-information: value: @@ -98333,9 +98882,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *666 - - *336 - - *337 + - *671 + - *341 + - *342 requestBody: required: false content: @@ -98385,9 +98934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *666 - - *336 - - *337 + - *671 + - *341 + - *342 responses: '204': description: Response @@ -98412,7 +98961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *666 + - *671 - *17 - *19 responses: @@ -98422,11 +98971,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - response-if-child-teams-exist: *670 + response-if-child-teams-exist: *675 headers: - Link: *61 + Link: *67 '404': *6 '403': *29 '422': *15 @@ -98457,7 +99006,7 @@ paths: application/json: schema: oneOf: - - &672 + - &677 title: Private User description: Private User type: object @@ -98660,7 +99209,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *671 + - *676 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -98813,7 +99362,7 @@ paths: description: Response content: application/json: - schema: *672 + schema: *677 examples: default: value: @@ -98892,7 +99441,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '304': *37 '404': *6 '403': *29 @@ -98915,7 +99464,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *65 + - *71 responses: '204': description: If the user is blocked @@ -98943,7 +99492,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -98967,7 +99516,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -99016,11 +99565,11 @@ paths: type: integer codespaces: type: array - items: *241 + items: *246 examples: - default: *242 + default: *247 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99157,21 +99706,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99211,7 +99760,7 @@ paths: type: integer secrets: type: array - items: &673 + items: &678 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -99251,9 +99800,9 @@ paths: - visibility - selected_repositories_url examples: - default: *460 + default: *465 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99321,13 +99870,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 responses: '200': description: Response content: application/json: - schema: *673 + schema: *678 examples: default: value: @@ -99357,7 +99906,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 requestBody: required: true content: @@ -99402,7 +99951,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -99430,7 +99979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 responses: '204': description: Response @@ -99455,7 +100004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *164 + - *169 responses: '200': description: Response @@ -99471,13 +100020,13 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *194 + default: *199 '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99498,7 +100047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *164 + - *169 requestBody: required: true content: @@ -99530,7 +100079,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99552,7 +100101,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *164 + - *169 - name: repository_id in: path required: true @@ -99564,7 +100113,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99585,7 +100134,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *164 + - *169 - name: repository_id in: path required: true @@ -99597,7 +100146,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99617,17 +100166,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99651,7 +100200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 requestBody: required: false content: @@ -99681,9 +100230,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '401': *25 '403': *29 '404': *6 @@ -99705,11 +100254,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '202': *39 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99734,13 +100283,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '202': description: Response content: application/json: - schema: &674 + schema: &679 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -99781,7 +100330,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &675 + default: &680 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -99789,7 +100338,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99813,7 +100362,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *243 + - *248 - name: export_id in: path required: true @@ -99826,9 +100375,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *679 examples: - default: *675 + default: *680 '404': *6 x-github: githubCloudOnly: false @@ -99849,7 +100398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *243 + - *248 responses: '200': description: Response @@ -99865,11 +100414,11 @@ paths: type: integer machines: type: array - items: *676 + items: *681 examples: - default: *677 + default: *682 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99896,7 +100445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *243 + - *248 requestBody: required: true content: @@ -99946,13 +100495,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *339 + repository: *344 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *458 - required: *459 + properties: *463 + required: *464 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -100726,17 +101275,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '304': *37 - '500': *115 + '500': *55 '400': *14 '401': *25 '402': @@ -100766,16 +101315,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 - '500': *115 + default: *462 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -100804,9 +101353,9 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: &688 + default: &693 value: - id: 197 name: hello_docker @@ -100907,7 +101456,7 @@ paths: application/json: schema: type: array - items: &678 + items: &683 title: Email description: Email type: object @@ -100972,16 +101521,16 @@ paths: application/json: schema: type: array - items: *678 + items: *683 examples: - default: &690 + default: &695 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -101049,7 +101598,7 @@ paths: application/json: schema: type: array - items: *678 + items: *683 examples: default: value: @@ -101159,9 +101708,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -101192,9 +101741,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -101214,7 +101763,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *65 + - *71 responses: '204': description: if the person is followed by the authenticated user @@ -101244,7 +101793,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -101269,7 +101818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -101305,7 +101854,7 @@ paths: application/json: schema: type: array - items: &679 + items: &684 title: GPG Key description: A unique encryption key type: object @@ -101436,7 +101985,7 @@ paths: - subkeys - revoked examples: - default: &706 + default: &711 value: - id: 3 name: Octocat's GPG Key @@ -101468,7 +102017,7 @@ paths: revoked: false raw_key: string headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -101521,9 +102070,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *684 examples: - default: &680 + default: &685 value: id: 3 name: Octocat's GPG Key @@ -101580,7 +102129,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &681 + - &686 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -101592,9 +102141,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *684 examples: - default: *680 + default: *685 '404': *6 '304': *37 '403': *29 @@ -101617,7 +102166,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *681 + - *686 responses: '204': description: Response @@ -101760,7 +102309,7 @@ paths: suspended_at: suspended_by: headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -101808,11 +102357,11 @@ paths: type: array items: allOf: - - *73 + - *79 examples: - default: *148 + default: *153 headers: - Link: *61 + Link: *67 '404': *6 '403': *29 '304': *37 @@ -101835,7 +102384,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *145 + - *150 responses: '204': description: Response @@ -101861,7 +102410,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *145 + - *150 responses: '204': description: Response @@ -101895,12 +102444,12 @@ paths: application/json: schema: anyOf: - - *228 + - *233 - type: object properties: {} additionalProperties: false examples: - default: *229 + default: *234 '204': description: Response when there are no restrictions x-github: @@ -101924,7 +102473,7 @@ paths: required: true content: application/json: - schema: *533 + schema: *538 examples: default: value: @@ -101935,7 +102484,7 @@ paths: description: Response content: application/json: - schema: *228 + schema: *233 examples: default: value: @@ -102016,7 +102565,7 @@ paths: - closed - all default: open - - *239 + - *244 - name: sort description: What to sort results by. in: query @@ -102028,8 +102577,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -102039,11 +102588,11 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *240 + default: *245 headers: - Link: *61 + Link: *67 '404': *6 '304': *37 x-github: @@ -102074,7 +102623,7 @@ paths: application/json: schema: type: array - items: &682 + items: &687 title: Key description: Key type: object @@ -102125,7 +102674,7 @@ paths: verified: false read_only: false headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -102175,9 +102724,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *687 examples: - default: &683 + default: &688 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102210,15 +102759,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *567 + - *572 responses: '200': description: Response content: application/json: - schema: *682 + schema: *687 examples: - default: *683 + default: *688 '404': *6 '304': *37 '403': *29 @@ -102241,7 +102790,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *567 + - *572 responses: '204': description: Response @@ -102274,7 +102823,7 @@ paths: application/json: schema: type: array - items: &684 + items: &689 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -102331,7 +102880,7 @@ paths: - id - type - login - plan: *97 + plan: *103 required: - billing_cycle - next_billing_date @@ -102342,7 +102891,7 @@ paths: - account - plan examples: - default: &685 + default: &690 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -102375,7 +102924,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '304': *37 '401': *25 '404': *6 @@ -102404,11 +102953,11 @@ paths: application/json: schema: type: array - items: *684 + items: *689 examples: - default: *685 + default: *690 headers: - Link: *61 + Link: *67 '304': *37 '401': *25 x-github: @@ -102446,7 +102995,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -102529,7 +103078,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -102554,13 +103103,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -102622,7 +103171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *69 + - *75 requestBody: required: true content: @@ -102647,7 +103196,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -102719,7 +103268,7 @@ paths: application/json: schema: type: array - items: *247 + items: *252 examples: default: value: @@ -102872,7 +103421,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -102972,7 +103521,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -103152,7 +103701,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *248 + - *253 - name: exclude in: query required: false @@ -103165,7 +103714,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -103359,7 +103908,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *248 + - *253 responses: '302': description: Response @@ -103385,7 +103934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *248 + - *253 responses: '204': description: Response @@ -103414,8 +103963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *248 - - *686 + - *253 + - *691 responses: '204': description: Response @@ -103439,7 +103988,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *248 + - *253 - *17 - *19 responses: @@ -103449,11 +103998,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -103486,11 +104035,11 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -103530,7 +104079,7 @@ paths: - docker - nuget - container - - *687 + - *692 - *19 - *17 responses: @@ -103540,10 +104089,10 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *688 - '400': *689 + default: *693 + '400': *694 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103563,16 +104112,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 responses: '200': description: Response content: application/json: - schema: *254 + schema: *259 examples: - default: &707 + default: &712 value: id: 40201 name: octo-name @@ -103685,8 +104234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 responses: '204': description: Response @@ -103716,8 +104265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 - name: token description: package token schema: @@ -103749,8 +104298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 - *19 - *17 - name: state @@ -103770,7 +104319,7 @@ paths: application/json: schema: type: array - items: *258 + items: *263 examples: default: value: @@ -103819,15 +104368,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *256 - - *257 - - *259 + - *261 + - *262 + - *264 responses: '200': description: Response content: application/json: - schema: *258 + schema: *263 examples: default: value: @@ -103863,9 +104412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *256 - - *257 - - *259 + - *261 + - *262 + - *264 responses: '204': description: Response @@ -103895,9 +104444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *256 - - *257 - - *259 + - *261 + - *262 + - *264 responses: '204': description: Response @@ -103934,11 +104483,11 @@ paths: application/json: schema: type: array - items: *678 + items: *683 examples: - default: *690 + default: *695 headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104047,9 +104596,9 @@ paths: application/json: schema: type: array - items: *73 + items: *79 examples: - default: &697 + default: &702 summary: Default response value: - id: 1296269 @@ -104170,7 +104719,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '403': *29 @@ -104353,9 +104902,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -104393,11 +104942,11 @@ paths: application/json: schema: type: array - items: *535 + items: *540 examples: - default: *691 + default: *696 headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104418,7 +104967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *232 + - *237 responses: '204': description: Response @@ -104441,7 +104990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *232 + - *237 responses: '204': description: Response @@ -104474,7 +105023,7 @@ paths: application/json: schema: type: array - items: &692 + items: &697 title: Social account description: Social media account type: object @@ -104489,12 +105038,12 @@ paths: - provider - url examples: - default: &693 + default: &698 value: - provider: twitter url: https://twitter.com/github headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104551,9 +105100,9 @@ paths: application/json: schema: type: array - items: *692 + items: *697 examples: - default: *693 + default: *698 '422': *15 '304': *37 '404': *6 @@ -104640,7 +105189,7 @@ paths: application/json: schema: type: array - items: &694 + items: &699 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -104660,7 +105209,7 @@ paths: - title - created_at examples: - default: &725 + default: &730 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104671,7 +105220,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104724,9 +105273,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *699 examples: - default: &695 + default: &700 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104756,7 +105305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &696 + - &701 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -104768,9 +105317,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *699 examples: - default: *695 + default: *700 '404': *6 '304': *37 '403': *29 @@ -104793,7 +105342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *696 + - *701 responses: '204': description: Response @@ -104822,7 +105371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &726 + - &731 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 @@ -104835,7 +105384,7 @@ paths: - created - updated default: created - - *55 + - *61 - *17 - *19 responses: @@ -104845,13 +105394,13 @@ paths: application/json: schema: type: array - items: *73 + items: *79 examples: - default-response: *697 + default-response: *702 application/vnd.github.v3.star+json: schema: type: array - items: &727 + items: &732 title: Starred Repository description: Starred Repository type: object @@ -104859,7 +105408,7 @@ paths: starred_at: type: string format: date-time - repo: *73 + repo: *79 required: - starred_at - repo @@ -104987,7 +105536,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -105007,8 +105556,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response if this repository is starred by you @@ -105036,8 +105585,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -105061,8 +105610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -105095,11 +105644,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -105134,7 +105683,7 @@ paths: application/json: schema: type: array - items: *332 + items: *337 examples: default: value: @@ -105185,7 +105734,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -105212,7 +105761,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *99 + - *105 responses: '200': description: Response @@ -105220,10 +105769,10 @@ paths: application/json: schema: oneOf: - - *672 - - *671 + - *677 + - *676 examples: - default-response: &701 + default-response: &706 summary: Default response value: login: octocat @@ -105258,7 +105807,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &702 + response-with-git-hub-plan-information: &707 summary: Response with GitHub plan information value: login: octocat @@ -105315,14 +105864,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &699 + - &704 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *272 + - *277 requestBody: required: true description: Details of the draft item to create in the project. @@ -105356,9 +105905,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *283 examples: - draft_issue: *279 + draft_issue: *284 '304': *37 '403': *29 '401': *25 @@ -105381,7 +105930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *698 + - *703 - *17 responses: '200': @@ -105392,7 +105941,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: Link: example: ; rel="next" @@ -105416,8 +105965,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *699 - - *272 + - *704 + - *277 requestBody: required: true content: @@ -105488,17 +106037,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *700 + schema: *705 examples: table_view: summary: Response for creating a table view - value: *283 + value: *288 board_view: summary: Response for creating a board view with filter - value: *283 + value: *288 roadmap_view: summary: Response for creating a roadmap view - value: *283 + value: *288 '304': *37 '403': *29 '401': *25 @@ -105532,7 +106081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *65 + - *71 responses: '200': description: Response @@ -105540,11 +106089,11 @@ paths: application/json: schema: oneOf: - - *672 - - *671 + - *677 + - *676 examples: - default-response: *701 - response-with-git-hub-plan-information: *702 + default-response: *706 + response-with-git-hub-plan-information: *707 '404': *6 x-github: githubCloudOnly: false @@ -105570,7 +106119,7 @@ paths: - *17 - *47 - *48 - - *65 + - *71 requestBody: required: true content: @@ -105594,8 +106143,8 @@ paths: required: - subject_digests examples: - default: *703 - withPredicateType: *704 + default: *708 + withPredicateType: *709 responses: '200': description: Response @@ -105648,7 +106197,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *705 + default: *710 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105666,7 +106215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *65 + - *71 requestBody: required: true content: @@ -105731,7 +106280,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *65 + - *71 - name: subject_digest description: Subject Digest in: path @@ -105762,7 +106311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *65 + - *71 - name: attestation_id description: Attestation ID in: path @@ -105800,7 +106349,7 @@ paths: - *17 - *47 - *48 - - *65 + - *71 - name: subject_digest description: Subject Digest in: path @@ -105853,12 +106402,12 @@ paths: initiator: type: string examples: - default: *397 + default: *402 '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -105884,7 +106433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *65 + - *71 responses: '200': description: Response @@ -105892,9 +106441,9 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *688 + default: *693 '403': *29 '401': *25 x-github: @@ -105917,7 +106466,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -105927,7 +106476,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -105989,8 +106538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *65 - - *69 + - *71 + - *75 - *17 - *19 responses: @@ -106000,7 +106549,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -106077,7 +106626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106087,7 +106636,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -106145,7 +106694,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106157,9 +106706,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106176,7 +106725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106188,9 +106737,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106207,7 +106756,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *65 + - *71 - name: target_user in: path required: true @@ -106234,8 +106783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *65 - - *86 + - *71 + - *92 - *17 - *19 responses: @@ -106245,11 +106794,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -106268,7 +106817,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106278,11 +106827,11 @@ paths: application/json: schema: type: array - items: *679 + items: *684 examples: - default: *706 + default: *711 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106304,7 +106853,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *65 + - *71 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -106376,7 +106925,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *65 + - *71 responses: '200': description: Response @@ -106384,7 +106933,7 @@ paths: application/json: schema: *22 examples: - default: *532 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106402,7 +106951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106437,7 +106986,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106457,7 +107006,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106467,11 +107016,11 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106508,8 +107057,8 @@ paths: - docker - nuget - container - - *687 - - *65 + - *692 + - *71 - *19 - *17 responses: @@ -106519,12 +107068,12 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *688 + default: *693 '403': *29 '401': *25 - '400': *689 + '400': *694 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106544,17 +107093,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 responses: '200': description: Response content: application/json: - schema: *254 + schema: *259 examples: - default: *707 + default: *712 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106575,9 +107124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 responses: '204': description: Response @@ -106609,9 +107158,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 - name: token description: package token schema: @@ -106643,9 +107192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 responses: '200': description: Response @@ -106653,7 +107202,7 @@ paths: application/json: schema: type: array - items: *258 + items: *263 examples: default: value: @@ -106711,16 +107260,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *256 - - *257 - - *259 - - *65 + - *261 + - *262 + - *264 + - *71 responses: '200': description: Response content: application/json: - schema: *258 + schema: *263 examples: default: value: @@ -106755,10 +107304,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *256 - - *257 - - *65 - - *259 + - *261 + - *262 + - *71 + - *264 responses: '204': description: Response @@ -106790,10 +107339,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *256 - - *257 - - *65 - - *259 + - *261 + - *262 + - *71 + - *264 responses: '204': description: Response @@ -106817,7 +107366,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *65 + - *71 - name: q description: Limit results to projects of the specified type. in: query @@ -106834,11 +107383,11 @@ paths: application/json: schema: type: array - items: *270 + items: *275 examples: - default: *271 + default: *276 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106858,18 +107407,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *272 - - *65 + - *277 + - *71 responses: '200': description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: *271 + default: *276 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106889,8 +107438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *272 - - *65 + - *277 + - *71 - *17 - *47 - *48 @@ -106901,11 +107450,11 @@ paths: application/json: schema: type: array - items: *276 + items: *281 examples: - default: *708 + default: *713 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106924,8 +107473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *65 - - *272 + - *71 + - *277 requestBody: required: true content: @@ -106963,7 +107512,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *709 + items: *714 required: - name - data_type @@ -106979,7 +107528,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *710 + iteration_configuration: *715 required: - name - data_type @@ -107001,20 +107550,20 @@ paths: value: name: Due date data_type: date - single_select_field: *711 - iteration_field: *712 + single_select_field: *716 + iteration_field: *717 responses: '201': description: Response content: application/json: - schema: *276 + schema: *281 examples: - text_field: *713 - number_field: *714 - date_field: *715 - single_select_field: *716 - iteration_field: *717 + text_field: *718 + number_field: *719 + date_field: *720 + single_select_field: *721 + iteration_field: *722 '304': *37 '403': *29 '401': *25 @@ -107035,19 +107584,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *272 - - *718 - - *65 + - *277 + - *723 + - *71 responses: '200': description: Response content: application/json: - schema: *276 + schema: *281 examples: - default: *719 + default: *724 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107068,8 +107617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *272 - - *65 + - *277 + - *71 - *47 - *48 - *17 @@ -107101,11 +107650,11 @@ paths: application/json: schema: type: array - items: *280 + items: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107124,8 +107673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *65 - - *272 + - *71 + - *277 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -107195,22 +107744,22 @@ paths: description: Response content: application/json: - schema: *278 + schema: *283 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *279 + value: *284 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *279 + value: *284 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *279 + value: *284 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *279 + value: *284 '304': *37 '403': *29 '401': *25 @@ -107230,9 +107779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *272 - - *65 - - *282 + - *277 + - *71 + - *287 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -107252,11 +107801,11 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107275,9 +107824,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *272 - - *65 - - *282 + - *277 + - *71 + - *287 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -107347,13 +107896,13 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - text_field: *281 - number_field: *281 - date_field: *281 - single_select_field: *281 - iteration_field: *281 + text_field: *286 + number_field: *286 + date_field: *286 + single_select_field: *286 + iteration_field: *286 '401': *25 '403': *29 '404': *6 @@ -107373,9 +107922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *272 - - *65 - - *282 + - *277 + - *71 + - *287 responses: '204': description: Response @@ -107397,9 +107946,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *272 - - *65 - - *720 + - *277 + - *71 + - *725 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -107425,11 +107974,11 @@ paths: application/json: schema: type: array - items: *280 + items: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107455,7 +108004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107465,7 +108014,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -107530,7 +108079,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107540,7 +108089,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -107603,7 +108152,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *65 + - *71 - name: type description: Limit results to repositories of the specified type. in: query @@ -107646,11 +108195,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107670,12 +108219,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *65 - - *118 - - *120 - - *119 - - *721 - - *121 + - *71 + - *123 + - *125 + - *124 + - *726 + - *126 responses: '200': description: Response when getting a billing premium request usage report @@ -107782,8 +108331,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107803,10 +108352,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *65 - - *118 - - *722 - - *119 + - *71 + - *123 + - *727 + - *124 responses: '200': description: Response when getting a billing usage report @@ -107876,8 +108425,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107900,13 +108449,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *65 - - *118 - - *120 - - *119 - - *723 - - *121 - - *724 + - *71 + - *123 + - *125 + - *124 + - *728 + - *126 + - *729 responses: '200': description: Response when getting a billing usage summary @@ -108011,8 +108560,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108030,7 +108579,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108040,11 +108589,11 @@ paths: application/json: schema: type: array - items: *692 + items: *697 examples: - default: *693 + default: *698 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108062,7 +108611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108072,11 +108621,11 @@ paths: application/json: schema: type: array - items: *694 + items: *699 examples: - default: *725 + default: *730 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108098,9 +108647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *65 - - *726 - - *55 + - *71 + - *731 + - *61 - *17 - *19 responses: @@ -108111,13 +108660,13 @@ paths: schema: anyOf: - type: array - items: *727 + items: *732 - type: array - items: *73 + items: *79 examples: - default-response: *697 + default-response: *702 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108134,7 +108683,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108144,11 +108693,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *260 + default: *265 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108274,7 +108823,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &728 + enterprise: &733 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -108332,7 +108881,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &729 + installation: &734 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -108351,7 +108900,7 @@ x-webhooks: required: - id - node_id - organization: &730 + organization: &735 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -108411,13 +108960,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &731 + repository: &736 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: &763 + properties: &768 id: description: Unique identifier of the repository example: 42 @@ -108437,8 +108986,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true organization: title: Simple User @@ -108709,11 +109258,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -109117,7 +109661,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &764 + required: &769 - archive_url - assignees_url - blobs_url @@ -109268,10 +109812,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -109347,11 +109891,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - rule: &732 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + rule: &737 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) @@ -109574,11 +110118,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - rule: *732 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + rule: *737 sender: *4 required: - action @@ -109761,11 +110305,11 @@ x-webhooks: - everyone required: - from - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - rule: *732 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + rule: *737 sender: *4 required: - action @@ -109849,7 +110393,7 @@ x-webhooks: type: string enum: - completed - check_run: &734 + check_run: &739 title: CheckRun description: A check performed on the code of a given code change type: object @@ -109902,8 +110446,8 @@ x-webhooks: type: string pull_requests: type: array - items: *84 - repository: *156 + items: *90 + repository: *161 status: example: completed type: string @@ -109940,7 +110484,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *733 + deployment: *738 details_url: example: https://example.com type: string @@ -109990,7 +110534,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *84 + items: *90 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -110025,10 +110569,10 @@ x-webhooks: - output - app - pull_requests - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 sender: *4 required: - check_run @@ -110419,11 +110963,11 @@ x-webhooks: type: string enum: - created - check_run: *734 - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + check_run: *739 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 sender: *4 required: - check_run @@ -110817,11 +111361,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *734 - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + check_run: *739 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 requested_action: description: The action requested by the user. type: object @@ -111224,11 +111768,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *734 - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + check_run: *739 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 sender: *4 required: - check_run @@ -112198,10 +112742,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -112890,10 +113434,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -113576,10 +114120,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -113745,7 +114289,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -113890,20 +114434,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &735 + commit_oid: &740 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: *728 - installation: *729 - organization: *730 - ref: &736 + enterprise: *733 + installation: *734 + organization: *735 + ref: &741 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: *731 + repository: *736 sender: *4 required: - action @@ -114068,7 +114612,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114298,12 +114842,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -114398,7 +114942,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -114569,12 +115113,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -114740,7 +115284,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114906,12 +115450,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -115010,7 +115554,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115185,16 +115729,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 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: *731 + repository: *736 sender: *4 required: - action @@ -115291,7 +115835,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115431,12 +115975,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -115602,7 +116146,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115747,10 +116291,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -116005,10 +116549,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -116088,18 +116632,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *730 - pusher_type: &737 + organization: *735 + pusher_type: &742 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &738 + ref: &743 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -116109,7 +116653,7 @@ x-webhooks: enum: - tag - branch - repository: *731 + repository: *736 sender: *4 required: - ref @@ -116191,10 +116735,10 @@ x-webhooks: type: string enum: - created - definition: *284 - enterprise: *728 - installation: *729 - organization: *730 + definition: *289 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -116279,9 +116823,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -116358,10 +116902,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *284 - enterprise: *728 - installation: *729 - organization: *730 + definition: *289 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -116438,10 +116982,10 @@ x-webhooks: type: string enum: - updated - definition: *284 - enterprise: *728 - installation: *729 - organization: *730 + definition: *289 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -116518,19 +117062,19 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - repository: *731 - organization: *730 + enterprise: *733 + installation: *734 + repository: *736 + organization: *735 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *288 + items: *293 old_property_values: type: array description: The old custom property values for the repository. - items: *288 + items: *293 required: - action - repository @@ -116606,18 +117150,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - pusher_type: *737 - ref: *738 + enterprise: *733 + installation: *734 + organization: *735 + pusher_type: *742 + ref: *743 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *731 + repository: *736 sender: *4 required: - ref @@ -116697,11 +117241,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116781,11 +117325,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116866,11 +117410,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116951,11 +117495,11 @@ x-webhooks: type: string enum: - created - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -117034,11 +117578,11 @@ x-webhooks: type: string enum: - dismissed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -117117,11 +117661,11 @@ x-webhooks: type: string enum: - fixed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -117201,11 +117745,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -117284,11 +117828,11 @@ x-webhooks: type: string enum: - reopened - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -117365,9 +117909,9 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - key: &739 + enterprise: *733 + installation: *734 + key: &744 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117403,8 +117947,8 @@ x-webhooks: - verified - created_at - read_only - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -117481,11 +118025,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - key: *739 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + key: *744 + organization: *735 + repository: *736 sender: *4 required: - action @@ -118041,12 +118585,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: &745 + workflow: &750 title: Workflow type: object nullable: true @@ -118787,15 +119331,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *740 - required: *741 + properties: *745 + required: *746 nullable: true pull_requests: type: array - items: *586 - repository: *731 - organization: *730 - installation: *729 + items: *591 + repository: *736 + organization: *735 + installation: *734 sender: *4 responses: '200': @@ -118866,7 +119410,7 @@ x-webhooks: type: string enum: - approved - approver: &742 + approver: &747 type: object properties: avatar_url: @@ -118909,11 +119453,11 @@ x-webhooks: type: string comment: type: string - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - reviewers: &743 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + reviewers: &748 type: array items: type: object @@ -118992,7 +119536,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &744 + workflow_job_run: &749 type: object properties: conclusion: @@ -119723,18 +120267,18 @@ x-webhooks: type: string enum: - rejected - approver: *742 + approver: *747 comment: type: string - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - reviewers: *743 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + reviewers: *748 sender: *4 since: type: string - workflow_job_run: *744 + workflow_job_run: *749 workflow_job_runs: type: array items: @@ -120438,13 +120982,13 @@ x-webhooks: type: string enum: - requested - enterprise: *728 + enterprise: *733 environment: type: string - installation: *729 - organization: *730 - repository: *731 - requestor: &750 + installation: *734 + organization: *735 + repository: *736 + requestor: &755 title: User type: object nullable: true @@ -122333,12 +122877,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 workflow_run: title: Deployment Workflow Run type: object @@ -123018,7 +123562,7 @@ x-webhooks: type: string enum: - answered - answer: &748 + answer: &753 type: object properties: author_association: @@ -123175,11 +123719,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123306,11 +123850,11 @@ x-webhooks: - from required: - category - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123393,11 +123937,11 @@ x-webhooks: type: string enum: - closed - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123479,7 +124023,7 @@ x-webhooks: type: string enum: - created - comment: &747 + comment: &752 type: object properties: author_association: @@ -123636,11 +124180,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123723,12 +124267,12 @@ x-webhooks: type: string enum: - deleted - comment: *747 - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + comment: *752 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123823,12 +124367,12 @@ x-webhooks: - from required: - body - comment: *747 - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + comment: *752 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123912,11 +124456,11 @@ x-webhooks: type: string enum: - created - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123998,11 +124542,11 @@ x-webhooks: type: string enum: - deleted - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124102,11 +124646,11 @@ x-webhooks: type: string required: - from - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124188,10 +124732,10 @@ x-webhooks: type: string enum: - labeled - discussion: *746 - enterprise: *728 - installation: *729 - label: &749 + discussion: *751 + enterprise: *733 + installation: *734 + label: &754 title: Label type: object properties: @@ -124223,8 +124767,8 @@ x-webhooks: - color - default - description - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124307,11 +124851,11 @@ x-webhooks: type: string enum: - locked - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124393,11 +124937,11 @@ x-webhooks: type: string enum: - pinned - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124479,11 +125023,11 @@ x-webhooks: type: string enum: - reopened - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124568,16 +125112,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *746 - new_repository: *731 + new_discussion: *751 + new_repository: *736 required: - new_discussion - new_repository - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124660,10 +125204,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *746 - old_answer: *748 - organization: *730 - repository: *731 + discussion: *751 + old_answer: *753 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124745,12 +125289,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *746 - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124833,11 +125377,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124919,11 +125463,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124996,7 +125540,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *728 + enterprise: *733 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -125656,9 +126200,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *729 - organization: *730 - repository: *731 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - forkee @@ -125804,9 +126348,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pages: description: The pages that were updated. type: array @@ -125843,7 +126387,7 @@ x-webhooks: - action - sha - html_url - repository: *731 + repository: *736 sender: *4 required: - pages @@ -125919,10 +126463,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: &751 + organization: *735 + repositories: &756 description: An array of repository objects that the installation can access. type: array @@ -125948,8 +126492,8 @@ x-webhooks: - name - full_name - private - repository: *731 - requester: *750 + repository: *736 + requester: *755 sender: *4 required: - action @@ -126024,11 +126568,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -126104,11 +126648,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -126184,10 +126728,10 @@ x-webhooks: type: string enum: - added - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories_added: &752 + organization: *735 + repositories_added: &757 description: An array of repository objects, which were added to the installation. type: array @@ -126233,15 +126777,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *731 - repository_selection: &753 + repository: *736 + repository_selection: &758 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *750 + requester: *755 sender: *4 required: - action @@ -126320,10 +126864,10 @@ x-webhooks: type: string enum: - removed - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories_added: *752 + organization: *735 + repositories_added: *757 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -126350,9 +126894,9 @@ x-webhooks: - name - full_name - private - repository: *731 - repository_selection: *753 - requester: *750 + repository: *736 + repository_selection: *758 + requester: *755 sender: *4 required: - action @@ -126431,11 +126975,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -126613,10 +127157,10 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 target_type: type: string @@ -126695,11 +127239,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -126823,8 +127367,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 reactions: title: Reactions type: object @@ -126873,8 +127417,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *563 - required: *564 + properties: *568 + required: *569 nullable: true user: title: User @@ -126959,8 +127503,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127749,8 +128293,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127766,7 +128310,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -128099,8 +128643,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -128180,7 +128724,7 @@ x-webhooks: type: string enum: - deleted - comment: &754 + comment: &759 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -128337,8 +128881,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *563 - required: *564 + properties: *568 + required: *569 nullable: true required: - url @@ -128353,8 +128897,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129139,8 +129683,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129156,7 +129700,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -129491,8 +130035,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -129572,7 +130116,7 @@ x-webhooks: type: string enum: - edited - changes: &783 + changes: &788 description: The changes to the comment. type: object properties: @@ -129584,9 +130128,9 @@ x-webhooks: type: string required: - from - comment: *754 - enterprise: *728 - installation: *729 + comment: *759 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130374,8 +130918,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130391,7 +130935,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -130724,8 +131268,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -130806,9 +131350,9 @@ x-webhooks: type: string enum: - pinned - comment: *754 - enterprise: *728 - installation: *729 + comment: *759 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131598,8 +132142,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131615,7 +132159,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -131950,8 +132494,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -132031,9 +132575,9 @@ x-webhooks: type: string enum: - unpinned - comment: *754 - enterprise: *728 - installation: *729 + comment: *759 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132823,8 +133367,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132840,7 +133384,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -133175,8 +133719,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133259,15 +133803,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 + blocked_issue: *85 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - blocking_issue_repo: *73 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + blocking_issue_repo: *79 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133350,15 +133894,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 + blocked_issue: *85 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - blocking_issue_repo: *73 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + blocking_issue_repo: *79 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133440,15 +133984,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 - blocked_issue_repo: *73 + blocked_issue: *85 + blocked_issue_repo: *79 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133531,15 +134075,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 - blocked_issue_repo: *73 + blocked_issue: *85 + blocked_issue_repo: *79 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133619,10 +134163,10 @@ x-webhooks: type: string enum: - assigned - assignee: *750 - enterprise: *728 - installation: *729 - issue: &757 + assignee: *755 + enterprise: *733 + installation: *734 + issue: &762 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -134411,14 +134955,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134434,7 +134978,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -134535,8 +135079,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -134616,8 +135160,8 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135411,14 +135955,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135434,7 +135978,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -135670,8 +136214,8 @@ x-webhooks: required: - state - closed_at - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -135750,8 +136294,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136536,14 +137080,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136559,7 +137103,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -136659,8 +137203,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -136739,8 +137283,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137547,14 +138091,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137570,7 +138114,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -137649,7 +138193,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &755 + milestone: &760 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137787,8 +138331,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -137887,8 +138431,8 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138677,14 +139221,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138697,7 +139241,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *236 + type: *241 title: description: Title of the issue type: string @@ -138801,9 +139345,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *749 - organization: *730 - repository: *731 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -138883,8 +139427,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139672,14 +140216,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139692,7 +140236,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *236 + type: *241 title: description: Title of the issue type: string @@ -139796,9 +140340,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *749 - organization: *730 - repository: *731 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -139878,8 +140422,8 @@ x-webhooks: type: string enum: - locked - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140691,14 +141235,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140711,7 +141255,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *236 + type: *241 title: description: Title of the issue type: string @@ -140792,8 +141336,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -140872,8 +141416,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141679,14 +142223,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141702,7 +142246,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -141780,9 +142324,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *755 - organization: *730 - repository: *731 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -142645,11 +143189,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142677,8 +143221,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true user: title: User @@ -142750,7 +143294,7 @@ x-webhooks: required: - login - id - type: *236 + type: *241 required: - id - number @@ -142888,10 +143432,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean has_downloads: description: Whether downloads are enabled. type: boolean @@ -143234,8 +143774,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144019,11 +144559,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144039,7 +144579,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -144052,8 +144592,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true user: title: User @@ -144147,8 +144687,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -144228,9 +144768,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *728 - installation: *729 - issue: &756 + enterprise: *733 + installation: *734 + issue: &761 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -145013,14 +145553,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145036,7 +145576,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -145136,8 +145676,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -145216,8 +145756,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146027,14 +146567,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146128,9 +146668,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *236 - organization: *730 - repository: *731 + type: *241 + organization: *735 + repository: *736 sender: *4 required: - action @@ -146996,14 +147536,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147019,7 +147559,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -147272,10 +147812,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -147602,11 +148138,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *728 - installation: *729 - issue: *756 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *761 + organization: *735 + repository: *736 sender: *4 required: - action @@ -147686,12 +148222,12 @@ x-webhooks: type: string enum: - typed - enterprise: *728 - installation: *729 - issue: *757 - type: *236 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + type: *241 + organization: *735 + repository: *736 sender: *4 required: - action @@ -147772,7 +148308,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &786 + assignee: &791 title: User type: object nullable: true @@ -147842,11 +148378,11 @@ x-webhooks: required: - login - id - enterprise: *728 - installation: *729 - issue: *757 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + organization: *735 + repository: *736 sender: *4 required: - action @@ -147925,12 +148461,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *728 - installation: *729 - issue: *757 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -148010,8 +148546,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148821,14 +149357,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148844,7 +149380,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -148922,8 +149458,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149003,11 +149539,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *728 - installation: *729 - issue: *756 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *761 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149086,12 +149622,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *728 - installation: *729 - issue: *757 - type: *236 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + type: *241 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149171,11 +149707,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149253,11 +149789,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149367,11 +149903,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149453,9 +149989,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: &758 + enterprise: *733 + installation: *734 + marketplace_purchase: &763 title: Marketplace Purchase type: object required: @@ -149538,8 +150074,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *730 - previous_marketplace_purchase: &759 + organization: *735 + previous_marketplace_purchase: &764 title: Marketplace Purchase type: object properties: @@ -149619,7 +150155,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *731 + repository: *736 sender: *4 required: - action @@ -149699,10 +150235,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: *758 - organization: *730 + enterprise: *733 + installation: *734 + marketplace_purchase: *763 + organization: *735 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149785,7 +150321,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *731 + repository: *736 sender: *4 required: - action @@ -149867,10 +150403,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: *758 - organization: *730 + enterprise: *733 + installation: *734 + marketplace_purchase: *763 + organization: *735 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149952,7 +150488,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *731 + repository: *736 sender: *4 required: - action @@ -150033,8 +150569,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 marketplace_purchase: title: Marketplace Purchase type: object @@ -150116,9 +150652,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *730 - previous_marketplace_purchase: *759 - repository: *731 + organization: *735 + previous_marketplace_purchase: *764 + repository: *736 sender: *4 required: - action @@ -150198,12 +150734,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: *758 - organization: *730 - previous_marketplace_purchase: *759 - repository: *731 + enterprise: *733 + installation: *734 + marketplace_purchase: *763 + organization: *735 + previous_marketplace_purchase: *764 + repository: *736 sender: *4 required: - action @@ -150305,11 +150841,11 @@ x-webhooks: type: string required: - to - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150409,11 +150945,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150492,11 +151028,11 @@ x-webhooks: type: string enum: - removed - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150574,11 +151110,11 @@ x-webhooks: type: string enum: - added - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150654,7 +151190,7 @@ x-webhooks: required: - login - id - team: &760 + team: &765 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150877,11 +151413,11 @@ x-webhooks: type: string enum: - removed - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150958,7 +151494,7 @@ x-webhooks: required: - login - id - team: *760 + team: *765 required: - action - scope @@ -151040,8 +151576,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *729 - merge_group: &762 + installation: *734 + merge_group: &767 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -151060,15 +151596,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *761 + head_commit: *766 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151154,10 +151690,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *729 - merge_group: *762 - organization: *730 - repository: *731 + installation: *734 + merge_group: *767 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151230,7 +151766,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 + enterprise: *733 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -151339,16 +151875,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *729 - organization: *730 + installation: *734 + organization: *735 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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -151429,11 +151965,11 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 - milestone: *755 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151512,9 +152048,9 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - milestone: &765 + enterprise: *733 + installation: *734 + milestone: &770 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151651,8 +152187,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151731,11 +152267,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - milestone: *755 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151845,11 +152381,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - milestone: *755 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151929,11 +152465,11 @@ x-webhooks: type: string enum: - opened - enterprise: *728 - installation: *729 - milestone: *765 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *770 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152012,11 +152548,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *750 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + blocked_user: *755 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152095,11 +152631,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *750 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + blocked_user: *755 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152178,9 +152714,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - membership: &766 + enterprise: *733 + installation: *734 + membership: &771 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -152287,8 +152823,8 @@ x-webhooks: - role - organization_url - user - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152366,11 +152902,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *728 - installation: *729 - membership: *766 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + membership: *771 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152449,8 +152985,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152566,10 +153102,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 - user: *750 + user: *755 required: - action - invitation @@ -152647,11 +153183,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *728 - installation: *729 - membership: *766 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + membership: *771 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152738,11 +153274,11 @@ x-webhooks: properties: from: type: string - enterprise: *728 - installation: *729 - membership: *766 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + membership: *771 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152819,9 +153355,9 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 package: description: Information about the package. type: object @@ -153320,7 +153856,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &767 + items: &772 title: Ruby Gems metadata type: object properties: @@ -153415,7 +153951,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -153491,9 +154027,9 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 package: description: Information about the package. type: object @@ -153846,7 +154382,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *767 + items: *772 source_url: type: string format: uri @@ -153916,7 +154452,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -154092,12 +154628,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *728 + enterprise: *733 id: type: integer - installation: *729 - organization: *730 - repository: *731 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - id @@ -154174,7 +154710,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &768 + personal_access_token_request: &773 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -154320,10 +154856,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *728 - organization: *730 + enterprise: *733 + organization: *735 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154400,11 +154936,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *768 - enterprise: *728 - organization: *730 + personal_access_token_request: *773 + enterprise: *733 + organization: *735 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154480,11 +155016,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *768 - enterprise: *728 - organization: *730 + personal_access_token_request: *773 + enterprise: *733 + organization: *735 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154559,11 +155095,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *768 - organization: *730 - enterprise: *728 + personal_access_token_request: *773 + organization: *735 + enterprise: *733 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154668,7 +155204,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *769 + last_response: *774 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154700,8 +155236,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 zen: description: Random string of GitHub zen. @@ -154946,10 +155482,10 @@ x-webhooks: - from required: - note - enterprise: *728 - installation: *729 - organization: *730 - project_card: &770 + enterprise: *733 + installation: *734 + organization: *735 + project_card: &775 title: Project Card type: object properties: @@ -155068,7 +155604,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *731 + repository: *736 sender: *4 required: - action @@ -155149,11 +155685,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - project_card: *770 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_card: *775 + repository: *736 sender: *4 required: - action @@ -155233,9 +155769,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 project_card: title: Project Card type: object @@ -155363,8 +155899,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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -155458,11 +155994,11 @@ x-webhooks: - from required: - note - enterprise: *728 - installation: *729 - organization: *730 - project_card: *770 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_card: *775 + repository: *736 sender: *4 required: - action @@ -155556,9 +156092,9 @@ x-webhooks: - from required: - column_id - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 project_card: allOf: - title: Project Card @@ -155748,7 +156284,7 @@ x-webhooks: type: string required: - after_id - repository: *731 + repository: *736 sender: *4 required: - action @@ -155828,10 +156364,10 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 - organization: *730 - project: &772 + enterprise: *733 + installation: *734 + organization: *735 + project: &777 title: Project type: object properties: @@ -155955,7 +156491,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *731 + repository: *736 sender: *4 required: - action @@ -156035,10 +156571,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - project_column: &771 + enterprise: *733 + installation: *734 + organization: *735 + project_column: &776 title: Project Column type: object properties: @@ -156077,7 +156613,7 @@ x-webhooks: - name - created_at - updated_at - repository: *731 + repository: *736 sender: *4 required: - action @@ -156156,18 +156692,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - project_column: *771 + enterprise: *733 + installation: *734 + organization: *735 + project_column: *776 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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -156257,11 +156793,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - project_column: *771 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_column: *776 + repository: *736 sender: *4 required: - action @@ -156341,11 +156877,11 @@ x-webhooks: type: string enum: - moved - enterprise: *728 - installation: *729 - organization: *730 - project_column: *771 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_column: *776 + repository: *736 sender: *4 required: - action @@ -156425,11 +156961,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - project: *772 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 + repository: *736 sender: *4 required: - action @@ -156509,18 +157045,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - project: *772 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -156622,11 +157158,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - project: *772 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 + repository: *736 sender: *4 required: - action @@ -156705,11 +157241,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *728 - installation: *729 - organization: *730 - project: *772 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 + repository: *736 sender: *4 required: - action @@ -156790,9 +157326,9 @@ x-webhooks: type: string enum: - closed - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -156873,9 +157409,9 @@ x-webhooks: type: string enum: - created - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -156956,9 +157492,9 @@ x-webhooks: type: string enum: - deleted - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -157075,9 +157611,9 @@ x-webhooks: type: string to: type: string - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -157160,7 +157696,7 @@ x-webhooks: type: string enum: - archived - changes: &776 + changes: &781 type: object properties: archived_at: @@ -157174,9 +157710,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *729 - organization: *730 - projects_v2_item: &773 + installation: *734 + organization: *735 + projects_v2_item: &778 title: Projects v2 Item description: An item belonging to a project type: object @@ -157194,7 +157730,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *277 + content_type: *282 creator: *4 created_at: type: string @@ -157311,9 +157847,9 @@ x-webhooks: nullable: true to: type: string - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157395,9 +157931,9 @@ x-webhooks: type: string enum: - created - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157478,9 +158014,9 @@ x-webhooks: type: string enum: - deleted - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157586,7 +158122,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &774 + - &779 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157608,7 +158144,7 @@ x-webhooks: required: - id - name - - &775 + - &780 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157642,8 +158178,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *774 - - *775 + - *779 + - *780 required: - field_value - type: object @@ -157659,9 +158195,9 @@ x-webhooks: nullable: true required: - body - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157756,9 +158292,9 @@ x-webhooks: to: type: string nullable: true - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157841,10 +158377,10 @@ x-webhooks: type: string enum: - restored - changes: *776 - installation: *729 - organization: *730 - projects_v2_item: *773 + changes: *781 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157926,9 +158462,9 @@ x-webhooks: type: string enum: - reopened - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -158009,14 +158545,14 @@ x-webhooks: type: string enum: - created - installation: *729 - organization: *730 - projects_v2_status_update: &779 + installation: *734 + organization: *735 + projects_v2_status_update: &784 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *777 - required: *778 + properties: *782 + required: *783 sender: *4 required: - action @@ -158097,9 +158633,9 @@ x-webhooks: type: string enum: - deleted - installation: *729 - organization: *730 - projects_v2_status_update: *779 + installation: *734 + organization: *735 + projects_v2_status_update: *784 sender: *4 required: - action @@ -158235,9 +158771,9 @@ x-webhooks: type: string format: date nullable: true - installation: *729 - organization: *730 - projects_v2_status_update: *779 + installation: *734 + organization: *735 + projects_v2_status_update: *784 sender: *4 required: - action @@ -158308,10 +158844,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - repository @@ -158388,13 +158924,13 @@ x-webhooks: type: string enum: - assigned - assignee: *750 - enterprise: *728 - installation: *729 - number: &780 + assignee: *755 + enterprise: *733 + installation: *734 + number: &785 description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -158902,10 +159438,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -159549,10 +160081,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -160707,7 +161235,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -160789,11 +161317,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -161287,10 +161815,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -161942,10 +162466,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -163101,7 +163621,7 @@ x-webhooks: - draft reason: type: string - repository: *731 + repository: *736 sender: *4 required: - action @@ -163183,11 +163703,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -163691,10 +164211,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -164336,10 +164852,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -165495,7 +166007,7 @@ x-webhooks: - draft reason: type: string - repository: *731 + repository: *736 sender: *4 required: - action @@ -165577,13 +166089,13 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: &781 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: &786 allOf: - - *586 + - *591 - type: object properties: allow_auto_merge: @@ -165645,7 +166157,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *731 + repository: *736 sender: *4 required: - action @@ -165726,12 +166238,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -165811,11 +166323,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *728 - milestone: *570 - number: *780 - organization: *730 - pull_request: &782 + enterprise: *733 + milestone: *575 + number: *785 + organization: *735 + pull_request: &787 title: Pull Request type: object properties: @@ -166320,10 +166832,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -166963,10 +167471,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -168108,7 +168612,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -168187,11 +168691,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -168695,10 +169199,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -169340,10 +169840,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -170503,7 +170999,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *731 + repository: *736 sender: *4 required: - action @@ -170627,12 +171123,12 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -170712,11 +171208,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -171220,10 +171716,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -171865,10 +172357,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -173013,7 +173501,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -173093,11 +173581,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *728 - installation: *729 - label: *749 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + label: *754 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -173603,10 +174091,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -174250,10 +174734,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -175409,7 +175889,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -175490,10 +175970,10 @@ x-webhooks: type: string enum: - locked - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -175998,10 +176478,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -176645,10 +177121,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -177803,7 +178275,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -177883,12 +178355,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *728 - milestone: *570 - number: *780 - organization: *730 - pull_request: *782 - repository: *731 + enterprise: *733 + milestone: *575 + number: *785 + organization: *735 + pull_request: *787 + repository: *736 sender: *4 required: - action @@ -177967,12 +178439,12 @@ x-webhooks: type: string enum: - opened - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -178053,12 +178525,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -178138,12 +178610,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -178509,9 +178981,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: type: object properties: @@ -179014,10 +179486,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -179648,10 +180116,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -180711,7 +181175,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *731 + repository: *736 sender: *4 required: - action @@ -180791,7 +181255,7 @@ x-webhooks: type: string enum: - deleted - comment: &784 + comment: &789 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -181076,9 +181540,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: type: object properties: @@ -181579,10 +182043,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -182213,10 +182673,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -183266,7 +183722,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *731 + repository: *736 sender: *4 required: - action @@ -183346,11 +183802,11 @@ x-webhooks: type: string enum: - edited - changes: *783 - comment: *784 - enterprise: *728 - installation: *729 - organization: *730 + changes: *788 + comment: *789 + enterprise: *733 + installation: *734 + organization: *735 pull_request: type: object properties: @@ -183853,10 +184309,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -184487,10 +184939,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -185541,7 +185989,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *731 + repository: *736 sender: *4 required: - action @@ -185622,9 +186070,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -186128,10 +186576,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -186762,10 +187206,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -187827,7 +188267,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 + repository: *736 review: description: The review that was affected. type: object @@ -188074,9 +188514,9 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -190130,8 +190570,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 - review: &785 + repository: *736 + review: &790 description: The review that was affected. type: object properties: @@ -190364,12 +190804,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -190876,10 +191316,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -191516,10 +191952,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -192682,7 +193114,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_reviewer: title: User type: object @@ -192766,12 +193198,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -193278,10 +193710,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -193925,10 +194353,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -195091,7 +195515,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195283,12 +195707,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -195797,10 +196221,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -196444,10 +196864,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -197603,7 +198019,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_reviewer: title: User type: object @@ -197688,12 +198104,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -198202,10 +198618,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -198849,10 +199261,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -199999,7 +200407,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200180,9 +200588,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -200686,10 +201094,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -201321,10 +201725,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -202387,8 +202787,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 - review: *785 + repository: *736 + review: *790 sender: *4 required: - action @@ -202468,9 +202868,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -202972,10 +203372,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -203556,10 +203952,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -204570,7 +204962,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 + repository: *736 sender: *4 thread: type: object @@ -204957,9 +205349,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -205460,10 +205852,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -206042,10 +206430,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -207045,7 +207429,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 + repository: *736 sender: *4 thread: type: object @@ -207435,10 +207819,10 @@ x-webhooks: type: string before: type: string - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -207944,10 +208328,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -208589,10 +208969,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -209739,7 +210115,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -209821,11 +210197,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *786 - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + assignee: *791 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -210332,10 +210708,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -210979,10 +211351,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -212138,7 +212506,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -212217,11 +212585,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *728 - installation: *729 - label: *749 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + label: *754 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -212727,10 +213095,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -213374,10 +213738,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -214524,7 +214884,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -214605,10 +214965,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -215111,10 +215471,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -215757,10 +216113,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -216903,7 +217255,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -217103,7 +217455,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *728 + enterprise: *733 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -217195,8 +217547,8 @@ x-webhooks: - url - author - committer - installation: *729 - organization: *730 + installation: *734 + organization: *735 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -217373,10 +217725,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -217786,9 +218134,9 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 registry_package: type: object properties: @@ -218234,7 +218582,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *767 + items: *772 summary: type: string tag_name: @@ -218288,7 +218636,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -218366,9 +218714,9 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 registry_package: type: object properties: @@ -218676,7 +219024,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *767 + items: *772 summary: type: string tag_name: @@ -218725,7 +219073,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -218802,10 +219150,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - release: &787 + enterprise: *733 + installation: *734 + organization: *735 + release: &792 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -219123,7 +219471,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *731 + repository: *736 sender: *4 required: - action @@ -219200,11 +219548,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - release: *787 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *792 + repository: *736 sender: *4 required: - action @@ -219321,11 +219669,11 @@ x-webhooks: type: boolean required: - to - enterprise: *728 - installation: *729 - organization: *730 - release: *787 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *792 + repository: *736 sender: *4 required: - action @@ -219403,9 +219751,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -219727,7 +220075,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *731 + repository: *736 sender: *4 required: - action @@ -219803,10 +220151,10 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 - release: &788 + enterprise: *733 + installation: *734 + organization: *735 + release: &793 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -220125,7 +220473,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *731 + repository: *736 sender: *4 required: - action @@ -220201,11 +220549,11 @@ x-webhooks: type: string enum: - released - enterprise: *728 - installation: *729 - organization: *730 - release: *787 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *792 + repository: *736 sender: *4 required: - action @@ -220281,11 +220629,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *728 - installation: *729 - organization: *730 - release: *788 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *793 + repository: *736 sender: *4 required: - action @@ -220361,11 +220709,11 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_advisory: *650 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_advisory: *655 sender: *4 required: - action @@ -220441,11 +220789,11 @@ x-webhooks: type: string enum: - reported - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_advisory: *650 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_advisory: *655 sender: *4 required: - action @@ -220521,10 +220869,10 @@ x-webhooks: type: string enum: - archived - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220601,10 +220949,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220682,10 +221030,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220769,10 +221117,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220884,10 +221232,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220959,10 +221307,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 status: type: string @@ -221043,10 +221391,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221123,10 +221471,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221220,10 +221568,10 @@ x-webhooks: - name required: - repository - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221303,11 +221651,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_ruleset: *318 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_ruleset: *323 sender: *4 required: - action @@ -221385,11 +221733,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_ruleset: *318 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_ruleset: *323 sender: *4 required: - action @@ -221467,11 +221815,11 @@ x-webhooks: type: string enum: - edited - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_ruleset: *318 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_ruleset: *323 changes: type: object properties: @@ -221490,16 +221838,16 @@ x-webhooks: properties: added: type: array - items: *292 + items: *297 deleted: type: array - items: *292 + items: *297 updated: type: array items: type: object properties: - condition: *292 + condition: *297 changes: type: object properties: @@ -221532,16 +221880,16 @@ x-webhooks: properties: added: type: array - items: *606 + items: *611 deleted: type: array - items: *606 + items: *611 updated: type: array items: type: object properties: - rule: *606 + rule: *611 changes: type: object properties: @@ -221775,10 +222123,10 @@ x-webhooks: - from required: - owner - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221856,10 +222204,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221937,7 +222285,7 @@ x-webhooks: type: string enum: - create - alert: &789 + alert: &794 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -222059,10 +222407,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222268,10 +222616,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222349,11 +222697,11 @@ x-webhooks: type: string enum: - reopen - alert: *789 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *794 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222552,10 +222900,10 @@ x-webhooks: enum: - fixed - open - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222633,11 +222981,11 @@ x-webhooks: type: string enum: - assigned - alert: &790 + alert: &795 type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -222645,8 +222993,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri @@ -222752,10 +223100,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222833,11 +223181,11 @@ x-webhooks: type: string enum: - created - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222918,11 +223266,11 @@ x-webhooks: type: string enum: - created - alert: *790 - installation: *729 - location: *791 - organization: *730 - repository: *731 + alert: *795 + installation: *734 + location: *796 + organization: *735 + repository: *736 sender: *4 required: - location @@ -223160,11 +223508,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -223242,11 +223590,11 @@ x-webhooks: type: string enum: - reopened - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -223324,11 +223672,11 @@ x-webhooks: type: string enum: - resolved - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -223406,12 +223754,12 @@ x-webhooks: type: string enum: - unassigned - alert: *790 + alert: *795 assignee: *4 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -223489,11 +223837,11 @@ x-webhooks: type: string enum: - validated - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -223619,10 +223967,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *731 - enterprise: *728 - installation: *729 - organization: *730 + repository: *736 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -223700,11 +224048,11 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - security_advisory: &792 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + security_advisory: &797 description: The details of the security advisory, including summary, description, and severity. type: object @@ -223720,7 +224068,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *57 + cvss_severities: *63 cwes: type: array items: @@ -223887,11 +224235,11 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - security_advisory: *792 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + security_advisory: *797 sender: *4 required: - action @@ -223964,10 +224312,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -223984,7 +224332,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *57 + cvss_severities: *63 cwes: type: array items: @@ -224151,11 +224499,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *291 - enterprise: *728 - installation: *729 - organization: *730 - repository: *339 + security_and_analysis: *296 + enterprise: *733 + installation: *734 + organization: *735 + repository: *344 sender: *4 required: - changes @@ -224233,12 +224581,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: &793 + sponsorship: &798 type: object properties: created_at: @@ -224539,12 +224887,12 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - sponsorship @@ -224632,12 +224980,12 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - changes @@ -224714,17 +225062,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &794 + effective_date: &799 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: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - sponsorship @@ -224798,7 +225146,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &795 + changes: &800 type: object properties: tier: @@ -224842,13 +225190,13 @@ x-webhooks: - from required: - tier - effective_date: *794 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + effective_date: *799 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - changes @@ -224925,13 +225273,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *795 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + changes: *800 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - changes @@ -225005,10 +225353,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225091,10 +225439,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225514,15 +225862,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *728 + enterprise: *733 id: description: The unique identifier of the status. type: integer - installation: *729 + installation: *734 name: type: string - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 sha: description: The Commit SHA. @@ -225631,15 +225979,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - parent_issue_repo: *73 + parent_issue: *85 + parent_issue_repo: *79 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - installation: *729 - organization: *730 - repository: *731 + sub_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225723,15 +226071,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - parent_issue_repo: *73 + parent_issue: *85 + parent_issue_repo: *79 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - installation: *729 - organization: *730 - repository: *731 + sub_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225815,15 +226163,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - sub_issue_repo: *73 + sub_issue: *85 + sub_issue_repo: *79 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - installation: *729 - organization: *730 - repository: *731 + parent_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225907,15 +226255,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - sub_issue_repo: *73 + sub_issue: *85 + sub_issue_repo: *79 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - installation: *729 - organization: *730 - repository: *731 + parent_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225992,12 +226340,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - team: &796 + team: &801 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -226220,9 +226568,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -226680,7 +227028,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -226756,9 +227104,9 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -227216,7 +227564,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -227293,9 +227641,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -227753,7 +228101,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -227897,9 +228245,9 @@ x-webhooks: - from required: - permissions - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -228357,7 +228705,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - changes @@ -228435,9 +228783,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -228895,7 +229243,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -228971,10 +229319,10 @@ x-webhooks: type: string enum: - started - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -229047,16 +229395,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *728 + enterprise: *733 inputs: type: object nullable: true additionalProperties: true - installation: *729 - organization: *730 + installation: *734 + organization: *735 ref: type: string - repository: *731 + repository: *736 sender: *4 workflow: type: string @@ -229138,10 +229486,10 @@ x-webhooks: type: string enum: - completed - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: allOf: @@ -229378,7 +229726,7 @@ x-webhooks: type: string required: - conclusion - deployment: *497 + deployment: *502 required: - action - repository @@ -229457,10 +229805,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: allOf: @@ -229720,7 +230068,7 @@ x-webhooks: required: - status - steps - deployment: *497 + deployment: *502 required: - action - repository @@ -229799,10 +230147,10 @@ x-webhooks: type: string enum: - queued - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: type: object @@ -229937,7 +230285,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *497 + deployment: *502 required: - action - repository @@ -230016,10 +230364,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: type: object @@ -230155,7 +230503,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *497 + deployment: *502 required: - action - repository @@ -230235,12 +230583,12 @@ x-webhooks: type: string enum: - completed - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 workflow_run: title: Workflow Run type: object @@ -231239,12 +231587,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 workflow_run: title: Workflow Run type: object @@ -232228,12 +232576,12 @@ x-webhooks: type: string enum: - requested - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 0c6002bd8..ab4dbcc3a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -7915,12 +7915,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -21750,6 +21744,654 @@ } } }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": { + "get": { + "summary": "Get Copilot enterprise usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": { + "get": { + "summary": "Get Copilot enterprise usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -28500,12 +29142,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -31692,12 +32328,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -34199,9 +34829,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -45710,12 +46337,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -47685,12 +48306,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -54684,12 +55299,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -57876,12 +58485,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -60383,9 +60986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -63259,9 +63859,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -64462,9 +65059,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -75865,12 +76459,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -77431,12 +78019,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -80131,9 +80713,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -82537,12 +83116,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83364,12 +83937,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -85701,9 +86268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -87303,9 +87867,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -88169,271 +88730,375 @@ } } } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "orgs", - "subcategory": "artifact-metadata" - } - } - }, - "/orgs/{org}/artifacts/metadata/deployment-record/cluster/{cluster}": { - "post": { - "summary": "Set cluster deployment records", - "description": "Set deployment records for a given cluster.\nIf proposed records in the 'deployments' field have identical 'cluster', 'logical_environment',\n'physical_environment', and 'deployment_name' values as existing records, the existing records will be updated.\nIf no existing records match, new records will be created.", - "tags": [ - "orgs" - ], - "operationId": "orgs/set-cluster-deployment-records", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records" - }, - "parameters": [ - { - "name": "org", - "description": "The organization name. The name is not case sensitive.", - "in": "path", - "required": true, - "schema": { - "type": "string" - } }, - { - "name": "cluster", - "in": "path", - "description": "The cluster name.", - "required": true, - "schema": { - "type": "string", - "minLength": 1, - "maxLength": 128, - "pattern": "^[a-zA-Z0-9._-]+$" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "logical_environment": { - "type": "string", - "description": "The stage of the deployment.", - "minLength": 1, - "maxLength": 128 - }, - "physical_environment": { - "type": "string", - "description": "The physical region of the deployment.", - "maxLength": 128 - }, - "deployments": { - "type": "array", - "description": "The list of deployments to record.", - "maxItems": 1000, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values,\nthe name parameter must also be identical across all entries.\n", - "minLength": 1, - "maxLength": 256 - }, - "digest": { - "type": "string", - "description": "The hex encoded digest of the artifact. Note that if multiple deployments have identical 'digest' parameter values,\nthe name and version parameters must also be identical across all entries.\n", - "minLength": 71, - "maxLength": 71, - "pattern": "^sha256:[a-f0-9]{64}$" - }, - "version": { - "type": "string", - "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", - "maxLength": 100, - "x-multi-segment": true, - "example": "1.2.3" - }, - "status": { - "type": "string", - "description": "The deployment status of the artifact.", - "default": "deployed", - "enum": [ - "deployed", - "decommissioned" - ] - }, - "deployment_name": { - "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", - "minLength": 1, - "maxLength": 256 - }, - "github_repository": { - "type": "string", - "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", - "maxLength": 100, - "pattern": "^[A-Za-z0-9.\\-_]+$", - "example": "my-github-repo" - }, - "tags": { - "type": "object", - "description": "Key-value pairs to tag the deployment record.", - "additionalProperties": { - "type": "string" - } - }, - "runtime_risks": { - "type": "array", - "description": "A list of runtime risks associated with the deployment.", - "maxItems": 4, - "uniqueItems": true, - "items": { - "type": "string", - "enum": [ - "critical-resource", - "internet-exposed", - "lateral-movement", - "sensitive-data" - ] - } - } - }, - "required": [ - "name", - "deployment_name", - "digest" - ] + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "orgs", + "subcategory": "artifact-metadata" + } + } + }, + "/orgs/{org}/artifacts/metadata/deployment-record/cluster/{cluster}": { + "post": { + "summary": "Set cluster deployment records", + "description": "Set deployment records for a given cluster.\nIf proposed records in the 'deployments' field have identical 'cluster', 'logical_environment',\n'physical_environment', and 'deployment_name' values as existing records, the existing records will be updated.\nIf no existing records match, new records will be created.", + "tags": [ + "orgs" + ], + "operationId": "orgs/set-cluster-deployment-records", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "cluster", + "in": "path", + "description": "The cluster name.", + "required": true, + "schema": { + "type": "string", + "minLength": 1, + "maxLength": 128, + "pattern": "^[a-zA-Z0-9._-]+$" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "logical_environment": { + "type": "string", + "description": "The stage of the deployment.", + "minLength": 1, + "maxLength": 128 + }, + "physical_environment": { + "type": "string", + "description": "The physical region of the deployment.", + "maxLength": 128 + }, + "deployments": { + "type": "array", + "description": "The list of deployments to record.", + "maxItems": 1000, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values,\nthe name parameter must also be identical across all entries.\n", + "minLength": 1, + "maxLength": 256 + }, + "digest": { + "type": "string", + "description": "The hex encoded digest of the artifact. Note that if multiple deployments have identical 'digest' parameter values,\nthe name and version parameters must also be identical across all entries.\n", + "minLength": 71, + "maxLength": 71, + "pattern": "^sha256:[a-f0-9]{64}$" + }, + "version": { + "type": "string", + "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", + "maxLength": 100, + "x-multi-segment": true, + "example": "1.2.3" + }, + "status": { + "type": "string", + "description": "The deployment status of the artifact.", + "default": "deployed", + "enum": [ + "deployed", + "decommissioned" + ] + }, + "deployment_name": { + "type": "string", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", + "minLength": 1, + "maxLength": 256 + }, + "github_repository": { + "type": "string", + "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", + "maxLength": 100, + "pattern": "^[A-Za-z0-9.\\-_]+$", + "example": "my-github-repo" + }, + "tags": { + "type": "object", + "description": "Key-value pairs to tag the deployment record.", + "additionalProperties": { + "type": "string" + } + }, + "runtime_risks": { + "type": "array", + "description": "A list of runtime risks associated with the deployment.", + "maxItems": 4, + "uniqueItems": true, + "items": { + "type": "string", + "enum": [ + "critical-resource", + "internet-exposed", + "lateral-movement", + "sensitive-data" + ] + } + } + }, + "required": [ + "name", + "deployment_name", + "digest" + ] + } + } + }, + "required": [ + "logical_environment", + "deployments" + ] + }, + "examples": { + "default": { + "value": { + "logical_environment": "prod", + "physical_environment": "pacific-east", + "deployments": [ + { + "name": "awesome-image", + "digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72", + "version": "2.1.0", + "status": "deployed", + "deployment_name": "deployment-pod", + "tags": { + "runtime-risk": "sensitive-data" + } + } + ] + } + } + } + } + } + }, + "responses": { + "200": { + "description": "Deployment records created or updated successfully.\n", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "total_count": { + "description": "The number of deployment records created", + "type": "integer" + }, + "deployment_records": { + "type": "array", + "items": { + "title": "Artifact Deployment Record", + "description": "Artifact Metadata Deployment Record", + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "digest": { + "type": "string" + }, + "logical_environment": { + "type": "string" + }, + "physical_environment": { + "type": "string" + }, + "cluster": { + "type": "string" + }, + "deployment_name": { + "type": "string" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "runtime_risks": { + "type": "array", + "description": "A list of runtime risks associated with the deployment.", + "maxItems": 4, + "uniqueItems": true, + "items": { + "type": "string", + "enum": [ + "critical-resource", + "internet-exposed", + "lateral-movement", + "sensitive-data" + ] + } + }, + "created_at": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "attestation_id": { + "type": "integer", + "description": "The ID of the provenance attestation associated with the deployment record.", + "nullable": true + } + } + } + } + } + }, + "examples": { + "default": { + "value": { + "total_count": 1, + "deployment_records": [ + { + "id": 123, + "digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72", + "logical_environment": "prod", + "physical_environment": "pacific-east", + "cluster": "moda-1", + "deployment_name": "prod-deployment", + "tags": { + "data": "sensitive" + }, + "created": "2011-01-26T19:14:43Z", + "updated_at": "2011-01-26T19:14:43Z", + "attestation_id": 456 + } + ] + } + } + } + } + } + }, + "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" } } - }, - "required": [ - "logical_environment", - "deployments" - ] - }, - "examples": { - "default": { - "value": { - "logical_environment": "prod", - "physical_environment": "pacific-east", - "deployments": [ - { - "name": "awesome-image", - "digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72", - "version": "2.1.0", - "status": "deployed", - "deployment_name": "deployment-pod", - "tags": { - "runtime-risk": "sensitive-data" - } - } - ] - } } } } - } - }, - "responses": { - "200": { - "description": "Deployment records created or updated successfully.\n", + }, + "404": { + "description": "Resource not found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "total_count": { - "description": "The number of deployment records created", - "type": "integer" + "message": { + "type": "string" }, - "deployment_records": { - "type": "array", - "items": { - "title": "Artifact Deployment Record", - "description": "Artifact Metadata Deployment Record", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "digest": { - "type": "string" - }, - "logical_environment": { - "type": "string" - }, - "physical_environment": { - "type": "string" - }, - "cluster": { - "type": "string" - }, - "deployment_name": { - "type": "string" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "runtime_risks": { - "type": "array", - "description": "A list of runtime risks associated with the deployment.", - "maxItems": 4, - "uniqueItems": true, - "items": { - "type": "string", - "enum": [ - "critical-resource", - "internet-exposed", - "lateral-movement", - "sensitive-data" - ] - } - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "attestation_id": { - "type": "integer", - "description": "The ID of the provenance attestation associated with the deployment record.", - "nullable": true - } - } - } - } - } - }, - "examples": { - "default": { - "value": { - "total_count": 1, - "deployment_records": [ - { - "id": 123, - "digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72", - "logical_environment": "prod", - "physical_environment": "pacific-east", - "cluster": "moda-1", - "deployment_name": "prod-deployment", - "tags": { - "data": "sensitive" - }, - "created": "2011-01-26T19:14:43Z", - "updated_at": "2011-01-26T19:14:43Z", - "attestation_id": 456 - } - ] + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" } } } @@ -88642,6 +89307,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -99729,9 +100446,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -102593,9 +103307,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -106203,9 +106914,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -108674,8 +109382,656 @@ } } }, - "422": { - "description": "Copilot Usage Metrics API setting is disabled at the organization or enterprise level.", + "422": { + "description": "Copilot Usage Metrics API setting is disabled at the organization or enterprise level.", + "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": "copilot", + "subcategory": "copilot-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-1-day": { + "get": { + "summary": "Get Copilot organization usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": { + "get": { + "summary": "Get Copilot organization usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot organization users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot organization users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", "content": { "application/json": { "schema": { @@ -108705,7 +110061,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", - "subcategory": "copilot-metrics" + "subcategory": "copilot-usage-metrics" } } }, @@ -111666,9 +113022,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -112892,9 +114245,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -115442,12 +116792,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -118634,12 +119978,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -121141,9 +122479,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -134163,12 +135498,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -137190,9 +138519,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -139262,9 +140588,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -148352,9 +149675,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -149483,9 +150803,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -152589,9 +153906,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -154645,9 +155959,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -155226,6 +156537,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -155251,6 +156573,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -155395,7 +156757,7 @@ }, "post": { "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -155459,12 +156821,12 @@ "default": false }, "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", + "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" }, "key_id": { - "description": "The ID of the key you used to encrypt the secret.", + "description": "The ID of the key you used to encrypt the secret. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string" }, "visibility": { @@ -155482,13 +156844,62 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. Defaults to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or `oidc_jfrog` for OIDC authentication.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } }, "required": [ "registry_type", "url", - "encrypted_value", - "key_id", "visibility" ] }, @@ -155519,6 +156930,17 @@ 1296280 ] } + }, + "org-private-registry-with-oidc-azure": { + "summary": "Example of an OIDC private registry configuration using Azure", + "value": { + "registry_type": "docker_registry", + "url": "https://myregistry.azurecr.io", + "auth_type": "oidc_azure", + "visibility": "all", + "tenant_id": "12345678-1234-1234-1234-123456789012", + "client_id": "abcdef01-2345-6789-abcd-ef0123456789" + } } } } @@ -155560,6 +156982,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -155591,6 +157024,46 @@ "type": "integer" } }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -155910,6 +157383,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -155935,6 +157419,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -156003,7 +157527,7 @@ }, "patch": { "summary": "Update a private registry for an organization", - "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -156099,16 +157623,79 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. This field cannot be changed after creation. If provided, it must match the existing `auth_type` of the configuration. To change the authentication type, delete and recreate the configuration.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } } }, "examples": { - "default": { + "secret-based-update": { + "summary": "Update a secret-based private registry", "value": { "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678" } + }, + "oidc-azure-update": { + "summary": "Update an OIDC private registry (Azure)", + "value": { + "tenant_id": "12345678-1234-1234-1234-123456789012", + "visibility": "selected", + "selected_repository_ids": [ + 1296269, + 1296280 + ] + } } } } @@ -159552,12 +161139,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -162498,12 +164079,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -163377,12 +164952,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -168755,12 +170324,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -171701,12 +173264,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -172580,12 +174137,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -183777,9 +185328,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -184891,10 +186439,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -185462,12 +187006,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -186441,12 +187979,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -187174,12 +188706,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -203299,9 +204825,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -209728,9 +211251,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -212583,10 +214103,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -213154,12 +214670,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -214133,12 +215643,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -214866,12 +216370,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -216732,10 +218230,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -217303,12 +218797,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -218282,12 +219770,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -219015,12 +220497,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225945,12 +227421,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -226781,12 +228251,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -229365,9 +230829,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -230111,9 +231572,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -231793,9 +233251,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -232539,9 +233994,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -234969,9 +236421,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -235715,9 +237164,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -242197,9 +243643,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -242943,9 +244386,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -274098,9 +275538,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -275755,9 +277192,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -277054,9 +278488,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -278581,9 +280012,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -292016,9 +293444,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -293829,9 +295254,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -295280,9 +296702,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -298695,9 +300114,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -305717,12 +307133,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -306596,12 +308006,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -310913,9 +312317,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -312133,9 +313534,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -334215,12 +335613,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -337407,12 +338799,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -339914,9 +341300,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -342695,9 +344078,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -343739,10 +345119,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -344310,12 +345686,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -345289,12 +346659,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -346022,12 +347386,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -357504,9 +358862,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -358778,9 +360133,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -361133,12 +362485,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -364394,12 +365740,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -372689,12 +374029,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -377140,12 +378474,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -381466,12 +382794,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -384954,12 +386276,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -388217,12 +389533,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -391283,12 +392593,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -396295,12 +397599,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -399448,12 +400746,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -402679,12 +403971,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -405930,12 +407216,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -419878,12 +421158,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -424004,12 +425278,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -427159,12 +428427,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -430290,12 +431552,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -433520,12 +434776,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -444975,12 +446225,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -454437,9 +455681,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -460260,12 +461501,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -461139,12 +462374,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -463931,12 +465160,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -464809,12 +466032,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -470489,12 +471706,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -471367,12 +472578,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -474369,12 +475574,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -475247,12 +476446,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -477552,9 +478745,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -479003,9 +480193,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -485205,12 +486392,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -486084,12 +487265,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -488954,12 +490129,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -489833,12 +491002,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -497539,6 +498702,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -498307,6 +499496,32 @@ } } } + }, + "404": { + "description": "Resource not found", + "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": { @@ -500374,6 +501589,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -528721,10 +529962,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -529292,12 +530529,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -530271,12 +531502,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -531004,12 +532229,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -536379,9 +537598,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -537676,10 +538892,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -538247,12 +539459,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -539226,12 +540432,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -539959,12 +541159,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -541427,9 +542621,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -543550,9 +544741,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -544974,9 +546162,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -546957,12 +548142,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -549402,9 +550581,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -554208,9 +555384,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -558874,9 +560047,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -560880,9 +562050,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -562331,9 +563498,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -564173,9 +565337,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -566055,9 +567216,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -567678,9 +568836,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -570102,10 +571257,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -570673,12 +571824,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -571652,12 +572797,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -572385,12 +573524,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -574607,9 +575740,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -576310,9 +577440,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -577787,9 +578914,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -583157,12 +584281,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -585573,12 +586691,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -594814,9 +595926,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -595884,9 +596993,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -598251,12 +599357,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -599357,10 +600457,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -599928,12 +601024,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -600907,12 +601997,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -601640,12 +602724,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -603407,9 +604485,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -606492,12 +607567,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -607369,12 +608438,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -608621,9 +609684,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -611911,12 +612971,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -614857,12 +615911,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -615736,12 +616784,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -619940,9 +620982,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -622490,12 +623529,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -625682,12 +626715,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628189,9 +629216,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -632555,12 +633579,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -635747,12 +636765,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -638254,9 +639266,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -642630,12 +643639,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -645822,12 +646825,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -648329,9 +649326,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -653943,9 +654937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -655074,9 +656065,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -662597,12 +663585,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -665543,12 +666525,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -666422,12 +667398,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -676453,12 +677423,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -679645,12 +680609,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -682152,9 +683110,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -686514,12 +687469,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -689706,12 +690655,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -692213,9 +693156,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -695018,9 +695958,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -697362,12 +698299,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -698104,12 +699035,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -698929,9 +699854,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -700421,12 +701343,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -702039,12 +702955,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -703657,12 +704567,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -705455,12 +706359,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -707411,12 +708309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -709576,9 +710468,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -711364,12 +712253,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -713694,9 +714577,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -715482,12 +716362,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -717812,9 +718686,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -719600,12 +720471,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -721943,9 +722808,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -723731,12 +724593,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -726442,12 +727298,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -728842,12 +729692,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -731236,12 +732080,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -733281,12 +734119,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -735446,12 +736278,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -737429,12 +738255,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -739504,12 +740324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -741491,12 +742305,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -743436,12 +744244,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -745475,12 +746277,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -747321,12 +748117,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -748958,12 +749748,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -752348,12 +753132,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -754118,12 +754896,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -756562,12 +757334,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -759005,12 +759771,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -761448,12 +762208,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -763891,12 +764645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -766334,12 +767082,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -768777,12 +769519,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -771220,12 +771956,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -773663,12 +774393,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -775330,12 +776054,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -776997,12 +777715,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -779250,12 +779962,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -782924,12 +783630,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -783802,12 +784502,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -785317,12 +786011,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -787086,12 +787774,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -789813,12 +790495,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -792478,12 +793154,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -796551,12 +797221,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -799749,12 +800413,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -801891,12 +802549,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -803970,12 +804622,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -806259,12 +806905,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -808549,12 +809189,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -810858,12 +811492,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -812938,12 +813566,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -815016,12 +815638,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -817121,12 +817737,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -819240,12 +819850,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -821319,12 +821923,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -823397,12 +823995,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -825475,12 +826067,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -827394,12 +827980,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -829246,12 +829826,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -831447,12 +832021,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -833566,12 +834134,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -835645,12 +836207,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -837723,12 +838279,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -840241,12 +840791,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -842127,12 +842671,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -844641,12 +845179,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -847249,12 +847781,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -849764,12 +850290,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -852306,12 +852826,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -854960,12 +855474,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -857580,12 +858088,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -859348,12 +859850,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -861865,12 +862361,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -865775,12 +866265,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -869686,12 +870170,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -873615,12 +874093,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -877534,12 +878006,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -881452,12 +881918,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -883632,12 +884092,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -886455,12 +886909,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -888421,12 +888869,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -889383,12 +889825,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -891562,12 +891998,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -894385,12 +894815,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -896351,12 +896775,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -897313,12 +897731,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -899492,12 +899904,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -901458,12 +901864,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -903048,12 +903448,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -905243,12 +905637,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -907422,12 +907810,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -909388,12 +909770,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -910978,12 +911354,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -913173,12 +913543,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -916966,12 +917330,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -920869,12 +921227,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -924559,12 +924911,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -928431,12 +928777,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -932196,12 +932536,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -935931,12 +936265,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -939627,12 +939955,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -943497,12 +943819,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -946539,11 +946855,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "has_downloads": { "description": "Whether downloads are enabled.", "type": "boolean", @@ -949876,12 +950187,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -953565,12 +953870,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -957257,12 +957556,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -960340,11 +960633,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -963650,12 +963938,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -967407,12 +967689,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -971201,12 +971477,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -974938,12 +975208,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -978632,12 +978896,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -982321,12 +982579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -986077,12 +986329,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -987738,12 +987984,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -989397,12 +989637,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -991099,12 +991333,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -992944,12 +993172,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -994789,12 +995011,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -996633,12 +996849,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -998474,12 +998684,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1000317,12 +1000521,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1002064,12 +1002262,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1003811,12 +1004003,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1005528,12 +1005714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1007244,12 +1007424,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1009121,12 +1009295,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1010946,12 +1011114,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1012613,12 +1012775,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1014355,12 +1014511,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1016159,12 +1016309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1017960,12 +1018104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1019762,12 +1019900,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1021606,12 +1021738,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1023408,12 +1023534,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1025123,12 +1025243,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1026838,12 +1026952,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1028598,12 +1028706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1030357,12 +1030459,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1032130,12 +1032226,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1033986,12 +1034076,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1035759,12 +1035843,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1038226,12 +1038304,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1040470,12 +1040542,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1042227,12 +1042293,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1046646,12 +1046706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1048613,12 +1048667,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1050392,12 +1050440,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1052172,12 +1052214,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1053971,12 +1054007,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1055877,12 +1055907,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1057661,12 +1057685,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1059330,12 +1059348,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1060998,12 +1061010,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1062683,12 +1062689,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1064352,12 +1064352,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1066136,12 +1066130,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1067920,12 +1067908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1069734,12 +1069716,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1071517,12 +1071493,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1083557,12 +1083527,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1085306,11 +1085270,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1086120,11 +1086079,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1088250,12 +1088204,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1089888,11 +1089836,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1090713,11 +1090656,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1092845,12 +1092783,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1094496,11 +1094428,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1095308,11 +1095235,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1097440,12 +1097362,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1099810,12 +1099726,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1100688,12 +1100598,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1102262,12 +1102166,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1104632,12 +1104530,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1105510,12 +1105402,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1107084,12 +1106970,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1108944,11 +1108824,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1109761,11 +1109636,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1111884,12 +1111754,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1113533,11 +1113397,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1114350,11 +1114209,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1116492,12 +1116346,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1118924,12 +1118772,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1119802,12 +1119644,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1121376,12 +1121212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1123026,11 +1122856,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1123843,11 +1123668,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1125968,12 +1125788,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1127662,11 +1127476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1128476,11 +1128285,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1130607,12 +1130411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1132259,11 +1132057,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1133073,11 +1132866,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1135203,12 +1134991,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1137063,11 +1136845,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1137880,11 +1137657,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1140003,12 +1139775,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1142372,12 +1142138,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1143250,12 +1143010,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1144824,12 +1144578,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1147194,12 +1146942,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1148072,12 +1147814,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1149646,12 +1149382,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1152016,12 +1151746,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1152894,12 +1152618,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1154468,12 +1154186,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1156472,11 +1156184,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1157270,11 +1156977,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1159275,12 +1158977,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1161276,11 +1160972,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1162074,11 +1161765,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1164069,12 +1163755,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1166091,11 +1165771,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1166889,11 +1166564,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1168885,12 +1168555,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1170532,11 +1170196,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1171330,11 +1170989,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1173337,12 +1172991,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1177889,12 +1177537,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1179748,11 +1179390,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1180560,11 +1180197,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1182696,12 +1182328,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1184355,11 +1183981,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1185167,11 +1184788,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1187303,12 +1186919,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1189102,11 +1188712,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1189914,11 +1189519,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1192043,12 +1191643,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1193705,11 +1193299,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1194517,11 +1194106,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1196637,12 +1196221,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1198415,11 +1197993,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1199214,11 +1198787,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1201222,12 +1200790,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1203068,11 +1202630,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1203833,11 +1203390,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1205806,12 +1205358,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1207828,11 +1207374,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1208591,11 +1208132,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1210553,12 +1210089,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1212589,11 +1212119,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1213401,11 +1212926,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1215531,12 +1215051,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1217283,11 +1216797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1218097,11 +1217606,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1220228,12 +1219732,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1221921,11 +1221419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1222735,11 +1222228,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1224865,12 +1224353,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1226515,11 +1225997,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1227328,11 +1226805,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1229446,12 +1228918,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1230905,11 +1230371,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1233176,12 +1232637,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1235333,12 +1234788,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1237370,12 +1236819,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1239408,12 +1238851,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1241499,12 +1240936,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1243541,12 +1242972,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1245579,12 +1245004,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1247616,12 +1247035,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1249654,12 +1249067,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1251272,12 +1250679,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1254434,12 +1253835,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1257596,12 +1256991,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1259215,12 +1258604,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1260834,12 +1260217,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1262459,12 +1261836,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1264130,12 +1263501,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1265743,12 +1265108,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1267368,12 +1266727,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1268987,12 +1268340,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1270633,12 +1269980,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1272253,12 +1271594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1275186,12 +1274521,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1278119,12 +1277448,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1284144,12 +1283467,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1285764,12 +1285081,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1287550,12 +1286861,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1289344,12 +1288649,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1291129,12 +1290428,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1292914,12 +1292207,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1295274,12 +1294561,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1297510,12 +1296791,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1299986,12 +1299261,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1302398,12 +1301667,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1304634,12 +1303897,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1306870,12 +1306127,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1309230,12 +1308481,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1311466,12 +1310711,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1312975,12 +1312214,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1314757,12 +1313990,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1316563,12 +1315790,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1318369,12 +1317590,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1320108,10 +1319323,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -1320679,12 +1319890,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1321658,12 +1320863,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1322391,12 +1321590,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1323931,12 +1323124,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1325864,12 +1325051,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1327814,12 +1326995,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1329752,12 +1328927,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1331748,12 +1330917,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1333741,12 +1332904,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1335675,12 +1334832,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1337299,12 +1336450,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1339393,12 +1338538,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1341603,12 +1340742,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1343569,12 +1342702,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1345159,12 +1344286,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1347354,12 +1346475,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1349535,12 +1348650,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1351501,12 +1350610,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1353091,12 +1352194,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1355286,12 +1354383,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1357467,12 +1356558,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1359433,12 +1358518,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1361023,12 +1360102,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1363218,12 +1362291,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1365399,12 +1364466,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1367365,12 +1366426,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1368955,12 +1368010,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1371150,12 +1370199,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1372764,12 +1371807,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1380521,12 +1379558,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1382140,12 +1381171,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1383761,12 +1382786,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1386217,12 +1385236,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1388705,12 +1387718,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1391038,12 +1390045,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1393372,12 +1392373,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1396254,12 +1395249,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1399118,12 +1398107,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index baae32963..1059572b5 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -446,7 +446,7 @@ paths: required: false schema: type: string - - &55 + - &61 name: direction description: The direction to sort the results by. in: query @@ -649,7 +649,7 @@ paths: - vulnerable_version_range - first_patched_version - vulnerable_functions - cvss_severities: &57 + cvss_severities: &63 type: object nullable: true properties: @@ -689,7 +689,7 @@ paths: required: - vector_string - score - epss: &58 + epss: &64 type: object nullable: true readOnly: true @@ -827,7 +827,7 @@ paths: - subscriptions_url - type - url - type: &324 + type: &329 type: string description: The type of credit the user is receiving. enum: @@ -959,7 +959,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &125 + schema: &130 title: Validation Error Simple description: Validation Error Simple type: object @@ -992,7 +992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &652 + - &657 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1110,7 +1110,7 @@ paths: GitHub. type: object nullable: true - properties: &74 + properties: &80 id: description: Unique identifier of the GitHub app example: 37 @@ -1243,7 +1243,7 @@ paths: about itself. example: 5 type: integer - required: &75 + required: &81 - id - node_id - owner @@ -1548,7 +1548,7 @@ paths: schema: type: integer default: 30 - - &211 + - &216 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 @@ -1564,7 +1564,7 @@ paths: application/json: schema: type: array - items: &212 + items: &217 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1644,7 +1644,7 @@ paths: - installation_id - repository_id examples: - default: &213 + default: &218 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1703,7 +1703,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &124 + schema: &129 title: Validation Error description: Validation Error type: object @@ -1772,7 +1772,7 @@ paths: description: Response content: application/json: - schema: &214 + schema: &219 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1886,7 +1886,7 @@ paths: - request - response examples: - default: &215 + default: &220 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2087,7 +2087,7 @@ paths: parameters: - *17 - *19 - - &86 + - &92 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2670,7 +2670,7 @@ paths: suspended_at: suspended_by: headers: - Link: &61 + Link: &67 example: ; rel="next", ; rel="last" schema: @@ -2859,11 +2859,11 @@ paths: - selected repositories: type: array - items: &73 + items: &79 title: Repository description: A repository on GitHub. type: object - properties: &289 + properties: &294 id: description: Unique identifier of the repository example: 42 @@ -2883,7 +2883,7 @@ paths: title: License Simple description: License Simple type: object - properties: &82 + properties: &88 key: type: string example: mit @@ -2905,7 +2905,7 @@ paths: html_url: type: string format: uri - required: &83 + required: &89 - key - name - url @@ -3164,11 +3164,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -3304,7 +3299,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &290 + required: &295 - archive_url - assignees_url - blobs_url @@ -5090,7 +5085,7 @@ paths: responses: '202': *39 '422': *7 - '500': &115 + '500': &55 description: Internal Error content: application/json: @@ -7237,7 +7232,7 @@ paths: required: true content: application/json: - schema: &137 + schema: &142 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -7930,7 +7925,7 @@ paths: description: Response content: application/json: - schema: &185 + schema: &190 type: array description: A list of default code security configurations items: @@ -7946,7 +7941,7 @@ paths: default configuration: *49 examples: - default: &186 + default: &191 value: - default_for_new_repos: public configuration: @@ -8286,7 +8281,7 @@ paths: - *40 - *51 responses: - '204': &187 + '204': &192 description: A header with no content is returned. '400': *14 '403': *29 @@ -8413,7 +8408,7 @@ paths: default: value: default_for_new_repos: all - configuration: &184 + configuration: &189 value: id: 1325 target_type: organization @@ -8498,7 +8493,7 @@ paths: application/json: schema: type: array - items: &188 + items: &193 type: object description: Repositories associated with a code security configuration and attachment status @@ -8516,11 +8511,11 @@ paths: - failed - updating - removed_by_enterprise - repository: &60 + repository: &66 title: Simple Repository description: A GitHub repository. type: object - properties: &113 + properties: &119 id: type: integer format: int64 @@ -8747,7 +8742,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &114 + required: &120 - archive_url - assignees_url - blobs_url @@ -8799,7 +8794,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &189 + repository: &194 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8874,6 +8869,212 @@ paths: enabledForGitHubApps: false category: code-security subcategory: configurations + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": + get: + summary: Get Copilot enterprise usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day + parameters: + - *40 + - &56 + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + example: '2025-10-13' + responses: + '200': + description: Response + content: + application/json: + schema: &57 + type: object + title: Copilot Metrics 1 Day Report + description: Links to download the Copilot usage metrics report for + an enterprise/organization for a specific day. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the Copilot usage metrics report + for the enterprise/organization for the specified day. + report_day: + type: string + format: date + description: The day of the report in `YYYY-MM-DD` format. + required: + - download_links + - report_day + examples: + default: &58 + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_day: '2025-07-01' + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": + get: + summary: Get Copilot enterprise usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics + parameters: + - *40 + responses: + '200': + description: Response + content: + application/json: + schema: &59 + type: object + title: Copilot Metrics 28 Day Report + description: Links to download the latest Copilot usage metrics report + for an enterprise/organization. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the latest Copilot usage metrics + report for the enterprise/organization. + report_start_day: + type: string + format: date + description: The start date of the report period in `YYYY-MM-DD` + format. + report_end_day: + type: string + format: date + description: The end date of the report period in `YYYY-MM-DD` + format. + required: + - download_links + - report_start_day + - report_end_day + examples: + default: &60 + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_start_day: '2025-07-01' + report_end_day: '2025-07-28' + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day + parameters: + - *40 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics + parameters: + - *40 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -8893,7 +9094,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &195 + - &200 name: state in: query description: |- @@ -8902,7 +9103,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &196 + - &201 name: severity in: query description: |- @@ -8911,7 +9112,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &197 + - &202 name: ecosystem in: query description: |- @@ -8920,14 +9121,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &198 + - &203 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 - - &199 + - &204 name: epss_percentage in: query description: |- @@ -8939,7 +9140,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 - - &487 + - &492 name: has in: query description: |- @@ -8953,7 +9154,7 @@ paths: type: string enum: - patch - - &200 + - &205 name: assignee in: query description: |- @@ -8962,7 +9163,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &201 + - &206 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8972,7 +9173,7 @@ paths: enum: - development - runtime - - &202 + - &207 name: sort in: query description: |- @@ -8987,7 +9188,7 @@ paths: - updated - epss_percentage default: created - - *55 + - *61 - *47 - *48 - *17 @@ -8998,11 +9199,11 @@ paths: application/json: schema: type: array - items: &203 + items: &208 type: object description: A Dependabot alert. properties: - number: &174 + number: &179 type: integer description: The security alert number. readOnly: true @@ -9020,7 +9221,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &56 + package: &62 type: object description: Details for the vulnerable package. readOnly: true @@ -9064,7 +9265,7 @@ paths: - unknown - direct - transitive - security_advisory: &488 + security_advisory: &493 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9094,13 +9295,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &59 + items: &65 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *56 + package: *62 severity: type: string description: The severity of the vulnerability. @@ -9145,8 +9346,8 @@ paths: - medium - high - critical - cvss_severities: *57 - epss: *58 + cvss_severities: *63 + epss: *64 cwes: type: array description: Details for the advisory pertaining to Common @@ -9244,30 +9445,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *59 - url: &177 + security_vulnerability: *65 + url: &182 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &178 + html_url: &183 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &175 + created_at: &180 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &176 + updated_at: &181 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &180 + dismissed_at: &185 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9297,21 +9498,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &179 + fixed_at: &184 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &489 + auto_dismissed_at: &494 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &490 + dismissal_request: &495 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -9354,7 +9555,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *60 + repository: *66 required: - number - state @@ -9373,7 +9574,7 @@ paths: - repository additionalProperties: false examples: - default: &204 + default: &209 value: - number: 2 state: dismissed @@ -9742,7 +9943,7 @@ paths: application/json: schema: type: array - items: &62 + items: &68 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -9813,7 +10014,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -9886,9 +10087,9 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: &70 + default: &76 value: id: 1 name: Justice League @@ -9917,7 +10118,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *40 - - &63 + - &69 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -9936,7 +10137,7 @@ paths: type: array items: *4 examples: - default: &64 + default: &70 value: - login: octocat id: 1 @@ -9957,7 +10158,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9975,7 +10176,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10006,7 +10207,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10024,7 +10225,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10055,7 +10256,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10073,8 +10274,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *40 - - *63 - - &65 + - *69 + - &71 name: username description: The handle for the GitHub user account. in: path @@ -10088,7 +10289,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &66 + exampleKey1: &72 value: login: octocat id: 1 @@ -10124,8 +10325,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *40 - - *63 - - *65 + - *69 + - *71 responses: '201': description: Successfully added team member @@ -10133,7 +10334,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *66 + exampleKey1: *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10151,8 +10352,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *40 - - *63 - - *65 + - *69 + - *71 responses: '204': description: Response @@ -10174,7 +10375,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *40 - - *63 + - *69 - *17 - *19 responses: @@ -10184,11 +10385,11 @@ paths: application/json: schema: type: array - items: &67 + items: &73 title: Organization Simple description: A GitHub organization. type: object - properties: &191 + properties: &196 login: type: string example: github @@ -10229,7 +10430,7 @@ paths: type: string example: A great organization nullable: true - required: &192 + required: &197 - login - url - id @@ -10243,7 +10444,7 @@ paths: - avatar_url - description examples: - default: &68 + default: &74 value: login: github id: 1 @@ -10274,7 +10475,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10302,9 +10503,9 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: &110 + default: &116 value: - login: github id: 1 @@ -10335,7 +10536,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10376,8 +10577,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *40 - - *63 - - &69 + - *69 + - &75 name: org description: The organization name. The name is not case sensitive. in: path @@ -10389,9 +10590,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *67 + schema: *73 examples: - default: *68 + default: *74 '404': description: The team is not assigned to the organization x-github: @@ -10410,16 +10611,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *40 - - *63 - *69 + - *75 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *67 + schema: *73 examples: - default: *68 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10436,8 +10637,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *40 - - *63 - *69 + - *75 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -10461,7 +10662,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *40 - - &71 + - &77 name: team_slug description: The slug of the team name. in: path @@ -10473,11 +10674,11 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: *70 + default: *76 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -10495,7 +10696,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *40 - - *71 + - *77 requestBody: required: true content: @@ -10550,11 +10751,11 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: *70 + default: *76 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -10575,7 +10776,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *40 - - *71 + - *77 responses: '204': description: Response @@ -10613,7 +10814,7 @@ paths: application/json: schema: type: array - items: &105 + items: &111 title: Event description: Event type: object @@ -10623,7 +10824,7 @@ paths: type: type: string nullable: true - actor: &72 + actor: &78 title: Actor description: Actor type: object @@ -10663,7 +10864,7 @@ paths: - id - name - url - org: *72 + org: *78 payload: oneOf: - title: CreateEvent @@ -10709,7 +10910,7 @@ paths: properties: action: type: string - discussion: &746 + discussion: &751 title: Discussion description: A Discussion in a repository. type: object @@ -10996,7 +11197,7 @@ paths: - id labels: type: array - items: &78 + items: &84 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -11071,12 +11272,12 @@ paths: properties: action: type: string - issue: &79 + issue: &85 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &541 + properties: &546 id: type: integer format: int64 @@ -11182,7 +11383,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &273 + properties: &278 url: type: string format: uri @@ -11252,7 +11453,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &274 + required: &279 - closed_issues - creator - description @@ -11331,7 +11532,7 @@ paths: timeline_url: type: string format: uri - type: &236 + type: &241 title: Issue Type description: The type of issue. type: object @@ -11381,7 +11582,7 @@ paths: - node_id - name - description - repository: *73 + repository: *79 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -11392,9 +11593,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - author_association: &76 + properties: *80 + required: *81 + author_association: &82 title: author_association type: string example: OWNER @@ -11409,7 +11610,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &77 + reactions: &83 title: Reaction Rollup type: object properties: @@ -11445,7 +11646,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &664 + sub_issues_summary: &669 title: Sub-issues Summary type: object properties: @@ -11470,7 +11671,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &80 + properties: &86 id: description: Unique identifier of the issue comment example: 42 @@ -11513,7 +11714,7 @@ paths: issue_url: type: string format: uri - author_association: *76 + author_association: *82 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -11524,15 +11725,15 @@ paths: class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - reactions: *77 + properties: *80 + required: *81 + reactions: *83 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &563 + properties: &568 pinned_at: type: string format: date-time @@ -11544,11 +11745,11 @@ paths: properties: *20 required: *21 nullable: true - required: &564 + required: &569 - pinned_at - pinned_by nullable: true - required: &81 + required: &87 - id - node_id - html_url @@ -11558,7 +11759,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &665 + issue_dependencies_summary: &670 title: Issue Dependencies Summary type: object properties: @@ -11577,7 +11778,7 @@ paths: - total_blocking issue_field_values: type: array - items: &548 + items: &553 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11638,7 +11839,7 @@ paths: - node_id - data_type - value - required: &542 + required: &547 - closed_at - comments - comments_url @@ -11662,10 +11863,10 @@ paths: assignees: type: array items: *4 - label: *78 + label: *84 labels: type: array - items: *78 + items: *84 required: - action - issue @@ -11674,14 +11875,14 @@ paths: properties: action: type: string - issue: *79 - comment: &537 + issue: *85 + comment: &542 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 required: - action - issue @@ -11839,8 +12040,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -11856,8 +12055,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true allow_forking: type: boolean @@ -11946,7 +12145,7 @@ paths: type: string number: type: integer - pull_request: &84 + pull_request: &90 title: Pull Request Minimal type: object properties: @@ -12017,10 +12216,10 @@ paths: assignees: type: array items: *4 - label: *78 + label: *84 labels: type: array - items: *78 + items: *84 required: - action - number @@ -12030,7 +12229,7 @@ paths: properties: action: type: string - pull_request: *84 + pull_request: *90 comment: type: object properties: @@ -12281,7 +12480,7 @@ paths: - pull_request updated_at: type: string - pull_request: *84 + pull_request: *90 required: - action - review @@ -12330,7 +12529,7 @@ paths: updated_at: type: string format: date-time - reactions: *77 + reactions: *83 required: - action - comment @@ -12341,7 +12540,7 @@ paths: type: string release: allOf: - - &597 + - &602 title: Release description: A release. type: object @@ -12412,7 +12611,7 @@ paths: author: *4 assets: type: array - items: &598 + items: &603 title: Release Asset description: Data related to a release. type: object @@ -12487,7 +12686,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *77 + reactions: *83 required: - assets_url - upload_url @@ -12579,7 +12778,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': &116 + '503': &121 description: Service unavailable content: application/json: @@ -12672,7 +12871,7 @@ paths: _links: type: object properties: - timeline: &85 + timeline: &91 title: Link With Type description: Hypermedia Link with Type type: object @@ -12684,17 +12883,17 @@ paths: required: - href - type - user: *85 - security_advisories: *85 - current_user: *85 - current_user_public: *85 - current_user_actor: *85 - current_user_organization: *85 + user: *91 + security_advisories: *91 + current_user: *91 + current_user_public: *91 + current_user_actor: *91 + current_user_organization: *91 current_user_organizations: type: array - items: *85 - repository_discussions: *85 - repository_discussions_category: *85 + items: *91 + repository_discussions: *91 + repository_discussions_category: *91 required: - timeline - user @@ -12756,7 +12955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *86 + - *92 - *17 - *19 responses: @@ -12766,7 +12965,7 @@ paths: application/json: schema: type: array - items: &87 + items: &93 title: Base Gist description: Base Gist type: object @@ -12851,7 +13050,7 @@ paths: - created_at - updated_at examples: - default: &88 + default: &94 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -12896,7 +13095,7 @@ paths: site_admin: false truncated: false headers: - Link: *61 + Link: *67 '304': *37 '403': *29 x-github: @@ -12972,7 +13171,7 @@ paths: description: Response content: application/json: - schema: &89 + schema: &95 title: Gist Simple description: Gist Simple type: object @@ -13140,7 +13339,7 @@ paths: truncated: type: boolean examples: - default: &90 + default: &96 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -13244,7 +13443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *86 + - *92 - *17 - *19 responses: @@ -13254,11 +13453,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '403': *29 @@ -13278,7 +13477,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *86 + - *92 - *17 - *19 responses: @@ -13288,11 +13487,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '401': *25 '304': *37 '403': *29 @@ -13318,7 +13517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &91 + - &97 name: gist_id description: The unique identifier of the gist. in: path @@ -13330,10 +13529,10 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - default: *90 - '403': &94 + default: *96 + '403': &100 description: Forbidden Gist content: application/json: @@ -13381,7 +13580,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *91 + - *97 requestBody: required: true content: @@ -13441,9 +13640,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - updateGist: *90 + updateGist: *96 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -13601,7 +13800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -13630,7 +13829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *91 + - *97 - *17 - *19 responses: @@ -13640,7 +13839,7 @@ paths: application/json: schema: type: array - items: &92 + items: &98 title: Gist Comment description: A comment made to a gist. type: object @@ -13675,7 +13874,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *76 + author_association: *82 required: - url - id @@ -13715,7 +13914,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -13740,7 +13939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *91 + - *97 requestBody: required: true content: @@ -13765,9 +13964,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: &93 + default: &99 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -13825,8 +14024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *91 - - &95 + - *97 + - &101 name: comment_id description: The unique identifier of the comment. in: path @@ -13839,12 +14038,12 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *93 + default: *99 '304': *37 '404': *6 - '403': *94 + '403': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13866,8 +14065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *91 - - *95 + - *97 + - *101 requestBody: required: true content: @@ -13892,9 +14091,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *93 + default: *99 '404': *6 x-github: githubCloudOnly: false @@ -13911,8 +14110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *91 - - *95 + - *97 + - *101 responses: '204': description: Response @@ -13935,7 +14134,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *91 + - *97 - *17 - *19 responses: @@ -14036,7 +14235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *91 + - *97 - *17 - *19 responses: @@ -14046,7 +14245,7 @@ paths: application/json: schema: type: array - items: *89 + items: *95 examples: default: value: @@ -14092,7 +14291,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 '304': *37 '403': *29 @@ -14111,13 +14310,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *91 + - *97 responses: '201': description: Response content: application/json: - schema: *87 + schema: *93 examples: default: value: @@ -14188,7 +14387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *91 + - *97 responses: '204': description: Response if gist is starred @@ -14218,7 +14417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -14240,7 +14439,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -14269,7 +14468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *91 + - *97 - name: sha in: path required: true @@ -14280,9 +14479,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - default: *90 + default: *96 '422': *15 '404': *6 '403': *29 @@ -14443,7 +14642,7 @@ paths: type: array items: allOf: - - *73 + - *79 repository_selection: type: string example: selected @@ -14566,7 +14765,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '403': *29 '304': *37 '401': *25 @@ -14650,7 +14849,7 @@ paths: - closed - all default: open - - &239 + - &244 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -14668,8 +14867,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - name: collab in: query required: false @@ -14699,9 +14898,9 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: &240 + default: &245 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14946,7 +15145,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '404': *6 @@ -14985,8 +15184,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 examples: default: value: @@ -15271,7 +15470,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &96 + X-CommonMarker-Version: &102 example: 0.17.4 schema: type: string @@ -15326,7 +15525,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *96 + X-CommonMarker-Version: *102 content: text/html: schema: @@ -15355,7 +15554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &99 + - &105 name: account_id description: account_id parameter in: path @@ -15367,7 +15566,7 @@ paths: description: Response content: application/json: - schema: &98 + schema: &104 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -15397,7 +15596,7 @@ paths: nullable: true id: type: integer - plan: &97 + plan: &103 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -15486,7 +15685,7 @@ paths: nullable: true updated_at: type: string - plan: *97 + plan: *103 required: - url - id @@ -15494,7 +15693,7 @@ paths: - login - marketplace_purchase examples: - default: &100 + default: &106 value: url: https://api.github.com/orgs/github type: Organization @@ -15579,9 +15778,9 @@ paths: application/json: schema: type: array - items: *97 + items: *103 examples: - default: &101 + default: &107 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -15599,7 +15798,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '404': *6 '401': *25 x-github: @@ -15621,14 +15820,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &102 + - &108 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &103 + - &109 name: sort description: The property to sort the results by. in: query @@ -15658,9 +15857,9 @@ paths: application/json: schema: type: array - items: *98 + items: *104 examples: - default: &104 + default: &110 value: - url: https://api.github.com/orgs/github type: Organization @@ -15711,7 +15910,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '404': *6 '422': *15 '401': *25 @@ -15734,15 +15933,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *99 + - *105 responses: '200': description: Response content: application/json: - schema: *98 + schema: *104 examples: - default: *100 + default: *106 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -15774,11 +15973,11 @@ paths: application/json: schema: type: array - items: *97 + items: *103 examples: - default: *101 + default: *107 headers: - Link: *61 + Link: *67 '401': *25 x-github: githubCloudOnly: false @@ -15799,8 +15998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *102 - - *103 + - *108 + - *109 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -15820,11 +16019,11 @@ paths: application/json: schema: type: array - items: *98 + items: *104 examples: - default: *104 + default: *110 headers: - Link: *61 + Link: *67 '401': *25 x-github: githubCloudOnly: false @@ -16086,14 +16285,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &336 + - &341 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &337 + - &342 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -16110,7 +16309,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -16155,7 +16354,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &340 + '301': &345 description: Moved permanently content: application/json: @@ -16177,7 +16376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &573 + - &578 name: all description: If `true`, show notifications marked as read. in: query @@ -16185,7 +16384,7 @@ paths: schema: type: boolean default: false - - &574 + - &579 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16194,8 +16393,8 @@ paths: schema: type: boolean default: false - - *86 - - &575 + - *92 + - &580 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: @@ -16220,18 +16419,18 @@ paths: application/json: schema: type: array - items: &106 + items: &112 title: Thread description: Thread type: object properties: id: type: string - repository: &156 + repository: &161 title: Minimal Repository description: Minimal Repository type: object - properties: &206 + properties: &211 id: type: integer format: int64 @@ -16440,8 +16639,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -16517,7 +16714,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &291 + security_and_analysis: &296 nullable: true type: object properties: @@ -16630,7 +16827,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &207 + required: &212 - archive_url - assignees_url - blobs_url @@ -16718,7 +16915,7 @@ paths: - url - subscription_url examples: - default: &576 + default: &581 value: - id: '1' repository: @@ -16800,7 +16997,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -16884,7 +17081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &107 + - &113 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -16898,7 +17095,7 @@ paths: description: Response content: application/json: - schema: *106 + schema: *112 examples: default: value: @@ -17000,7 +17197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *107 + - *113 responses: '205': description: Reset Content @@ -17022,7 +17219,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *107 + - *113 responses: '204': description: No content @@ -17045,13 +17242,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *107 + - *113 responses: '200': description: Response content: application/json: - schema: &108 + schema: &114 title: Thread Subscription description: Thread Subscription type: object @@ -17088,7 +17285,7 @@ paths: - url - subscribed examples: - default: &109 + default: &115 value: subscribed: true ignored: false @@ -17119,7 +17316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *107 + - *113 requestBody: required: false content: @@ -17140,9 +17337,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *114 examples: - default: *109 + default: *115 '304': *37 '403': *29 '401': *25 @@ -17165,7 +17362,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *107 + - *113 responses: '204': description: Response @@ -17260,9 +17457,9 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: Link: example: ; rel="next" @@ -17289,13 +17486,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &111 + schema: &117 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -17328,12 +17525,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *111 + schema: *117 examples: selected_actions: *42 responses: @@ -17362,13 +17559,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &112 + schema: &118 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -17401,12 +17598,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *112 + schema: *118 examples: selected_actions: *44 responses: @@ -17435,7 +17632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *69 + - *75 - name: page in: query description: The page number of results to fetch. @@ -17479,8 +17676,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *113 - required: *114 + properties: *119 + required: *120 nullable: true additionalProperties: false examples: @@ -17586,7 +17783,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -17652,7 +17849,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *69 + - *75 requestBody: required: true content: @@ -17701,7 +17898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *69 + - *75 - name: page description: The page number of the results to fetch. in: query @@ -17852,7 +18049,7 @@ paths: total_count: 3 '404': *6 '403': *29 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17873,8 +18070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *69 - - &117 + - *75 + - &122 name: budget_id description: The ID corresponding to the budget. in: path @@ -17970,8 +18167,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17991,8 +18188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *69 - - *117 + - *75 + - *122 requestBody: required: true content: @@ -18183,8 +18380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *69 - - *117 + - *75 + - *122 responses: '200': description: Response when deleting a budget @@ -18210,8 +18407,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18231,8 +18428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *69 - - &118 + - *75 + - &123 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -18241,7 +18438,7 @@ paths: required: false schema: type: integer - - &120 + - &125 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -18250,7 +18447,7 @@ paths: required: false schema: type: integer - - &119 + - &124 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -18265,14 +18462,14 @@ paths: required: false schema: type: string - - &721 + - &726 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &121 + - &126 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -18388,8 +18585,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18409,9 +18606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *69 - - *118 - - &722 + - *75 + - *123 + - &727 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -18420,7 +18617,7 @@ paths: required: false schema: type: integer - - *119 + - *124 responses: '200': description: Billing usage report response for an organization @@ -18495,8 +18692,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18519,19 +18716,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *69 - - *118 - - *120 - - *119 - - &723 + - *75 + - *123 + - *125 + - *124 + - &728 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *121 - - &724 + - *126 + - &729 name: sku description: The SKU to query for usage. in: query @@ -18641,8 +18838,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18668,13 +18865,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &122 + schema: &127 title: Organization Full description: Organization Full type: object @@ -18988,7 +19185,7 @@ paths: - updated_at - archived_at examples: - default-response: &123 + default-response: &128 value: login: github id: 1 @@ -19087,7 +19284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *69 + - *75 requestBody: required: false content: @@ -19299,17 +19496,17 @@ paths: description: Response content: application/json: - schema: *122 + schema: *127 examples: - default: *123 + default: *128 '422': description: Validation failed content: application/json: schema: oneOf: - - *124 - - *125 + - *129 + - *130 '409': *54 x-github: githubCloudOnly: false @@ -19333,7 +19530,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *69 + - *75 responses: '202': *39 '404': *6 @@ -19359,7 +19556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -19385,7 +19582,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19406,7 +19603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -19424,7 +19621,7 @@ paths: type: integer repository_cache_usages: type: array - items: &347 + items: &352 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -19459,7 +19656,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19479,7 +19676,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -19497,7 +19694,7 @@ paths: type: integer runners: type: array - items: &126 + items: &131 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -19551,7 +19748,7 @@ paths: - display_name - source nullable: true - machine_size_details: &134 + machine_size_details: &139 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -19647,7 +19844,7 @@ paths: - public_ip_enabled - platform examples: - default: &155 + default: &160 value: total_count: 2 runners: @@ -19689,7 +19886,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19707,7 +19904,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -19784,9 +19981,9 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: &135 + default: &140 value: id: 5 name: My hosted ubuntu runner @@ -19827,7 +20024,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -19843,7 +20040,7 @@ paths: type: integer images: type: array - items: &127 + items: &132 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -19894,7 +20091,7 @@ paths: - latest_version - state examples: - default: &129 + default: &134 value: total_count: 2 image_versions: @@ -19925,8 +20122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *69 - - &128 + - *75 + - &133 name: image_definition_id description: Image definition ID of custom image in: path @@ -19938,7 +20135,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *132 examples: default: value: @@ -19968,8 +20165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *69 - - *128 + - *75 + - *133 responses: '204': description: Response @@ -19992,8 +20189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *128 - - *69 + - *133 + - *75 responses: '200': description: Response @@ -20009,7 +20206,7 @@ paths: type: integer image_versions: type: array - items: &130 + items: &135 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -20042,7 +20239,7 @@ paths: - created_on - state_details examples: - default: *129 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20062,9 +20259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *69 - - *128 - - &131 + - *75 + - *133 + - &136 name: version description: Version of a custom image in: path @@ -20077,7 +20274,7 @@ paths: description: Response content: application/json: - schema: *130 + schema: *135 examples: default: value: @@ -20103,9 +20300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *69 - - *128 - - *131 + - *75 + - *133 + - *136 responses: '204': description: Response @@ -20126,7 +20323,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20142,7 +20339,7 @@ paths: type: integer images: type: array - items: &132 + items: &137 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -20178,7 +20375,7 @@ paths: - display_name - source examples: - default: &133 + default: &138 value: id: ubuntu-20.04 platform: linux-x64 @@ -20202,7 +20399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20218,9 +20415,9 @@ paths: type: integer images: type: array - items: *132 + items: *137 examples: - default: *133 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20237,7 +20434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20290,7 +20487,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20306,7 +20503,7 @@ paths: type: integer machine_specs: type: array - items: *134 + items: *139 examples: default: value: @@ -20331,7 +20528,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20375,8 +20572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *69 - - &136 + - *75 + - &141 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -20388,11 +20585,11 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20410,8 +20607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *69 - - *136 + - *75 + - *141 requestBody: required: true content: @@ -20463,9 +20660,9 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -20481,16 +20678,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *69 - - *136 + - *75 + - *141 responses: '202': description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20510,7 +20707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -20543,12 +20740,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *137 + schema: *142 examples: default: *46 responses: @@ -20582,7 +20779,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *69 + - *75 - name: custom_property_name in: path required: true @@ -20615,13 +20812,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *69 + - *75 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &138 + schema: &143 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -20635,7 +20832,7 @@ paths: required: - include_claim_keys examples: - default: &139 + default: &144 value: include_claim_keys: - repo @@ -20657,20 +20854,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *138 + schema: *143 examples: - default: *139 + default: *144 responses: '201': description: Empty response content: application/json: - schema: &165 + schema: &170 title: Empty Object description: An object without any properties. type: object @@ -20700,7 +20897,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20709,7 +20906,7 @@ paths: schema: type: object properties: - enabled_repositories: &140 + enabled_repositories: &145 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -20722,7 +20919,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &141 + allowed_actions: &146 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -20730,12 +20927,12 @@ paths: - all - local_only - selected - selected_actions_url: &353 + selected_actions_url: &358 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` is set to `selected`. - sha_pinning_required: &142 + sha_pinning_required: &147 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -20766,7 +20963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -20777,9 +20974,9 @@ paths: schema: type: object properties: - enabled_repositories: *140 - allowed_actions: *141 - sha_pinning_required: *142 + enabled_repositories: *145 + allowed_actions: *146 + sha_pinning_required: *147 required: - enabled_repositories examples: @@ -20807,13 +21004,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &357 + schema: &362 type: object properties: days: @@ -20850,12 +21047,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &358 + schema: &363 type: object properties: days: @@ -20892,13 +21089,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &143 + schema: &148 type: object properties: approval_policy: @@ -20912,7 +21109,7 @@ paths: required: - approval_policy examples: - default: &359 + default: &364 value: approval_policy: first_time_contributors '404': *6 @@ -20933,7 +21130,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -20943,7 +21140,7 @@ paths: required: true content: application/json: - schema: *143 + schema: *148 examples: default: summary: Set approval policy to first time contributors @@ -20965,13 +21162,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &360 + schema: &365 type: object required: - run_workflows_from_fork_pull_requests @@ -20997,7 +21194,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &144 + default: &149 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -21020,12 +21217,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &361 + schema: &366 type: object required: - run_workflows_from_fork_pull_requests @@ -21048,7 +21245,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *144 + default: *149 responses: '204': description: Empty response for successful settings update @@ -21078,7 +21275,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -21096,9 +21293,9 @@ paths: type: number repositories: type: array - items: *73 + items: *79 examples: - default: &148 + default: &153 value: total_count: 1 repositories: @@ -21238,7 +21435,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21282,8 +21479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *69 - - &145 + - *75 + - &150 name: repository_id description: The unique identifier of the repository. in: path @@ -21311,8 +21508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -21335,13 +21532,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &146 + schema: &151 type: object properties: github_owned_allowed: @@ -21363,7 +21560,7 @@ paths: items: type: string examples: - default: &147 + default: &152 value: github_owned_allowed: true verified_allowed: false @@ -21388,7 +21585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21396,9 +21593,9 @@ paths: required: false content: application/json: - schema: *146 + schema: *151 examples: - selected_actions: *147 + selected_actions: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21418,7 +21615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -21466,7 +21663,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -21513,7 +21710,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -21528,9 +21725,9 @@ paths: type: integer repositories: type: array - items: *73 + items: *79 examples: - default: *148 + default: *153 '403': *29 '404': *6 x-github: @@ -21550,7 +21747,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -21598,8 +21795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No content @@ -21625,8 +21822,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No content @@ -21654,23 +21851,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &362 + schema: &367 type: object properties: - default_workflow_permissions: &149 + default_workflow_permissions: &154 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &150 + can_approve_pull_request_reviews: &155 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -21678,7 +21875,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &151 + default: &156 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -21703,7 +21900,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Success response @@ -21711,13 +21908,13 @@ paths: required: false content: application/json: - schema: &363 + schema: &368 type: object properties: - default_workflow_permissions: *149 - can_approve_pull_request_reviews: *150 + default_workflow_permissions: *154 + can_approve_pull_request_reviews: *155 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21737,7 +21934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *69 + - *75 - *17 - *19 - name: visible_to_repository @@ -21762,7 +21959,7 @@ paths: type: number runner_groups: type: array - items: &152 + items: &157 type: object properties: id: @@ -21878,7 +22075,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -21950,9 +22147,9 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: &154 + default: &159 value: id: 2 name: octo-runner-group @@ -21987,8 +22184,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *69 - - &153 + - *75 + - &158 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -22000,7 +22197,7 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: default: value: @@ -22036,8 +22233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -22091,9 +22288,9 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *154 + default: *159 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22112,8 +22309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *69 - - *153 + - *75 + - *158 responses: '204': description: Response @@ -22136,8 +22333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *17 - *19 responses: @@ -22155,11 +22352,11 @@ paths: type: number runners: type: array - items: *126 + items: *131 examples: - default: *155 + default: *160 headers: - Link: *61 + Link: *67 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22179,8 +22376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *19 - *17 responses: @@ -22198,9 +22395,9 @@ paths: type: number repositories: type: array - items: *156 + items: *161 examples: - default: &194 + default: &199 value: total_count: 1 repositories: @@ -22452,8 +22649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -22497,9 +22694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 - - *145 + - *75 + - *158 + - *150 responses: '204': description: Response @@ -22521,9 +22718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 - - *145 + - *75 + - *158 + - *150 responses: '204': description: Response @@ -22546,8 +22743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *17 - *19 responses: @@ -22565,7 +22762,7 @@ paths: type: number runners: type: array - items: &158 + items: &163 title: Self hosted runners description: A self hosted runner type: object @@ -22594,7 +22791,7 @@ paths: type: boolean labels: type: array - items: &161 + items: &166 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -22624,7 +22821,7 @@ paths: - busy - labels examples: - default: &159 + default: &164 value: total_count: 2 runners: @@ -22664,7 +22861,7 @@ paths: name: no-gpu type: custom headers: - Link: *61 + Link: *67 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22683,8 +22880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -22728,9 +22925,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *69 - - *153 - - &157 + - *75 + - *158 + - &162 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -22758,9 +22955,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *69 - - *153 - - *157 + - *75 + - *158 + - *162 responses: '204': description: Response @@ -22790,7 +22987,7 @@ paths: in: query schema: type: string - - *69 + - *75 - *17 - *19 responses: @@ -22808,11 +23005,11 @@ paths: type: integer runners: type: array - items: *158 + items: *163 examples: - default: *159 + default: *164 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22834,7 +23031,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -22842,7 +23039,7 @@ paths: application/json: schema: type: array - items: &364 + items: &369 title: Runner Application description: Runner Application type: object @@ -22867,7 +23064,7 @@ paths: - download_url - filename examples: - default: &365 + default: &370 value: - os: osx architecture: x64 @@ -22910,7 +23107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -22953,7 +23150,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &366 + '201': &371 description: Response content: application/json: @@ -22963,7 +23160,7 @@ paths: - runner - encoded_jit_config properties: - runner: *158 + runner: *163 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -23020,13 +23217,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *69 + - *75 responses: '201': description: Response content: application/json: - schema: &160 + schema: &165 title: Authentication Token description: Authentication Token type: object @@ -23048,7 +23245,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *73 + items: *79 single_file: type: string example: config.yaml @@ -23064,7 +23261,7 @@ paths: - token - expires_at examples: - default: &367 + default: &372 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -23095,15 +23292,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *69 + - *75 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: &368 + default: &373 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -23128,16 +23325,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: '200': description: Response content: application/json: - schema: *158 + schema: *163 examples: - default: &369 + default: &374 value: id: 23 name: MBP @@ -23178,8 +23375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: '204': description: Response @@ -23205,10 +23402,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: - '200': &162 + '200': &167 description: Response content: application/json: @@ -23222,7 +23419,7 @@ paths: type: integer labels: type: array - items: *161 + items: *166 examples: default: value: @@ -23261,8 +23458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 requestBody: required: true content: @@ -23286,7 +23483,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23310,8 +23507,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 requestBody: required: true content: @@ -23336,7 +23533,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23360,10 +23557,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: - '200': &370 + '200': &375 description: Response content: application/json: @@ -23377,7 +23574,7 @@ paths: type: integer labels: type: array - items: *161 + items: *166 examples: default: value: @@ -23418,9 +23615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 - - &371 + - *75 + - *162 + - &376 name: name description: The name of a self-hosted runner's custom label. in: path @@ -23428,7 +23625,7 @@ paths: schema: type: string responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23453,7 +23650,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -23471,7 +23668,7 @@ paths: type: integer secrets: type: array - items: &163 + items: &168 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -23521,7 +23718,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23544,13 +23741,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &383 + schema: &388 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -23579,7 +23776,7 @@ paths: - key_id - key examples: - default: &384 + default: &389 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23604,8 +23801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *69 - - &164 + - *75 + - &169 name: secret_name description: The name of the secret. in: path @@ -23617,7 +23814,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *168 examples: default: value: @@ -23647,8 +23844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -23705,7 +23902,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -23731,8 +23928,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -23758,8 +23955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -23777,9 +23974,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: &168 + default: &173 value: total_count: 1 repositories: @@ -23871,8 +24068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -23924,8 +24121,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -23958,8 +24155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -23991,8 +24188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *69 - - &352 + - *75 + - &357 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/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -24016,7 +24213,7 @@ paths: type: integer variables: type: array - items: &166 + items: &171 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -24080,7 +24277,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24101,7 +24298,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *69 + - *75 requestBody: required: true content: @@ -24149,7 +24346,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -24174,8 +24371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *69 - - &167 + - *75 + - &172 name: name description: The name of the variable. in: path @@ -24187,7 +24384,7 @@ paths: description: Response content: application/json: - schema: *166 + schema: *171 examples: default: value: @@ -24217,8 +24414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 requestBody: required: true content: @@ -24280,8 +24477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 responses: '204': description: Response @@ -24307,8 +24504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - *19 - *17 responses: @@ -24326,9 +24523,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 '409': description: Response when the visibility of the variable is not set to `selected` @@ -24354,8 +24551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 requestBody: required: true content: @@ -24404,8 +24601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - name: repository_id in: path required: true @@ -24439,8 +24636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - name: repository_id in: path required: true @@ -24481,7 +24678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *69 + - *75 requestBody: required: true content: @@ -24597,7 +24794,7 @@ paths: type: integer deployment_records: type: array - items: &169 + items: &174 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -24641,7 +24838,7 @@ paths: with the deployment record. nullable: true examples: - default: &170 + default: &175 value: total_count: 1 deployment_records: @@ -24656,6 +24853,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24676,7 +24875,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *69 + - *75 - name: cluster in: path description: The cluster name. @@ -24812,9 +25011,11 @@ paths: type: integer deployment_records: type: array - items: *169 + items: *174 examples: - default: *170 + default: *175 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24834,7 +25035,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *69 + - *75 requestBody: required: true content: @@ -24969,6 +25170,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24986,7 +25189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *69 + - *75 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -25011,9 +25214,9 @@ paths: type: integer deployment_records: type: array - items: *169 + items: *174 examples: - default: *170 + default: *175 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25033,7 +25236,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *69 + - *75 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25118,7 +25321,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 requestBody: required: true content: @@ -25142,12 +25345,12 @@ paths: required: - subject_digests examples: - default: &703 + default: &708 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &704 + withPredicateType: &709 value: subject_digests: - sha256:abc123 @@ -25191,7 +25394,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &705 + default: &710 value: attestations_subject_digests: - sha256:abc: @@ -25300,7 +25503,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *69 + - *75 requestBody: required: true content: @@ -25365,7 +25568,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *69 + - *75 - name: subject_digest description: Subject Digest in: path @@ -25400,7 +25603,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -25448,7 +25651,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *69 + - *75 - name: attestation_id description: Attestation ID in: path @@ -25486,7 +25689,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25524,7 +25727,7 @@ paths: initiator: type: string examples: - default: &397 + default: &402 value: attestations: - bundle: @@ -25631,7 +25834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -25643,7 +25846,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25662,8 +25865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: If the user is blocked @@ -25688,8 +25891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -25709,8 +25912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -25735,15 +25938,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *69 + - *75 - *19 - *17 - - *55 + - *61 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &171 + schema: &176 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -25769,7 +25972,7 @@ paths: application/json: schema: type: array - items: &172 + items: &177 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -25800,7 +26003,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &193 + items: &198 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -25875,7 +26078,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &251 + properties: &256 id: description: Unique identifier of the team type: integer @@ -25947,7 +26150,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &252 + required: &257 - id - node_id - url @@ -25990,7 +26193,7 @@ paths: type: string format: date-time nullable: true - state: *171 + state: *176 contact_link: description: The contact link of the campaign. type: string @@ -26085,9 +26288,9 @@ paths: closed_at: state: open headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26111,7 +26314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -26210,9 +26413,9 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: &173 + default: &178 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -26261,7 +26464,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26283,7 +26486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -26295,16 +26498,16 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: *173 + default: *178 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26325,7 +26528,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -26374,7 +26577,7 @@ paths: type: string format: uri nullable: true - state: *171 + state: *176 examples: default: value: @@ -26384,9 +26587,9 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: *173 + default: *178 '400': description: Bad Request content: @@ -26398,7 +26601,7 @@ paths: content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26419,7 +26622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -26430,7 +26633,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26452,18 +26655,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *69 - - &422 + - *75 + - &427 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`, but not both. in: query required: false - schema: &181 + schema: &186 type: string description: The name of the tool used to generate the code scanning analysis. - - &423 + - &428 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 @@ -26471,7 +26674,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &182 + schema: &187 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, @@ -26480,13 +26683,13 @@ paths: - *48 - *19 - *17 - - *55 + - *61 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &425 + schema: &430 type: string description: State of a code scanning alert. enum: @@ -26509,7 +26712,7 @@ paths: be returned. in: query required: false - schema: &426 + schema: &431 type: string description: Severity of a code scanning alert. enum: @@ -26538,18 +26741,18 @@ paths: items: type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: &427 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: &432 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &183 + state: &188 type: string description: State of a code scanning alert. nullable: true @@ -26557,7 +26760,7 @@ paths: - open - dismissed - fixed - fixed_at: *179 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -26565,8 +26768,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: &428 + dismissed_at: *185 + dismissed_reason: &433 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -26575,13 +26778,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &429 + dismissed_comment: &434 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &430 + rule: &435 type: object properties: id: @@ -26634,42 +26837,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &431 + tool: &436 type: object properties: - name: *181 + name: *186 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *182 - most_recent_instance: &432 + guid: *187 + most_recent_instance: &437 type: object properties: - ref: &424 + ref: &429 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &442 + analysis_key: &447 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &443 + environment: &448 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &444 + category: &449 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *183 + state: *188 commit_sha: type: string message: @@ -26677,7 +26880,7 @@ paths: properties: text: type: string - location: &445 + location: &450 type: object description: Describe a region within a file for the alert. properties: @@ -26698,7 +26901,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &446 + items: &451 type: string description: A classification of the file. For example to identify it as generated. @@ -26708,7 +26911,7 @@ paths: - generated - test - library - repository: *60 + repository: *66 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -26963,9 +27166,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26987,7 +27190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *69 + - *75 - name: target_type in: query description: The target type of the code security configuration @@ -27098,7 +27301,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *69 + - *75 requestBody: required: true content: @@ -27335,7 +27538,7 @@ paths: application/json: schema: *49 examples: - default: *184 + default: *189 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27357,15 +27560,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *185 + schema: *190 examples: - default: *186 + default: *191 '304': *37 '403': *29 '404': *6 @@ -27391,7 +27594,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *69 + - *75 requestBody: required: true content: @@ -27417,7 +27620,7 @@ paths: - 32 - 91 responses: - '204': *187 + '204': *192 '400': *14 '403': *29 '404': *6 @@ -27443,7 +27646,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *69 + - *75 - *51 responses: '200': @@ -27452,7 +27655,7 @@ paths: application/json: schema: *49 examples: - default: *184 + default: *189 '304': *37 '403': *29 '404': *6 @@ -27476,7 +27679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -27749,10 +27952,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *69 + - *75 - *51 responses: - '204': *187 + '204': *192 '400': *14 '403': *29 '404': *6 @@ -27780,7 +27983,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -27844,7 +28047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -27890,7 +28093,7 @@ paths: default: value: default_for_new_repos: all - configuration: *184 + configuration: *189 '403': *29 '404': *6 x-github: @@ -27914,7 +28117,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *69 + - *75 - *51 - name: per_page description: The number of results per page (max 100). For more information, @@ -27943,13 +28146,13 @@ paths: application/json: schema: type: array - items: *188 + items: *193 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *189 + repository: *194 '403': *29 '404': *6 x-github: @@ -27973,7 +28176,7 @@ paths: parameters: - *17 - *19 - - *69 + - *75 responses: '200': description: Response @@ -27989,7 +28192,7 @@ paths: type: integer codespaces: type: array - items: &241 + items: &246 type: object title: Codespace description: A codespace. @@ -28014,12 +28217,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *156 + repository: *161 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &458 + properties: &463 name: type: string description: The name of the machine. @@ -28061,7 +28264,7 @@ paths: - ready - in_progress nullable: true - required: &459 + required: &464 - name - display_name - operating_system @@ -28266,7 +28469,7 @@ paths: - pulls_url - recent_folders examples: - default: &242 + default: &247 value: total_count: 3 codespaces: @@ -28676,7 +28879,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -28698,7 +28901,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *69 + - *75 deprecated: true requestBody: required: true @@ -28742,7 +28945,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28765,7 +28968,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *69 + - *75 deprecated: true requestBody: required: true @@ -28797,7 +29000,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28820,7 +29023,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *69 + - *75 requestBody: required: true content: @@ -28851,7 +29054,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28872,7 +29075,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -28890,7 +29093,7 @@ paths: type: integer secrets: type: array - items: &190 + items: &195 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -28929,7 +29132,7 @@ paths: - updated_at - visibility examples: - default: &460 + default: &465 value: total_count: 2 secrets: @@ -28942,7 +29145,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28961,13 +29164,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &461 + schema: &466 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -28996,7 +29199,7 @@ paths: - key_id - key examples: - default: &462 + default: &467 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29019,23 +29222,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: Response content: application/json: - schema: *190 + schema: *195 examples: - default: &464 + default: &469 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29055,8 +29258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -29111,7 +29314,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -29137,8 +29340,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -29163,8 +29366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -29182,9 +29385,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 '404': *6 x-github: githubCloudOnly: false @@ -29206,8 +29409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -29257,8 +29460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -29291,8 +29494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -29331,7 +29534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: OK @@ -29440,7 +29643,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29472,7 +29675,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *69 + - *75 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -29495,7 +29698,7 @@ paths: currently being billed. seats: type: array - items: &244 + items: &249 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -29512,15 +29715,15 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *191 - required: *192 + properties: *196 + required: *197 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *193 - - *62 + - *198 + - *68 nullable: true pending_cancellation_date: type: string @@ -29644,8 +29847,8 @@ paths: type: User site_admin: false headers: - Link: *61 - '500': *115 + Link: *67 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29678,7 +29881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -29720,7 +29923,7 @@ paths: default: value: seats_created: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29756,7 +29959,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -29798,7 +30001,7 @@ paths: default: value: seats_cancelled: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29836,7 +30039,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -29877,7 +30080,7 @@ paths: default: value: seats_created: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29913,7 +30116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -29955,7 +30158,7 @@ paths: default: value: seats_cancelled: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29991,7 +30194,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#get-copilot-coding-agent-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -30028,7 +30231,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30056,7 +30259,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-copilot-coding-agent-permissions-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -30081,7 +30284,7 @@ paths: responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30111,7 +30314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-coding-agent-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -30126,13 +30329,13 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 required: - total_count - repositories examples: - default: *194 - '500': *115 + default: *199 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30160,7 +30363,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-coding-agent-in-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -30186,7 +30389,7 @@ paths: responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30216,12 +30419,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-coding-agent-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30250,12 +30453,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-coding-agent-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30290,7 +30493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *69 + - *75 responses: '200': description: OK @@ -30310,7 +30513,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30343,7 +30546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *69 + - *75 requestBody: description: The content exclusion rules to set required: true @@ -30395,7 +30598,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30434,7 +30637,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *69 + - *75 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -30466,7 +30669,7 @@ paths: application/json: schema: type: array - items: &329 + items: &334 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -30773,7 +30976,7 @@ paths: - date additionalProperties: true examples: - default: &330 + default: &335 value: - date: '2024-06-24' total_active_users: 24 @@ -30872,10 +31075,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *115 + '500': *55 '403': *29 '404': *6 - '422': &331 + '422': &336 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -30886,6 +31089,156 @@ paths: enabledForGitHubApps: true category: copilot subcategory: copilot-metrics + "/orgs/{org}/copilot/metrics/reports/organization-1-day": + get: + summary: Get Copilot organization usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day + parameters: + - *75 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": + get: + summary: Get Copilot organization usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics + parameters: + - *75 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot organization users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day + parameters: + - *75 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot organization users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics + parameters: + - *75 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/orgs/{org}/dependabot/alerts": get: summary: List Dependabot alerts for an organization @@ -30902,12 +31255,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *69 - - *195 - - *196 - - *197 - - *198 - - *199 + - *75 + - *200 + - *201 + - *202 + - *203 + - *204 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -30937,7 +31290,7 @@ paths: enum: - patch - deployment - - *200 + - *205 - name: runtime_risk in: query description: |- @@ -30946,9 +31299,9 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *201 - - *202 - - *55 + - *206 + - *207 + - *61 - *47 - *48 - *17 @@ -30959,9 +31312,9 @@ paths: application/json: schema: type: array - items: *203 + items: *208 examples: - default: *204 + default: *209 '304': *37 '400': *14 '403': *29 @@ -30987,7 +31340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -31005,7 +31358,7 @@ paths: type: integer secrets: type: array - items: &205 + items: &210 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -31055,7 +31408,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31076,13 +31429,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &493 + schema: &498 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -31099,7 +31452,7 @@ paths: - key_id - key examples: - default: &494 + default: &499 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31122,14 +31475,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: Response content: application/json: - schema: *205 + schema: *210 examples: default: value: @@ -31157,8 +31510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -31213,7 +31566,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -31237,8 +31590,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -31262,8 +31615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -31281,9 +31634,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31304,8 +31657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -31355,8 +31708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -31387,8 +31740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -31418,7 +31771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -31426,7 +31779,7 @@ paths: application/json: schema: type: array - items: &254 + items: &259 title: Package description: A software package type: object @@ -31476,8 +31829,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *206 - required: *207 + properties: *211 + required: *212 nullable: true created_at: type: string @@ -31496,7 +31849,7 @@ paths: - created_at - updated_at examples: - default: &255 + default: &260 value: - id: 197 name: hello_docker @@ -31574,7 +31927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *69 + - *75 - *17 - *19 responses: @@ -31584,7 +31937,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: 200-response: value: @@ -31656,7 +32009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *69 + - *75 - *17 - *19 responses: @@ -31666,7 +32019,7 @@ paths: application/json: schema: type: array - items: &230 + items: &235 title: Organization Invitation description: Organization Invitation type: object @@ -31713,7 +32066,7 @@ paths: - invitation_teams_url - node_id examples: - default: &231 + default: &236 value: - id: 1 login: monalisa @@ -31746,7 +32099,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -31770,7 +32123,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *69 + - *75 - *17 - *19 responses: @@ -31780,7 +32133,7 @@ paths: application/json: schema: type: array - items: &208 + items: &213 title: Org Hook description: Org Hook type: object @@ -31868,7 +32221,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -31891,7 +32244,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *69 + - *75 requestBody: required: true content: @@ -31951,9 +32304,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *213 examples: - default: &209 + default: &214 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -32000,8 +32353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *69 - - &210 + - *75 + - &215 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. @@ -32014,9 +32367,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *213 examples: - default: *209 + default: *214 '404': *6 x-github: githubCloudOnly: false @@ -32043,8 +32396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 requestBody: required: false content: @@ -32089,7 +32442,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *213 examples: default: value: @@ -32130,8 +32483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 responses: '204': description: Response @@ -32158,8 +32511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *69 - - *210 + - *75 + - *215 responses: '200': description: Response @@ -32189,8 +32542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *69 - - *210 + - *75 + - *215 requestBody: required: false content: @@ -32240,10 +32593,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 - *17 - - *211 + - *216 responses: '200': description: Response @@ -32251,9 +32604,9 @@ paths: application/json: schema: type: array - items: *212 + items: *217 examples: - default: *213 + default: *218 '400': *14 '422': *15 x-github: @@ -32278,17 +32631,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *214 + schema: *219 examples: - default: *215 + default: *220 '400': *14 '422': *15 x-github: @@ -32313,8 +32666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 - *16 responses: '202': *39 @@ -32343,8 +32696,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *69 - - *210 + - *75 + - *215 responses: '204': description: Response @@ -32366,8 +32719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *69 - - &220 + - *75 + - &225 name: actor_type in: path description: The type of the actor @@ -32380,14 +32733,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &221 + - &226 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &216 + - &221 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`.' @@ -32395,7 +32748,7 @@ paths: required: true schema: type: string - - &217 + - &222 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) @@ -32406,7 +32759,7 @@ paths: type: string - *19 - *17 - - *55 + - *61 - name: sort description: The property to sort the results by. in: query @@ -32488,13 +32841,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *69 - - *216 - - *217 + - *75 + - *221 + - *222 - *19 - *17 - - *55 - - &226 + - *61 + - &231 name: sort description: The property to sort the results by. in: query @@ -32571,15 +32924,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *69 - - *216 - - *217 + - *75 + - *221 + - *222 responses: '200': description: Response content: application/json: - schema: &218 + schema: &223 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -32595,7 +32948,7 @@ paths: type: integer format: int64 examples: - default: &219 + default: &224 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -32615,24 +32968,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *69 - - &222 + - *75 + - &227 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *216 - - *217 + - *221 + - *222 responses: '200': description: Response content: application/json: - schema: *218 + schema: *223 examples: - default: *219 + default: *224 x-github: enabledForGitHubApps: true category: orgs @@ -32650,19 +33003,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *69 - - *216 - - *217 - - *220 + - *75 - *221 + - *222 + - *225 + - *226 responses: '200': description: Response content: application/json: - schema: *218 + schema: *223 examples: - default: *219 + default: *224 x-github: enabledForGitHubApps: true category: orgs @@ -32679,10 +33032,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *69 - - *216 - - *217 - - &223 + - *75 + - *221 + - *222 + - &228 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -32695,7 +33048,7 @@ paths: description: Response content: application/json: - schema: &224 + schema: &229 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -32711,7 +33064,7 @@ paths: type: integer format: int64 examples: - default: &225 + default: &230 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -32747,19 +33100,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *69 + - *75 + - *227 + - *221 - *222 - - *216 - - *217 - - *223 + - *228 responses: '200': description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: *225 + default: *230 x-github: enabledForGitHubApps: true category: orgs @@ -32776,20 +33129,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *69 - - *220 + - *75 + - *225 + - *226 - *221 - - *216 - - *217 - - *223 + - *222 + - *228 responses: '200': description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: *225 + default: *230 x-github: enabledForGitHubApps: true category: orgs @@ -32806,14 +33159,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *69 + - *75 + - *227 + - *221 - *222 - - *216 - - *217 - *19 - *17 - - *55 - - *226 + - *61 + - *231 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -32886,7 +33239,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *69 + - *75 responses: '200': description: Response @@ -32894,7 +33247,7 @@ paths: application/json: schema: *22 examples: - default: &532 + default: &537 value: id: 1 account: @@ -32963,7 +33316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -33033,7 +33386,7 @@ paths: suspended_at: suspended_by: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33052,7 +33405,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -33060,12 +33413,12 @@ paths: application/json: schema: anyOf: - - &228 + - &233 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &227 + limit: &232 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -33090,7 +33443,7 @@ paths: properties: {} additionalProperties: false examples: - default: &229 + default: &234 value: limit: collaborators_only origin: organization @@ -33114,18 +33467,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &533 + schema: &538 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *227 + limit: *232 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -33149,9 +33502,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *233 examples: - default: *229 + default: *234 '422': *15 x-github: githubCloudOnly: false @@ -33169,7 +33522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -33193,7 +33546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *69 + - *75 - *17 - *19 - name: role @@ -33227,11 +33580,11 @@ paths: application/json: schema: type: array - items: *230 + items: *235 examples: - default: *231 + default: *236 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -33252,7 +33605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *69 + - *75 requestBody: required: false content: @@ -33306,7 +33659,7 @@ paths: description: Response content: application/json: - schema: *230 + schema: *235 examples: default: value: @@ -33360,8 +33713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *69 - - &232 + - *75 + - &237 name: invitation_id description: The unique identifier of the invitation. in: path @@ -33391,8 +33744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *69 - - *232 + - *75 + - *237 - *17 - *19 responses: @@ -33402,9 +33755,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: &253 + default: &258 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -33420,7 +33773,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -33439,7 +33792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -33447,7 +33800,7 @@ paths: application/json: schema: type: array - items: &233 + items: &238 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -33590,7 +33943,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -33680,9 +34033,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: - default: &234 + default: &239 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -33737,8 +34090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *69 - - &235 + - *75 + - &240 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -33837,9 +34190,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: - default: *234 + default: *239 '404': *6 '422': *7 x-github: @@ -33863,10 +34216,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *69 - - *235 + - *75 + - *240 responses: - '204': *187 + '204': *192 '404': *6 '422': *7 x-github: @@ -33886,7 +34239,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -33894,7 +34247,7 @@ paths: application/json: schema: type: array - items: *236 + items: *241 examples: default: value: @@ -33932,7 +34285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -33979,9 +34332,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *241 examples: - default: &237 + default: &242 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -34013,8 +34366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *69 - - &238 + - *75 + - &243 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -34067,9 +34420,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *241 examples: - default: *237 + default: *242 '404': *6 '422': *7 x-github: @@ -34093,8 +34446,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *69 - - *238 + - *75 + - *243 responses: '204': description: Response @@ -34127,7 +34480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *69 + - *75 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -34157,7 +34510,7 @@ paths: - closed - all default: open - - *239 + - *244 - name: type description: Can be the name of an issue type. in: query @@ -34175,8 +34528,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -34186,11 +34539,11 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *240 + default: *245 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -34210,7 +34563,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *69 + - *75 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -34248,9 +34601,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -34268,8 +34621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response if requester is an organization member and user is @@ -34303,8 +34656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -34331,8 +34684,8 @@ paths: parameters: - *17 - *19 - - *69 - - *65 + - *75 + - *71 responses: '200': description: Response @@ -34348,11 +34701,11 @@ paths: type: integer codespaces: type: array - items: *241 + items: *246 examples: - default: *242 + default: *247 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -34375,9 +34728,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *69 - - *65 - - &243 + - *75 + - *71 + - &248 name: codespace_name in: path required: true @@ -34387,7 +34740,7 @@ paths: responses: '202': *39 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -34410,17 +34763,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *69 - - *65 - - *243 + - *75 + - *71 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: &457 + default: &462 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -34562,7 +34915,7 @@ paths: recent_folders: [] template: '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -34593,14 +34946,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *244 + schema: *249 examples: default: value: @@ -34644,7 +34997,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -34669,14 +35022,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '200': description: Response content: application/json: - schema: &245 + schema: &250 title: Org Membership description: Org Membership type: object @@ -34720,7 +35073,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *67 + organization: *73 user: title: Simple User description: A GitHub user. @@ -34743,7 +35096,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &246 + response-if-user-has-an-active-admin-membership-with-organization: &251 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -34815,8 +35168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 requestBody: required: false content: @@ -34844,9 +35197,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *250 examples: - response-if-user-already-had-membership-with-organization: *246 + response-if-user-already-had-membership-with-organization: *251 '422': *15 '403': *29 '451': *15 @@ -34871,8 +35224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -34897,7 +35250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *69 + - *75 - *17 - *19 - name: exclude @@ -34918,7 +35271,7 @@ paths: application/json: schema: type: array - items: &247 + items: &252 title: Migration description: A migration. type: object @@ -34959,7 +35312,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *60 + items: *66 url: type: string format: uri @@ -35155,7 +35508,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35171,7 +35524,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *69 + - *75 requestBody: required: true content: @@ -35247,7 +35600,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -35425,8 +35778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *69 - - &248 + - *75 + - &253 name: migration_id description: The unique identifier of the migration. in: path @@ -35453,7 +35806,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -35622,8 +35975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *69 - - *248 + - *75 + - *253 responses: '302': description: Response @@ -35644,8 +35997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *69 - - *248 + - *75 + - *253 responses: '204': description: Response @@ -35668,9 +36021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *69 - - *248 - - &685 + - *75 + - *253 + - &690 name: repo_name description: repo_name parameter in: path @@ -35697,8 +36050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *69 - - *248 + - *75 + - *253 - *17 - *19 responses: @@ -35708,9 +36061,9 @@ paths: application/json: schema: type: array - items: *60 + items: *66 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -35736,7 +36089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response - list of organization roles @@ -35752,7 +36105,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &250 + items: &255 title: Organization Role description: Organization roles type: object @@ -35899,8 +36252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -35925,9 +36278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *69 - - *71 - - &249 + - *75 + - *77 + - &254 name: role_id description: The unique identifier of the role. in: path @@ -35962,9 +36315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *69 - - *71 - - *249 + - *75 + - *77 + - *254 responses: '204': description: Response @@ -35989,8 +36342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -36015,9 +36368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *69 - - *65 - - *249 + - *75 + - *71 + - *254 responses: '204': description: Response @@ -36047,9 +36400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *69 - - *65 - - *249 + - *75 + - *71 + - *254 responses: '204': description: Response @@ -36077,14 +36430,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *69 - - *249 + - *75 + - *254 responses: '200': description: Response content: application/json: - schema: *250 + schema: *255 examples: default: value: @@ -36134,8 +36487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *69 - - *249 + - *75 + - *254 - *17 - *19 responses: @@ -36213,8 +36566,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *251 - required: *252 + properties: *256 + required: *257 nullable: true type: description: The ownership type of the team @@ -36246,9 +36599,9 @@ paths: - type - parent examples: - default: *253 + default: *258 headers: - Link: *61 + Link: *67 '404': description: Response if the organization or role does not exist. '422': @@ -36275,8 +36628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *69 - - *249 + - *75 + - *254 - *17 - *19 responses: @@ -36304,13 +36657,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &325 + items: &330 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *251 - required: *252 + properties: *256 + required: *257 name: nullable: true type: string @@ -36405,9 +36758,9 @@ paths: - type - url examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': description: Response if the organization or role does not exist. '422': @@ -36429,7 +36782,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *69 + - *75 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -36456,9 +36809,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36481,8 +36834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *69 - - *65 + - *75 + - *71 requestBody: required: false content: @@ -36539,8 +36892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -36597,8 +36950,8 @@ paths: - docker - nuget - container - - *69 - - &686 + - *75 + - &691 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -36634,12 +36987,12 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *255 + default: *260 '403': *29 '401': *25 - '400': &688 + '400': &693 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -36661,7 +37014,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &256 + - &261 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 @@ -36679,20 +37032,20 @@ paths: - docker - nuget - container - - &257 + - &262 name: package_name description: The name of the package. in: path required: true schema: type: string - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *254 + schema: *259 examples: default: value: @@ -36744,9 +37097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *256 - - *257 - - *69 + - *261 + - *262 + - *75 responses: '204': description: Response @@ -36778,9 +37131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *256 - - *257 - - *69 + - *261 + - *262 + - *75 - name: token description: package token schema: @@ -36812,9 +37165,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *256 - - *257 - - *69 + - *261 + - *262 + - *75 - *19 - *17 - name: state @@ -36834,7 +37187,7 @@ paths: application/json: schema: type: array - items: &258 + items: &263 title: Package Version description: A version of a software package type: object @@ -36959,10 +37312,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *256 - - *257 - - *69 - - &259 + - *261 + - *262 + - *75 + - &264 name: package_version_id description: Unique identifier of the package version. in: path @@ -36974,7 +37327,7 @@ paths: description: Response content: application/json: - schema: *258 + schema: *263 examples: default: value: @@ -37010,10 +37363,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *256 - - *257 - - *69 - - *259 + - *261 + - *262 + - *75 + - *264 responses: '204': description: Response @@ -37045,10 +37398,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *256 - - *257 - - *69 - - *259 + - *261 + - *262 + - *75 + - *264 responses: '204': description: Response @@ -37075,10 +37428,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *69 + - *75 - *17 - *19 - - &260 + - &265 name: sort description: The property by which to sort the results. in: query @@ -37088,8 +37441,8 @@ paths: enum: - created_at default: created_at - - *55 - - &261 + - *61 + - &266 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -37100,7 +37453,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &262 + - &267 name: repository description: The name of the repository to use to filter the results. in: query @@ -37108,7 +37461,7 @@ paths: schema: type: string example: Hello-World - - &263 + - &268 name: permission description: The permission to use to filter the results. in: query @@ -37116,7 +37469,7 @@ paths: schema: type: string example: issues_read - - &264 + - &269 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) @@ -37126,7 +37479,7 @@ paths: schema: type: string format: date-time - - &265 + - &270 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) @@ -37136,7 +37489,7 @@ paths: schema: type: string format: date-time - - &266 + - &271 name: token_id description: The ID of the token in: query @@ -37148,7 +37501,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -37280,7 +37633,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37300,7 +37653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *69 + - *75 requestBody: required: true content: @@ -37341,7 +37694,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -37366,7 +37719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *69 + - *75 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -37402,11 +37755,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37427,7 +37780,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *69 + - *75 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -37438,7 +37791,7 @@ paths: - *17 - *19 responses: - '500': *115 + '500': *55 '404': *6 '403': *29 '200': @@ -37447,9 +37800,9 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: &267 + default: &272 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37562,7 +37915,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37583,19 +37936,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *69 + - *75 - *17 - *19 - - *260 - - *55 - - *261 - - *262 - - *263 - - *264 - *265 + - *61 - *266 + - *267 + - *268 + - *269 + - *270 + - *271 responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -37722,7 +38075,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37742,7 +38095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *69 + - *75 requestBody: required: true content: @@ -37777,7 +38130,7 @@ paths: - 1296269 - 1296280 responses: - '500': *115 + '500': *55 '404': *6 '202': *39 '403': *29 @@ -37802,7 +38155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *69 + - *75 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -37830,9 +38183,9 @@ paths: value: action: revoke responses: - '500': *115 + '500': *55 '404': *6 - '204': *187 + '204': *192 '403': *29 '422': *15 x-github: @@ -37854,7 +38207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *69 + - *75 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -37864,7 +38217,7 @@ paths: - *17 - *19 responses: - '500': *115 + '500': *55 '404': *6 '403': *29 '200': @@ -37873,11 +38226,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *267 + default: *272 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37899,7 +38252,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -37917,7 +38270,7 @@ paths: type: integer configurations: type: array - items: &268 + items: &273 title: Organization private registry description: Private registry configuration for an organization type: object @@ -37945,6 +38298,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -37973,6 +38335,36 @@ paths: - private - selected type: string + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -37997,7 +38389,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *61 + Link: *67 '400': *14 '404': *6 x-github: @@ -38010,6 +38402,7 @@ paths: description: |2- Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -38019,7 +38412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -38069,11 +38462,14 @@ paths: description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. + endpoint. Required when `auth_type` is `token` or `username_password`. + Should be omitted for OIDC auth types. type: string pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" key_id: - description: The ID of the key you used to encrypt the secret. + description: The ID of the key you used to encrypt the secret. Required + when `auth_type` is `token` or `username_password`. Should be + omitted for OIDC auth types. type: string visibility: description: Which type of organization repositories have access @@ -38096,11 +38492,58 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. Defaults + to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or + `oidc_jfrog` for OIDC authentication. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string required: - registry_type - url - - encrypted_value - - key_id - visibility examples: org-private-registry-with-private-visibility: @@ -38127,6 +38570,15 @@ paths: selected_repository_ids: - 1296269 - 1296280 + org-private-registry-with-oidc-azure: + summary: Example of an OIDC private registry configuration using Azure + value: + registry_type: docker_registry + url: https://myregistry.azurecr.io + auth_type: oidc_azure + visibility: all + tenant_id: 12345678-1234-1234-1234-123456789012 + client_id: abcdef01-2345-6789-abcd-ef0123456789 responses: '201': description: The organization private registry configuration @@ -38160,6 +38612,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -38194,6 +38655,36 @@ paths: private registry when `visibility` is set to `selected`. items: type: integer + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -38207,7 +38698,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &269 + org-private-registry-with-selected-visibility: &274 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -38248,7 +38739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -38274,7 +38765,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -38296,16 +38787,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *268 + schema: *273 examples: - default: *269 + default: *274 '404': *6 x-github: githubCloudOnly: false @@ -38317,6 +38808,7 @@ paths: description: |2- Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -38326,8 +38818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -38401,12 +38893,71 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. This + field cannot be changed after creation. If provided, it must match + the existing `auth_type` of the configuration. To change the authentication + type, delete and recreate the configuration. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string examples: - default: + secret-based-update: + summary: Update a secret-based private registry value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' + oidc-azure-update: + summary: Update an OIDC private registry (Azure) + value: + tenant_id: 12345678-1234-1234-1234-123456789012 + visibility: selected + selected_repository_ids: + - 1296269 + - 1296280 responses: '204': description: Response @@ -38431,8 +38982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -38455,7 +39006,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *69 + - *75 - name: q description: Limit results to projects of the specified type. in: query @@ -38472,7 +39023,7 @@ paths: application/json: schema: type: array - items: &270 + items: &275 title: Projects v2 Project description: A projects v2 project type: object @@ -38542,7 +39093,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &777 + properties: &782 id: type: number description: The unique identifier of the status update. @@ -38590,7 +39141,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &778 + required: &783 - id - node_id - created_at @@ -38615,7 +39166,7 @@ paths: - deleted_at - deleted_by examples: - default: &271 + default: &276 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -38698,7 +39249,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -38718,24 +39269,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &272 + - &277 name: project_number description: The project's number. in: path required: true schema: type: integer - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: *271 + default: *276 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -38755,8 +39306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *69 - - *272 + - *75 + - *277 requestBody: required: true description: Details of the draft item to create in the project. @@ -38790,7 +39341,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &283 title: Projects v2 Item description: An item belonging to a project type: object @@ -38803,8 +39354,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *79 - - &474 + - *85 + - &479 title: Pull Request Simple description: Pull Request Simple type: object @@ -38910,8 +39461,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 nullable: true active_lock_reason: type: string @@ -38943,7 +39494,7 @@ paths: items: *4 requested_teams: type: array - items: *193 + items: *198 head: type: object properties: @@ -38951,7 +39502,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: @@ -38974,7 +39525,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: @@ -38993,7 +39544,7 @@ paths: _links: type: object properties: - comments: &275 + comments: &280 title: Link description: Hypermedia Link type: object @@ -39002,13 +39553,13 @@ paths: type: string required: - href - commits: *275 - statuses: *275 - html: *275 - issue: *275 - review_comments: *275 - review_comment: *275 - self: *275 + commits: *280 + statuses: *280 + html: *280 + issue: *280 + review_comments: *280 + review_comment: *280 + self: *280 required: - comments - commits @@ -39018,8 +39569,8 @@ paths: - review_comments - review_comment - self - author_association: *76 - auto_merge: &583 + author_association: *82 + auto_merge: &588 title: Auto merge description: The status of auto merging a pull request. type: object @@ -39119,7 +39670,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &277 + content_type: &282 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -39159,7 +39710,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &279 + draft_issue: &284 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -39233,8 +39784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *272 - - *69 + - *277 + - *75 - *17 - *47 - *48 @@ -39245,7 +39796,7 @@ paths: application/json: schema: type: array - items: &276 + items: &281 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -39395,7 +39946,7 @@ paths: - updated_at - project_url examples: - default: &708 + default: &713 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39506,7 +40057,7 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -39525,8 +40076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *272 - - *69 + - *277 + - *75 requestBody: required: true content: @@ -39572,7 +40123,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &709 + items: &714 type: object properties: name: @@ -39609,7 +40160,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &710 + iteration_configuration: &715 type: object description: The configuration for iteration fields. properties: @@ -39659,7 +40210,7 @@ paths: value: name: Due date data_type: date - single_select_field: &711 + single_select_field: &716 summary: Create a single select field value: name: Priority @@ -39686,7 +40237,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &712 + iteration_field: &717 summary: Create an iteration field value: name: Sprint @@ -39710,9 +40261,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *276 + schema: *281 examples: - text_field: &713 + text_field: &718 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -39721,7 +40272,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &714 + number_field: &719 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -39730,7 +40281,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &715 + date_field: &720 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -39739,7 +40290,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &716 + single_select_field: &721 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39773,7 +40324,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &717 + iteration_field: &722 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -39818,23 +40369,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *272 - - &718 + - *277 + - &723 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *276 + schema: *281 examples: - default: &719 + default: &724 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39869,7 +40420,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -39890,8 +40441,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *272 - - *69 + - *277 + - *75 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) for more information. @@ -39923,7 +40474,7 @@ paths: application/json: schema: type: array - items: &280 + items: &285 title: Projects v2 Item description: An item belonging to a project type: object @@ -39939,7 +40490,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: *277 + content_type: *282 content: type: object additionalProperties: true @@ -39982,7 +40533,7 @@ paths: - updated_at - archived_at examples: - default: &281 + default: &286 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -40659,7 +41210,7 @@ paths: data_type: sub_issues_progress value: headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -40679,8 +41230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *69 - - *272 + - *75 + - *277 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -40750,22 +41301,22 @@ paths: description: Response content: application/json: - schema: *278 + schema: *283 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *279 + value: *284 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *279 + value: *284 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *279 + value: *284 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *279 + value: *284 '304': *37 '403': *29 '401': *25 @@ -40785,9 +41336,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *272 - - *69 - - &282 + - *277 + - *75 + - &287 name: item_id description: The unique identifier of the project item. in: path @@ -40813,11 +41364,11 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -40836,9 +41387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *272 - - *69 - - *282 + - *277 + - *75 + - *287 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -40908,13 +41459,13 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - text_field: *281 - number_field: *281 - date_field: *281 - single_select_field: *281 - iteration_field: *281 + text_field: *286 + number_field: *286 + date_field: *286 + single_select_field: *286 + iteration_field: *286 '401': *25 '403': *29 '404': *6 @@ -40934,9 +41485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *272 - - *69 - - *282 + - *277 + - *75 + - *287 responses: '204': description: Response @@ -40959,8 +41510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *69 - - *272 + - *75 + - *277 requestBody: required: true content: @@ -41031,7 +41582,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &700 + schema: &705 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -41129,7 +41680,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &283 + value: &288 value: id: 1 number: 1 @@ -41175,10 +41726,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *283 + value: *288 roadmap_view: summary: Response for creating a roadmap view - value: *283 + value: *288 '304': *37 '403': *29 '401': *25 @@ -41206,9 +41757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *272 - - *69 - - &720 + - *277 + - *75 + - &725 name: view_number description: The number that identifies the project view. in: path @@ -41240,11 +41791,11 @@ paths: application/json: schema: type: array - items: *280 + items: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -41267,7 +41818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -41275,7 +41826,7 @@ paths: application/json: schema: type: array - items: &284 + items: &289 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -41343,7 +41894,7 @@ paths: - property_name - value_type examples: - default: &285 + default: &290 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -41392,7 +41943,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -41403,7 +41954,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *284 + items: *289 minItems: 1 maxItems: 100 required: @@ -41433,9 +41984,9 @@ paths: application/json: schema: type: array - items: *284 + items: *289 examples: - default: *285 + default: *290 '403': *29 '404': *6 x-github: @@ -41456,8 +42007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *69 - - &286 + - *75 + - &291 name: custom_property_name description: The custom property name in: path @@ -41469,9 +42020,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *289 examples: - default: &287 + default: &292 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -41505,8 +42056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *69 - - *286 + - *75 + - *291 requestBody: required: true content: @@ -41577,9 +42128,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *289 examples: - default: *287 + default: *292 '403': *29 '404': *6 x-github: @@ -41602,10 +42153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *69 - - *286 + - *75 + - *291 responses: - '204': *187 + '204': *192 '403': *29 '404': *6 x-github: @@ -41626,7 +42177,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *69 + - *75 - *17 - *19 - name: repository_query @@ -41664,7 +42215,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &288 + items: &293 title: Custom Property Value description: Custom property name and associated value type: object @@ -41703,7 +42254,7 @@ paths: - property_name: team value: octocat headers: - Link: *61 + Link: *67 '403': *29 '404': *6 x-github: @@ -41731,7 +42282,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *69 + - *75 requestBody: required: true content: @@ -41751,7 +42302,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *288 + items: *293 required: - repository_names - properties @@ -41792,7 +42343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *69 + - *75 - *17 - *19 responses: @@ -41804,9 +42355,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41823,8 +42374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response if user is a public member @@ -41848,8 +42399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -41870,8 +42421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -41895,7 +42446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *69 + - *75 - name: type description: Specifies the types of repositories you want returned. in: query @@ -41941,11 +42492,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *267 + default: *272 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41964,7 +42515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *69 + - *75 requestBody: required: true content: @@ -42145,7 +42696,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &344 title: Full Repository description: Full Repository type: object @@ -42385,9 +42936,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - type: boolean - example: true archived: type: boolean disabled: @@ -42433,8 +42981,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *289 - required: *290 + properties: *294 + required: *295 nullable: true temp_clone_token: type: string @@ -42518,8 +43066,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true organization: title: Simple User @@ -42528,8 +43076,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *73 - source: *73 + parent: *79 + source: *79 forks: type: integer master_branch: @@ -42546,7 +43094,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &479 + properties: &484 url: type: string format: uri @@ -42562,12 +43110,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &480 + required: &485 - url - key - name - html_url - security_and_analysis: *291 + security_and_analysis: *296 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -42651,7 +43199,7 @@ paths: - network_count - subscribers_count examples: - default: &341 + default: &346 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43170,10 +43718,10 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - *17 - *19 - - &605 + - &610 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43191,7 +43739,7 @@ paths: application/json: schema: type: array - items: &318 + items: &323 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -43226,7 +43774,7 @@ paths: source: type: string description: The name of the source - enforcement: &294 + enforcement: &299 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -43239,7 +43787,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &295 + items: &300 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -43309,7 +43857,7 @@ paths: conditions: nullable: true anyOf: - - &292 + - &297 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -43333,7 +43881,7 @@ paths: match. items: type: string - - &296 + - &301 title: Organization ruleset conditions type: object description: |- @@ -43347,7 +43895,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *292 + - *297 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -43381,7 +43929,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *292 + - *297 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -43403,7 +43951,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *292 + - *297 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -43416,7 +43964,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &293 + items: &298 title: Repository ruleset property targeting definition type: object @@ -43449,17 +43997,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *293 + items: *298 required: - repository_property rules: type: array - items: &606 + items: &611 title: Repository Rule type: object description: A repository rule. oneOf: - - &297 + - &302 title: creation description: Only allow users with bypass permission to create matching refs. @@ -43471,7 +44019,7 @@ paths: type: string enum: - creation - - &298 + - &303 title: update description: Only allow users with bypass permission to update matching refs. @@ -43492,7 +44040,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &299 + - &304 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -43504,7 +44052,7 @@ paths: type: string enum: - deletion - - &300 + - &305 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -43516,7 +44064,7 @@ paths: type: string enum: - required_linear_history - - &604 + - &609 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -43594,7 +44142,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &301 + - &306 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -43618,7 +44166,7 @@ paths: type: string required: - required_deployment_environments - - &302 + - &307 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -43630,7 +44178,7 @@ paths: type: string enum: - required_signatures - - &303 + - &308 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -43736,7 +44284,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &304 + - &309 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -43784,7 +44332,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &305 + - &310 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -43796,7 +44344,7 @@ paths: type: string enum: - non_fast_forward - - &306 + - &311 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -43833,7 +44381,7 @@ paths: required: - operator - pattern - - &307 + - &312 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -43870,7 +44418,7 @@ paths: required: - operator - pattern - - &308 + - &313 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -43907,7 +44455,7 @@ paths: required: - operator - pattern - - &309 + - &314 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -43944,7 +44492,7 @@ paths: required: - operator - pattern - - &310 + - &315 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -43981,7 +44529,7 @@ paths: required: - operator - pattern - - &311 + - &316 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -44006,7 +44554,7 @@ paths: type: string required: - restricted_file_paths - - &312 + - &317 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -44030,7 +44578,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &313 + - &318 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -44053,7 +44601,7 @@ paths: type: string required: - restricted_file_extensions - - &314 + - &319 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -44078,7 +44626,7 @@ paths: maximum: 100 required: - max_file_size - - &315 + - &320 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -44128,7 +44676,7 @@ paths: - repository_id required: - workflows - - &316 + - &321 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -44189,7 +44737,7 @@ paths: - tool required: - code_scanning_tools - - &317 + - &322 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -44251,7 +44799,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -44267,7 +44815,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 requestBody: description: Request body required: true @@ -44288,25 +44836,20 @@ paths: - push - repository default: branch - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *296 + items: *300 + conditions: *301 rules: type: array description: An array of rules within the ruleset. - items: &320 + items: &325 title: Repository Rule type: object description: A repository rule. oneOf: - - *297 - - *298 - - *299 - - *300 - - *301 - *302 - *303 - *304 @@ -44323,6 +44866,11 @@ paths: - *315 - *316 - *317 + - *318 + - *319 + - *320 + - *321 + - *322 required: - name - enforcement @@ -44360,9 +44908,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: &319 + default: &324 value: id: 21 name: super cool ruleset @@ -44403,7 +44951,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *115 + '500': *55 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -44417,8 +44965,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *69 - - &607 + - *75 + - &612 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 @@ -44433,7 +44981,7 @@ paths: in: query schema: type: string - - &608 + - &613 name: time_period description: |- The time period to filter by. @@ -44449,14 +44997,14 @@ paths: - week - month default: day - - &609 + - &614 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 - - &610 + - &615 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -44476,7 +45024,7 @@ paths: description: Response content: application/json: - schema: &611 + schema: &616 title: Rule Suites description: Response type: array @@ -44531,7 +45079,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &612 + default: &617 value: - id: 21 actor_id: 12 @@ -44555,7 +45103,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44574,8 +45122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *69 - - &613 + - *75 + - &618 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44591,7 +45139,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &619 title: Rule Suite description: Response type: object @@ -44690,7 +45238,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &615 + default: &620 value: id: 21 actor_id: 12 @@ -44725,7 +45273,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44751,7 +45299,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -44763,11 +45311,11 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *319 + default: *324 '404': *6 - '500': *115 + '500': *55 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -44783,7 +45331,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -44809,16 +45357,16 @@ paths: - tag - push - repository - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *296 + items: *300 + conditions: *301 rules: description: An array of rules within the ruleset. type: array - items: *320 + items: *325 examples: default: value: @@ -44853,12 +45401,12 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *319 + default: *324 '404': *6 '422': *15 - '500': *115 + '500': *55 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -44874,7 +45422,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -44885,7 +45433,7 @@ paths: '204': description: Response '404': *6 - '500': *115 + '500': *55 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -44897,7 +45445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *69 + - *75 - *17 - *19 - name: ruleset_id @@ -44913,7 +45461,7 @@ paths: application/json: schema: type: array - items: &321 + items: &326 title: Ruleset version type: object description: The historical version of a ruleset @@ -44937,7 +45485,7 @@ paths: type: string format: date-time examples: - default: &617 + default: &622 value: - version_id: 3 actor: @@ -44955,7 +45503,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44972,7 +45520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -44990,9 +45538,9 @@ paths: description: Response content: application/json: - schema: &618 + schema: &623 allOf: - - *321 + - *326 - type: object required: - state @@ -45039,7 +45587,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45061,8 +45609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *69 - - &619 + - *75 + - &624 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -45073,7 +45621,7 @@ paths: enum: - open - resolved - - &620 + - &625 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -45083,7 +45631,7 @@ paths: required: false schema: type: string - - &621 + - &626 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -45092,7 +45640,7 @@ paths: required: false schema: type: string - - &622 + - &627 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -45111,7 +45659,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &623 + - &628 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. @@ -45123,10 +45671,10 @@ paths: - created - updated default: created - - *55 + - *61 - *19 - *17 - - &624 + - &629 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -45136,7 +45684,7 @@ paths: required: false schema: type: string - - &625 + - &630 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -45146,7 +45694,7 @@ paths: required: false schema: type: string - - &626 + - &631 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -45155,7 +45703,7 @@ paths: required: false schema: type: string - - &627 + - &632 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -45164,7 +45712,7 @@ paths: schema: type: boolean default: false - - &628 + - &633 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -45173,7 +45721,7 @@ paths: schema: type: boolean default: false - - &629 + - &634 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -45192,8 +45740,8 @@ paths: items: type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -45201,21 +45749,21 @@ paths: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &630 + state: &635 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: &631 + resolution: &636 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -45249,7 +45797,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *60 + repository: *66 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -45322,8 +45870,8 @@ paths: pull request. ' - oneOf: &632 - - &634 + oneOf: &637 + - &639 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -45375,7 +45923,7 @@ paths: - blob_url - commit_sha - commit_url - - &635 + - &640 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. @@ -45430,7 +45978,7 @@ paths: - page_url - commit_sha - commit_url - - &636 + - &641 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -45444,7 +45992,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &637 + - &642 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -45458,7 +46006,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &638 + - &643 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -45472,7 +46020,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &639 + - &644 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -45486,7 +46034,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &640 + - &645 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -45500,7 +46048,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &641 + - &646 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -45514,7 +46062,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &642 + - &647 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. @@ -45528,7 +46076,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &643 + - &648 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. @@ -45542,7 +46090,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &644 + - &649 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. @@ -45556,7 +46104,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &645 + - &650 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. @@ -45570,7 +46118,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &646 + - &651 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. @@ -45773,9 +46321,9 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45800,7 +46348,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *69 + - *75 responses: '200': description: Response @@ -45812,7 +46360,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &323 + pattern_config_version: &328 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -45821,7 +46369,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &322 + items: &327 type: object properties: token_type: @@ -45887,7 +46435,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *322 + items: *327 examples: default: value: @@ -45936,7 +46484,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *69 + - *75 requestBody: required: true content: @@ -45944,7 +46492,7 @@ paths: schema: type: object properties: - pattern_config_version: *323 + pattern_config_version: *328 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -45970,7 +46518,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *323 + custom_pattern_version: *328 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -46024,8 +46572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *69 - - *55 + - *75 + - *61 - name: sort description: The property to sort the results by. in: query @@ -46068,7 +46616,7 @@ paths: application/json: schema: type: array - items: &650 + items: &655 description: A repository security advisory. type: object properties: @@ -46237,7 +46785,7 @@ paths: - patched_versions - vulnerable_functions additionalProperties: false - cvss_severities: *57 + cvss_severities: *63 cwes: type: array nullable: true @@ -46270,7 +46818,7 @@ paths: login: type: string description: The username of the user credited. - type: *324 + type: *329 credits_detailed: type: array nullable: true @@ -46280,7 +46828,7 @@ paths: type: object properties: user: *4 - type: *324 + type: *329 state: type: string description: The state of the user's acceptance of the @@ -46304,14 +46852,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *193 + items: *198 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *60 + - *66 required: - ghsa_id - cve_id @@ -46340,7 +46888,7 @@ paths: - private_fork additionalProperties: false examples: - default: &651 + default: &656 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -46719,7 +47267,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *69 + - *75 responses: '200': description: Response @@ -46727,7 +47275,7 @@ paths: application/json: schema: type: array - items: *325 + items: *330 examples: default: value: @@ -46767,8 +47315,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -46793,8 +47341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -46821,7 +47369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Immutable releases settings response @@ -46870,7 +47418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -46927,7 +47475,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *69 + - *75 - *19 - *17 responses: @@ -46945,9 +47493,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46966,7 +47514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *69 + - *75 requestBody: required: true content: @@ -47015,8 +47563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -47038,8 +47586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -47062,7 +47610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -47080,7 +47628,7 @@ paths: type: integer network_configurations: type: array - items: &326 + items: &331 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -47151,7 +47699,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47170,7 +47718,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -47213,9 +47761,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: - default: &327 + default: &332 value: id: 123456789ABCDEF name: My network configuration @@ -47243,8 +47791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 - - &328 + - *75 + - &333 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -47256,11 +47804,11 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: - default: *327 + default: *332 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47279,8 +47827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 - - *328 + - *75 + - *333 requestBody: required: true content: @@ -47320,9 +47868,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: - default: *327 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47341,8 +47889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *69 - - *328 + - *75 + - *333 responses: '204': description: Response @@ -47365,7 +47913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *69 + - *75 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -47419,7 +47967,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47449,8 +47997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *69 - - *71 + - *75 + - *77 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -47482,13 +48030,13 @@ paths: application/json: schema: type: array - items: *329 + items: *334 examples: - default: *330 - '500': *115 + default: *335 + '500': *55 '403': *29 '404': *6 - '422': *331 + '422': *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47506,7 +48054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *69 + - *75 - *17 - *19 - name: team_type @@ -47528,11 +48076,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -47552,7 +48100,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *69 + - *75 requestBody: required: true content: @@ -47616,7 +48164,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &337 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -47679,8 +48227,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *251 - required: *252 + properties: *256 + required: *257 nullable: true members_count: type: integer @@ -47943,7 +48491,7 @@ paths: - repos_count - organization examples: - default: &333 + default: &338 value: id: 1 node_id: MDQ6VGVhbTE= @@ -48013,16 +48561,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *69 - - *71 + - *75 + - *77 responses: '200': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 x-github: githubCloudOnly: false @@ -48043,8 +48591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *69 - - *71 + - *75 + - *77 requestBody: required: false content: @@ -48106,16 +48654,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '201': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 '422': *15 '403': *29 @@ -48140,12 +48688,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response - '422': &334 + '422': &339 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -48168,8 +48716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -48179,12 +48727,12 @@ paths: application/json: schema: type: array - items: *230 + items: *235 examples: - default: *231 + default: *236 headers: - Link: *61 - '422': *334 + Link: *67 + '422': *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48204,8 +48752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *69 - - *71 + - *75 + - *77 - name: role description: Filters members returned by their role in the team. in: query @@ -48228,9 +48776,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48258,15 +48806,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 responses: '200': description: Response content: application/json: - schema: &335 + schema: &340 title: Team Membership description: Team Membership type: object @@ -48293,7 +48841,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &667 + response-if-user-is-a-team-maintainer: &672 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48329,9 +48877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 requestBody: required: false content: @@ -48356,9 +48904,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *340 examples: - response-if-users-membership-with-team-is-now-pending: &668 + response-if-users-membership-with-team-is-now-pending: &673 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48393,9 +48941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 responses: '204': description: Response @@ -48421,8 +48969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -48432,11 +48980,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *267 + default: *272 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48463,16 +49011,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *69 - - *71 - - *336 - - *337 + - *75 + - *77 + - *341 + - *342 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &669 + schema: &674 title: Team Repository description: A team's access to a repository. type: object @@ -48495,8 +49043,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true forks: type: integer @@ -49035,10 +49583,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *69 - - *71 - - *336 - - *337 + - *75 + - *77 + - *341 + - *342 requestBody: required: false content: @@ -49083,10 +49631,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *69 - - *71 - - *336 - - *337 + - *75 + - *77 + - *341 + - *342 responses: '204': description: Response @@ -49110,8 +49658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -49121,9 +49669,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - response-if-child-teams-exist: &670 + response-if-child-teams-exist: &675 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -49151,7 +49699,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49176,7 +49724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *69 + - *75 - name: security_product in: path description: The security feature to enable or disable. @@ -49277,7 +49825,7 @@ paths: resources: type: object properties: - core: &338 + core: &343 title: Rate Limit type: object properties: @@ -49294,17 +49842,17 @@ paths: - remaining - reset - used - graphql: *338 - search: *338 - code_search: *338 - source_import: *338 - integration_manifest: *338 - code_scanning_upload: *338 - actions_runner_registration: *338 - scim: *338 - dependency_snapshots: *338 - dependency_sbom: *338 - code_scanning_autofix: *338 + graphql: *343 + search: *343 + code_search: *343 + source_import: *343 + integration_manifest: *343 + code_scanning_upload: *343 + actions_runner_registration: *343 + scim: *343 + dependency_snapshots: *343 + dependency_sbom: *343 + code_scanning_autofix: *343 required: - core - search @@ -49411,14 +49959,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *339 + schema: *344 examples: default-response: summary: Default response @@ -49923,7 +50471,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *340 + '301': *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49941,8 +50489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -50233,10 +50781,10 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 - '307': &342 + default: *346 + '307': &347 description: Temporary Redirect content: application/json: @@ -50265,8 +50813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -50288,7 +50836,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *342 + '307': *347 '404': *6 '409': *54 x-github: @@ -50312,11 +50860,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - - &375 + - &380 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50339,7 +50887,7 @@ paths: type: integer artifacts: type: array - items: &343 + items: &348 title: Artifact description: An artifact type: object @@ -50417,7 +50965,7 @@ paths: - expires_at - updated_at examples: - default: &376 + default: &381 value: total_count: 2 artifacts: @@ -50456,7 +51004,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50478,9 +51026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *336 - - *337 - - &344 + - *341 + - *342 + - &349 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50492,7 +51040,7 @@ paths: description: Response content: application/json: - schema: *343 + schema: *348 examples: default: value: @@ -50530,9 +51078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *336 - - *337 - - *344 + - *341 + - *342 + - *349 responses: '204': description: Response @@ -50556,9 +51104,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *336 - - *337 - - *344 + - *341 + - *342 + - *349 - name: archive_format in: path required: true @@ -50572,7 +51120,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': &536 + '410': &541 description: Gone content: application/json: @@ -50597,14 +51145,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &345 + schema: &350 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -50637,13 +51185,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *345 + schema: *350 examples: selected_actions: *42 responses: @@ -50672,14 +51220,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &346 + schema: &351 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -50712,13 +51260,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *346 + schema: *351 examples: selected_actions: *44 responses: @@ -50749,14 +51297,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *347 + schema: *352 examples: default: value: @@ -50782,11 +51330,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - - &348 + - &353 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 @@ -50814,13 +51362,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *55 + - *61 responses: '200': description: Response content: application/json: - schema: &349 + schema: &354 title: Repository actions caches description: Repository actions caches type: object @@ -50862,7 +51410,7 @@ paths: - total_count - actions_caches examples: - default: &350 + default: &355 value: total_count: 1 actions_caches: @@ -50874,7 +51422,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50894,23 +51442,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *336 - - *337 + - *341 + - *342 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *348 + - *353 responses: '200': description: Response content: application/json: - schema: *349 + schema: *354 examples: - default: *350 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50930,8 +51478,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *336 - - *337 + - *341 + - *342 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50962,9 +51510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *336 - - *337 - - &351 + - *341 + - *342 + - &356 name: job_id description: The unique identifier of the job. in: path @@ -50976,7 +51524,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &384 title: Job description: Information of a job execution in a workflow run type: object @@ -51283,9 +51831,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *336 - - *337 - - *351 + - *341 + - *342 + - *356 responses: '302': description: Response @@ -51313,9 +51861,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *336 - - *337 - - *351 + - *341 + - *342 + - *356 requestBody: required: false content: @@ -51336,7 +51884,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -51360,8 +51908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Status response @@ -51411,8 +51959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -51446,7 +51994,7 @@ paths: description: Empty response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -51475,8 +52023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -51494,7 +52042,7 @@ paths: type: integer secrets: type: array - items: &381 + items: &386 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51514,7 +52062,7 @@ paths: - created_at - updated_at examples: - default: &382 + default: &387 value: total_count: 2 secrets: @@ -51525,7 +52073,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51547,9 +52095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *336 - - *337 - - *352 + - *341 + - *342 + - *357 - *19 responses: '200': @@ -51566,7 +52114,7 @@ paths: type: integer variables: type: array - items: &385 + items: &390 title: Actions Variable type: object properties: @@ -51596,7 +52144,7 @@ paths: - created_at - updated_at examples: - default: &386 + default: &391 value: total_count: 2 variables: @@ -51609,7 +52157,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51629,8 +52177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -51639,12 +52187,12 @@ paths: schema: type: object properties: - enabled: &354 + enabled: &359 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *141 - selected_actions_url: *353 - sha_pinning_required: *142 + allowed_actions: *146 + selected_actions_url: *358 + sha_pinning_required: *147 required: - enabled examples: @@ -51672,8 +52220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -51684,9 +52232,9 @@ paths: schema: type: object properties: - enabled: *354 - allowed_actions: *141 - sha_pinning_required: *142 + enabled: *359 + allowed_actions: *146 + sha_pinning_required: *147 required: - enabled examples: @@ -51716,14 +52264,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &355 + schema: &360 type: object properties: access_level: @@ -51740,7 +52288,7 @@ paths: required: - access_level examples: - default: &356 + default: &361 value: access_level: organization x-github: @@ -51764,15 +52312,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *355 + schema: *360 examples: - default: *356 + default: *361 responses: '204': description: Response @@ -51796,14 +52344,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *357 + schema: *362 examples: default: value: @@ -51827,8 +52375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Empty response for successful settings update @@ -51838,7 +52386,7 @@ paths: required: true content: application/json: - schema: *358 + schema: *363 examples: default: summary: Set retention days @@ -51862,16 +52410,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *143 + schema: *148 examples: - default: *359 + default: *364 '404': *6 x-github: enabledForGitHubApps: true @@ -51890,8 +52438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -51901,7 +52449,7 @@ paths: required: true content: application/json: - schema: *143 + schema: *148 examples: default: summary: Set approval policy to first time contributors @@ -51925,16 +52473,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *360 + schema: *365 examples: - default: *144 + default: *149 '403': *29 '404': *6 x-github: @@ -51954,15 +52502,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *361 + schema: *366 examples: - default: *144 + default: *149 responses: '204': description: Empty response for successful settings update @@ -51986,16 +52534,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *146 + schema: *151 examples: - default: *147 + default: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52014,8 +52562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -52023,9 +52571,9 @@ paths: required: false content: application/json: - schema: *146 + schema: *151 examples: - selected_actions: *147 + selected_actions: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52047,16 +52595,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *362 + schema: *367 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52077,8 +52625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Success response @@ -52089,9 +52637,9 @@ paths: required: true content: application/json: - schema: *363 + schema: *368 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52118,8 +52666,8 @@ paths: in: query schema: type: string - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -52137,11 +52685,11 @@ paths: type: integer runners: type: array - items: *158 + items: *163 examples: - default: *159 + default: *164 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52163,8 +52711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -52172,9 +52720,9 @@ paths: application/json: schema: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52196,8 +52744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -52240,7 +52788,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *366 + '201': *371 '404': *6 '422': *7 '409': *54 @@ -52271,16 +52819,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52308,16 +52856,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: *368 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52339,17 +52887,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: '200': description: Response content: application/json: - schema: *158 + schema: *163 examples: - default: *369 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52370,9 +52918,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: '204': description: Response @@ -52398,11 +52946,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: - '200': *162 + '200': *167 '404': *6 x-github: githubCloudOnly: false @@ -52424,9 +52972,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 requestBody: required: true content: @@ -52450,7 +52998,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -52474,9 +53022,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 requestBody: required: true content: @@ -52501,7 +53049,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -52525,11 +53073,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 + - *341 + - *342 + - *162 responses: - '200': *370 + '200': *375 '404': *6 x-github: githubCloudOnly: false @@ -52556,12 +53104,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *336 - - *337 - - *157 - - *371 + - *341 + - *342 + - *162 + - *376 responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -52587,9 +53135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *336 - - *337 - - &389 + - *341 + - *342 + - &394 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. @@ -52597,7 +53145,7 @@ paths: required: false schema: type: string - - &390 + - &395 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52605,7 +53153,7 @@ paths: required: false schema: type: string - - &391 + - &396 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52614,7 +53162,7 @@ paths: required: false schema: type: string - - &392 + - &397 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 @@ -52641,7 +53189,7 @@ paths: - pending - *17 - *19 - - &393 + - &398 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/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -52650,7 +53198,7 @@ paths: schema: type: string format: date-time - - &372 + - &377 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52659,13 +53207,13 @@ paths: schema: type: boolean default: false - - &394 + - &399 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &395 + - &400 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52688,7 +53236,7 @@ paths: type: integer workflow_runs: type: array - items: &373 + items: &378 title: Workflow Run description: An invocation of a workflow type: object @@ -52783,7 +53331,7 @@ paths: that triggered the run. type: array nullable: true - items: *84 + items: *90 created_at: type: string format: date-time @@ -52836,7 +53384,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &417 + properties: &422 id: type: string description: SHA for the commit @@ -52887,7 +53435,7 @@ paths: - name - email nullable: true - required: &418 + required: &423 - id - tree_id - message @@ -52895,8 +53443,8 @@ paths: - author - committer nullable: true - repository: *156 - head_repository: *156 + repository: *161 + head_repository: *161 head_repository_id: type: integer example: 5 @@ -52934,7 +53482,7 @@ paths: - workflow_url - pull_requests examples: - default: &396 + default: &401 value: total_count: 1 workflow_runs: @@ -53148,7 +53696,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53170,24 +53718,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *336 - - *337 - - &374 + - *341 + - *342 + - &379 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *372 + - *377 responses: '200': description: Response content: application/json: - schema: *373 + schema: *378 examples: - default: &377 + default: &382 value: id: 30433642 name: Build @@ -53428,9 +53976,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '204': description: Response @@ -53453,9 +54001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '200': description: Response @@ -53574,15 +54122,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -53609,13 +54157,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 - *17 - *19 - - *375 - - *55 + - *380 + - *61 responses: '200': description: Response @@ -53631,11 +54179,11 @@ paths: type: integer artifacts: type: array - items: *343 + items: *348 examples: - default: *376 + default: *381 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53657,25 +54205,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *336 - - *337 - - *374 - - &378 + - *341 + - *342 + - *379 + - &383 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *372 + - *377 responses: '200': description: Response content: application/json: - schema: *373 + schema: *378 examples: - default: *377 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53698,10 +54246,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *336 - - *337 - - *374 - - *378 + - *341 + - *342 + - *379 + - *383 - *17 - *19 responses: @@ -53719,9 +54267,9 @@ paths: type: integer jobs: type: array - items: *379 + items: *384 examples: - default: &380 + default: &385 value: total_count: 1 jobs: @@ -53810,7 +54358,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -53834,10 +54382,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *336 - - *337 - - *374 - - *378 + - *341 + - *342 + - *379 + - *383 responses: '302': description: Response @@ -53865,15 +54413,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '202': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -53900,9 +54448,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: true content: @@ -53969,15 +54517,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '202': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54004,9 +54552,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 - 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 @@ -54036,11 +54584,11 @@ paths: type: integer jobs: type: array - items: *379 + items: *384 examples: - default: *380 + default: *385 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54063,9 +54611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '302': description: Response @@ -54092,14 +54640,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '204': description: Response '403': *29 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54121,9 +54669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '200': description: Response @@ -54183,7 +54731,7 @@ paths: items: type: object properties: - type: &502 + type: &507 type: string description: The type of reviewer. enum: @@ -54193,7 +54741,7 @@ paths: reviewer: anyOf: - *4 - - *193 + - *198 required: - environment - wait_timer @@ -54268,9 +54816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: true content: @@ -54317,12 +54865,12 @@ paths: application/json: schema: type: array - items: &497 + items: &502 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &740 + properties: &745 url: type: string format: uri @@ -54405,9 +54953,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - required: &741 + properties: *80 + required: *81 + required: &746 - id - node_id - sha @@ -54423,7 +54971,7 @@ paths: - created_at - updated_at examples: - default: &498 + default: &503 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54479,9 +55027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: false content: @@ -54502,7 +55050,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54525,9 +55073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 requestBody: required: false content: @@ -54548,7 +55096,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54580,9 +55128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *336 - - *337 - - *374 + - *341 + - *342 + - *379 responses: '200': description: Response @@ -54719,8 +55267,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -54738,11 +55286,11 @@ paths: type: integer secrets: type: array - items: *381 + items: *386 examples: - default: *382 + default: *387 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54765,16 +55313,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *383 + schema: *388 examples: - default: *384 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54796,17 +55344,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '200': description: Response content: application/json: - schema: *381 + schema: *386 examples: - default: &515 + default: &520 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54832,9 +55380,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 requestBody: required: true content: @@ -54865,7 +55413,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54891,9 +55439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '204': description: Response @@ -54918,9 +55466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *336 - - *337 - - *352 + - *341 + - *342 + - *357 - *19 responses: '200': @@ -54937,11 +55485,11 @@ paths: type: integer variables: type: array - items: *385 + items: *390 examples: - default: *386 + default: *391 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54962,8 +55510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -54990,7 +55538,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -55015,17 +55563,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *336 - - *337 - - *167 + - *341 + - *342 + - *172 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: - default: &516 + default: &521 value: name: USERNAME value: octocat @@ -55051,9 +55599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *336 - - *337 - - *167 + - *341 + - *342 + - *172 requestBody: required: true content: @@ -55095,9 +55643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *336 - - *337 - - *167 + - *341 + - *342 + - *172 responses: '204': description: Response @@ -55122,8 +55670,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -55141,7 +55689,7 @@ paths: type: integer workflows: type: array - items: &387 + items: &392 title: Workflow description: A GitHub Actions workflow type: object @@ -55225,7 +55773,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55248,9 +55796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *336 - - *337 - - &388 + - *341 + - *342 + - &393 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55265,7 +55813,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *392 examples: default: value: @@ -55298,9 +55846,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '204': description: Response @@ -55325,9 +55873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -55408,9 +55956,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '204': description: Response @@ -55437,19 +55985,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *336 - - *337 - - *388 - - *389 - - *390 - - *391 - - *392 - - *17 - - *19 + - *341 + - *342 - *393 - - *372 - *394 - *395 + - *396 + - *397 + - *17 + - *19 + - *398 + - *377 + - *399 + - *400 responses: '200': description: Response @@ -55465,11 +56013,11 @@ paths: type: integer workflow_runs: type: array - items: *373 + items: *378 examples: - default: *396 + default: *401 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55499,9 +56047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *336 - - *337 - - *388 + - *341 + - *342 + - *393 responses: '200': description: Response @@ -55562,9 +56110,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *336 - - *337 - - *55 + - *341 + - *342 + - *61 - *17 - *47 - *48 @@ -55708,7 +56256,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '422': *7 x-github: githubCloudOnly: false @@ -55727,8 +56275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -55740,9 +56288,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -55765,8 +56313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *336 - - *337 + - *341 + - *342 - name: assignee in: path required: true @@ -55802,8 +56350,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -55915,8 +56463,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *47 - *48 @@ -55957,7 +56505,7 @@ paths: initiator: type: string examples: - default: *397 + default: *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55977,8 +56525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -55986,7 +56534,7 @@ paths: application/json: schema: type: array - items: &398 + items: &403 title: Autolink reference description: An autolink reference. type: object @@ -56040,8 +56588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -56080,9 +56628,9 @@ paths: description: response content: application/json: - schema: *398 + schema: *403 examples: - default: &399 + default: &404 value: id: 1 key_prefix: TICKET- @@ -56113,9 +56661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *336 - - *337 - - &400 + - *341 + - *342 + - &405 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56127,9 +56675,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *403 examples: - default: *399 + default: *404 '404': *6 x-github: githubCloudOnly: false @@ -56149,9 +56697,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *336 - - *337 - - *400 + - *341 + - *342 + - *405 responses: '204': description: Response @@ -56175,8 +56723,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response if Dependabot is enabled @@ -56224,8 +56772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -56246,8 +56794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -56267,8 +56815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *336 - - *337 + - *341 + - *342 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56306,7 +56854,7 @@ paths: - url protected: type: boolean - protection: &402 + protection: &407 title: Branch Protection description: Branch Protection type: object @@ -56348,7 +56896,7 @@ paths: required: - contexts - checks - enforce_admins: &405 + enforce_admins: &410 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56363,7 +56911,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &407 + required_pull_request_reviews: &412 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56384,7 +56932,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *193 + items: *198 apps: description: The list of apps with review dismissal access. @@ -56413,7 +56961,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *193 + items: *198 apps: description: The list of apps allowed to bypass pull request requirements. @@ -56439,7 +56987,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &404 + restrictions: &409 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56502,7 +57050,7 @@ paths: type: string teams: type: array - items: *193 + items: *198 apps: type: array items: @@ -56698,7 +57246,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -56716,9 +57264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *336 - - *337 - - &403 + - *341 + - *342 + - &408 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/graphql). @@ -56732,14 +57280,14 @@ paths: description: Response content: application/json: - schema: &413 + schema: &418 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &470 + commit: &475 title: Commit description: Commit type: object @@ -56773,7 +57321,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &401 + properties: &406 name: type: string example: '"Chris Wanstrath"' @@ -56789,7 +57337,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *401 + properties: *406 nullable: true message: type: string @@ -56810,7 +57358,7 @@ paths: required: - sha - url - verification: &522 + verification: &527 title: Verification type: object properties: @@ -56844,12 +57392,12 @@ paths: nullable: true oneOf: - *4 - - *165 + - *170 committer: nullable: true oneOf: - *4 - - *165 + - *170 parents: type: array items: @@ -56880,7 +57428,7 @@ paths: type: integer files: type: array - items: &483 + items: &488 title: Diff Entry description: Diff Entry type: object @@ -56964,7 +57512,7 @@ paths: - self protected: type: boolean - protection: *402 + protection: *407 protection_url: type: string format: uri @@ -57071,7 +57619,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *340 + '301': *345 '404': *6 x-github: githubCloudOnly: false @@ -57093,15 +57641,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *402 + schema: *407 examples: default: value: @@ -57295,9 +57843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -57552,7 +58100,7 @@ paths: url: type: string format: uri - required_status_checks: &410 + required_status_checks: &415 title: Status Check Policy description: Status Check Policy type: object @@ -57628,7 +58176,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 apps: type: array items: *5 @@ -57646,7 +58194,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 apps: type: array items: *5 @@ -57704,7 +58252,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *404 + restrictions: *409 required_conversation_resolution: type: object properties: @@ -57816,9 +58364,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -57843,17 +58391,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: &406 + default: &411 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -57875,17 +58423,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: *406 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57904,9 +58452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -57931,17 +58479,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: &408 + default: &413 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58037,9 +58585,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -58137,9 +58685,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: *408 + default: *413 '422': *15 x-github: githubCloudOnly: false @@ -58160,9 +58708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58189,17 +58737,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: &409 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58222,17 +58770,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *410 examples: - default: *409 + default: *414 '404': *6 x-github: githubCloudOnly: false @@ -58252,9 +58800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58279,17 +58827,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *410 + schema: *415 examples: - default: &411 + default: &416 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58315,9 +58863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -58369,9 +58917,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *415 examples: - default: *411 + default: *416 '404': *6 '422': *15 x-github: @@ -58393,9 +58941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58419,9 +58967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -58455,9 +59003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -58524,9 +59072,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -58590,9 +59138,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: content: application/json: @@ -58658,15 +59206,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response content: application/json: - schema: *404 + schema: *409 examples: default: value: @@ -58757,9 +59305,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '204': description: Response @@ -58782,9 +59330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -58794,7 +59342,7 @@ paths: type: array items: *5 examples: - default: &412 + default: &417 value: - id: 1 slug: octoapp @@ -58851,9 +59399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -58887,7 +59435,7 @@ paths: type: array items: *5 examples: - default: *412 + default: *417 '422': *15 x-github: githubCloudOnly: false @@ -58908,9 +59456,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -58944,7 +59492,7 @@ paths: type: array items: *5 examples: - default: *412 + default: *417 '422': *15 x-github: githubCloudOnly: false @@ -58965,9 +59513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59001,7 +59549,7 @@ paths: type: array items: *5 examples: - default: *412 + default: *417 '422': *15 x-github: githubCloudOnly: false @@ -59023,9 +59571,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -59033,9 +59581,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '404': *6 x-github: githubCloudOnly: false @@ -59055,9 +59603,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -59093,9 +59641,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -59116,9 +59664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: false content: @@ -59154,9 +59702,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -59177,9 +59725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: content: application/json: @@ -59214,9 +59762,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -59238,9 +59786,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 responses: '200': description: Response @@ -59250,7 +59798,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '404': *6 x-github: githubCloudOnly: false @@ -59274,9 +59822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59309,7 +59857,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -59334,9 +59882,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59369,7 +59917,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -59394,9 +59942,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59429,7 +59977,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -59456,9 +60004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 requestBody: required: true content: @@ -59480,7 +60028,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *418 examples: default: value: @@ -59596,8 +60144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -59876,7 +60424,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &419 title: CheckRun description: A check performed on the code of a given code change type: object @@ -59987,16 +60535,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *84 - deployment: &733 + items: *90 + deployment: &738 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60063,8 +60611,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -60276,9 +60824,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *336 - - *337 - - &415 + - *341 + - *342 + - &420 name: check_run_id description: The unique identifier of the check run. in: path @@ -60290,9 +60838,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *419 examples: - default: &416 + default: &421 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60392,9 +60940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *336 - - *337 - - *415 + - *341 + - *342 + - *420 requestBody: required: true content: @@ -60634,9 +61182,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *419 examples: - default: *416 + default: *421 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60656,9 +61204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *336 - - *337 - - *415 + - *341 + - *342 + - *420 - *17 - *19 responses: @@ -60733,7 +61281,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60753,15 +61301,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *336 - - *337 - - *415 + - *341 + - *342 + - *420 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -60799,8 +61347,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -60822,7 +61370,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &419 + schema: &424 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -60886,7 +61434,7 @@ paths: nullable: true pull_requests: type: array - items: *84 + items: *90 nullable: true app: title: GitHub app @@ -60897,9 +61445,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - repository: *156 + properties: *80 + required: *81 + repository: *161 created_at: type: string format: date-time @@ -60908,12 +61456,12 @@ paths: type: string format: date-time nullable: true - head_commit: &761 + head_commit: &766 title: Simple Commit description: A commit. type: object - properties: *417 - required: *418 + properties: *422 + required: *423 latest_check_runs_count: type: integer check_runs_url: @@ -60941,7 +61489,7 @@ paths: - check_runs_url - pull_requests examples: - default: &420 + default: &425 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61232,9 +61780,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *419 + schema: *424 examples: - default: *420 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61253,8 +61801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -61315,7 +61863,7 @@ paths: required: - app_id - setting - repository: *156 + repository: *161 examples: default: value: @@ -61563,9 +62111,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *336 - - *337 - - &421 + - *341 + - *342 + - &426 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61577,9 +62125,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *424 examples: - default: *420 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61602,17 +62150,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *336 - - *337 - - *421 - - &476 + - *341 + - *342 + - *426 + - &481 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &477 + - &482 name: status description: Returns check runs with the specified `status`. in: query @@ -61651,9 +62199,9 @@ paths: type: integer check_runs: type: array - items: *414 + items: *419 examples: - default: &478 + default: &483 value: total_count: 1 check_runs: @@ -61735,7 +62283,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61755,15 +62303,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *336 - - *337 - - *421 + - *341 + - *342 + - *426 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -61790,28 +62338,28 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *336 - - *337 - - *422 - - *423 + - *341 + - *342 + - *427 + - *428 - *19 - *17 - - &440 + - &445 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: *424 - - &441 + schema: *429 + - &446 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *55 + - *61 - *47 - *48 - name: sort @@ -61829,13 +62377,13 @@ paths: be returned. in: query required: false - schema: *425 + schema: *430 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *426 + schema: *431 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -61854,14 +62402,14 @@ paths: items: type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: *427 - state: *183 - fixed_at: *179 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: *432 + state: *188 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -61869,12 +62417,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: *428 - dismissed_comment: *429 - rule: *430 - tool: *431 - most_recent_instance: *432 + dismissed_at: *185 + dismissed_reason: *433 + dismissed_comment: *434 + rule: *435 + tool: *436 + most_recent_instance: *437 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62000,14 +62548,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &433 + '403': &438 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62027,9 +62575,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *336 - - *337 - - &434 + - *341 + - *342 + - &439 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62037,23 +62585,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *174 + schema: *179 responses: '200': description: Response content: application/json: - schema: &435 + schema: &440 type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: *427 - state: *183 - fixed_at: *179 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: *432 + state: *188 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -62061,9 +62609,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: *428 - dismissed_comment: *429 + dismissed_at: *185 + dismissed_reason: *433 + dismissed_comment: *434 rule: type: object properties: @@ -62117,8 +62665,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *431 - most_recent_instance: *432 + tool: *436 + most_recent_instance: *437 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62217,9 +62765,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62237,9 +62785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 requestBody: required: true content: @@ -62254,8 +62802,8 @@ paths: enum: - open - dismissed - dismissed_reason: *428 - dismissed_comment: *429 + dismissed_reason: *433 + dismissed_comment: *434 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -62283,7 +62831,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *440 examples: default: value: @@ -62359,14 +62907,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &439 + '403': &444 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62386,15 +62934,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 responses: '200': description: Response content: application/json: - schema: &436 + schema: &441 type: object properties: status: @@ -62420,13 +62968,13 @@ paths: - description - started_at examples: - default: &437 + default: &442 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &438 + '400': &443 description: Bad Request content: application/json: @@ -62437,9 +62985,9 @@ 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': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62462,29 +63010,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 responses: '200': description: OK content: application/json: - schema: *436 + schema: *441 examples: - default: *437 + default: *442 '202': description: Accepted content: application/json: - schema: *436 + schema: *441 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *438 + '400': *443 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62494,7 +63042,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62516,9 +63064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 requestBody: required: false content: @@ -62563,12 +63111,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *438 - '403': *439 + '400': *443 + '403': *444 '404': *6 '422': description: Unprocessable Entity - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62588,13 +63136,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 - *19 - *17 - - *440 - - *441 + - *445 + - *446 responses: '200': description: Response @@ -62605,10 +63153,10 @@ paths: items: type: object properties: - ref: *424 - analysis_key: *442 - environment: *443 - category: *444 + ref: *429 + analysis_key: *447 + environment: *448 + category: *449 state: type: string description: State of a code scanning alert instance. @@ -62623,7 +63171,7 @@ paths: properties: text: type: string - location: *445 + location: *450 html_url: type: string classifications: @@ -62631,7 +63179,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *446 + items: *451 examples: default: value: @@ -62668,9 +63216,9 @@ paths: end_column: 50 classifications: - source - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62702,29 +63250,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *336 - - *337 - - *422 - - *423 + - *341 + - *342 + - *427 + - *428 - *19 - *17 - - *441 + - *446 - 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: *424 + schema: *429 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &447 + schema: &452 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *55 + - *61 - name: sort description: The property by which to sort the results. in: query @@ -62741,23 +63289,23 @@ paths: application/json: schema: type: array - items: &448 + items: &453 type: object properties: - ref: *424 - commit_sha: &456 + ref: *429 + commit_sha: &461 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: *442 + analysis_key: *447 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *444 + category: *449 error: type: string example: error reading field xyz @@ -62781,8 +63329,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *447 - tool: *431 + sarif_id: *452 + tool: *436 deletable: type: boolean warning: @@ -62843,9 +63391,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62879,8 +63427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -62893,7 +63441,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *453 examples: response: summary: application/json response @@ -62947,14 +63495,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *433 + '403': *438 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63034,8 +63582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63088,9 +63636,9 @@ 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': *439 + '403': *444 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63110,8 +63658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -63119,7 +63667,7 @@ paths: application/json: schema: type: array - items: &449 + items: &454 title: CodeQL Database description: A CodeQL database. type: object @@ -63230,9 +63778,9 @@ 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': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63259,8 +63807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: language in: path description: The language of the CodeQL database. @@ -63272,7 +63820,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *454 examples: default: value: @@ -63304,11 +63852,11 @@ 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': &485 + '302': &490 description: Found - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63328,8 +63876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *336 - - *337 + - *341 + - *342 - name: language in: path description: The language of the CodeQL database. @@ -63339,9 +63887,9 @@ paths: responses: '204': description: Response - '403': *439 + '403': *444 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63367,8 +63915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -63377,7 +63925,7 @@ paths: type: object additionalProperties: false properties: - language: &450 + language: &455 type: string description: The language targeted by the CodeQL query enum: @@ -63457,7 +64005,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &454 + schema: &459 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63465,9 +64013,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *60 + controller_repo: *66 actor: *4 - query_language: *450 + query_language: *455 query_pack_url: type: string description: The download url for the query pack. @@ -63514,7 +64062,7 @@ paths: items: type: object properties: - repository: &451 + repository: &456 title: Repository Identifier description: Repository Identifier type: object @@ -63550,7 +64098,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &455 + analysis_status: &460 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63582,7 +64130,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &452 + access_mismatch_repos: &457 type: object properties: repository_count: @@ -63596,7 +64144,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: *451 + items: *456 required: - repository_count - repositories @@ -63618,8 +64166,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *452 - over_limit_repos: *452 + no_codeql_db_repos: *457 + over_limit_repos: *457 required: - access_mismatch_repos - not_found_repos @@ -63635,7 +64183,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &453 + value: &458 summary: Default response value: id: 1 @@ -63781,17 +64329,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *453 + value: *458 repository_lists: summary: Response for a successful variant analysis submission - value: *453 + value: *458 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63812,8 +64360,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *336 - - *337 + - *341 + - *342 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -63825,11 +64373,11 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: - default: *453 + default: *458 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63850,7 +64398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *336 + - *341 - name: repo in: path description: The name of the controller repository. @@ -63884,8 +64432,8 @@ paths: schema: type: object properties: - repository: *60 - analysis_status: *455 + repository: *66 + analysis_status: *460 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -63989,7 +64537,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64010,8 +64558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -64094,9 +64642,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *433 + '403': *438 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64115,8 +64663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -64183,7 +64731,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -64208,7 +64756,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *439 + '403': *444 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64222,7 +64770,7 @@ paths: content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64279,8 +64827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -64288,7 +64836,7 @@ paths: schema: type: object properties: - commit_sha: *456 + commit_sha: *461 ref: type: string description: |- @@ -64346,7 +64894,7 @@ paths: schema: type: object properties: - id: *447 + id: *452 url: type: string description: The REST API URL for checking the status of the upload. @@ -64360,11 +64908,11 @@ 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': *439 + '403': *444 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64383,8 +64931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *336 - - *337 + - *341 + - *342 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64430,10 +64978,10 @@ 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': *433 + '403': *438 '404': description: Not Found if the sarif id does not match any upload - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64455,8 +65003,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -64512,7 +65060,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *187 + '204': *192 '304': *37 '403': *29 '404': *6 @@ -64537,8 +65085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -64658,8 +65206,8 @@ paths: parameters: - *17 - *19 - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -64675,7 +65223,7 @@ paths: type: integer codespaces: type: array - items: *241 + items: *246 examples: default: value: @@ -64951,7 +65499,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -64973,8 +65521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -65037,22 +65585,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65076,8 +65624,8 @@ paths: parameters: - *17 - *19 - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -65117,7 +65665,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *115 + '500': *55 '400': *14 '401': *25 '403': *29 @@ -65141,8 +65689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65177,14 +65725,14 @@ paths: type: integer machines: type: array - items: &675 + items: &680 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *458 - required: *459 + properties: *463 + required: *464 examples: - default: &676 + default: &681 value: total_count: 2 machines: @@ -65201,7 +65749,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -65224,8 +65772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *336 - - *337 + - *341 + - *342 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65309,8 +65857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -65355,7 +65903,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65376,8 +65924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -65395,7 +65943,7 @@ paths: type: integer secrets: type: array - items: &463 + items: &468 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65415,9 +65963,9 @@ paths: - created_at - updated_at examples: - default: *460 + default: *465 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65438,16 +65986,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *461 + schema: *466 examples: - default: *462 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65467,17 +66015,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '200': description: Response content: application/json: - schema: *463 + schema: *468 examples: - default: *464 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65497,9 +66045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 requestBody: required: true content: @@ -65527,7 +66075,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -65551,9 +66099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '204': description: Response @@ -65581,8 +66129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *336 - - *337 + - *341 + - *342 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -65624,7 +66172,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &465 + properties: &470 login: type: string example: octocat @@ -65717,7 +66265,7 @@ paths: user_view_type: type: string example: public - required: &466 + required: &471 - avatar_url - events_url - followers_url @@ -65766,7 +66314,7 @@ paths: admin: false role_name: write headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -65791,9 +66339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 responses: '204': description: Response if user is a collaborator @@ -65839,9 +66387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 requestBody: required: false content: @@ -65867,7 +66415,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &535 + schema: &540 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65878,7 +66426,7 @@ paths: example: 42 type: integer format: int64 - repository: *156 + repository: *161 invitee: title: Simple User description: A GitHub user. @@ -66056,7 +66604,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *124 + schema: *129 '403': *29 x-github: triggersNotification: true @@ -66096,9 +66644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 responses: '204': description: No Content when collaborator was removed from the repository. @@ -66129,9 +66677,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *336 - - *337 - - *65 + - *341 + - *342 + - *71 responses: '200': description: if user has admin permissions @@ -66151,8 +66699,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *465 - required: *466 + properties: *470 + required: *471 nullable: true required: - permission @@ -66207,8 +66755,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -66218,7 +66766,7 @@ paths: application/json: schema: type: array - items: &467 + items: &472 title: Commit Comment description: Commit Comment type: object @@ -66259,8 +66807,8 @@ paths: updated_at: type: string format: date-time - author_association: *76 - reactions: *77 + author_association: *82 + reactions: *83 required: - url - html_url @@ -66276,7 +66824,7 @@ paths: - created_at - updated_at examples: - default: &472 + default: &477 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66310,7 +66858,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66335,17 +66883,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *467 + schema: *472 examples: - default: &473 + default: &478 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66402,9 +66950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -66426,7 +66974,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *472 examples: default: value: @@ -66477,9 +67025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response @@ -66500,9 +67048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -66528,7 +67076,7 @@ paths: application/json: schema: type: array - items: &468 + items: &473 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -66571,7 +67119,7 @@ paths: - content - created_at examples: - default: &539 + default: &544 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -66597,7 +67145,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -66616,9 +67164,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -66650,9 +67198,9 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: &469 + default: &474 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -66681,9 +67229,9 @@ paths: description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -66705,10 +67253,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *336 - - *337 - - *95 - - &540 + - *341 + - *342 + - *101 + - &545 name: reaction_id description: The unique identifier of the reaction. in: path @@ -66763,8 +67311,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *336 - - *337 + - *341 + - *342 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -66820,9 +67368,9 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: &590 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66892,8 +67440,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *61 - '500': *115 + Link: *67 + '500': *55 '400': *14 '404': *6 '409': *54 @@ -66916,9 +67464,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *336 - - *337 - - &471 + - *341 + - *342 + - &476 name: commit_sha description: The SHA of the commit. in: path @@ -66990,9 +67538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 - *17 - *19 responses: @@ -67002,11 +67550,11 @@ paths: application/json: schema: type: array - items: *467 + items: *472 examples: - default: *472 + default: *477 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67032,9 +67580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 requestBody: required: true content: @@ -67069,9 +67617,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *472 examples: - default: *473 + default: *478 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67099,9 +67647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 - *17 - *19 responses: @@ -67111,9 +67659,9 @@ paths: application/json: schema: type: array - items: *474 + items: *479 examples: - default: &582 + default: &587 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67592,7 +68140,7 @@ paths: auto_merge: draft: false headers: - Link: *61 + Link: *67 '409': *54 x-github: githubCloudOnly: false @@ -67650,11 +68198,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *336 - - *337 + - *341 + - *342 - *19 - *17 - - &475 + - &480 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)" @@ -67669,9 +68217,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *475 examples: - default: &569 + default: &574 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67757,8 +68305,8 @@ paths: ..... '422': *15 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 '409': *54 x-github: githubCloudOnly: false @@ -67784,11 +68332,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *336 - - *337 - - *475 - - *476 - - *477 + - *341 + - *342 + - *480 + - *481 + - *482 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -67822,11 +68370,11 @@ paths: type: integer check_runs: type: array - items: *414 + items: *419 examples: - default: *478 + default: *483 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67849,9 +68397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *336 - - *337 - - *475 + - *341 + - *342 + - *480 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -67859,7 +68407,7 @@ paths: schema: type: integer example: 1 - - *476 + - *481 - *17 - *19 responses: @@ -67877,7 +68425,7 @@ paths: type: integer check_suites: type: array - items: *419 + items: *424 examples: default: value: @@ -68052,7 +68600,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68077,9 +68625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *336 - - *337 - - *475 + - *341 + - *342 + - *480 - *17 - *19 responses: @@ -68146,7 +68694,7 @@ paths: type: string total_count: type: integer - repository: *156 + repository: *161 commit_url: type: string format: uri @@ -68277,9 +68825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *336 - - *337 - - *475 + - *341 + - *342 + - *480 - *17 - *19 responses: @@ -68289,7 +68837,7 @@ paths: application/json: schema: type: array - items: &655 + items: &660 title: Status description: The status of a commit. type: object @@ -68369,8 +68917,8 @@ paths: type: User site_admin: false headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68398,8 +68946,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -68428,20 +68976,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *479 - required: *480 + properties: *484 + required: *485 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &481 + properties: &486 url: type: string format: uri html_url: type: string format: uri - required: &482 + required: &487 - url - html_url nullable: true @@ -68449,32 +68997,32 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true contributing: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true readme: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true issue_template: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true pull_request_template: title: Community Health File type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true required: - code_of_conduct @@ -68601,8 +69149,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *336 - - *337 + - *341 + - *342 - *19 - *17 - name: basehead @@ -68645,8 +69193,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *470 - merge_base_commit: *470 + base_commit: *475 + merge_base_commit: *475 status: type: string enum: @@ -68666,10 +69214,10 @@ paths: example: 6 commits: type: array - items: *470 + items: *475 files: type: array - items: *483 + items: *488 required: - url - html_url @@ -68912,8 +69460,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68955,8 +69503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *336 - - *337 + - *341 + - *342 - name: path description: path parameter in: path @@ -69116,7 +69664,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &484 + response-if-content-is-a-file-github-object: &489 summary: Response if content is a file value: type: file @@ -69248,7 +69796,7 @@ paths: - size - type - url - - &595 + - &600 title: Content File description: Content File type: object @@ -69449,7 +69997,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *484 + response-if-content-is-a-file: *489 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69518,7 +70066,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *485 + '302': *490 '304': *37 x-github: githubCloudOnly: false @@ -69541,8 +70089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *336 - - *337 + - *341 + - *342 - name: path description: path parameter in: path @@ -69635,7 +70183,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &491 title: File Commit description: File Commit type: object @@ -69787,7 +70335,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: example-for-creating-a-file: value: @@ -69841,7 +70389,7 @@ paths: schema: oneOf: - *3 - - &517 + - &522 description: Repository rule violation was detected type: object properties: @@ -69862,7 +70410,7 @@ paths: items: type: object properties: - placeholder_id: &647 + placeholder_id: &652 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69894,8 +70442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *336 - - *337 + - *341 + - *342 - name: path description: path parameter in: path @@ -69956,7 +70504,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: default: value: @@ -69991,7 +70539,7 @@ paths: '422': *15 '404': *6 '409': *54 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70011,8 +70559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *336 - - *337 + - *341 + - *342 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70112,7 +70660,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *61 + Link: *67 '204': description: Response if repository is empty '403': *29 @@ -70135,24 +70683,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *336 - - *337 - - *195 - - *196 - - *197 - - *198 + - *341 + - *342 + - *200 + - *201 + - *202 + - *203 - 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 - - *199 - - *487 - - *200 - - *201 - - *202 - - *55 + - *204 + - *492 + - *205 + - *206 + - *207 + - *61 - *47 - *48 - *17 @@ -70163,11 +70711,11 @@ paths: application/json: schema: type: array - items: &491 + items: &496 type: object description: A Dependabot alert. properties: - number: *174 + number: *179 state: type: string description: The state of the Dependabot alert. @@ -70182,7 +70730,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *56 + package: *62 manifest_path: type: string description: The full path to the dependency manifest file, @@ -70209,13 +70757,13 @@ paths: - unknown - direct - transitive - security_advisory: *488 - security_vulnerability: *59 - url: *177 - html_url: *178 - created_at: *175 - updated_at: *176 - dismissed_at: *180 + security_advisory: *493 + security_vulnerability: *65 + url: *182 + html_url: *183 + created_at: *180 + updated_at: *181 + dismissed_at: *185 dismissed_by: title: Simple User description: A GitHub user. @@ -70239,9 +70787,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *179 - auto_dismissed_at: *489 - dismissal_request: *490 + fixed_at: *184 + auto_dismissed_at: *494 + dismissal_request: *495 assignees: type: array description: The users assigned to this alert. @@ -70496,9 +71044,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *336 - - *337 - - &492 + - *341 + - *342 + - &497 name: alert_number in: path description: |- @@ -70507,13 +71055,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *174 + schema: *179 responses: '200': description: Response content: application/json: - schema: *491 + schema: *496 examples: default: value: @@ -70645,9 +71193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *336 - - *337 - - *492 + - *341 + - *342 + - *497 requestBody: required: true content: @@ -70703,7 +71251,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *496 examples: default: value: @@ -70833,8 +71381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -70852,7 +71400,7 @@ paths: type: integer secrets: type: array - items: &495 + items: &500 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -70883,7 +71431,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70905,16 +71453,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *493 + schema: *498 examples: - default: *494 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70934,15 +71482,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '200': description: Response content: application/json: - schema: *495 + schema: *500 examples: default: value: @@ -70968,9 +71516,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 requestBody: required: true content: @@ -70998,7 +71546,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -71022,9 +71570,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *336 - - *337 - - *164 + - *341 + - *342 + - *169 responses: '204': description: Response @@ -71046,8 +71594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -71183,7 +71731,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *61 + Link: *67 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -71207,8 +71755,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -71424,7 +71972,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *61 + Link: *67 '404': *6 '403': *29 x-github: @@ -71447,8 +71995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -71523,7 +72071,7 @@ paths: - version - url additionalProperties: false - metadata: &496 + metadata: &501 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71556,7 +72104,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *496 + metadata: *501 resolved: type: object description: A collection of resolved package dependencies. @@ -71569,7 +72117,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *496 + metadata: *501 relationship: type: string description: A notation of whether a dependency is requested @@ -71698,8 +72246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *336 - - *337 + - *341 + - *342 - name: sha description: The SHA recorded at creation time. in: query @@ -71739,11 +72287,11 @@ paths: application/json: schema: type: array - items: *497 + items: *502 examples: - default: *498 + default: *503 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71807,8 +72355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -71889,7 +72437,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *502 examples: simple-example: summary: Simple example @@ -71962,9 +72510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *336 - - *337 - - &499 + - *341 + - *342 + - &504 name: deployment_id description: deployment_id parameter in: path @@ -71976,7 +72524,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *502 examples: default: value: @@ -72041,9 +72589,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 responses: '204': description: Response @@ -72065,9 +72613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 - *17 - *19 responses: @@ -72077,7 +72625,7 @@ paths: application/json: schema: type: array - items: &500 + items: &505 title: Deployment Status description: The status of a deployment. type: object @@ -72168,8 +72716,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -72218,7 +72766,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -72238,9 +72786,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 requestBody: required: true content: @@ -72315,9 +72863,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *505 examples: - default: &501 + default: &506 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72373,9 +72921,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *336 - - *337 - - *499 + - *341 + - *342 + - *504 - name: status_id in: path required: true @@ -72386,9 +72934,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *505 examples: - default: *501 + default: *506 '404': *6 x-github: githubCloudOnly: false @@ -72413,8 +72961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -72471,8 +73019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -72489,7 +73037,7 @@ paths: type: integer environments: type: array - items: &503 + items: &508 title: Environment description: Details of a deployment environment type: object @@ -72541,7 +73089,7 @@ paths: type: type: string example: wait_timer - wait_timer: &505 + wait_timer: &510 type: integer example: 30 description: The amount of time to delay a job after @@ -72578,11 +73126,11 @@ paths: items: type: object properties: - type: *502 + type: *507 reviewer: anyOf: - *4 - - *193 + - *198 required: - id - node_id @@ -72602,7 +73150,7 @@ paths: - id - node_id - type - deployment_branch_policy: &506 + deployment_branch_policy: &511 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72718,9 +73266,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *336 - - *337 - - &504 + - *341 + - *342 + - &509 name: environment_name in: path required: true @@ -72733,9 +73281,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *508 examples: - default: &507 + default: &512 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -72819,9 +73367,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 requestBody: required: false content: @@ -72830,7 +73378,7 @@ paths: type: object nullable: true properties: - wait_timer: *505 + wait_timer: *510 prevent_self_review: type: boolean example: false @@ -72847,13 +73395,13 @@ paths: items: type: object properties: - type: *502 + type: *507 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *506 + deployment_branch_policy: *511 additionalProperties: false examples: default: @@ -72873,9 +73421,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *508 examples: - default: *507 + default: *512 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -72899,9 +73447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 responses: '204': description: Default response @@ -72926,9 +73474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 - *17 - *19 responses: @@ -72946,7 +73494,7 @@ paths: example: 2 branch_policies: type: array - items: &508 + items: &513 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73003,9 +73551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 requestBody: required: true content: @@ -73051,9 +73599,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: - example-wildcard: &509 + example-wildcard: &514 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73095,10 +73643,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 - - &510 + - *341 + - *342 + - *509 + - &515 name: branch_policy_id in: path required: true @@ -73110,9 +73658,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: - default: *509 + default: *514 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73131,10 +73679,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 - - *510 + - *341 + - *342 + - *509 + - *515 requestBody: required: true content: @@ -73162,9 +73710,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: - default: *509 + default: *514 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73183,10 +73731,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *336 - - *337 - - *504 - - *510 + - *341 + - *342 + - *509 + - *515 responses: '204': description: Response @@ -73211,9 +73759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *504 - - *337 - - *336 + - *509 + - *342 + - *341 responses: '200': description: List of deployment protection rules @@ -73229,7 +73777,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &511 + items: &516 title: Deployment protection rule description: Deployment protection rule type: object @@ -73248,7 +73796,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &512 + app: &517 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73347,9 +73895,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *504 - - *337 - - *336 + - *509 + - *342 + - *341 requestBody: content: application/json: @@ -73370,9 +73918,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *511 + schema: *516 examples: - default: &513 + default: &518 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73407,9 +73955,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *504 - - *337 - - *336 + - *509 + - *342 + - *341 - *19 - *17 responses: @@ -73428,7 +73976,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *512 + items: *517 examples: default: value: @@ -73463,10 +74011,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *336 - - *337 - - *504 - - &514 + - *341 + - *342 + - *509 + - &519 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73478,9 +74026,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *516 examples: - default: *513 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73501,10 +74049,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *504 - - *337 - - *336 - - *514 + - *509 + - *342 + - *341 + - *519 responses: '204': description: Response @@ -73530,9 +74078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 - *17 - *19 responses: @@ -73550,11 +74098,11 @@ paths: type: integer secrets: type: array - items: *381 + items: *386 examples: - default: *382 + default: *387 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73577,17 +74125,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 responses: '200': description: Response content: application/json: - schema: *383 + schema: *388 examples: - default: *384 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73609,18 +74157,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *336 - - *337 - - *504 - - *164 + - *341 + - *342 + - *509 + - *169 responses: '200': description: Response content: application/json: - schema: *381 + schema: *386 examples: - default: *515 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73642,10 +74190,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *336 - - *337 - - *504 - - *164 + - *341 + - *342 + - *509 + - *169 requestBody: required: true content: @@ -73676,7 +74224,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -73702,10 +74250,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *336 - - *337 - - *504 - - *164 + - *341 + - *342 + - *509 + - *169 responses: '204': description: Default response @@ -73730,10 +74278,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *336 - - *337 - - *504 - - *352 + - *341 + - *342 + - *509 + - *357 - *19 responses: '200': @@ -73750,11 +74298,11 @@ paths: type: integer variables: type: array - items: *385 + items: *390 examples: - default: *386 + default: *391 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73775,9 +74323,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *336 - - *337 - - *504 + - *341 + - *342 + - *509 requestBody: required: true content: @@ -73804,7 +74352,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -73829,18 +74377,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *336 - - *337 - - *504 - - *167 + - *341 + - *342 + - *509 + - *172 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: - default: *516 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73861,10 +74409,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *336 - - *337 - - *167 - - *504 + - *341 + - *342 + - *172 + - *509 requestBody: required: true content: @@ -73906,10 +74454,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *336 - - *337 - - *167 - - *504 + - *341 + - *342 + - *172 + - *509 responses: '204': description: Response @@ -73931,8 +74479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -73942,7 +74490,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: 200-response: value: @@ -74000,8 +74548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *336 - - *337 + - *341 + - *342 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74023,7 +74571,7 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: default: value: @@ -74136,7 +74684,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *61 + Link: *67 '400': *14 x-github: githubCloudOnly: false @@ -74160,8 +74708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -74193,9 +74741,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 '400': *14 '422': *15 '403': *29 @@ -74216,8 +74764,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -74276,8 +74824,8 @@ paths: application/json: schema: oneOf: - - *124 - - *517 + - *129 + - *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74302,8 +74850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *336 - - *337 + - *341 + - *342 - name: file_sha in: path required: true @@ -74402,8 +74950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -74512,7 +75060,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &523 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74726,15 +75274,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *336 - - *337 - - *471 + - *341 + - *342 + - *476 responses: '200': description: Response content: application/json: - schema: *518 + schema: *523 examples: default: value: @@ -74790,9 +75338,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *336 - - *337 - - &519 + - *341 + - *342 + - &524 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. @@ -74809,7 +75357,7 @@ paths: application/json: schema: type: array - items: &520 + items: &525 title: Git Reference description: Git references within a repository type: object @@ -74862,7 +75410,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *61 + Link: *67 '409': *54 x-github: githubCloudOnly: false @@ -74884,17 +75432,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *336 - - *337 - - *519 + - *341 + - *342 + - *524 responses: '200': description: Response content: application/json: - schema: *520 + schema: *525 examples: - default: &521 + default: &526 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -74923,8 +75471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -74953,9 +75501,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *525 examples: - default: *521 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -74981,9 +75529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *336 - - *337 - - *519 + - *341 + - *342 + - *524 requestBody: required: true content: @@ -75012,9 +75560,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *525 examples: - default: *521 + default: *526 '422': *15 '409': *54 x-github: @@ -75032,9 +75580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *336 - - *337 - - *519 + - *341 + - *342 + - *524 responses: '204': description: Response @@ -75089,8 +75637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -75157,7 +75705,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &528 title: Git Tag description: Metadata for a Git tag type: object @@ -75208,7 +75756,7 @@ paths: - sha - type - url - verification: *522 + verification: *527 required: - sha - url @@ -75218,7 +75766,7 @@ paths: - tag - message examples: - default: &524 + default: &529 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75291,8 +75839,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *336 - - *337 + - *341 + - *342 - name: tag_sha in: path required: true @@ -75303,9 +75851,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *528 examples: - default: *524 + default: *529 '404': *6 '409': *54 x-github: @@ -75329,8 +75877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -75403,7 +75951,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &530 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75499,8 +76047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *336 - - *337 + - *341 + - *342 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75523,7 +76071,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *530 examples: default-response: summary: Default response @@ -75582,8 +76130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -75593,7 +76141,7 @@ paths: application/json: schema: type: array - items: &526 + items: &531 title: Webhook description: Webhooks for repositories. type: object @@ -75647,7 +76195,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &769 + last_response: &774 title: Hook Response type: object properties: @@ -75702,7 +76250,7 @@ paths: status: unused message: headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -75721,8 +76269,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -75774,9 +76322,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *531 examples: - default: &527 + default: &532 value: type: Repository id: 12345678 @@ -75824,17 +76372,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '200': description: Response content: application/json: - schema: *526 + schema: *531 examples: - default: *527 + default: *532 '404': *6 x-github: githubCloudOnly: false @@ -75854,9 +76402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 requestBody: required: true content: @@ -75901,9 +76449,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *531 examples: - default: *527 + default: *532 '422': *15 '404': *6 x-github: @@ -75924,9 +76472,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '204': description: Response @@ -75950,9 +76498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '200': description: Response @@ -75979,9 +76527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 requestBody: required: false content: @@ -76025,11 +76573,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 - *17 - - *211 + - *216 responses: '200': description: Response @@ -76037,9 +76585,9 @@ paths: application/json: schema: type: array - items: *212 + items: *217 examples: - default: *213 + default: *218 '400': *14 '422': *15 x-github: @@ -76058,18 +76606,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *214 + schema: *219 examples: - default: *215 + default: *220 '400': *14 '422': *15 x-github: @@ -76088,9 +76636,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 - *16 responses: '202': *39 @@ -76113,9 +76661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '204': description: Response @@ -76140,9 +76688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *336 - - *337 - - *210 + - *341 + - *342 + - *215 responses: '204': description: Response @@ -76165,8 +76713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response if immutable releases are enabled @@ -76212,10 +76760,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '409': *54 x-github: githubCloudOnly: false @@ -76233,10 +76781,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '409': *54 x-github: githubCloudOnly: false @@ -76291,14 +76839,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &528 + schema: &533 title: Import description: A repository import from an external source. type: object @@ -76397,7 +76945,7 @@ paths: - html_url - authors_url examples: - default: &531 + default: &536 value: vcs: subversion use_lfs: true @@ -76413,7 +76961,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': &529 + '503': &534 description: Unavailable due to service under maintenance. content: application/json: @@ -76442,8 +76990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -76491,7 +77039,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: default: value: @@ -76516,7 +77064,7 @@ paths: type: string '422': *15 '404': *6 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76544,8 +77092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -76594,7 +77142,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: example-1: summary: Example 1 @@ -76642,7 +77190,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': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76665,12 +77213,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76696,9 +77244,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *336 - - *337 - - &698 + - *341 + - *342 + - &703 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76712,7 +77260,7 @@ paths: application/json: schema: type: array - items: &530 + items: &535 title: Porter Author description: Porter Author type: object @@ -76766,7 +77314,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': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76791,8 +77339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *336 - - *337 + - *341 + - *342 - name: author_id in: path required: true @@ -76822,7 +77370,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *535 examples: default: value: @@ -76835,7 +77383,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76859,8 +77407,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -76901,7 +77449,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76929,8 +77477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -76957,11 +77505,11 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: - default: *531 + default: *536 '422': *15 - '503': *529 + '503': *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76984,8 +77532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -76993,8 +77541,8 @@ paths: application/json: schema: *22 examples: - default: *532 - '301': *340 + default: *537 + '301': *345 '404': *6 x-github: githubCloudOnly: false @@ -77014,8 +77562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -77023,12 +77571,12 @@ paths: application/json: schema: anyOf: - - *228 + - *233 - type: object properties: {} additionalProperties: false examples: - default: &534 + default: &539 value: limit: collaborators_only origin: repository @@ -77053,13 +77601,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: application/json: - schema: *533 + schema: *538 examples: default: summary: Example request body @@ -77071,9 +77619,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *233 examples: - default: *534 + default: *539 '409': description: Response x-github: @@ -77095,8 +77643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -77119,8 +77667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -77130,9 +77678,9 @@ paths: application/json: schema: type: array - items: *535 + items: *540 examples: - default: &690 + default: &695 value: - id: 1 repository: @@ -77246,7 +77794,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77263,9 +77811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *336 - - *337 - - *232 + - *341 + - *342 + - *237 requestBody: required: false content: @@ -77294,7 +77842,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *540 examples: default: value: @@ -77425,9 +77973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *336 - - *337 - - *232 + - *341 + - *342 + - *237 responses: '204': description: Response @@ -77458,8 +78006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *336 - - *337 + - *341 + - *342 - 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 @@ -77507,7 +78055,7 @@ paths: required: false schema: type: string - - *239 + - *244 - name: sort description: What to sort results by. in: query @@ -77519,8 +78067,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -77530,9 +78078,9 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: &547 + default: &552 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77680,8 +78228,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '422': *15 '404': *6 x-github: @@ -77710,8 +78258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -77786,9 +78334,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: &544 + default: &549 value: id: 1 node_id: MDU6SXNzdWUx @@ -77943,9 +78491,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *116 + '503': *121 '404': *6 - '410': *536 + '410': *541 x-github: triggersNotification: true githubCloudOnly: false @@ -77973,9 +78521,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *336 - - *337 - - *103 + - *341 + - *342 + - *109 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -77985,7 +78533,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -77995,9 +78543,9 @@ paths: application/json: schema: type: array - items: *537 + items: *542 examples: - default: &546 + default: &551 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78028,7 +78576,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '422': *15 '404': *6 x-github: @@ -78055,17 +78603,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *537 + schema: *542 examples: - default: &538 + default: &543 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78120,9 +78668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -78144,9 +78692,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *542 examples: - default: *538 + default: *543 '422': *15 x-github: githubCloudOnly: false @@ -78164,9 +78712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response @@ -78194,15 +78742,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *537 + schema: *542 examples: default: value: @@ -78258,7 +78806,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *536 + '410': *541 '422': *15 x-github: githubCloudOnly: false @@ -78275,17 +78823,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *536 - '503': *116 + '410': *541 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78302,9 +78850,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -78330,11 +78878,11 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -78353,9 +78901,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -78387,16 +78935,16 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -78418,10 +78966,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *336 - - *337 - - *95 - - *540 + - *341 + - *342 + - *101 + - *545 responses: '204': description: Response @@ -78441,8 +78989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -78452,7 +79000,7 @@ paths: application/json: schema: type: array - items: &543 + items: &548 title: Issue Event description: Issue Event type: object @@ -78495,8 +79043,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *541 - required: *542 + properties: *546 + required: *547 nullable: true label: title: Issue Event Label @@ -78540,7 +79088,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *193 + requested_team: *198 dismissed_review: title: Issue Event Dismissed Review type: object @@ -78605,7 +79153,7 @@ paths: required: - from - to - author_association: *76 + author_association: *82 lock_reason: type: string nullable: true @@ -78618,8 +79166,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -78786,7 +79334,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -78804,8 +79352,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *336 - - *337 + - *341 + - *342 - name: event_id in: path required: true @@ -78816,7 +79364,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *548 examples: default: value: @@ -79009,7 +79557,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *536 + '410': *541 '403': *29 x-github: githubCloudOnly: false @@ -79043,9 +79591,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *336 - - *337 - - &545 + - *341 + - *342 + - &550 name: issue_number description: The number that identifies the issue. in: path @@ -79057,11 +79605,11 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: default: summary: Issue - value: *544 + value: *549 pinned_comment: summary: Issue with pinned comment value: @@ -79260,9 +79808,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 '304': *37 x-github: githubCloudOnly: false @@ -79287,9 +79835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -79408,15 +79956,15 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 '422': *15 - '503': *116 + '503': *121 '403': *29 - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79434,9 +79982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -79462,9 +80010,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79480,9 +80028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: content: application/json: @@ -79507,9 +80055,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79531,9 +80079,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: assignee in: path required: true @@ -79573,10 +80121,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *336 - - *337 - - *545 - - *86 + - *341 + - *342 + - *550 + - *92 - *17 - *19 responses: @@ -79586,13 +80134,13 @@ paths: application/json: schema: type: array - items: *537 + items: *542 examples: - default: *546 + default: *551 headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79621,9 +80169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -79645,16 +80193,16 @@ paths: description: Response content: application/json: - schema: *537 + schema: *542 examples: - default: *538 + default: *543 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *536 + '410': *541 '422': *15 '404': *6 x-github: @@ -79682,9 +80230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -79694,14 +80242,14 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *547 + default: *552 headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79729,9 +80277,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -79753,17 +80301,17 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *340 + '301': *345 '403': *29 - '410': *536 + '410': *541 '422': *15 '404': *6 x-github: @@ -79794,9 +80342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -79808,15 +80356,15 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 - '301': *340 + default: *549 + '301': *345 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *536 + '410': *541 x-github: triggersNotification: true githubCloudOnly: false @@ -79842,9 +80390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -79854,14 +80402,14 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *547 + default: *552 headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79878,9 +80426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -79894,7 +80442,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &550 + - &555 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79925,8 +80473,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 label: type: object properties: @@ -79948,7 +80496,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &556 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79979,8 +80527,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 label: type: object properties: @@ -80068,8 +80616,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 assigner: *4 required: @@ -80084,7 +80632,7 @@ paths: - performed_via_github_app - assignee - assigner - - &552 + - &557 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80115,8 +80663,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 milestone: type: object properties: @@ -80135,7 +80683,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &553 + - &558 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80166,8 +80714,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 milestone: type: object properties: @@ -80186,7 +80734,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &554 + - &559 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80217,8 +80765,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 rename: type: object properties: @@ -80240,7 +80788,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &555 + - &560 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80271,10 +80819,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 review_requester: *4 - requested_team: *193 + requested_team: *198 requested_reviewer: *4 required: - review_requester @@ -80287,7 +80835,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &561 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80318,10 +80866,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 review_requester: *4 - requested_team: *193 + requested_team: *198 requested_reviewer: *4 required: - review_requester @@ -80334,7 +80882,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &562 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80365,8 +80913,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 dismissed_review: type: object properties: @@ -80394,7 +80942,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &563 title: Locked Issue Event description: Locked Issue Event type: object @@ -80425,8 +80973,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 lock_reason: type: string example: '"off-topic"' @@ -80442,7 +80990,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &564 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80473,8 +81021,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -80508,7 +81056,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &565 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80539,8 +81087,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -80574,7 +81122,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &566 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80605,8 +81153,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -80640,7 +81188,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &567 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80730,8 +81278,8 @@ paths: name: label color: red headers: - Link: *61 - '410': *536 + Link: *67 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80748,9 +81296,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -80760,9 +81308,9 @@ paths: application/json: schema: type: array - items: *548 + items: *553 examples: - default: &661 + default: &666 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -80785,10 +81333,10 @@ paths: data_type: date value: '2025-12-25' headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80805,9 +81353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -80817,9 +81365,9 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: &549 + default: &554 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80836,10 +81384,10 @@ paths: color: a2eeef default: false headers: - Link: *61 - '301': *340 + Link: *67 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80855,9 +81403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -80900,12 +81448,12 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 - '301': *340 + default: *554 + '301': *345 '404': *6 - '410': *536 + '410': *541 '422': *15 x-github: githubCloudOnly: false @@ -80922,9 +81470,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -80984,12 +81532,12 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 - '301': *340 + default: *554 + '301': *345 '404': *6 - '410': *536 + '410': *541 '422': *15 x-github: githubCloudOnly: false @@ -81006,15 +81554,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 responses: '204': description: Response - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81033,9 +81581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: name in: path required: true @@ -81048,7 +81596,7 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: default: value: @@ -81059,9 +81607,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *340 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81081,9 +81629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: false content: @@ -81111,7 +81659,7 @@ paths: '204': description: Response '403': *29 - '410': *536 + '410': *541 '404': *6 '422': *15 x-github: @@ -81129,9 +81677,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 responses: '204': description: Response @@ -81161,20 +81709,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 responses: '200': description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 - '301': *340 + default: *549 + '301': *345 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81191,9 +81739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -81219,13 +81767,13 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81243,9 +81791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81277,16 +81825,16 @@ paths: description: Response content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Response content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -81308,10 +81856,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *336 - - *337 + - *341 + - *342 + - *550 - *545 - - *540 responses: '204': description: Response @@ -81340,9 +81888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81364,9 +81912,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81399,9 +81947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -81411,13 +81959,13 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *547 + default: *552 headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81445,9 +81993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81474,16 +82022,16 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *536 + '410': *541 '422': *15 '404': *6 x-github: @@ -81503,9 +82051,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 requestBody: required: true content: @@ -81536,13 +82084,13 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *544 + default: *549 '403': *29 '404': *6 '422': *7 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -81560,9 +82108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *336 - - *337 - - *545 + - *341 + - *342 + - *550 - *17 - *19 responses: @@ -81577,11 +82125,6 @@ paths: description: Timeline Event type: object anyOf: - - *550 - - *551 - - *552 - - *553 - - *554 - *555 - *556 - *557 @@ -81590,6 +82133,11 @@ paths: - *560 - *561 - *562 + - *563 + - *564 + - *565 + - *566 + - *567 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81632,7 +82180,7 @@ paths: issue_url: type: string format: uri - author_association: *76 + author_association: *82 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -81642,16 +82190,16 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - reactions: *77 + properties: *80 + required: *81 + reactions: *83 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *563 - required: *564 + properties: *568 + required: *569 nullable: true required: - event @@ -81683,7 +82231,7 @@ paths: properties: type: type: string - issue: *79 + issue: *85 required: - event - created_at @@ -81883,7 +82431,7 @@ paths: type: string body_text: type: string - author_association: *76 + author_association: *82 required: - event - id @@ -81906,7 +82454,7 @@ paths: type: string comments: type: array - items: &584 + items: &589 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82001,7 +82549,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *76 + author_association: *82 _links: type: object properties: @@ -82085,7 +82633,7 @@ paths: enum: - line - file - reactions: *77 + reactions: *83 body_html: type: string example: '"

comment body

"' @@ -82121,7 +82669,7 @@ paths: type: string comments: type: array - items: *467 + items: *472 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82152,8 +82700,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 required: - id @@ -82196,8 +82744,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 required: - id @@ -82240,8 +82788,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 state_reason: type: string nullable: true @@ -82408,9 +82956,9 @@ paths: type: User site_admin: true headers: - Link: *61 + Link: *67 '404': *6 - '410': *536 + '410': *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82427,8 +82975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -82438,7 +82986,7 @@ paths: application/json: schema: type: array - items: &565 + items: &570 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82488,7 +83036,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82504,8 +83052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -82541,9 +83089,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *570 examples: - default: &566 + default: &571 value: id: 1 key: ssh-rsa AAA... @@ -82577,9 +83125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *336 - - *337 - - &567 + - *341 + - *342 + - &572 name: key_id description: The unique identifier of the key. in: path @@ -82591,9 +83139,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *570 examples: - default: *566 + default: *571 '404': *6 x-github: githubCloudOnly: false @@ -82611,9 +83159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *336 - - *337 - - *567 + - *341 + - *342 + - *572 responses: '204': description: Response @@ -82633,8 +83181,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -82644,11 +83192,11 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 + default: *554 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -82667,8 +83215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -82704,9 +83252,9 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: - default: &568 + default: &573 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82738,8 +83286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *336 - - *337 + - *341 + - *342 - name: name in: path required: true @@ -82750,9 +83298,9 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: - default: *568 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -82769,8 +83317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *336 - - *337 + - *341 + - *342 - name: name in: path required: true @@ -82809,7 +83357,7 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: default: value: @@ -82835,8 +83383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *336 - - *337 + - *341 + - *342 - name: name in: path required: true @@ -82862,8 +83410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -82902,9 +83450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *336 - - *337 - - *440 + - *341 + - *342 + - *445 responses: '200': description: Response @@ -82966,8 +83514,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true required: - _links @@ -83049,8 +83597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83115,8 +83663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83150,9 +83698,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *470 + schema: *475 examples: - default: *569 + default: *574 '204': description: Response when already merged '404': @@ -83177,8 +83725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *336 - - *337 + - *341 + - *342 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83219,12 +83767,12 @@ paths: application/json: schema: type: array - items: &570 + items: &575 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 examples: default: value: @@ -83263,7 +83811,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -83280,8 +83828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83321,9 +83869,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: &571 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83382,9 +83930,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *336 - - *337 - - &572 + - *341 + - *342 + - &577 name: milestone_number description: The number that identifies the milestone. in: path @@ -83396,9 +83944,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *571 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -83415,9 +83963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *336 - - *337 - - *572 + - *341 + - *342 + - *577 requestBody: required: false content: @@ -83455,9 +84003,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *571 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83473,9 +84021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *336 - - *337 - - *572 + - *341 + - *342 + - *577 responses: '204': description: Response @@ -83496,9 +84044,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *336 - - *337 - - *572 + - *341 + - *342 + - *577 - *17 - *19 responses: @@ -83508,11 +84056,11 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *549 + default: *554 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83529,12 +84077,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *336 - - *337 - - *573 - - *574 - - *86 - - *575 + - *341 + - *342 + - *578 + - *579 + - *92 + - *580 - *17 - *19 responses: @@ -83544,11 +84092,11 @@ paths: application/json: schema: type: array - items: *106 + items: *112 examples: - default: *576 + default: *581 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83570,8 +84118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -83629,14 +84177,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: &577 + schema: &582 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83761,7 +84309,7 @@ paths: - custom_404 - public examples: - default: &578 + default: &583 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83802,8 +84350,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83857,9 +84405,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *582 examples: - default: *578 + default: *583 '422': *15 '409': *54 x-github: @@ -83882,8 +84430,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -83982,8 +84530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -84009,8 +84557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -84020,7 +84568,7 @@ paths: application/json: schema: type: array - items: &579 + items: &584 title: Page Build description: Page Build type: object @@ -84095,7 +84643,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84114,8 +84662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *336 - - *337 + - *341 + - *342 responses: '201': description: Response @@ -84160,16 +84708,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *579 + schema: *584 examples: - default: &580 + default: &585 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84217,8 +84765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *336 - - *337 + - *341 + - *342 - name: build_id in: path required: true @@ -84229,9 +84777,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *584 examples: - default: *580 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84251,8 +84799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -84357,9 +84905,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *336 - - *337 - - &581 + - *341 + - *342 + - &586 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84417,11 +84965,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *336 - - *337 - - *581 + - *341 + - *342 + - *586 responses: - '204': *187 + '204': *192 '404': *6 x-github: githubCloudOnly: false @@ -84446,8 +84994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -84678,7 +85226,7 @@ paths: description: Empty response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -84705,8 +85253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Private vulnerability reporting status @@ -84743,10 +85291,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '422': *14 x-github: githubCloudOnly: false @@ -84765,10 +85313,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: - '204': *187 + '204': *192 '422': *14 x-github: githubCloudOnly: false @@ -84788,8 +85336,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -84797,7 +85345,7 @@ paths: application/json: schema: type: array - items: *288 + items: *293 examples: default: value: @@ -84828,8 +85376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -84841,7 +85389,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *288 + items: *293 required: - properties examples: @@ -84891,8 +85439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *336 - - *337 + - *341 + - *342 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -84952,11 +85500,11 @@ paths: application/json: schema: type: array - items: *474 + items: *479 examples: - default: *582 + default: *587 headers: - Link: *61 + Link: *67 '304': *37 '422': *15 x-github: @@ -84986,8 +85534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -85052,7 +85600,7 @@ paths: description: Response content: application/json: - schema: &586 + schema: &591 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85163,8 +85711,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 nullable: true active_lock_reason: type: string @@ -85196,7 +85744,7 @@ paths: items: *4 requested_teams: type: array - items: *325 + items: *330 head: type: object properties: @@ -85204,7 +85752,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: *4 @@ -85221,7 +85769,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: *4 @@ -85234,14 +85782,14 @@ paths: _links: type: object properties: - comments: *275 - commits: *275 - statuses: *275 - html: *275 - issue: *275 - review_comments: *275 - review_comment: *275 - self: *275 + comments: *280 + commits: *280 + statuses: *280 + html: *280 + issue: *280 + review_comments: *280 + review_comment: *280 + self: *280 required: - comments - commits @@ -85251,8 +85799,8 @@ paths: - review_comments - review_comment - self - author_association: *76 - auto_merge: *583 + author_association: *82 + auto_merge: *588 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -85342,7 +85890,7 @@ paths: - merged_by - review_comments examples: - default: &587 + default: &592 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85869,8 +86417,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *336 - - *337 + - *341 + - *342 - name: sort in: query required: false @@ -85889,7 +86437,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -85899,9 +86447,9 @@ paths: application/json: schema: type: array - items: *584 + items: *589 examples: - default: &589 + default: &594 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85953,7 +86501,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85978,17 +86526,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '200': description: Response content: application/json: - schema: *584 + schema: *589 examples: - default: &585 + default: &590 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86063,9 +86611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -86087,9 +86635,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: - default: *585 + default: *590 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86105,9 +86653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 responses: '204': description: Response @@ -86128,9 +86676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -86156,11 +86704,11 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -86179,9 +86727,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *336 - - *337 - - *95 + - *341 + - *342 + - *101 requestBody: required: true content: @@ -86213,16 +86761,16 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -86244,10 +86792,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *336 - - *337 - - *95 - - *540 + - *341 + - *342 + - *101 + - *545 responses: '204': description: Response @@ -86290,9 +86838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *336 - - *337 - - &588 + - *341 + - *342 + - &593 name: pull_number description: The number that identifies the pull request. in: path @@ -86305,9 +86853,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *586 + schema: *591 examples: - default: *587 + default: *592 '304': *37 '404': *6 '406': @@ -86315,8 +86863,8 @@ paths: content: application/json: schema: *3 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86342,9 +86890,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -86386,9 +86934,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *591 examples: - default: *587 + default: *592 '422': *15 '403': *29 x-github: @@ -86410,9 +86958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: true content: @@ -86472,21 +87020,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86512,10 +87060,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *336 - - *337 - - *588 - - *103 + - *341 + - *342 + - *593 + - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -86525,7 +87073,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -86535,11 +87083,11 @@ paths: application/json: schema: type: array - items: *584 + items: *589 examples: - default: *589 + default: *594 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86570,9 +87118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: true content: @@ -86677,7 +87225,7 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: example-for-a-multi-line-comment: value: @@ -86765,10 +87313,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *336 - - *337 - - *588 - - *95 + - *341 + - *342 + - *593 + - *101 requestBody: required: true content: @@ -86790,7 +87338,7 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: default: value: @@ -86876,9 +87424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 - *17 - *19 responses: @@ -86888,11 +87436,11 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: *590 + default: *595 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86920,9 +87468,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 - *17 - *19 responses: @@ -86932,7 +87480,7 @@ paths: application/json: schema: type: array - items: *483 + items: *488 examples: default: value: @@ -86948,10 +87496,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *61 + Link: *67 '422': *15 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86970,9 +87518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 responses: '204': description: Response if pull request has been merged @@ -86995,9 +87543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -87108,9 +87656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 responses: '200': description: Response @@ -87126,7 +87674,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 required: - users - teams @@ -87167,7 +87715,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87185,9 +87733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -87224,7 +87772,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *479 examples: default: value: @@ -87760,9 +88308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: true content: @@ -87796,7 +88344,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *479 examples: default: value: @@ -88301,9 +88849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 - *17 - *19 responses: @@ -88313,7 +88861,7 @@ paths: application/json: schema: type: array - items: &591 + items: &596 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88382,7 +88930,7 @@ paths: type: string body_text: type: string - author_association: *76 + author_association: *82 required: - id - node_id @@ -88431,7 +88979,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88464,9 +89012,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -88552,9 +89100,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: &593 + default: &598 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88617,10 +89165,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - &592 + - *341 + - *342 + - *593 + - &597 name: review_id description: The unique identifier of the review. in: path @@ -88632,9 +89180,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: &594 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88693,10 +89241,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 requestBody: required: true content: @@ -88719,7 +89267,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: default: value: @@ -88781,18 +89329,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 responses: '200': description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: *593 + default: *598 '422': *7 '404': *6 x-github: @@ -88819,10 +89367,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 - *17 - *19 responses: @@ -88901,13 +89449,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *76 + author_association: *82 _links: type: object properties: - self: *275 - html: *275 - pull_request: *275 + self: *280 + html: *280 + pull_request: *280 required: - self - html @@ -88916,7 +89464,7 @@ paths: type: string body_html: type: string - reactions: *77 + reactions: *83 side: description: The side of the first line of the range for a multi-line comment. @@ -89028,7 +89576,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -89057,10 +89605,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 requestBody: required: true content: @@ -89088,7 +89636,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: default: value: @@ -89151,10 +89699,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *336 - - *337 - - *588 - - *592 + - *341 + - *342 + - *593 + - *597 requestBody: required: true content: @@ -89189,9 +89737,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: - default: *594 + default: *599 '404': *6 '422': *7 '403': *29 @@ -89213,9 +89761,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *336 - - *337 - - *588 + - *341 + - *342 + - *593 requestBody: required: false content: @@ -89278,8 +89826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *336 - - *337 + - *341 + - *342 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89292,9 +89840,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *600 examples: - default: &596 + default: &601 value: type: file encoding: base64 @@ -89336,8 +89884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *336 - - *337 + - *341 + - *342 - name: dir description: The alternate path to look for a README file in: path @@ -89357,9 +89905,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *600 examples: - default: *596 + default: *601 '404': *6 '422': *15 x-github: @@ -89381,8 +89929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -89392,7 +89940,7 @@ paths: application/json: schema: type: array - items: *597 + items: *602 examples: default: value: @@ -89466,7 +90014,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -89486,8 +90034,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -89563,9 +90111,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: &601 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -89670,9 +90218,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *336 - - *337 - - &599 + - *341 + - *342 + - &604 name: asset_id description: The unique identifier of the asset. in: path @@ -89684,9 +90232,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *603 examples: - default: &600 + default: &605 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 @@ -89721,7 +90269,7 @@ paths: type: User site_admin: false '404': *6 - '302': *485 + '302': *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89737,9 +90285,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *336 - - *337 - - *599 + - *341 + - *342 + - *604 requestBody: required: false content: @@ -89767,9 +90315,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *603 examples: - default: *600 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89785,12 +90333,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *336 - - *337 - - *599 + - *341 + - *342 + - *604 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89811,8 +90360,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -89897,16 +90446,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89923,8 +90473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *336 - - *337 + - *341 + - *342 - name: tag description: tag parameter in: path @@ -89937,9 +90487,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 '404': *6 x-github: githubCloudOnly: false @@ -89961,9 +90511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *336 - - *337 - - &602 + - *341 + - *342 + - &607 name: release_id description: The unique identifier of the release. in: path @@ -89977,9 +90527,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 '401': description: Unauthorized x-github: @@ -89997,9 +90547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 requestBody: required: false content: @@ -90063,9 +90613,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *602 examples: - default: *601 + default: *606 '404': description: Not Found if the discussion category name is invalid content: @@ -90086,12 +90636,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90108,9 +90659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 - *17 - *19 responses: @@ -90120,7 +90671,7 @@ paths: application/json: schema: type: array - items: *598 + items: *603 examples: default: value: @@ -90157,7 +90708,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90201,9 +90752,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: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 - name: name in: query required: true @@ -90229,7 +90780,7 @@ paths: description: Response for successful upload content: application/json: - schema: *598 + schema: *603 examples: response-for-successful-upload: value: @@ -90284,9 +90835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -90310,11 +90861,11 @@ paths: application/json: schema: type: array - items: *468 + items: *473 examples: - default: *539 + default: *544 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -90333,9 +90884,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *336 - - *337 - - *602 + - *341 + - *342 + - *607 requestBody: required: true content: @@ -90365,16 +90916,16 @@ paths: description: Reaction exists content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '201': description: Reaction created content: application/json: - schema: *468 + schema: *473 examples: - default: *469 + default: *474 '422': *15 x-github: githubCloudOnly: false @@ -90396,10 +90947,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *336 - - *337 - - *602 - - *540 + - *341 + - *342 + - *607 + - *545 responses: '204': description: Response @@ -90423,9 +90974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *336 - - *337 - - *403 + - *341 + - *342 + - *408 - *17 - *19 responses: @@ -90441,8 +90992,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *297 - - &603 + - *302 + - &608 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90461,69 +91012,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *298 - - *603 - - allOf: - - *299 - - *603 - - allOf: - - *300 - - *603 - - allOf: - - *604 - - *603 - - allOf: - - *301 - - *603 - - allOf: - - *302 - - *603 - allOf: - *303 - - *603 + - *608 - allOf: - *304 - - *603 + - *608 - allOf: - *305 - - *603 + - *608 + - allOf: + - *609 + - *608 - allOf: - *306 - - *603 + - *608 - allOf: - *307 - - *603 + - *608 - allOf: - *308 - - *603 + - *608 - allOf: - *309 - - *603 + - *608 - allOf: - *310 - - *603 + - *608 - allOf: - *311 - - *603 + - *608 - allOf: - *312 - - *603 + - *608 - allOf: - *313 - - *603 + - *608 - allOf: - *314 - - *603 + - *608 - allOf: - *315 - - *603 + - *608 - allOf: - *316 - - *603 + - *608 - allOf: - *317 - - *603 + - *608 + - allOf: + - *318 + - *608 + - allOf: + - *319 + - *608 + - allOf: + - *320 + - *608 + - allOf: + - *321 + - *608 + - allOf: + - *322 + - *608 examples: default: value: @@ -90562,8 +91113,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - name: includes_parents @@ -90574,7 +91125,7 @@ paths: schema: type: boolean default: true - - *605 + - *610 responses: '200': description: Response @@ -90582,7 +91133,7 @@ paths: application/json: schema: type: array - items: *318 + items: *323 examples: default: value: @@ -90613,7 +91164,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -90629,8 +91180,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 requestBody: description: Request body required: true @@ -90650,16 +91201,16 @@ paths: - tag - push default: branch - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *292 + items: *300 + conditions: *297 rules: type: array description: An array of rules within the ruleset. - items: *606 + items: *611 required: - name - enforcement @@ -90690,9 +91241,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: &616 + default: &621 value: id: 42 name: super cool ruleset @@ -90726,7 +91277,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *115 + '500': *55 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -90740,12 +91291,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *336 - - *337 - - *607 - - *608 - - *609 - - *610 + - *341 + - *342 + - *612 + - *613 + - *614 + - *615 - *17 - *19 responses: @@ -90753,11 +91304,11 @@ paths: description: Response content: application/json: - schema: *611 + schema: *616 examples: - default: *612 + default: *617 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90776,19 +91327,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *336 - - *337 - - *613 + - *341 + - *342 + - *618 responses: '200': description: Response content: application/json: - schema: *614 + schema: *619 examples: - default: *615 + default: *620 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90814,8 +91365,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90835,11 +91386,11 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *616 + default: *621 '404': *6 - '500': *115 + '500': *55 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -90855,8 +91406,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90881,16 +91432,16 @@ paths: - branch - tag - push - enforcement: *294 + enforcement: *299 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *295 - conditions: *292 + items: *300 + conditions: *297 rules: description: An array of rules within the ruleset. type: array - items: *606 + items: *611 examples: default: value: @@ -90918,12 +91469,12 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - default: *616 + default: *621 '404': *6 '422': *15 - '500': *115 + '500': *55 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -90939,8 +91490,8 @@ paths: category: repos subcategory: rules parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90951,7 +91502,7 @@ paths: '204': description: Response '404': *6 - '500': *115 + '500': *55 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -90963,8 +91514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 - name: ruleset_id @@ -90980,11 +91531,11 @@ paths: application/json: schema: type: array - items: *321 + items: *326 examples: - default: *617 + default: *622 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91001,8 +91552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *336 - - *337 + - *341 + - *342 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91020,7 +91571,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *623 examples: default: value: @@ -91053,7 +91604,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91075,22 +91626,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *336 - - *337 - - *619 - - *620 - - *621 - - *622 - - *623 - - *55 - - *19 - - *17 + - *341 + - *342 - *624 - *625 - *626 - *627 - *628 + - *61 + - *19 + - *17 - *629 + - *630 + - *631 + - *632 + - *633 + - *634 responses: '200': description: Response @@ -91098,11 +91649,11 @@ paths: application/json: schema: type: array - items: &633 + items: &638 type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -91110,15 +91661,15 @@ paths: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *630 - resolution: *631 + state: *635 + resolution: *636 resolved_at: type: string format: date-time @@ -91214,7 +91765,7 @@ paths: pull request. ' - oneOf: *632 + oneOf: *637 nullable: true has_more_locations: type: boolean @@ -91341,7 +91892,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91363,16 +91914,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *336 - - *337 - - *434 - - *629 + - *341 + - *342 + - *439 + - *634 responses: '200': description: Response content: application/json: - schema: *633 + schema: *638 examples: default: value: @@ -91403,7 +91954,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91426,9 +91977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 requestBody: required: true content: @@ -91436,8 +91987,8 @@ paths: schema: type: object properties: - state: *630 - resolution: *631 + state: *635 + resolution: *636 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -91471,7 +92022,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *638 examples: default: value: @@ -91544,7 +92095,7 @@ paths: '422': description: State does not match the resolution or resolution comment, or assignee does not have write access to the repository - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -91566,9 +92117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *336 - - *337 - - *434 + - *341 + - *342 + - *439 - *19 - *17 responses: @@ -91579,7 +92130,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &791 + items: &796 type: object properties: type: @@ -91605,11 +92156,6 @@ paths: example: commit details: oneOf: - - *634 - - *635 - - *636 - - *637 - - *638 - *639 - *640 - *641 @@ -91618,6 +92164,11 @@ paths: - *644 - *645 - *646 + - *647 + - *648 + - *649 + - *650 + - *651 examples: default: value: @@ -91677,11 +92228,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *61 + Link: *67 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91703,8 +92254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -91712,14 +92263,14 @@ paths: schema: type: object properties: - reason: &648 + reason: &653 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *647 + placeholder_id: *652 required: - reason - placeholder_id @@ -91736,7 +92287,7 @@ paths: schema: type: object properties: - reason: *648 + reason: *653 expire_at: type: string format: date-time @@ -91759,7 +92310,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -91782,13 +92333,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *116 + '503': *121 '200': description: Response content: @@ -91798,7 +92349,7 @@ paths: properties: incremental_scans: type: array - items: &649 + items: &654 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91824,15 +92375,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *649 + items: *654 backfill_scans: type: array - items: *649 + items: *654 custom_pattern_backfill_scans: type: array items: allOf: - - *649 + - *654 - type: object properties: pattern_name: @@ -91902,9 +92453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *336 - - *337 - - *55 + - *341 + - *342 + - *61 - name: sort description: The property to sort the results by. in: query @@ -91947,9 +92498,9 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: - default: *651 + default: *656 '400': *14 '404': *6 x-github: @@ -91972,8 +92523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -92046,7 +92597,7 @@ paths: login: type: string description: The username of the user credited. - type: *324 + type: *329 required: - login - type @@ -92133,9 +92684,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: &653 + default: &658 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92368,8 +92919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -92473,7 +93024,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: default: value: @@ -92620,17 +93171,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 responses: '200': description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: *653 + default: *658 '403': *29 '404': *6 x-github: @@ -92654,9 +93205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 requestBody: required: true content: @@ -92729,7 +93280,7 @@ paths: login: type: string description: The username of the user credited. - type: *324 + type: *329 required: - login - type @@ -92815,17 +93366,17 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: *653 - add_credit: *653 + default: *658 + add_credit: *658 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *124 + schema: *129 examples: invalid_state_transition: value: @@ -92856,9 +93407,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 responses: '202': *39 '400': *14 @@ -92885,17 +93436,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *336 - - *337 - - *652 + - *341 + - *342 + - *657 responses: '202': description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 '400': *14 '422': *15 '403': *29 @@ -92921,8 +93472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -92999,7 +93550,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -93021,8 +93572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93031,7 +93582,7 @@ paths: application/json: schema: type: array - items: &654 + items: &659 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93044,7 +93595,7 @@ paths: - 1124 - -435 '202': *39 - '204': *187 + '204': *192 '422': description: Repository contains more than 10,000 commits x-github: @@ -93064,8 +93615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -93114,7 +93665,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93141,8 +93692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -93216,7 +93767,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93238,8 +93789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93393,8 +93944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93404,7 +93955,7 @@ paths: application/json: schema: type: array - items: *654 + items: *659 examples: default: value: @@ -93417,7 +93968,7 @@ paths: - - 0 - 2 - 21 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93437,8 +93988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *336 - - *337 + - *341 + - *342 - name: sha in: path required: true @@ -93492,7 +94043,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *660 examples: default: value: @@ -93546,8 +94097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -93559,9 +94110,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93579,14 +94130,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &656 + schema: &661 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -93654,8 +94205,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: false content: @@ -93681,7 +94232,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *661 examples: default: value: @@ -93708,8 +94259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -93729,8 +94280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -93786,7 +94337,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93809,8 +94360,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *336 - - *337 + - *341 + - *342 - name: ref in: path required: true @@ -93846,8 +94397,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *336 - - *337 + - *341 + - *342 - *17 - *19 responses: @@ -93857,11 +94408,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *253 + default: *258 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -93879,8 +94430,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *336 - - *337 + - *341 + - *342 - *19 - *17 responses: @@ -93888,7 +94439,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &662 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -93900,7 +94451,7 @@ paths: required: - names examples: - default: &658 + default: &663 value: names: - octocat @@ -93923,8 +94474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -93955,9 +94506,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *662 examples: - default: *658 + default: *663 '404': *6 '422': *7 x-github: @@ -93978,9 +94529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *336 - - *337 - - &659 + - *341 + - *342 + - &664 name: per description: The time frame to display results for. in: query @@ -94009,7 +94560,7 @@ paths: example: 128 clones: type: array - items: &660 + items: &665 title: Traffic type: object properties: @@ -94096,8 +94647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -94187,8 +94738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *336 - - *337 + - *341 + - *342 responses: '200': description: Response @@ -94248,9 +94799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *336 - - *337 - - *659 + - *341 + - *342 + - *664 responses: '200': description: Response @@ -94269,7 +94820,7 @@ paths: example: 3782 views: type: array - items: *660 + items: *665 required: - uniques - count @@ -94346,8 +94897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *336 - - *337 + - *341 + - *342 requestBody: required: true content: @@ -94383,7 +94934,7 @@ paths: description: Response content: application/json: - schema: *156 + schema: *161 examples: default: value: @@ -94621,8 +95172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -94645,8 +95196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -94668,8 +95219,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -94695,8 +95246,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *336 - - *337 + - *341 + - *342 - name: ref in: path required: true @@ -94788,9 +95339,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -94831,7 +95382,7 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: default: value: @@ -94937,8 +95488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *145 - - *545 + - *150 + - *550 requestBody: required: true content: @@ -95002,14 +95553,14 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *548 + items: *553 examples: - default: *661 + default: *666 '400': *14 '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -95040,8 +95591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *145 - - *545 + - *150 + - *550 requestBody: required: true content: @@ -95106,14 +95657,14 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *548 + items: *553 examples: - default: *661 + default: *666 '400': *14 '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -95139,16 +95690,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *145 - - *545 - - *235 + - *150 + - *550 + - *240 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -95262,7 +95813,7 @@ paths: html_url: type: string format: uri - repository: *156 + repository: *161 score: type: number file_size: @@ -95280,7 +95831,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &662 + text_matches: &667 title: Search Result Text Matches type: array items: @@ -95394,7 +95945,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *116 + '503': *121 '422': *15 '403': *29 x-github: @@ -95442,7 +95993,7 @@ paths: enum: - author-date - committer-date - - &663 + - &668 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 @@ -95513,7 +96064,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *401 + properties: *406 nullable: true comment_count: type: integer @@ -95533,7 +96084,7 @@ paths: url: type: string format: uri - verification: *522 + verification: *527 required: - author - committer @@ -95552,7 +96103,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *401 + properties: *406 nullable: true parents: type: array @@ -95565,12 +96116,12 @@ paths: type: string sha: type: string - repository: *156 + repository: *161 score: type: number node_id: type: string - text_matches: *662 + text_matches: *667 required: - sha - node_id @@ -95762,7 +96313,7 @@ paths: - interactions - created - updated - - *663 + - *668 - *17 - *19 - name: advanced_search @@ -95859,11 +96410,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: type: string state_reason: @@ -95873,8 +96424,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *273 - required: *274 + properties: *278 + required: *279 nullable: true comments: type: integer @@ -95888,7 +96439,7 @@ paths: type: string format: date-time nullable: true - text_matches: *662 + text_matches: *667 pull_request: type: object properties: @@ -95921,10 +96472,10 @@ paths: type: string score: type: number - author_association: *76 + author_association: *82 draft: type: boolean - repository: *73 + repository: *79 body_html: type: string body_text: @@ -95932,7 +96483,7 @@ paths: timeline_url: type: string format: uri - type: *236 + type: *241 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -95942,17 +96493,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - reactions: *77 + reactions: *83 required: - closed_at - comments @@ -96067,7 +96618,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *116 + '503': *121 '422': *15 '304': *37 '403': *29 @@ -96120,7 +96671,7 @@ paths: enum: - created - updated - - *663 + - *668 - *17 - *19 responses: @@ -96164,7 +96715,7 @@ paths: nullable: true score: type: number - text_matches: *662 + text_matches: *667 required: - id - node_id @@ -96249,7 +96800,7 @@ paths: - forks - help-wanted-issues - updated - - *663 + - *668 - *17 - *19 responses: @@ -96464,8 +97015,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -96479,8 +97028,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true permissions: type: object @@ -96499,7 +97048,7 @@ paths: - admin - pull - push - text_matches: *662 + text_matches: *667 temp_clone_token: type: string allow_merge_commit: @@ -96701,7 +97250,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *116 + '503': *121 '422': *15 '304': *37 x-github: @@ -96799,7 +97348,7 @@ paths: type: string format: uri nullable: true - text_matches: *662 + text_matches: *667 related: type: array nullable: true @@ -96990,7 +97539,7 @@ paths: - followers - repositories - joined - - *663 + - *668 - *17 - *19 responses: @@ -97094,7 +97643,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *662 + text_matches: *667 blog: type: string nullable: true @@ -97153,7 +97702,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *116 + '503': *121 '422': *15 x-github: githubCloudOnly: false @@ -97173,7 +97722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &666 + - &671 name: team_id description: The unique identifier of the team. in: path @@ -97185,9 +97734,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 x-github: githubCloudOnly: false @@ -97214,7 +97763,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *666 + - *671 requestBody: required: true content: @@ -97277,16 +97826,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '201': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 '404': *6 '422': *15 '403': *29 @@ -97314,7 +97863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *666 + - *671 responses: '204': description: Response @@ -97343,7 +97892,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *666 + - *671 - *17 - *19 responses: @@ -97353,11 +97902,11 @@ paths: application/json: schema: type: array - items: *230 + items: *235 examples: - default: *231 + default: *236 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97381,7 +97930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *666 + - *671 - name: role description: Filters members returned by their role in the team. in: query @@ -97404,9 +97953,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -97432,8 +97981,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: if user is a member @@ -97469,8 +98018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: Response @@ -97509,8 +98058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: Response @@ -97546,16 +98095,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '200': description: Response content: application/json: - schema: *335 + schema: *340 examples: - response-if-user-is-a-team-maintainer: *667 + response-if-user-is-a-team-maintainer: *672 '404': *6 x-github: githubCloudOnly: false @@ -97588,8 +98137,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *666 - - *65 + - *671 + - *71 requestBody: required: false content: @@ -97614,9 +98163,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *340 examples: - response-if-users-membership-with-team-is-now-pending: *668 + response-if-users-membership-with-team-is-now-pending: *673 '403': description: Forbidden if team synchronization is set up '422': @@ -97650,8 +98199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *666 - - *65 + - *671 + - *71 responses: '204': description: Response @@ -97678,7 +98227,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *666 + - *671 - *17 - *19 responses: @@ -97688,11 +98237,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *267 + default: *272 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -97720,15 +98269,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *666 - - *336 - - *337 + - *671 + - *341 + - *342 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *669 + schema: *674 examples: alternative-response-with-extra-repository-information: value: @@ -97879,9 +98428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *666 - - *336 - - *337 + - *671 + - *341 + - *342 requestBody: required: false content: @@ -97931,9 +98480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *666 - - *336 - - *337 + - *671 + - *341 + - *342 responses: '204': description: Response @@ -97958,7 +98507,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *666 + - *671 - *17 - *19 responses: @@ -97968,11 +98517,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - response-if-child-teams-exist: *670 + response-if-child-teams-exist: *675 headers: - Link: *61 + Link: *67 '404': *6 '403': *29 '422': *15 @@ -98003,7 +98552,7 @@ paths: application/json: schema: oneOf: - - &671 + - &676 title: Private User description: Private User type: object @@ -98206,7 +98755,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &697 + - &702 title: Public User description: Public User type: object @@ -98518,7 +99067,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *676 examples: default: value: @@ -98597,7 +99146,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '304': *37 '404': *6 '403': *29 @@ -98620,7 +99169,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *65 + - *71 responses: '204': description: If the user is blocked @@ -98648,7 +99197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -98672,7 +99221,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -98721,11 +99270,11 @@ paths: type: integer codespaces: type: array - items: *241 + items: *246 examples: - default: *242 + default: *247 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -98862,21 +99411,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98916,7 +99465,7 @@ paths: type: integer secrets: type: array - items: &672 + items: &677 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -98956,9 +99505,9 @@ paths: - visibility - selected_repositories_url examples: - default: *460 + default: *465 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99026,13 +99575,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 responses: '200': description: Response content: application/json: - schema: *672 + schema: *677 examples: default: value: @@ -99062,7 +99611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 requestBody: required: true content: @@ -99107,7 +99656,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -99135,7 +99684,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 responses: '204': description: Response @@ -99160,7 +99709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *164 + - *169 responses: '200': description: Response @@ -99176,13 +99725,13 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *194 + default: *199 '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99203,7 +99752,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *164 + - *169 requestBody: required: true content: @@ -99235,7 +99784,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99257,7 +99806,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *164 + - *169 - name: repository_id in: path required: true @@ -99269,7 +99818,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99290,7 +99839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *164 + - *169 - name: repository_id in: path required: true @@ -99302,7 +99851,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99322,17 +99871,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99356,7 +99905,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 requestBody: required: false content: @@ -99386,9 +99935,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '401': *25 '403': *29 '404': *6 @@ -99410,11 +99959,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '202': *39 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99439,13 +99988,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '202': description: Response content: application/json: - schema: &673 + schema: &678 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -99486,7 +100035,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &674 + default: &679 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -99494,7 +100043,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99518,7 +100067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *243 + - *248 - name: export_id in: path required: true @@ -99531,9 +100080,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *678 examples: - default: *674 + default: *679 '404': *6 x-github: githubCloudOnly: false @@ -99554,7 +100103,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *243 + - *248 responses: '200': description: Response @@ -99570,11 +100119,11 @@ paths: type: integer machines: type: array - items: *675 + items: *680 examples: - default: *676 + default: *681 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99601,7 +100150,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *243 + - *248 requestBody: required: true content: @@ -99651,13 +100200,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *339 + repository: *344 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *458 - required: *459 + properties: *463 + required: *464 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -100431,17 +100980,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 + default: *462 '304': *37 - '500': *115 + '500': *55 '400': *14 '401': *25 '402': @@ -100471,16 +101020,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *243 + - *248 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *457 - '500': *115 + default: *462 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -100509,9 +101058,9 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: &687 + default: &692 value: - id: 197 name: hello_docker @@ -100612,7 +101161,7 @@ paths: application/json: schema: type: array - items: &677 + items: &682 title: Email description: Email type: object @@ -100677,16 +101226,16 @@ paths: application/json: schema: type: array - items: *677 + items: *682 examples: - default: &689 + default: &694 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -100754,7 +101303,7 @@ paths: application/json: schema: type: array - items: *677 + items: *682 examples: default: value: @@ -100864,9 +101413,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -100897,9 +101446,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -100919,7 +101468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *65 + - *71 responses: '204': description: if the person is followed by the authenticated user @@ -100949,7 +101498,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -100974,7 +101523,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -101010,7 +101559,7 @@ paths: application/json: schema: type: array - items: &678 + items: &683 title: GPG Key description: A unique encryption key type: object @@ -101141,7 +101690,7 @@ paths: - subkeys - revoked examples: - default: &706 + default: &711 value: - id: 3 name: Octocat's GPG Key @@ -101173,7 +101722,7 @@ paths: revoked: false raw_key: string headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -101226,9 +101775,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *683 examples: - default: &679 + default: &684 value: id: 3 name: Octocat's GPG Key @@ -101285,7 +101834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &680 + - &685 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -101297,9 +101846,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *683 examples: - default: *679 + default: *684 '404': *6 '304': *37 '403': *29 @@ -101322,7 +101871,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *680 + - *685 responses: '204': description: Response @@ -101465,7 +102014,7 @@ paths: suspended_at: suspended_by: headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -101513,11 +102062,11 @@ paths: type: array items: allOf: - - *73 + - *79 examples: - default: *148 + default: *153 headers: - Link: *61 + Link: *67 '404': *6 '403': *29 '304': *37 @@ -101540,7 +102089,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *145 + - *150 responses: '204': description: Response @@ -101566,7 +102115,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *145 + - *150 responses: '204': description: Response @@ -101600,12 +102149,12 @@ paths: application/json: schema: anyOf: - - *228 + - *233 - type: object properties: {} additionalProperties: false examples: - default: *229 + default: *234 '204': description: Response when there are no restrictions x-github: @@ -101629,7 +102178,7 @@ paths: required: true content: application/json: - schema: *533 + schema: *538 examples: default: value: @@ -101640,7 +102189,7 @@ paths: description: Response content: application/json: - schema: *228 + schema: *233 examples: default: value: @@ -101721,7 +102270,7 @@ paths: - closed - all default: open - - *239 + - *244 - name: sort description: What to sort results by. in: query @@ -101733,8 +102282,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -101744,11 +102293,11 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *240 + default: *245 headers: - Link: *61 + Link: *67 '404': *6 '304': *37 x-github: @@ -101779,7 +102328,7 @@ paths: application/json: schema: type: array - items: &681 + items: &686 title: Key description: Key type: object @@ -101830,7 +102379,7 @@ paths: verified: false read_only: false headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -101880,9 +102429,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *686 examples: - default: &682 + default: &687 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101915,15 +102464,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *567 + - *572 responses: '200': description: Response content: application/json: - schema: *681 + schema: *686 examples: - default: *682 + default: *687 '404': *6 '304': *37 '403': *29 @@ -101946,7 +102495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *567 + - *572 responses: '204': description: Response @@ -101979,7 +102528,7 @@ paths: application/json: schema: type: array - items: &683 + items: &688 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -102036,7 +102585,7 @@ paths: - id - type - login - plan: *97 + plan: *103 required: - billing_cycle - next_billing_date @@ -102047,7 +102596,7 @@ paths: - account - plan examples: - default: &684 + default: &689 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -102080,7 +102629,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '304': *37 '401': *25 '404': *6 @@ -102109,11 +102658,11 @@ paths: application/json: schema: type: array - items: *683 + items: *688 examples: - default: *684 + default: *689 headers: - Link: *61 + Link: *67 '304': *37 '401': *25 x-github: @@ -102151,7 +102700,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -102234,7 +102783,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -102259,13 +102808,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -102327,7 +102876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *69 + - *75 requestBody: required: true content: @@ -102352,7 +102901,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -102424,7 +102973,7 @@ paths: application/json: schema: type: array - items: *247 + items: *252 examples: default: value: @@ -102577,7 +103126,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -102677,7 +103226,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -102857,7 +103406,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *248 + - *253 - name: exclude in: query required: false @@ -102870,7 +103419,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *252 examples: default: value: @@ -103064,7 +103613,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *248 + - *253 responses: '302': description: Response @@ -103090,7 +103639,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *248 + - *253 responses: '204': description: Response @@ -103119,8 +103668,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *248 - - *685 + - *253 + - *690 responses: '204': description: Response @@ -103144,7 +103693,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *248 + - *253 - *17 - *19 responses: @@ -103154,9 +103703,9 @@ paths: application/json: schema: type: array - items: *60 + items: *66 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -103189,11 +103738,11 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -103233,7 +103782,7 @@ paths: - docker - nuget - container - - *686 + - *691 - *19 - *17 responses: @@ -103243,10 +103792,10 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *687 - '400': *688 + default: *692 + '400': *693 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103266,16 +103815,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 responses: '200': description: Response content: application/json: - schema: *254 + schema: *259 examples: - default: &707 + default: &712 value: id: 40201 name: octo-name @@ -103388,8 +103937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 responses: '204': description: Response @@ -103419,8 +103968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 - name: token description: package token schema: @@ -103452,8 +104001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *256 - - *257 + - *261 + - *262 - *19 - *17 - name: state @@ -103473,7 +104022,7 @@ paths: application/json: schema: type: array - items: *258 + items: *263 examples: default: value: @@ -103522,15 +104071,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *256 - - *257 - - *259 + - *261 + - *262 + - *264 responses: '200': description: Response content: application/json: - schema: *258 + schema: *263 examples: default: value: @@ -103566,9 +104115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *256 - - *257 - - *259 + - *261 + - *262 + - *264 responses: '204': description: Response @@ -103598,9 +104147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *256 - - *257 - - *259 + - *261 + - *262 + - *264 responses: '204': description: Response @@ -103637,11 +104186,11 @@ paths: application/json: schema: type: array - items: *677 + items: *682 examples: - default: *689 + default: *694 headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -103750,9 +104299,9 @@ paths: application/json: schema: type: array - items: *73 + items: *79 examples: - default: &696 + default: &701 summary: Default response value: - id: 1296269 @@ -103873,7 +104422,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '403': *29 @@ -104056,9 +104605,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *344 examples: - default: *341 + default: *346 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -104097,11 +104646,11 @@ paths: application/json: schema: type: array - items: *535 + items: *540 examples: - default: *690 + default: *695 headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104122,7 +104671,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *232 + - *237 responses: '204': description: Response @@ -104146,7 +104695,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *232 + - *237 responses: '204': description: Response @@ -104179,7 +104728,7 @@ paths: application/json: schema: type: array - items: &691 + items: &696 title: Social account description: Social media account type: object @@ -104194,12 +104743,12 @@ paths: - provider - url examples: - default: &692 + default: &697 value: - provider: twitter url: https://twitter.com/github headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104256,9 +104805,9 @@ paths: application/json: schema: type: array - items: *691 + items: *696 examples: - default: *692 + default: *697 '422': *15 '304': *37 '404': *6 @@ -104345,7 +104894,7 @@ paths: application/json: schema: type: array - items: &693 + items: &698 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -104365,7 +104914,7 @@ paths: - title - created_at examples: - default: &725 + default: &730 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104376,7 +104925,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104429,9 +104978,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *698 examples: - default: &694 + default: &699 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104461,7 +105010,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &695 + - &700 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -104473,9 +105022,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *698 examples: - default: *694 + default: *699 '404': *6 '304': *37 '403': *29 @@ -104498,7 +105047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *695 + - *700 responses: '204': description: Response @@ -104527,7 +105076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &726 + - &731 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 @@ -104540,7 +105089,7 @@ paths: - created - updated default: created - - *55 + - *61 - *17 - *19 responses: @@ -104550,13 +105099,13 @@ paths: application/json: schema: type: array - items: *73 + items: *79 examples: - default-response: *696 + default-response: *701 application/vnd.github.v3.star+json: schema: type: array - items: &727 + items: &732 title: Starred Repository description: Starred Repository type: object @@ -104564,7 +105113,7 @@ paths: starred_at: type: string format: date-time - repo: *73 + repo: *79 required: - starred_at - repo @@ -104692,7 +105241,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -104712,8 +105261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response if this repository is starred by you @@ -104741,8 +105290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -104766,8 +105315,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *336 - - *337 + - *341 + - *342 responses: '204': description: Response @@ -104800,11 +105349,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *267 + default: *272 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -104839,7 +105388,7 @@ paths: application/json: schema: type: array - items: *332 + items: *337 examples: default: value: @@ -104890,7 +105439,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104917,7 +105466,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *99 + - *105 responses: '200': description: Response @@ -104925,10 +105474,10 @@ paths: application/json: schema: oneOf: - - *671 - - *697 + - *676 + - *702 examples: - default-response: &701 + default-response: &706 summary: Default response value: login: octocat @@ -104963,7 +105512,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &702 + response-with-git-hub-plan-information: &707 summary: Response with GitHub plan information value: login: octocat @@ -105020,14 +105569,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &699 + - &704 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *272 + - *277 requestBody: required: true description: Details of the draft item to create in the project. @@ -105061,9 +105610,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *283 examples: - draft_issue: *279 + draft_issue: *284 '304': *37 '403': *29 '401': *25 @@ -105086,7 +105635,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *698 + - *703 - *17 responses: '200': @@ -105097,7 +105646,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: Link: example: ; rel="next" @@ -105121,8 +105670,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *699 - - *272 + - *704 + - *277 requestBody: required: true content: @@ -105193,17 +105742,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *700 + schema: *705 examples: table_view: summary: Response for creating a table view - value: *283 + value: *288 board_view: summary: Response for creating a board view with filter - value: *283 + value: *288 roadmap_view: summary: Response for creating a roadmap view - value: *283 + value: *288 '304': *37 '403': *29 '401': *25 @@ -105237,7 +105786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *65 + - *71 responses: '200': description: Response @@ -105245,11 +105794,11 @@ paths: application/json: schema: oneOf: - - *671 - - *697 + - *676 + - *702 examples: - default-response: *701 - response-with-git-hub-plan-information: *702 + default-response: *706 + response-with-git-hub-plan-information: *707 '404': *6 x-github: githubCloudOnly: false @@ -105275,7 +105824,7 @@ paths: - *17 - *47 - *48 - - *65 + - *71 requestBody: required: true content: @@ -105299,8 +105848,8 @@ paths: required: - subject_digests examples: - default: *703 - withPredicateType: *704 + default: *708 + withPredicateType: *709 responses: '200': description: Response @@ -105339,7 +105888,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *705 + default: *710 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105357,7 +105906,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *65 + - *71 requestBody: required: true content: @@ -105422,7 +105971,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *65 + - *71 - name: subject_digest description: Subject Digest in: path @@ -105453,7 +106002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *65 + - *71 - name: attestation_id description: Attestation ID in: path @@ -105491,7 +106040,7 @@ paths: - *17 - *47 - *48 - - *65 + - *71 - name: subject_digest description: Subject Digest in: path @@ -105528,12 +106077,12 @@ paths: initiator: type: string examples: - default: *397 + default: *402 '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -105559,7 +106108,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *65 + - *71 responses: '200': description: Response @@ -105567,9 +106116,9 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *687 + default: *692 '403': *29 '401': *25 x-github: @@ -105592,7 +106141,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -105602,7 +106151,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -105664,8 +106213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *65 - - *69 + - *71 + - *75 - *17 - *19 responses: @@ -105675,7 +106224,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -105752,7 +106301,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -105762,7 +106311,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -105820,7 +106369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -105832,9 +106381,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105851,7 +106400,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *65 + - *71 - *17 - *19 responses: @@ -105863,9 +106412,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105882,7 +106431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *65 + - *71 - name: target_user in: path required: true @@ -105909,8 +106458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *65 - - *86 + - *71 + - *92 - *17 - *19 responses: @@ -105920,11 +106469,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -105943,7 +106492,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -105953,11 +106502,11 @@ paths: application/json: schema: type: array - items: *678 + items: *683 examples: - default: *706 + default: *711 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105979,7 +106528,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *65 + - *71 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -106051,7 +106600,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *65 + - *71 responses: '200': description: Response @@ -106059,7 +106608,7 @@ paths: application/json: schema: *22 examples: - default: *532 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106077,7 +106626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106112,7 +106661,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106132,7 +106681,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106142,11 +106691,11 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106183,8 +106732,8 @@ paths: - docker - nuget - container - - *686 - - *65 + - *691 + - *71 - *19 - *17 responses: @@ -106194,12 +106743,12 @@ paths: application/json: schema: type: array - items: *254 + items: *259 examples: - default: *687 + default: *692 '403': *29 '401': *25 - '400': *688 + '400': *693 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106219,17 +106768,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 responses: '200': description: Response content: application/json: - schema: *254 + schema: *259 examples: - default: *707 + default: *712 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106250,9 +106799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 responses: '204': description: Response @@ -106284,9 +106833,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 - name: token description: package token schema: @@ -106318,9 +106867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *256 - - *257 - - *65 + - *261 + - *262 + - *71 responses: '200': description: Response @@ -106328,7 +106877,7 @@ paths: application/json: schema: type: array - items: *258 + items: *263 examples: default: value: @@ -106386,16 +106935,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *256 - - *257 - - *259 - - *65 + - *261 + - *262 + - *264 + - *71 responses: '200': description: Response content: application/json: - schema: *258 + schema: *263 examples: default: value: @@ -106430,10 +106979,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *256 - - *257 - - *65 - - *259 + - *261 + - *262 + - *71 + - *264 responses: '204': description: Response @@ -106465,10 +107014,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *256 - - *257 - - *65 - - *259 + - *261 + - *262 + - *71 + - *264 responses: '204': description: Response @@ -106492,7 +107041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *65 + - *71 - name: q description: Limit results to projects of the specified type. in: query @@ -106509,11 +107058,11 @@ paths: application/json: schema: type: array - items: *270 + items: *275 examples: - default: *271 + default: *276 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106533,18 +107082,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *272 - - *65 + - *277 + - *71 responses: '200': description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: *271 + default: *276 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106564,8 +107113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *272 - - *65 + - *277 + - *71 - *17 - *47 - *48 @@ -106576,11 +107125,11 @@ paths: application/json: schema: type: array - items: *276 + items: *281 examples: - default: *708 + default: *713 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106599,8 +107148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *65 - - *272 + - *71 + - *277 requestBody: required: true content: @@ -106638,7 +107187,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *709 + items: *714 required: - name - data_type @@ -106654,7 +107203,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *710 + iteration_configuration: *715 required: - name - data_type @@ -106676,20 +107225,20 @@ paths: value: name: Due date data_type: date - single_select_field: *711 - iteration_field: *712 + single_select_field: *716 + iteration_field: *717 responses: '201': description: Response content: application/json: - schema: *276 + schema: *281 examples: - text_field: *713 - number_field: *714 - date_field: *715 - single_select_field: *716 - iteration_field: *717 + text_field: *718 + number_field: *719 + date_field: *720 + single_select_field: *721 + iteration_field: *722 '304': *37 '403': *29 '401': *25 @@ -106710,19 +107259,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *272 - - *718 - - *65 + - *277 + - *723 + - *71 responses: '200': description: Response content: application/json: - schema: *276 + schema: *281 examples: - default: *719 + default: *724 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106743,8 +107292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *272 - - *65 + - *277 + - *71 - *47 - *48 - *17 @@ -106776,11 +107325,11 @@ paths: application/json: schema: type: array - items: *280 + items: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106799,8 +107348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *65 - - *272 + - *71 + - *277 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -106870,22 +107419,22 @@ paths: description: Response content: application/json: - schema: *278 + schema: *283 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *279 + value: *284 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *279 + value: *284 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *279 + value: *284 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *279 + value: *284 '304': *37 '403': *29 '401': *25 @@ -106905,9 +107454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *272 - - *65 - - *282 + - *277 + - *71 + - *287 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -106927,11 +107476,11 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -106950,9 +107499,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *272 - - *65 - - *282 + - *277 + - *71 + - *287 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -107022,13 +107571,13 @@ paths: description: Response content: application/json: - schema: *280 + schema: *285 examples: - text_field: *281 - number_field: *281 - date_field: *281 - single_select_field: *281 - iteration_field: *281 + text_field: *286 + number_field: *286 + date_field: *286 + single_select_field: *286 + iteration_field: *286 '401': *25 '403': *29 '404': *6 @@ -107048,9 +107597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *272 - - *65 - - *282 + - *277 + - *71 + - *287 responses: '204': description: Response @@ -107072,9 +107621,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *272 - - *65 - - *720 + - *277 + - *71 + - *725 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -107100,11 +107649,11 @@ paths: application/json: schema: type: array - items: *280 + items: *285 examples: - default: *281 + default: *286 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107130,7 +107679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107140,7 +107689,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -107205,7 +107754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107215,7 +107764,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -107278,7 +107827,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *65 + - *71 - name: type description: Limit results to repositories of the specified type. in: query @@ -107321,11 +107870,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *267 + default: *272 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107345,12 +107894,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *65 - - *118 - - *120 - - *119 - - *721 - - *121 + - *71 + - *123 + - *125 + - *124 + - *726 + - *126 responses: '200': description: Response when getting a billing premium request usage report @@ -107457,8 +108006,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107478,10 +108027,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *65 - - *118 - - *722 - - *119 + - *71 + - *123 + - *727 + - *124 responses: '200': description: Response when getting a billing usage report @@ -107551,8 +108100,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107575,13 +108124,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *65 - - *118 - - *120 - - *119 - - *723 - - *121 - - *724 + - *71 + - *123 + - *125 + - *124 + - *728 + - *126 + - *729 responses: '200': description: Response when getting a billing usage summary @@ -107686,8 +108235,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107705,7 +108254,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107715,11 +108264,11 @@ paths: application/json: schema: type: array - items: *691 + items: *696 examples: - default: *692 + default: *697 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107737,7 +108286,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107747,11 +108296,11 @@ paths: application/json: schema: type: array - items: *693 + items: *698 examples: - default: *725 + default: *730 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107773,9 +108322,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *65 - - *726 - - *55 + - *71 + - *731 + - *61 - *17 - *19 responses: @@ -107786,13 +108335,13 @@ paths: schema: anyOf: - type: array - items: *727 + items: *732 - type: array - items: *73 + items: *79 examples: - default-response: *696 + default-response: *701 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107809,7 +108358,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107819,11 +108368,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *267 + default: *272 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107949,7 +108498,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &728 + enterprise: &733 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -108007,7 +108556,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &729 + installation: &734 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -108026,7 +108575,7 @@ x-webhooks: required: - id - node_id - organization: &730 + organization: &735 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -108086,13 +108635,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &731 + repository: &736 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: &763 + properties: &768 id: description: Unique identifier of the repository example: 42 @@ -108112,8 +108661,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true organization: title: Simple User @@ -108384,11 +108933,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -108781,7 +109325,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &764 + required: &769 - archive_url - assignees_url - blobs_url @@ -108932,10 +109476,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -109011,11 +109555,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - rule: &732 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + rule: &737 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) @@ -109238,11 +109782,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - rule: *732 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + rule: *737 sender: *4 required: - action @@ -109425,11 +109969,11 @@ x-webhooks: - everyone required: - from - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - rule: *732 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + rule: *737 sender: *4 required: - action @@ -109513,7 +110057,7 @@ x-webhooks: type: string enum: - completed - check_run: &734 + check_run: &739 title: CheckRun description: A check performed on the code of a given code change type: object @@ -109566,8 +110110,8 @@ x-webhooks: type: string pull_requests: type: array - items: *84 - repository: *156 + items: *90 + repository: *161 status: example: completed type: string @@ -109604,7 +110148,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *733 + deployment: *738 details_url: example: https://example.com type: string @@ -109654,7 +110198,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *84 + items: *90 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -109689,10 +110233,10 @@ x-webhooks: - output - app - pull_requests - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 sender: *4 required: - check_run @@ -110083,11 +110627,11 @@ x-webhooks: type: string enum: - created - check_run: *734 - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + check_run: *739 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 sender: *4 required: - check_run @@ -110481,11 +111025,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *734 - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + check_run: *739 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 requested_action: description: The action requested by the user. type: object @@ -110888,11 +111432,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *734 - installation: *729 - enterprise: *728 - organization: *730 - repository: *731 + check_run: *739 + installation: *734 + enterprise: *733 + organization: *735 + repository: *736 sender: *4 required: - check_run @@ -111862,10 +112406,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -112554,10 +113098,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -113240,10 +113784,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -113409,7 +113953,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -113554,20 +114098,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &735 + commit_oid: &740 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: *728 - installation: *729 - organization: *730 - ref: &736 + enterprise: *733 + installation: *734 + organization: *735 + ref: &741 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: *731 + repository: *736 sender: *4 required: - action @@ -113732,7 +114276,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -113962,12 +114506,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -114062,7 +114606,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -114233,12 +114777,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -114404,7 +114948,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114570,12 +115114,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -114674,7 +115218,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -114849,16 +115393,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 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: *731 + repository: *736 sender: *4 required: - action @@ -114955,7 +115499,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115095,12 +115639,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *735 - enterprise: *728 - installation: *729 - organization: *730 - ref: *736 - repository: *731 + commit_oid: *740 + enterprise: *733 + installation: *734 + organization: *735 + ref: *741 + repository: *736 sender: *4 required: - action @@ -115266,7 +115810,7 @@ x-webhooks: required: - login - id - dismissed_comment: *429 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115411,10 +115955,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -115669,10 +116213,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -115752,18 +116296,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *730 - pusher_type: &737 + organization: *735 + pusher_type: &742 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &738 + ref: &743 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -115773,7 +116317,7 @@ x-webhooks: enum: - tag - branch - repository: *731 + repository: *736 sender: *4 required: - ref @@ -115855,10 +116399,10 @@ x-webhooks: type: string enum: - created - definition: *284 - enterprise: *728 - installation: *729 - organization: *730 + definition: *289 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -115943,9 +116487,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -116022,10 +116566,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *284 - enterprise: *728 - installation: *729 - organization: *730 + definition: *289 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -116102,10 +116646,10 @@ x-webhooks: type: string enum: - updated - definition: *284 - enterprise: *728 - installation: *729 - organization: *730 + definition: *289 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -116182,19 +116726,19 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - repository: *731 - organization: *730 + enterprise: *733 + installation: *734 + repository: *736 + organization: *735 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *288 + items: *293 old_property_values: type: array description: The old custom property values for the repository. - items: *288 + items: *293 required: - action - repository @@ -116270,18 +116814,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - pusher_type: *737 - ref: *738 + enterprise: *733 + installation: *734 + organization: *735 + pusher_type: *742 + ref: *743 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *731 + repository: *736 sender: *4 required: - ref @@ -116361,11 +116905,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116445,11 +116989,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116530,11 +117074,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116615,11 +117159,11 @@ x-webhooks: type: string enum: - created - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116698,11 +117242,11 @@ x-webhooks: type: string enum: - dismissed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116781,11 +117325,11 @@ x-webhooks: type: string enum: - fixed - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116865,11 +117409,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -116948,11 +117492,11 @@ x-webhooks: type: string enum: - reopened - alert: *491 - installation: *729 - organization: *730 - enterprise: *728 - repository: *731 + alert: *496 + installation: *734 + organization: *735 + enterprise: *733 + repository: *736 sender: *4 required: - action @@ -117029,9 +117573,9 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - key: &739 + enterprise: *733 + installation: *734 + key: &744 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117067,8 +117611,8 @@ x-webhooks: - verified - created_at - read_only - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -117145,11 +117689,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - key: *739 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + key: *744 + organization: *735 + repository: *736 sender: *4 required: - action @@ -117705,12 +118249,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: &745 + workflow: &750 title: Workflow type: object nullable: true @@ -118451,15 +118995,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *740 - required: *741 + properties: *745 + required: *746 nullable: true pull_requests: type: array - items: *586 - repository: *731 - organization: *730 - installation: *729 + items: *591 + repository: *736 + organization: *735 + installation: *734 sender: *4 responses: '200': @@ -118530,7 +119074,7 @@ x-webhooks: type: string enum: - approved - approver: &742 + approver: &747 type: object properties: avatar_url: @@ -118573,11 +119117,11 @@ x-webhooks: type: string comment: type: string - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - reviewers: &743 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + reviewers: &748 type: array items: type: object @@ -118656,7 +119200,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &744 + workflow_job_run: &749 type: object properties: conclusion: @@ -119387,18 +119931,18 @@ x-webhooks: type: string enum: - rejected - approver: *742 + approver: *747 comment: type: string - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - reviewers: *743 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + reviewers: *748 sender: *4 since: type: string - workflow_job_run: *744 + workflow_job_run: *749 workflow_job_runs: type: array items: @@ -120102,13 +120646,13 @@ x-webhooks: type: string enum: - requested - enterprise: *728 + enterprise: *733 environment: type: string - installation: *729 - organization: *730 - repository: *731 - requestor: &750 + installation: *734 + organization: *735 + repository: *736 + requestor: &755 title: User type: object nullable: true @@ -121997,12 +122541,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 workflow_run: title: Deployment Workflow Run type: object @@ -122682,7 +123226,7 @@ x-webhooks: type: string enum: - answered - answer: &748 + answer: &753 type: object properties: author_association: @@ -122839,11 +123383,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -122970,11 +123514,11 @@ x-webhooks: - from required: - category - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123057,11 +123601,11 @@ x-webhooks: type: string enum: - closed - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123143,7 +123687,7 @@ x-webhooks: type: string enum: - created - comment: &747 + comment: &752 type: object properties: author_association: @@ -123300,11 +123844,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123387,12 +123931,12 @@ x-webhooks: type: string enum: - deleted - comment: *747 - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + comment: *752 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123487,12 +124031,12 @@ x-webhooks: - from required: - body - comment: *747 - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + comment: *752 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123576,11 +124120,11 @@ x-webhooks: type: string enum: - created - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123662,11 +124206,11 @@ x-webhooks: type: string enum: - deleted - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123766,11 +124310,11 @@ x-webhooks: type: string required: - from - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123852,10 +124396,10 @@ x-webhooks: type: string enum: - labeled - discussion: *746 - enterprise: *728 - installation: *729 - label: &749 + discussion: *751 + enterprise: *733 + installation: *734 + label: &754 title: Label type: object properties: @@ -123887,8 +124431,8 @@ x-webhooks: - color - default - description - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -123971,11 +124515,11 @@ x-webhooks: type: string enum: - locked - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124057,11 +124601,11 @@ x-webhooks: type: string enum: - pinned - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124143,11 +124687,11 @@ x-webhooks: type: string enum: - reopened - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124232,16 +124776,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *746 - new_repository: *731 + new_discussion: *751 + new_repository: *736 required: - new_discussion - new_repository - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124324,10 +124868,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *746 - old_answer: *748 - organization: *730 - repository: *731 + discussion: *751 + old_answer: *753 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124409,12 +124953,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *746 - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124497,11 +125041,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124583,11 +125127,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *746 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + discussion: *751 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -124660,7 +125204,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *728 + enterprise: *733 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -125320,9 +125864,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *729 - organization: *730 - repository: *731 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - forkee @@ -125468,9 +126012,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pages: description: The pages that were updated. type: array @@ -125507,7 +126051,7 @@ x-webhooks: - action - sha - html_url - repository: *731 + repository: *736 sender: *4 required: - pages @@ -125583,10 +126127,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: &751 + organization: *735 + repositories: &756 description: An array of repository objects that the installation can access. type: array @@ -125612,8 +126156,8 @@ x-webhooks: - name - full_name - private - repository: *731 - requester: *750 + repository: *736 + requester: *755 sender: *4 required: - action @@ -125688,11 +126232,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -125768,11 +126312,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -125848,10 +126392,10 @@ x-webhooks: type: string enum: - added - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories_added: &752 + organization: *735 + repositories_added: &757 description: An array of repository objects, which were added to the installation. type: array @@ -125897,15 +126441,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *731 - repository_selection: &753 + repository: *736 + repository_selection: &758 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *750 + requester: *755 sender: *4 required: - action @@ -125984,10 +126528,10 @@ x-webhooks: type: string enum: - removed - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories_added: *752 + organization: *735 + repositories_added: *757 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -126014,9 +126558,9 @@ x-webhooks: - name - full_name - private - repository: *731 - repository_selection: *753 - requester: *750 + repository: *736 + repository_selection: *758 + requester: *755 sender: *4 required: - action @@ -126095,11 +126639,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -126277,10 +126821,10 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 target_type: type: string @@ -126359,11 +126903,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *728 + enterprise: *733 installation: *22 - organization: *730 - repositories: *751 - repository: *731 + organization: *735 + repositories: *756 + repository: *736 requester: nullable: true sender: *4 @@ -126487,8 +127031,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 reactions: title: Reactions type: object @@ -126537,8 +127081,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *563 - required: *564 + properties: *568 + required: *569 nullable: true user: title: User @@ -126623,8 +127167,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127413,8 +127957,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127430,7 +127974,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -127763,8 +128307,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -127844,7 +128388,7 @@ x-webhooks: type: string enum: - deleted - comment: &754 + comment: &759 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -128001,8 +128545,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *563 - required: *564 + properties: *568 + required: *569 nullable: true required: - url @@ -128017,8 +128561,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -128803,8 +129347,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128820,7 +129364,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -129155,8 +129699,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -129236,7 +129780,7 @@ x-webhooks: type: string enum: - edited - changes: &783 + changes: &788 description: The changes to the comment. type: object properties: @@ -129248,9 +129792,9 @@ x-webhooks: type: string required: - from - comment: *754 - enterprise: *728 - installation: *729 + comment: *759 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130038,8 +130582,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130055,7 +130599,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -130388,8 +130932,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -130470,9 +131014,9 @@ x-webhooks: type: string enum: - pinned - comment: *754 - enterprise: *728 - installation: *729 + comment: *759 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131262,8 +131806,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131279,7 +131823,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -131614,8 +132158,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -131695,9 +132239,9 @@ x-webhooks: type: string enum: - unpinned - comment: *754 - enterprise: *728 - installation: *729 + comment: *759 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132487,8 +133031,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132504,7 +133048,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -132839,8 +133383,8 @@ x-webhooks: - state - locked - assignee - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -132923,15 +133467,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 + blocked_issue: *85 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - blocking_issue_repo: *73 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + blocking_issue_repo: *79 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133014,15 +133558,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 + blocked_issue: *85 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - blocking_issue_repo: *73 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + blocking_issue_repo: *79 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133104,15 +133648,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 - blocked_issue_repo: *73 + blocked_issue: *85 + blocked_issue_repo: *79 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133195,15 +133739,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 - blocked_issue_repo: *73 + blocked_issue: *85 + blocked_issue_repo: *79 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - installation: *729 - organization: *730 - repository: *731 + blocking_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -133283,10 +133827,10 @@ x-webhooks: type: string enum: - assigned - assignee: *750 - enterprise: *728 - installation: *729 - issue: &757 + assignee: *755 + enterprise: *733 + installation: *734 + issue: &762 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -134075,14 +134619,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134098,7 +134642,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -134199,8 +134743,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -134280,8 +134824,8 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135075,14 +135619,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135098,7 +135642,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -135334,8 +135878,8 @@ x-webhooks: required: - state - closed_at - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -135414,8 +135958,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136200,14 +136744,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136223,7 +136767,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -136323,8 +136867,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -136403,8 +136947,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137211,14 +137755,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137234,7 +137778,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -137313,7 +137857,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &755 + milestone: &760 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137451,8 +137995,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -137551,8 +138095,8 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138341,14 +138885,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138361,7 +138905,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *236 + type: *241 title: description: Title of the issue type: string @@ -138465,9 +139009,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *749 - organization: *730 - repository: *731 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -138547,8 +139091,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139336,14 +139880,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139356,7 +139900,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *236 + type: *241 title: description: Title of the issue type: string @@ -139460,9 +140004,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *749 - organization: *730 - repository: *731 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -139542,8 +140086,8 @@ x-webhooks: type: string enum: - locked - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140355,14 +140899,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140375,7 +140919,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *236 + type: *241 title: description: Title of the issue type: string @@ -140456,8 +141000,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -140536,8 +141080,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141343,14 +141887,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141366,7 +141910,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -141444,9 +141988,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *755 - organization: *730 - repository: *731 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -142309,11 +142853,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142341,8 +142885,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true user: title: User @@ -142414,7 +142958,7 @@ x-webhooks: required: - login - id - type: *236 + type: *241 required: - id - number @@ -142552,10 +143096,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean has_downloads: description: Whether downloads are enabled. type: boolean @@ -142898,8 +143438,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143683,11 +144223,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143703,7 +144243,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -143716,8 +144256,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true user: title: User @@ -143811,8 +144351,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -143892,9 +144432,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *728 - installation: *729 - issue: &756 + enterprise: *733 + installation: *734 + issue: &761 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -144677,14 +145217,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144700,7 +145240,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -144800,8 +145340,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -144880,8 +145420,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145691,14 +146231,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145792,9 +146332,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *236 - organization: *730 - repository: *731 + type: *241 + organization: *735 + repository: *736 sender: *4 required: - action @@ -146660,14 +147200,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146683,7 +147223,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -146936,10 +147476,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -147266,11 +147802,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *728 - installation: *729 - issue: *756 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *761 + organization: *735 + repository: *736 sender: *4 required: - action @@ -147350,12 +147886,12 @@ x-webhooks: type: string enum: - typed - enterprise: *728 - installation: *729 - issue: *757 - type: *236 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + type: *241 + organization: *735 + repository: *736 sender: *4 required: - action @@ -147436,7 +147972,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &786 + assignee: &791 title: User type: object nullable: true @@ -147506,11 +148042,11 @@ x-webhooks: required: - login - id - enterprise: *728 - installation: *729 - issue: *757 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + organization: *735 + repository: *736 sender: *4 required: - action @@ -147589,12 +148125,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *728 - installation: *729 - issue: *757 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -147674,8 +148210,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148485,14 +149021,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *664 - issue_dependencies_summary: *665 + sub_issues_summary: *669 + issue_dependencies_summary: *670 issue_field_values: type: array - items: *548 + items: *553 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148508,7 +149044,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *236 + type: *241 updated_at: type: string format: date-time @@ -148586,8 +149122,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -148667,11 +149203,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *728 - installation: *729 - issue: *756 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *761 + organization: *735 + repository: *736 sender: *4 required: - action @@ -148750,12 +149286,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *728 - installation: *729 - issue: *757 - type: *236 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + issue: *762 + type: *241 + organization: *735 + repository: *736 sender: *4 required: - action @@ -148835,11 +149371,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -148917,11 +149453,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149031,11 +149567,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - label: *749 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + label: *754 + organization: *735 + repository: *736 sender: *4 required: - action @@ -149117,9 +149653,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: &758 + enterprise: *733 + installation: *734 + marketplace_purchase: &763 title: Marketplace Purchase type: object required: @@ -149202,8 +149738,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *730 - previous_marketplace_purchase: &759 + organization: *735 + previous_marketplace_purchase: &764 title: Marketplace Purchase type: object properties: @@ -149283,7 +149819,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *731 + repository: *736 sender: *4 required: - action @@ -149363,10 +149899,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: *758 - organization: *730 + enterprise: *733 + installation: *734 + marketplace_purchase: *763 + organization: *735 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149449,7 +149985,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *731 + repository: *736 sender: *4 required: - action @@ -149531,10 +150067,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: *758 - organization: *730 + enterprise: *733 + installation: *734 + marketplace_purchase: *763 + organization: *735 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149616,7 +150152,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *731 + repository: *736 sender: *4 required: - action @@ -149697,8 +150233,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 marketplace_purchase: title: Marketplace Purchase type: object @@ -149780,9 +150316,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *730 - previous_marketplace_purchase: *759 - repository: *731 + organization: *735 + previous_marketplace_purchase: *764 + repository: *736 sender: *4 required: - action @@ -149862,12 +150398,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *728 - installation: *729 - marketplace_purchase: *758 - organization: *730 - previous_marketplace_purchase: *759 - repository: *731 + enterprise: *733 + installation: *734 + marketplace_purchase: *763 + organization: *735 + previous_marketplace_purchase: *764 + repository: *736 sender: *4 required: - action @@ -149969,11 +150505,11 @@ x-webhooks: type: string required: - to - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150073,11 +150609,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150156,11 +150692,11 @@ x-webhooks: type: string enum: - removed - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150238,11 +150774,11 @@ x-webhooks: type: string enum: - added - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150318,7 +150854,7 @@ x-webhooks: required: - login - id - team: &760 + team: &765 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150541,11 +151077,11 @@ x-webhooks: type: string enum: - removed - enterprise: *728 - installation: *729 - member: *750 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + member: *755 + organization: *735 + repository: *736 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150622,7 +151158,7 @@ x-webhooks: required: - login - id - team: *760 + team: *765 required: - action - scope @@ -150704,8 +151240,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *729 - merge_group: &762 + installation: *734 + merge_group: &767 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -150724,15 +151260,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *761 + head_commit: *766 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150818,10 +151354,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *729 - merge_group: *762 - organization: *730 - repository: *731 + installation: *734 + merge_group: *767 + organization: *735 + repository: *736 sender: *4 required: - action @@ -150894,7 +151430,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 + enterprise: *733 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -151003,16 +151539,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *729 - organization: *730 + installation: *734 + organization: *735 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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -151093,11 +151629,11 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 - milestone: *755 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151176,9 +151712,9 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - milestone: &765 + enterprise: *733 + installation: *734 + milestone: &770 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151315,8 +151851,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151395,11 +151931,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - milestone: *755 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151509,11 +152045,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - milestone: *755 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *760 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151593,11 +152129,11 @@ x-webhooks: type: string enum: - opened - enterprise: *728 - installation: *729 - milestone: *765 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + milestone: *770 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151676,11 +152212,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *750 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + blocked_user: *755 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151759,11 +152295,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *750 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + blocked_user: *755 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -151842,9 +152378,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - membership: &766 + enterprise: *733 + installation: *734 + membership: &771 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -151951,8 +152487,8 @@ x-webhooks: - role - organization_url - user - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152030,11 +152566,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *728 - installation: *729 - membership: *766 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + membership: *771 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152113,8 +152649,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152230,10 +152766,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 - user: *750 + user: *755 required: - action - invitation @@ -152311,11 +152847,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *728 - installation: *729 - membership: *766 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + membership: *771 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152402,11 +152938,11 @@ x-webhooks: properties: from: type: string - enterprise: *728 - installation: *729 - membership: *766 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + membership: *771 + organization: *735 + repository: *736 sender: *4 required: - action @@ -152483,9 +153019,9 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 package: description: Information about the package. type: object @@ -152984,7 +153520,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &767 + items: &772 title: Ruby Gems metadata type: object properties: @@ -153079,7 +153615,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -153155,9 +153691,9 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 package: description: Information about the package. type: object @@ -153510,7 +154046,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *767 + items: *772 source_url: type: string format: uri @@ -153580,7 +154116,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -153756,12 +154292,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *728 + enterprise: *733 id: type: integer - installation: *729 - organization: *730 - repository: *731 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - id @@ -153838,7 +154374,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &768 + personal_access_token_request: &773 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -153984,10 +154520,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *728 - organization: *730 + enterprise: *733 + organization: *735 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154064,11 +154600,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *768 - enterprise: *728 - organization: *730 + personal_access_token_request: *773 + enterprise: *733 + organization: *735 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154144,11 +154680,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *768 - enterprise: *728 - organization: *730 + personal_access_token_request: *773 + enterprise: *733 + organization: *735 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154223,11 +154759,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *768 - organization: *730 - enterprise: *728 + personal_access_token_request: *773 + organization: *735 + enterprise: *733 sender: *4 - installation: *729 + installation: *734 required: - action - personal_access_token_request @@ -154332,7 +154868,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *769 + last_response: *774 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154364,8 +154900,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 zen: description: Random string of GitHub zen. @@ -154610,10 +155146,10 @@ x-webhooks: - from required: - note - enterprise: *728 - installation: *729 - organization: *730 - project_card: &770 + enterprise: *733 + installation: *734 + organization: *735 + project_card: &775 title: Project Card type: object properties: @@ -154732,7 +155268,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *731 + repository: *736 sender: *4 required: - action @@ -154813,11 +155349,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - project_card: *770 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_card: *775 + repository: *736 sender: *4 required: - action @@ -154897,9 +155433,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 project_card: title: Project Card type: object @@ -155027,8 +155563,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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -155122,11 +155658,11 @@ x-webhooks: - from required: - note - enterprise: *728 - installation: *729 - organization: *730 - project_card: *770 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_card: *775 + repository: *736 sender: *4 required: - action @@ -155220,9 +155756,9 @@ x-webhooks: - from required: - column_id - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 project_card: allOf: - title: Project Card @@ -155412,7 +155948,7 @@ x-webhooks: type: string required: - after_id - repository: *731 + repository: *736 sender: *4 required: - action @@ -155492,10 +156028,10 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 - organization: *730 - project: &772 + enterprise: *733 + installation: *734 + organization: *735 + project: &777 title: Project type: object properties: @@ -155619,7 +156155,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *731 + repository: *736 sender: *4 required: - action @@ -155699,10 +156235,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - project_column: &771 + enterprise: *733 + installation: *734 + organization: *735 + project_column: &776 title: Project Column type: object properties: @@ -155741,7 +156277,7 @@ x-webhooks: - name - created_at - updated_at - repository: *731 + repository: *736 sender: *4 required: - action @@ -155820,18 +156356,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - project_column: *771 + enterprise: *733 + installation: *734 + organization: *735 + project_column: *776 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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -155921,11 +156457,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - project_column: *771 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_column: *776 + repository: *736 sender: *4 required: - action @@ -156005,11 +156541,11 @@ x-webhooks: type: string enum: - moved - enterprise: *728 - installation: *729 - organization: *730 - project_column: *771 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project_column: *776 + repository: *736 sender: *4 required: - action @@ -156089,11 +156625,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - project: *772 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 + repository: *736 sender: *4 required: - action @@ -156173,18 +156709,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - project: *772 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 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: *763 - required: *764 + properties: *768 + required: *769 nullable: true sender: *4 required: @@ -156286,11 +156822,11 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - project: *772 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 + repository: *736 sender: *4 required: - action @@ -156369,11 +156905,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *728 - installation: *729 - organization: *730 - project: *772 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + project: *777 + repository: *736 sender: *4 required: - action @@ -156454,9 +156990,9 @@ x-webhooks: type: string enum: - closed - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -156537,9 +157073,9 @@ x-webhooks: type: string enum: - created - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -156620,9 +157156,9 @@ x-webhooks: type: string enum: - deleted - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -156739,9 +157275,9 @@ x-webhooks: type: string to: type: string - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -156824,7 +157360,7 @@ x-webhooks: type: string enum: - archived - changes: &776 + changes: &781 type: object properties: archived_at: @@ -156838,9 +157374,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *729 - organization: *730 - projects_v2_item: &773 + installation: *734 + organization: *735 + projects_v2_item: &778 title: Projects v2 Item description: An item belonging to a project type: object @@ -156858,7 +157394,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *277 + content_type: *282 creator: *4 created_at: type: string @@ -156975,9 +157511,9 @@ x-webhooks: nullable: true to: type: string - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157059,9 +157595,9 @@ x-webhooks: type: string enum: - created - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157142,9 +157678,9 @@ x-webhooks: type: string enum: - deleted - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157250,7 +157786,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &774 + - &779 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157272,7 +157808,7 @@ x-webhooks: required: - id - name - - &775 + - &780 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157306,8 +157842,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *774 - - *775 + - *779 + - *780 required: - field_value - type: object @@ -157323,9 +157859,9 @@ x-webhooks: nullable: true required: - body - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157420,9 +157956,9 @@ x-webhooks: to: type: string nullable: true - installation: *729 - organization: *730 - projects_v2_item: *773 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157505,10 +158041,10 @@ x-webhooks: type: string enum: - restored - changes: *776 - installation: *729 - organization: *730 - projects_v2_item: *773 + changes: *781 + installation: *734 + organization: *735 + projects_v2_item: *778 sender: *4 required: - action @@ -157590,9 +158126,9 @@ x-webhooks: type: string enum: - reopened - installation: *729 - organization: *730 - projects_v2: *270 + installation: *734 + organization: *735 + projects_v2: *275 sender: *4 required: - action @@ -157673,14 +158209,14 @@ x-webhooks: type: string enum: - created - installation: *729 - organization: *730 - projects_v2_status_update: &779 + installation: *734 + organization: *735 + projects_v2_status_update: &784 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *777 - required: *778 + properties: *782 + required: *783 sender: *4 required: - action @@ -157761,9 +158297,9 @@ x-webhooks: type: string enum: - deleted - installation: *729 - organization: *730 - projects_v2_status_update: *779 + installation: *734 + organization: *735 + projects_v2_status_update: *784 sender: *4 required: - action @@ -157899,9 +158435,9 @@ x-webhooks: type: string format: date nullable: true - installation: *729 - organization: *730 - projects_v2_status_update: *779 + installation: *734 + organization: *735 + projects_v2_status_update: *784 sender: *4 required: - action @@ -157972,10 +158508,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - repository @@ -158052,13 +158588,13 @@ x-webhooks: type: string enum: - assigned - assignee: *750 - enterprise: *728 - installation: *729 - number: &780 + assignee: *755 + enterprise: *733 + installation: *734 + number: &785 description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -158566,10 +159102,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -159206,10 +159738,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -160353,7 +160881,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -160435,11 +160963,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -160933,10 +161461,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -161581,10 +162105,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -162729,7 +163249,7 @@ x-webhooks: - draft reason: type: string - repository: *731 + repository: *736 sender: *4 required: - action @@ -162811,11 +163331,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -163319,10 +163839,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -163957,10 +164473,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -165105,7 +165617,7 @@ x-webhooks: - draft reason: type: string - repository: *731 + repository: *736 sender: *4 required: - action @@ -165187,13 +165699,13 @@ x-webhooks: type: string enum: - closed - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: &781 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: &786 allOf: - - *586 + - *591 - type: object properties: allow_auto_merge: @@ -165255,7 +165767,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *731 + repository: *736 sender: *4 required: - action @@ -165336,12 +165848,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -165421,11 +165933,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *728 - milestone: *570 - number: *780 - organization: *730 - pull_request: &782 + enterprise: *733 + milestone: *575 + number: *785 + organization: *735 + pull_request: &787 title: Pull Request type: object properties: @@ -165930,10 +166442,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -166573,10 +167081,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -167714,7 +168218,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -167793,11 +168297,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -168301,10 +168805,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -168946,10 +169446,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -170105,7 +170601,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *731 + repository: *736 sender: *4 required: - action @@ -170229,12 +170725,12 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -170314,11 +170810,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -170822,10 +171318,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -171467,10 +171959,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -172611,7 +173099,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -172691,11 +173179,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *728 - installation: *729 - label: *749 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + label: *754 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -173201,10 +173689,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -173841,10 +174325,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -174989,7 +175469,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -175070,10 +175550,10 @@ x-webhooks: type: string enum: - locked - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -175578,10 +176058,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -176218,10 +176694,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -177365,7 +177837,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -177445,12 +177917,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *728 - milestone: *570 - number: *780 - organization: *730 - pull_request: *782 - repository: *731 + enterprise: *733 + milestone: *575 + number: *785 + organization: *735 + pull_request: *787 + repository: *736 sender: *4 required: - action @@ -177529,12 +178001,12 @@ x-webhooks: type: string enum: - opened - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -177615,12 +178087,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -177700,12 +178172,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *728 - installation: *729 - number: *780 - organization: *730 - pull_request: *781 - repository: *731 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 + pull_request: *786 + repository: *736 sender: *4 required: - action @@ -178071,9 +178543,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: type: object properties: @@ -178576,10 +179048,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -179203,10 +179671,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -180255,7 +180719,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *731 + repository: *736 sender: *4 required: - action @@ -180335,7 +180799,7 @@ x-webhooks: type: string enum: - deleted - comment: &784 + comment: &789 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -180620,9 +181084,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: type: object properties: @@ -181123,10 +181587,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -181750,10 +182210,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -182792,7 +183248,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *731 + repository: *736 sender: *4 required: - action @@ -182872,11 +183328,11 @@ x-webhooks: type: string enum: - edited - changes: *783 - comment: *784 - enterprise: *728 - installation: *729 - organization: *730 + changes: *788 + comment: *789 + enterprise: *733 + installation: *734 + organization: *735 pull_request: type: object properties: @@ -183379,10 +183835,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -184006,10 +184458,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -185049,7 +185497,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *731 + repository: *736 sender: *4 required: - action @@ -185130,9 +185578,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -185636,10 +186084,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -186263,10 +186707,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -187317,7 +187757,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 + repository: *736 review: description: The review that was affected. type: object @@ -187564,9 +188004,9 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -189616,8 +190056,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 - review: &785 + repository: *736 + review: &790 description: The review that was affected. type: object properties: @@ -189850,12 +190290,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -190362,10 +190802,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -190995,10 +191431,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -192150,7 +192582,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_reviewer: title: User type: object @@ -192234,12 +192666,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -192746,10 +193178,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -193386,10 +193814,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -194541,7 +194965,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194733,12 +195157,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -195247,10 +195671,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -195887,10 +196307,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -197035,7 +197451,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_reviewer: title: User type: object @@ -197120,12 +197536,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *728 - installation: *729 + enterprise: *733 + installation: *734 number: description: The pull request number. type: integer - organization: *730 + organization: *735 pull_request: title: Pull Request type: object @@ -197634,10 +198050,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -198274,10 +198686,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -199413,7 +199821,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199594,9 +200002,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -200100,10 +200508,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -200728,10 +201132,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -201783,8 +202183,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 - review: *785 + repository: *736 + review: *790 sender: *4 required: - action @@ -201864,9 +202264,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -202368,10 +202768,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -202952,10 +203348,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -203962,7 +204354,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 + repository: *736 sender: *4 thread: type: object @@ -204349,9 +204741,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 pull_request: title: Simple Pull Request type: object @@ -204852,10 +205244,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -205434,10 +205822,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -206433,7 +206817,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *731 + repository: *736 sender: *4 thread: type: object @@ -206823,10 +207207,10 @@ x-webhooks: type: string before: type: string - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -207332,10 +207716,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -207970,10 +208350,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -209109,7 +209485,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -209191,11 +209567,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *786 - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + assignee: *791 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -209702,10 +210078,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -210342,10 +210714,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -211490,7 +211858,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -211569,11 +211937,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *728 - installation: *729 - label: *749 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + label: *754 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -212079,10 +212447,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -212719,10 +213083,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -213858,7 +214218,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -213939,10 +214299,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *728 - installation: *729 - number: *780 - organization: *730 + enterprise: *733 + installation: *734 + number: *785 + organization: *735 pull_request: title: Pull Request type: object @@ -214445,10 +214805,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -215084,10 +215440,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -216219,7 +216571,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *731 + repository: *736 sender: *4 required: - action @@ -216419,7 +216771,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *728 + enterprise: *733 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -216511,8 +216863,8 @@ x-webhooks: - url - author - committer - installation: *729 - organization: *730 + installation: *734 + organization: *735 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -216689,10 +217041,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -217102,9 +217450,9 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 registry_package: type: object properties: @@ -217550,7 +217898,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *767 + items: *772 summary: type: string tag_name: @@ -217604,7 +217952,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -217682,9 +218030,9 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 registry_package: type: object properties: @@ -217992,7 +218340,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *767 + items: *772 summary: type: string tag_name: @@ -218041,7 +218389,7 @@ x-webhooks: - owner - package_version - registry - repository: *731 + repository: *736 sender: *4 required: - action @@ -218118,10 +218466,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - release: &787 + enterprise: *733 + installation: *734 + organization: *735 + release: &792 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -218439,7 +218787,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *731 + repository: *736 sender: *4 required: - action @@ -218516,11 +218864,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - release: *787 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *792 + repository: *736 sender: *4 required: - action @@ -218637,11 +218985,11 @@ x-webhooks: type: boolean required: - to - enterprise: *728 - installation: *729 - organization: *730 - release: *787 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *792 + repository: *736 sender: *4 required: - action @@ -218719,9 +219067,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -219043,7 +219391,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *731 + repository: *736 sender: *4 required: - action @@ -219119,10 +219467,10 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 - release: &788 + enterprise: *733 + installation: *734 + organization: *735 + release: &793 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -219441,7 +219789,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *731 + repository: *736 sender: *4 required: - action @@ -219517,11 +219865,11 @@ x-webhooks: type: string enum: - released - enterprise: *728 - installation: *729 - organization: *730 - release: *787 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *792 + repository: *736 sender: *4 required: - action @@ -219597,11 +219945,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *728 - installation: *729 - organization: *730 - release: *788 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + release: *793 + repository: *736 sender: *4 required: - action @@ -219677,11 +220025,11 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_advisory: *650 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_advisory: *655 sender: *4 required: - action @@ -219757,11 +220105,11 @@ x-webhooks: type: string enum: - reported - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_advisory: *650 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_advisory: *655 sender: *4 required: - action @@ -219837,10 +220185,10 @@ x-webhooks: type: string enum: - archived - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -219917,10 +220265,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -219998,10 +220346,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220085,10 +220433,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220200,10 +220548,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220275,10 +220623,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 status: type: string @@ -220359,10 +220707,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220439,10 +220787,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220536,10 +220884,10 @@ x-webhooks: - name required: - repository - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -220619,11 +220967,11 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_ruleset: *318 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_ruleset: *323 sender: *4 required: - action @@ -220701,11 +221049,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_ruleset: *318 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_ruleset: *323 sender: *4 required: - action @@ -220783,11 +221131,11 @@ x-webhooks: type: string enum: - edited - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - repository_ruleset: *318 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + repository_ruleset: *323 changes: type: object properties: @@ -220806,16 +221154,16 @@ x-webhooks: properties: added: type: array - items: *292 + items: *297 deleted: type: array - items: *292 + items: *297 updated: type: array items: type: object properties: - condition: *292 + condition: *297 changes: type: object properties: @@ -220848,16 +221196,16 @@ x-webhooks: properties: added: type: array - items: *606 + items: *611 deleted: type: array - items: *606 + items: *611 updated: type: array items: type: object properties: - rule: *606 + rule: *611 changes: type: object properties: @@ -221091,10 +221439,10 @@ x-webhooks: - from required: - owner - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221172,10 +221520,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221253,7 +221601,7 @@ x-webhooks: type: string enum: - create - alert: &789 + alert: &794 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -221375,10 +221723,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221584,10 +221932,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221665,11 +222013,11 @@ x-webhooks: type: string enum: - reopen - alert: *789 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *794 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221868,10 +222216,10 @@ x-webhooks: enum: - fixed - open - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -221949,11 +222297,11 @@ x-webhooks: type: string enum: - assigned - alert: &790 + alert: &795 type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -221961,8 +222309,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri @@ -222068,10 +222416,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222149,11 +222497,11 @@ x-webhooks: type: string enum: - created - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222234,11 +222582,11 @@ x-webhooks: type: string enum: - created - alert: *790 - installation: *729 - location: *791 - organization: *730 - repository: *731 + alert: *795 + installation: *734 + location: *796 + organization: *735 + repository: *736 sender: *4 required: - location @@ -222476,11 +222824,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222558,11 +222906,11 @@ x-webhooks: type: string enum: - reopened - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222640,11 +222988,11 @@ x-webhooks: type: string enum: - resolved - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222722,12 +223070,12 @@ x-webhooks: type: string enum: - unassigned - alert: *790 + alert: *795 assignee: *4 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222805,11 +223153,11 @@ x-webhooks: type: string enum: - validated - alert: *790 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + alert: *795 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -222935,10 +223283,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *731 - enterprise: *728 - installation: *729 - organization: *730 + repository: *736 + enterprise: *733 + installation: *734 + organization: *735 sender: *4 required: - action @@ -223016,16 +223364,16 @@ x-webhooks: type: string enum: - published - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - security_advisory: &792 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + security_advisory: &797 description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *57 + cvss_severities: *63 cwes: type: array items: @@ -223191,11 +223539,11 @@ x-webhooks: type: string enum: - updated - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 - security_advisory: *792 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 + security_advisory: *797 sender: *4 required: - action @@ -223268,16 +223616,16 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 security_advisory: description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *57 + cvss_severities: *63 cwes: type: array items: @@ -223443,11 +223791,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *291 - enterprise: *728 - installation: *729 - organization: *730 - repository: *339 + security_and_analysis: *296 + enterprise: *733 + installation: *734 + organization: *735 + repository: *344 sender: *4 required: - changes @@ -223525,12 +223873,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: &793 + sponsorship: &798 type: object properties: created_at: @@ -223831,12 +224179,12 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - sponsorship @@ -223924,12 +224272,12 @@ x-webhooks: type: string required: - from - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - changes @@ -224006,17 +224354,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &794 + effective_date: &799 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: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - sponsorship @@ -224090,7 +224438,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &795 + changes: &800 type: object properties: tier: @@ -224134,13 +224482,13 @@ x-webhooks: - from required: - tier - effective_date: *794 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + effective_date: *799 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - changes @@ -224217,13 +224565,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *795 - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + changes: *800 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - sponsorship: *793 + sponsorship: *798 required: - action - changes @@ -224297,10 +224645,10 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224383,10 +224731,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224806,15 +225154,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *728 + enterprise: *733 id: description: The unique identifier of the status. type: integer - installation: *729 + installation: *734 name: type: string - organization: *730 - repository: *731 + organization: *735 + repository: *736 sender: *4 sha: description: The Commit SHA. @@ -224923,15 +225271,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - parent_issue_repo: *73 + parent_issue: *85 + parent_issue_repo: *79 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - installation: *729 - organization: *730 - repository: *731 + sub_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225015,15 +225363,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - parent_issue_repo: *73 + parent_issue: *85 + parent_issue_repo: *79 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - installation: *729 - organization: *730 - repository: *731 + sub_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225107,15 +225455,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - sub_issue_repo: *73 + sub_issue: *85 + sub_issue_repo: *79 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - installation: *729 - organization: *730 - repository: *731 + parent_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225199,15 +225547,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - sub_issue_repo: *73 + sub_issue: *85 + sub_issue_repo: *79 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - installation: *729 - organization: *730 - repository: *731 + parent_issue: *85 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -225284,12 +225632,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - team: &796 + team: &801 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -225512,9 +225860,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -225972,7 +226320,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -226048,9 +226396,9 @@ x-webhooks: type: string enum: - created - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -226508,7 +226856,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -226585,9 +226933,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -227045,7 +227393,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -227189,9 +227537,9 @@ x-webhooks: - from required: - permissions - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -227649,7 +227997,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - changes @@ -227727,9 +228075,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *728 - installation: *729 - organization: *730 + enterprise: *733 + installation: *734 + organization: *735 repository: title: Repository description: A git repository @@ -228187,7 +228535,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *796 + team: *801 required: - action - team @@ -228263,10 +228611,10 @@ x-webhooks: type: string enum: - started - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 required: - action @@ -228339,16 +228687,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *728 + enterprise: *733 inputs: type: object nullable: true additionalProperties: true - installation: *729 - organization: *730 + installation: *734 + organization: *735 ref: type: string - repository: *731 + repository: *736 sender: *4 workflow: type: string @@ -228430,10 +228778,10 @@ x-webhooks: type: string enum: - completed - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: allOf: @@ -228670,7 +229018,7 @@ x-webhooks: type: string required: - conclusion - deployment: *497 + deployment: *502 required: - action - repository @@ -228749,10 +229097,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: allOf: @@ -229012,7 +229360,7 @@ x-webhooks: required: - status - steps - deployment: *497 + deployment: *502 required: - action - repository @@ -229091,10 +229439,10 @@ x-webhooks: type: string enum: - queued - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: type: object @@ -229229,7 +229577,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *497 + deployment: *502 required: - action - repository @@ -229308,10 +229656,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 workflow_job: type: object @@ -229447,7 +229795,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *497 + deployment: *502 required: - action - repository @@ -229527,12 +229875,12 @@ x-webhooks: type: string enum: - completed - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 workflow_run: title: Workflow Run type: object @@ -230531,12 +230879,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 workflow_run: title: Workflow Run type: object @@ -231520,12 +231868,12 @@ x-webhooks: type: string enum: - requested - enterprise: *728 - installation: *729 - organization: *730 - repository: *731 + enterprise: *733 + installation: *734 + organization: *735 + repository: *736 sender: *4 - workflow: *745 + workflow: *750 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 89770ca96..ccefdcbce 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -8108,12 +8108,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22056,6 +22050,654 @@ } } }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": { + "get": { + "summary": "Get Copilot enterprise usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": { + "get": { + "summary": "Get Copilot enterprise usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-enterprise-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nEnterprise owners, billing managers, and authorized users with fine-grained \"View Enterprise Copilot Metrics\" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint.", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -28989,12 +29631,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -32487,12 +33123,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -35168,9 +35798,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -49450,12 +50077,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -51670,12 +52291,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -58975,12 +59590,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -62473,12 +63082,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -65154,9 +65757,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -68033,9 +68633,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -69250,9 +69847,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -80764,12 +81358,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82450,12 +83038,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -85266,9 +85848,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -87690,12 +88269,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -88637,12 +89210,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -91090,9 +91657,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -92706,9 +93270,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -93583,6 +94144,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -93853,6 +94466,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -94056,6 +94721,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -105241,9 +105958,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -108119,9 +108833,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -111743,9 +112454,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -114224,39 +114932,687 @@ } } } - }, - "422": { - "description": "Copilot Usage Metrics API setting is disabled at the organization or enterprise level.", - "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": "Copilot Usage Metrics API setting is disabled at the organization or enterprise level.", + "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": "copilot", + "subcategory": "copilot-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-1-day": { + "get": { + "summary": "Get Copilot organization usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": { + "get": { + "summary": "Get Copilot organization usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization.\n\nThe report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time.\n\nThe response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-1-day": { + "get": { + "summary": "Get Copilot organization users usage metrics for a specific day", + "description": "Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-one-day-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "day", + "description": "The day to request data for, in `YYYY-MM-DD` format.", + "in": "query", + "required": true, + "schema": { + "type": "string", + "format": "date", + "example": "2025-10-13" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 1 Day Report", + "description": "Links to download the Copilot usage metrics report for an enterprise/organization for a specific day.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the Copilot usage metrics report for the enterprise/organization for the specified day." + }, + "report_day": { + "type": "string", + "format": "date", + "description": "The day of the report in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_day": "2025-07-01" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", + "subcategory": "copilot-usage-metrics" + } + } + }, + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": { + "get": { + "summary": "Get Copilot organization users usage metrics", + "description": "Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization.\n\nThe report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement.\n\nReports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed.\n\nOrganization owners and authorized users with fine-grained \"View Organization Copilot Metrics\" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.\n\nFor more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations).", + "tags": [ + "copilot" + ], + "operationId": "copilot/copilot-organization-users-usage-metrics", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics" + }, + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Copilot Metrics 28 Day Report", + "description": "Links to download the latest Copilot usage metrics report for an enterprise/organization.", + "properties": { + "download_links": { + "type": "array", + "items": { + "type": "string", + "format": "uri" + }, + "description": "The URLs to download the latest Copilot usage metrics report for the enterprise/organization." + }, + "report_start_day": { + "type": "string", + "format": "date", + "description": "The start date of the report period in `YYYY-MM-DD` format." + }, + "report_end_day": { + "type": "string", + "format": "date", + "description": "The end date of the report period in `YYYY-MM-DD` format." + } + }, + "required": [ + "download_links", + "report_start_day", + "report_end_day" + ] + }, + "examples": { + "default": { + "value": { + "download_links": [ + "https://example.com/copilot-usage-report-1.json", + "https://example.com/copilot-usage-report-2.json" + ], + "report_start_day": "2025-07-01", + "report_end_day": "2025-07-28" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": "copilot", - "subcategory": "copilot-metrics" + "subcategory": "copilot-usage-metrics" } } }, @@ -117293,9 +118649,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -118533,9 +119886,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -121226,12 +122576,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -124724,12 +126068,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -127405,9 +128743,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -140559,12 +141894,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -143773,9 +145102,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -145859,9 +147185,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -149336,12 +150659,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151136,12 +152453,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152965,12 +154276,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -154668,9 +155973,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -158500,9 +159802,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -159645,9 +160944,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -162765,9 +164061,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -164835,9 +166128,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -165427,6 +166717,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -165452,6 +166753,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -165596,7 +166937,7 @@ }, "post": { "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -165660,12 +167001,12 @@ "default": false }, "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", + "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" }, "key_id": { - "description": "The ID of the key you used to encrypt the secret.", + "description": "The ID of the key you used to encrypt the secret. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string" }, "visibility": { @@ -165683,13 +167024,62 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. Defaults to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or `oidc_jfrog` for OIDC authentication.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } }, "required": [ "registry_type", "url", - "encrypted_value", - "key_id", "visibility" ] }, @@ -165720,6 +167110,17 @@ 1296280 ] } + }, + "org-private-registry-with-oidc-azure": { + "summary": "Example of an OIDC private registry configuration using Azure", + "value": { + "registry_type": "docker_registry", + "url": "https://myregistry.azurecr.io", + "auth_type": "oidc_azure", + "visibility": "all", + "tenant_id": "12345678-1234-1234-1234-123456789012", + "client_id": "abcdef01-2345-6789-abcd-ef0123456789" + } } } } @@ -165761,6 +167162,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -165792,6 +167204,46 @@ "type": "integer" } }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -166111,6 +167563,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -166136,6 +167599,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -166204,7 +167707,7 @@ }, "patch": { "summary": "Update a private registry for an organization", - "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -166300,16 +167803,79 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. This field cannot be changed after creation. If provided, it must match the existing `auth_type` of the configuration. To change the authentication type, delete and recreate the configuration.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } } }, "examples": { - "default": { + "secret-based-update": { + "summary": "Update a secret-based private registry", "value": { "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678" } + }, + "oidc-azure-update": { + "summary": "Update an OIDC private registry (Azure)", + "value": { + "tenant_id": "12345678-1234-1234-1234-123456789012", + "visibility": "selected", + "selected_repository_ids": [ + 1296269, + 1296280 + ] + } } } } @@ -169885,12 +171451,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -173142,12 +174702,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174141,12 +175695,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179849,12 +181397,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -183106,12 +184648,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -184105,12 +185641,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -195503,9 +197033,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -196632,10 +198159,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -197210,12 +198733,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -198313,12 +199830,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -199166,12 +200677,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -215499,9 +217004,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -221971,9 +223473,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -224972,10 +226471,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -225550,12 +227045,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -226653,12 +228142,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -227506,12 +228989,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -229509,10 +230986,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -230087,12 +231560,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231190,12 +232657,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -232043,12 +233504,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -239113,12 +240568,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -240069,12 +241518,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -242769,9 +244212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -243529,9 +244969,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -245225,9 +246662,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -245985,9 +247419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -248429,9 +249860,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -249189,9 +250617,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -255708,9 +257133,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -256468,9 +257890,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -287683,9 +289102,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -289354,9 +290770,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -290667,9 +292080,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -292208,9 +293618,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -305684,9 +307091,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -307511,9 +308915,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -308976,9 +310377,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -312405,9 +313803,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -319575,12 +320970,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -320574,12 +321963,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -325092,9 +326475,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -326326,9 +327706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -348713,12 +350090,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -352211,12 +353582,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -354892,9 +356257,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -357676,9 +359038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -358735,10 +360094,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -359313,12 +360668,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -360416,12 +361765,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -361269,12 +362612,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -372887,9 +374224,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -374175,9 +375509,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -376673,12 +378004,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -380245,12 +381570,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -388865,12 +390184,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -393622,12 +394935,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -398254,12 +399561,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -402053,12 +403354,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -405641,12 +406936,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -409013,12 +410302,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -414331,12 +415614,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -417790,12 +419067,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -421327,12 +422598,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -424884,12 +426149,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -439138,12 +440397,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -443570,12 +444823,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -447031,12 +448278,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -450468,12 +451709,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -454004,12 +455239,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -465765,12 +466994,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -475404,9 +476627,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -481375,12 +482595,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -482374,12 +483588,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -485501,12 +486709,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -486499,12 +487701,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -492536,12 +493732,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -493534,12 +494724,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -496893,12 +498077,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -497891,12 +499069,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -500419,9 +501591,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -501884,9 +503053,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -508234,12 +509400,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -509233,12 +510393,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -512438,12 +513592,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -513437,12 +514585,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -521341,6 +522483,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -522109,6 +523277,32 @@ } } } + }, + "404": { + "description": "Resource not found", + "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": { @@ -524176,6 +525370,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -552837,10 +554057,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -553415,12 +554631,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -554518,12 +555728,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -555371,12 +556575,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -560882,9 +562080,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -562194,10 +563389,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -562772,12 +563963,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -563875,12 +565060,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -564728,12 +565907,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -566332,9 +567505,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -568469,9 +569639,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -569907,9 +571074,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -572033,12 +573197,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -574626,9 +575784,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -579435,9 +580590,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -584207,9 +585359,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -586227,9 +587376,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -587692,9 +588838,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -589548,9 +590691,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -591444,9 +592584,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -593081,9 +594218,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -595520,10 +596654,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -596098,12 +597228,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -597201,12 +598325,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -598054,12 +599172,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -600412,9 +601524,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -602129,9 +603238,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -603620,9 +604726,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -609008,12 +610111,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -611669,12 +612766,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -617217,12 +618308,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -619071,12 +620156,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -620915,12 +621994,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -622777,9 +623850,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -624614,9 +625684,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -625698,9 +626765,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -628083,12 +629147,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629306,10 +630364,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -629884,12 +630938,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -630987,12 +632035,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -631840,12 +632882,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -633753,9 +634789,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -636866,12 +637899,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -637863,12 +638890,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -639231,9 +640252,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -642664,12 +643682,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -645921,12 +646933,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -646920,12 +647926,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651419,9 +652419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -654112,12 +655109,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -657610,12 +658601,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -660291,9 +661276,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -664789,12 +665771,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -668287,12 +669263,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -670968,9 +671938,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -675476,12 +676443,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -678974,12 +679935,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -681655,9 +682610,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -687448,9 +688400,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -688593,9 +689542,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -696259,12 +697205,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -699516,12 +700456,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -700515,12 +701449,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -710876,12 +711804,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -714374,12 +715296,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -717055,9 +717971,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -721549,12 +722462,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -725047,12 +725954,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -727728,9 +728629,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -730536,9 +731434,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -732898,12 +733793,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -733760,12 +734649,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -734701,9 +735584,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -736204,12 +737084,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -737859,12 +738733,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -739514,12 +740382,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -741349,12 +742211,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -743342,12 +744198,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -745547,9 +746397,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -747346,12 +748193,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -749716,9 +750557,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -751515,12 +752353,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -753885,9 +754717,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -755684,12 +756513,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -758067,9 +758890,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -759866,12 +760686,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -762614,12 +763428,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -765051,12 +765859,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -767482,12 +768284,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -769564,12 +770360,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -771766,12 +772556,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -773786,12 +774570,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -775898,12 +776676,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -777922,12 +778694,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -779904,12 +780670,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -781980,12 +782740,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -783863,12 +784617,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -785537,12 +786285,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -788964,12 +789706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -790771,12 +791507,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -793303,12 +794033,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -795834,12 +796558,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -798365,12 +799083,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -800896,12 +801608,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -803427,12 +804133,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -805958,12 +806658,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -808489,12 +809183,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -811020,12 +811708,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -812724,12 +813406,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -814428,12 +815104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -816718,12 +817388,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -820566,12 +821230,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -821564,12 +822222,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -823299,12 +823951,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -825105,12 +825751,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -827869,12 +828509,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -830571,12 +831205,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -834681,12 +835309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -837916,12 +838538,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -840095,12 +840711,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -842211,12 +842821,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -844537,12 +845141,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -846864,12 +847462,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -849210,12 +849802,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -851327,12 +851913,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -853442,12 +854022,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -855584,12 +856158,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -857740,12 +858308,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -859856,12 +860418,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -861971,12 +862527,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -864086,12 +864636,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -866042,12 +866586,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -867931,12 +868469,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -870169,12 +870701,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -872325,12 +872851,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -874441,12 +874961,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -876556,12 +877070,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -879111,12 +879619,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -881034,12 +881536,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -883585,12 +884081,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -886230,12 +886720,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -888782,12 +889266,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -891361,12 +891839,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -894052,12 +894524,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -896709,12 +897175,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -898514,12 +898974,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -901068,12 +901522,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -905015,12 +905463,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -908963,12 +909405,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -912929,12 +913365,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -916885,12 +917315,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -920840,12 +921264,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -923189,12 +923607,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -926318,12 +926730,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -928465,12 +928871,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -929540,12 +929940,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -931888,12 +932282,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -935017,12 +935405,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -937164,12 +937546,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -938239,12 +938615,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -940587,12 +940957,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -942734,12 +943098,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -944569,12 +944927,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -946938,12 +947290,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -949286,12 +949632,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -951433,12 +951773,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -953268,12 +953602,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -955637,12 +955965,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -959467,12 +959789,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -963407,12 +963723,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -967134,12 +967444,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -971043,12 +971347,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -974845,12 +975143,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -978617,12 +978909,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -982350,12 +982636,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -986257,12 +986537,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -989336,11 +989610,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "has_downloads": { "description": "Whether downloads are enabled.", "type": "boolean", @@ -992673,12 +992942,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -996399,12 +996662,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1000128,12 +1000385,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1003248,11 +1003499,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1006558,12 +1006804,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1010352,12 +1010592,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1014183,12 +1014417,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1017957,12 +1018185,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1021688,12 +1021910,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1025414,12 +1025630,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1029207,12 +1029417,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1030905,12 +1031109,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1032601,12 +1032799,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1034340,12 +1034532,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1036222,12 +1036408,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1038104,12 +1038284,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1039985,12 +1040159,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1041863,12 +1042031,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1043743,12 +1043905,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1045527,12 +1045683,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1047311,12 +1047461,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1049065,12 +1049209,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1050818,12 +1050956,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1052732,12 +1052864,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1054594,12 +1054720,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1056298,12 +1056418,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1058077,12 +1058191,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1059918,12 +1060026,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1061756,12 +1061858,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1063595,12 +1063691,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1065476,12 +1065566,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1067315,12 +1067399,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1069067,12 +1069145,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1070819,12 +1070891,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1072616,12 +1072682,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1074412,12 +1074472,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1076222,12 +1076276,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1078115,12 +1078163,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1079925,12 +1079967,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1082429,12 +1082465,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1084710,12 +1084740,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1086504,12 +1086528,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1090960,12 +1090978,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1092964,12 +1092976,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1094780,12 +1094786,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1096597,12 +1096597,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1098433,12 +1098427,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1100376,12 +1100364,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1102197,12 +1102179,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1103903,12 +1103879,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1105608,12 +1105578,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1107330,12 +1107294,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1109036,12 +1108994,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1110857,12 +1110809,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1112678,12 +1112624,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1114529,12 +1114469,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1116349,12 +1116283,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1128426,12 +1128354,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1130212,11 +1130134,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1131031,11 +1130948,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1133171,12 +1133083,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1134876,11 +1134782,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1135706,11 +1135607,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1137848,12 +1137744,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1139566,11 +1139456,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1140383,11 +1140268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1142525,12 +1142405,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1145099,12 +1144973,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1146097,12 +1145965,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1147891,12 +1147753,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1150435,12 +1150291,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1151433,12 +1151283,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1153227,12 +1153071,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1155124,11 +1154962,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1155941,11 +1155774,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1158117,12 +1157945,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1159803,11 +1159625,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1160620,11 +1160437,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1162767,12 +1162579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1165389,12 +1165195,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1166387,12 +1166187,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1168181,12 +1167975,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1169868,11 +1169656,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1170685,11 +1170468,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1172815,12 +1172593,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1174562,11 +1174334,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1175381,11 +1175148,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1177522,12 +1177284,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1179241,11 +1178997,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1180060,11 +1179811,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1182200,12 +1181946,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1184127,11 +1183867,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1184944,11 +1184679,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1187120,12 +1186850,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1189663,12 +1189387,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1190661,12 +1190379,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1192455,12 +1192167,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1194999,12 +1194705,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1195997,12 +1195697,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1197791,12 +1197485,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1200335,12 +1200023,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1201333,12 +1201015,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1203127,12 +1202803,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1205168,11 +1204838,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1205971,11 +1205636,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1207986,12 +1207646,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1210054,11 +1209708,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1210857,11 +1210506,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1212862,12 +1212506,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1214951,11 +1214589,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1215754,11 +1215387,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1217760,12 +1217388,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1219474,11 +1219096,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1220277,11 +1219894,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1222294,12 +1221906,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1226918,12 +1226524,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1228830,11 +1228430,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1229647,11 +1229242,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1231793,12 +1231383,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1233489,11 +1233073,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1234306,11 +1233885,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1236452,12 +1236026,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1238334,11 +1237902,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1239151,11 +1238714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1241290,12 +1240848,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1242989,11 +1242541,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1243806,11 +1243353,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1245936,12 +1245478,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1247797,11 +1247333,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1248601,11 +1248132,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1250619,12 +1250145,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1252532,11 +1252052,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1253297,11 +1252812,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1255275,12 +1254785,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1257350,11 +1256854,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1258113,11 +1257612,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1260080,12 +1259574,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1262169,11 +1261657,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1262986,11 +1262469,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1265126,12 +1264604,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1266945,11 +1266417,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1267764,11 +1267231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1269905,12 +1269367,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1271665,11 +1271121,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1272484,11 +1271935,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1274624,12 +1274070,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1276341,11 +1275781,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1277159,11 +1276594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1279287,12 +1278717,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1280813,11 +1280237,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1283084,12 +1282503,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1285278,12 +1284691,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1287352,12 +1286759,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1289427,12 +1288828,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1291555,12 +1290950,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1293634,12 +1293023,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1295709,12 +1295092,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1297783,12 +1297160,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1299858,12 +1299229,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1301513,12 +1300878,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1304774,12 +1304133,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1308035,12 +1307388,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1309691,12 +1309038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1311347,12 +1310688,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1313009,12 +1312344,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1314717,12 +1314046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1316367,12 +1315690,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1318029,12 +1317346,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1319685,12 +1318996,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1321368,12 +1320673,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1323025,12 +1322324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1325995,12 +1325288,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1328965,12 +1328252,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1335027,12 +1334308,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1336684,12 +1335959,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1338507,12 +1337776,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1340338,12 +1339601,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1342160,12 +1341417,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1343982,12 +1343233,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1346379,12 +1345624,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1348652,12 +1347891,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1351165,12 +1350398,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1353614,12 +1352841,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1355887,12 +1355108,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1358160,12 +1357375,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1360557,12 +1359766,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1362830,12 +1362033,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1364376,12 +1363573,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1366195,12 +1365386,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1368079,12 +1367264,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1369963,12 +1369142,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1371776,10 +1370949,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -1372354,12 +1371523,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1373457,12 +1372620,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1374310,12 +1373467,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1375983,12 +1375134,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1377953,12 +1377098,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1379940,12 +1379079,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1381915,12 +1381048,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1383948,12 +1383075,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1385978,12 +1385099,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1387949,12 +1387064,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1389610,12 +1388719,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1391741,12 +1390844,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1394120,12 +1393217,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1396267,12 +1395358,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1398102,12 +1397187,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1400471,12 +1399550,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1402821,12 +1401894,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1404968,12 +1404035,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1406803,12 +1405864,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1409172,12 +1408227,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1411522,12 +1410571,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1413669,12 +1412712,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1415504,12 +1414541,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1417873,12 +1416904,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1420223,12 +1419248,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1422370,12 +1421389,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1424205,12 +1423218,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1426574,12 +1425581,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1428225,12 +1427226,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1436019,12 +1435014,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1437675,12 +1436664,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1439333,12 +1438316,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1441826,12 +1440803,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1444351,12 +1443322,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1446721,12 +1445686,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1449092,12 +1448051,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1452011,12 +1450964,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1454912,12 +1453859,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, 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 a336a0899..fe6d76aa6 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -480,7 +480,7 @@ paths: required: false schema: type: string - - &55 + - &61 name: direction description: The direction to sort the results by. in: query @@ -701,7 +701,7 @@ paths: required: - vector_string - score - cvss_severities: &57 + cvss_severities: &63 type: object nullable: true properties: @@ -741,7 +741,7 @@ paths: required: - vector_string - score - epss: &58 + epss: &64 type: object nullable: true readOnly: true @@ -879,7 +879,7 @@ paths: - subscriptions_url - type - url - type: &326 + type: &331 type: string description: The type of credit the user is receiving. enum: @@ -1039,7 +1039,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &125 + schema: &130 title: Validation Error Simple description: Validation Error Simple type: object @@ -1072,7 +1072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &655 + - &660 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1190,7 +1190,7 @@ paths: GitHub. type: object nullable: true - properties: &74 + properties: &80 id: description: Unique identifier of the GitHub app example: 37 @@ -1323,7 +1323,7 @@ paths: about itself. example: 5 type: integer - required: &75 + required: &81 - id - node_id - owner @@ -1628,7 +1628,7 @@ paths: schema: type: integer default: 30 - - &212 + - &217 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 @@ -1644,7 +1644,7 @@ paths: application/json: schema: type: array - items: &213 + items: &218 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1724,7 +1724,7 @@ paths: - installation_id - repository_id examples: - default: &214 + default: &219 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1783,7 +1783,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &124 + schema: &129 title: Validation Error description: Validation Error type: object @@ -1852,7 +1852,7 @@ paths: description: Response content: application/json: - schema: &215 + schema: &220 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1966,7 +1966,7 @@ paths: - request - response examples: - default: &216 + default: &221 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2167,7 +2167,7 @@ paths: parameters: - *17 - *19 - - &86 + - &92 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2750,7 +2750,7 @@ paths: suspended_at: suspended_by: headers: - Link: &61 + Link: &67 example: ; rel="next", ; rel="last" schema: @@ -2947,11 +2947,11 @@ paths: - selected repositories: type: array - items: &73 + items: &79 title: Repository description: A repository on GitHub. type: object - properties: &290 + properties: &295 id: description: Unique identifier of the repository example: 42 @@ -2971,7 +2971,7 @@ paths: title: License Simple description: License Simple type: object - properties: &82 + properties: &88 key: type: string example: mit @@ -2993,7 +2993,7 @@ paths: html_url: type: string format: uri - required: &83 + required: &89 - key - name - url @@ -3258,11 +3258,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -3407,7 +3402,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &291 + required: &296 - archive_url - assignees_url - blobs_url @@ -3481,7 +3476,7 @@ paths: - watchers_count - created_at - updated_at - x-github-breaking-changes: &292 + x-github-breaking-changes: &297 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -5283,7 +5278,7 @@ paths: responses: '202': *39 '422': *7 - '500': &115 + '500': &55 description: Internal Error content: application/json: @@ -7430,7 +7425,7 @@ paths: required: true content: application/json: - schema: &137 + schema: &142 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -8123,7 +8118,7 @@ paths: description: Response content: application/json: - schema: &185 + schema: &190 type: array description: A list of default code security configurations items: @@ -8139,7 +8134,7 @@ paths: default configuration: *49 examples: - default: &186 + default: &191 value: - default_for_new_repos: public configuration: @@ -8479,7 +8474,7 @@ paths: - *40 - *51 responses: - '204': &187 + '204': &192 description: A header with no content is returned. '400': *14 '403': *29 @@ -8606,7 +8601,7 @@ paths: default: value: default_for_new_repos: all - configuration: &184 + configuration: &189 value: id: 1325 target_type: organization @@ -8691,7 +8686,7 @@ paths: application/json: schema: type: array - items: &188 + items: &193 type: object description: Repositories associated with a code security configuration and attachment status @@ -8709,11 +8704,11 @@ paths: - failed - updating - removed_by_enterprise - repository: &60 + repository: &66 title: Simple Repository description: A GitHub repository. type: object - properties: &113 + properties: &119 id: type: integer format: int64 @@ -8940,7 +8935,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &114 + required: &120 - archive_url - assignees_url - blobs_url @@ -8992,7 +8987,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &189 + repository: &194 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -9067,6 +9062,212 @@ paths: enabledForGitHubApps: false category: code-security subcategory: configurations + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day": + get: + summary: Get Copilot enterprise usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot enterprise usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day + parameters: + - *40 + - &56 + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + example: '2025-10-13' + responses: + '200': + description: Response + content: + application/json: + schema: &57 + type: object + title: Copilot Metrics 1 Day Report + description: Links to download the Copilot usage metrics report for + an enterprise/organization for a specific day. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the Copilot usage metrics report + for the enterprise/organization for the specified day. + report_day: + type: string + format: date + description: The day of the report in `YYYY-MM-DD` format. + required: + - download_links + - report_day + examples: + default: &58 + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_day: '2025-07-01' + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest": + get: + summary: Get Copilot enterprise usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the enterprise. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-enterprise-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics + parameters: + - *40 + responses: + '200': + description: Response + content: + application/json: + schema: &59 + type: object + title: Copilot Metrics 28 Day Report + description: Links to download the latest Copilot usage metrics report + for an enterprise/organization. + properties: + download_links: + type: array + items: + type: string + format: uri + description: The URLs to download the latest Copilot usage metrics + report for the enterprise/organization. + report_start_day: + type: string + format: date + description: The start date of the report period in `YYYY-MM-DD` + format. + report_end_day: + type: string + format: date + description: The end date of the report period in `YYYY-MM-DD` + format. + required: + - download_links + - report_start_day + - report_end_day + examples: + default: &60 + value: + download_links: + - https://example.com/copilot-usage-report-1.json + - https://example.com/copilot-usage-report-2.json + report_start_day: '2025-07-01' + report_end_day: '2025-07-28' + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. Reports are available starting from October 10, 2025, and historical data can be accessed for up to 1 year from the current date. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day + parameters: + - *40 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day enterprise users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the enterprise. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Enterprise owners, billing managers, and authorized users with fine-grained "View Enterprise Copilot Metrics" permission can retrieve Copilot metrics reports for the enterprise. OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `read:enterprise` scopes to use this endpoint. + tags: + - copilot + operationId: copilot/copilot-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics + parameters: + - *40 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -9086,7 +9287,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &195 + - &200 name: state in: query description: |- @@ -9095,7 +9296,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &196 + - &201 name: severity in: query description: |- @@ -9104,7 +9305,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &197 + - &202 name: ecosystem in: query description: |- @@ -9113,14 +9314,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &198 + - &203 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 - - &199 + - &204 name: epss_percentage in: query description: |- @@ -9132,7 +9333,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 - - &489 + - &494 name: has in: query description: |- @@ -9146,7 +9347,7 @@ paths: type: string enum: - patch - - &200 + - &205 name: assignee in: query description: |- @@ -9155,7 +9356,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &201 + - &206 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -9165,7 +9366,7 @@ paths: enum: - development - runtime - - &202 + - &207 name: sort in: query description: |- @@ -9180,7 +9381,7 @@ paths: - updated - epss_percentage default: created - - *55 + - *61 - *47 - *48 - *17 @@ -9191,11 +9392,11 @@ paths: application/json: schema: type: array - items: &203 + items: &208 type: object description: A Dependabot alert. properties: - number: &174 + number: &179 type: integer description: The security alert number. readOnly: true @@ -9213,7 +9414,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &56 + package: &62 type: object description: Details for the vulnerable package. readOnly: true @@ -9257,7 +9458,7 @@ paths: - unknown - direct - transitive - security_advisory: &490 + security_advisory: &495 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9287,13 +9488,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &59 + items: &65 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *56 + package: *62 severity: type: string description: The severity of the vulnerability. @@ -9359,8 +9560,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *57 - epss: *58 + cvss_severities: *63 + epss: *64 cwes: type: array description: Details for the advisory pertaining to Common @@ -9478,30 +9679,30 @@ paths: - updated_at - withdrawn_at version: '2026-03-10' - security_vulnerability: *59 - url: &177 + security_vulnerability: *65 + url: &182 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &178 + html_url: &183 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &175 + created_at: &180 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &176 + updated_at: &181 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &180 + dismissed_at: &185 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9531,21 +9732,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &179 + fixed_at: &184 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &491 + auto_dismissed_at: &496 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &492 + dismissal_request: &497 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -9588,7 +9789,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *60 + repository: *66 required: - number - state @@ -9607,7 +9808,7 @@ paths: - repository additionalProperties: false examples: - default: &204 + default: &209 value: - number: 2 state: dismissed @@ -9976,7 +10177,7 @@ paths: application/json: schema: type: array - items: &62 + items: &68 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -10047,7 +10248,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -10120,9 +10321,9 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: &70 + default: &76 value: id: 1 name: Justice League @@ -10151,7 +10352,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *40 - - &63 + - &69 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -10170,7 +10371,7 @@ paths: type: array items: *4 examples: - default: &64 + default: &70 value: - login: octocat id: 1 @@ -10191,7 +10392,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10209,7 +10410,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10240,7 +10441,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10258,7 +10459,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10289,7 +10490,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10307,8 +10508,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *40 - - *63 - - &65 + - *69 + - &71 name: username description: The handle for the GitHub user account. in: path @@ -10322,7 +10523,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &66 + exampleKey1: &72 value: login: octocat id: 1 @@ -10358,8 +10559,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *40 - - *63 - - *65 + - *69 + - *71 responses: '201': description: Successfully added team member @@ -10367,7 +10568,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *66 + exampleKey1: *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10385,8 +10586,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *40 - - *63 - - *65 + - *69 + - *71 responses: '204': description: Response @@ -10408,7 +10609,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *40 - - *63 + - *69 - *17 - *19 responses: @@ -10418,11 +10619,11 @@ paths: application/json: schema: type: array - items: &67 + items: &73 title: Organization Simple description: A GitHub organization. type: object - properties: &191 + properties: &196 login: type: string example: github @@ -10463,7 +10664,7 @@ paths: type: string example: A great organization nullable: true - required: &192 + required: &197 - login - url - id @@ -10477,7 +10678,7 @@ paths: - avatar_url - description examples: - default: &68 + default: &74 value: login: github id: 1 @@ -10508,7 +10709,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10536,9 +10737,9 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: &110 + default: &116 value: - login: github id: 1 @@ -10569,7 +10770,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *40 - - *63 + - *69 requestBody: required: true content: @@ -10610,8 +10811,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *40 - - *63 - - &69 + - *69 + - &75 name: org description: The organization name. The name is not case sensitive. in: path @@ -10623,9 +10824,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *67 + schema: *73 examples: - default: *68 + default: *74 '404': description: The team is not assigned to the organization x-github: @@ -10644,16 +10845,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *40 - - *63 - *69 + - *75 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *67 + schema: *73 examples: - default: *68 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10670,8 +10871,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *40 - - *63 - *69 + - *75 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -10695,7 +10896,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *40 - - &71 + - &77 name: team_slug description: The slug of the team name. in: path @@ -10707,11 +10908,11 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: *70 + default: *76 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -10729,7 +10930,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *40 - - *71 + - *77 requestBody: required: true content: @@ -10784,11 +10985,11 @@ paths: description: Response content: application/json: - schema: *62 + schema: *68 examples: - default: *70 + default: *76 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -10809,7 +11010,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *40 - - *71 + - *77 responses: '204': description: Response @@ -10847,7 +11048,7 @@ paths: application/json: schema: type: array - items: &105 + items: &111 title: Event description: Event type: object @@ -10857,7 +11058,7 @@ paths: type: type: string nullable: true - actor: &72 + actor: &78 title: Actor description: Actor type: object @@ -10897,7 +11098,7 @@ paths: - id - name - url - org: *72 + org: *78 payload: oneOf: - title: CreateEvent @@ -10943,7 +11144,7 @@ paths: properties: action: type: string - discussion: &749 + discussion: &754 title: Discussion description: A Discussion in a repository. type: object @@ -11230,7 +11431,7 @@ paths: - id labels: type: array - items: &78 + items: &84 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -11305,12 +11506,12 @@ paths: properties: action: type: string - issue: &79 + issue: &85 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &543 + properties: &548 id: type: integer format: int64 @@ -11423,7 +11624,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &274 + properties: &279 url: type: string format: uri @@ -11493,7 +11694,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &275 + required: &280 - closed_issues - creator - description @@ -11572,7 +11773,7 @@ paths: timeline_url: type: string format: uri - type: &237 + type: &242 title: Issue Type description: The type of issue. type: object @@ -11622,7 +11823,7 @@ paths: - node_id - name - description - repository: *73 + repository: *79 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -11633,9 +11834,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - author_association: &76 + properties: *80 + required: *81 + author_association: &82 title: author_association type: string example: OWNER @@ -11650,7 +11851,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &77 + reactions: &83 title: Reaction Rollup type: object properties: @@ -11686,7 +11887,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &667 + sub_issues_summary: &672 title: Sub-issues Summary type: object properties: @@ -11711,7 +11912,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &80 + properties: &86 id: description: Unique identifier of the issue comment example: 42 @@ -11754,7 +11955,7 @@ paths: issue_url: type: string format: uri - author_association: *76 + author_association: *82 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -11765,15 +11966,15 @@ paths: class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - reactions: *77 + properties: *80 + required: *81 + reactions: *83 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &566 + properties: &571 pinned_at: type: string format: date-time @@ -11785,11 +11986,11 @@ paths: properties: *20 required: *21 nullable: true - required: &567 + required: &572 - pinned_at - pinned_by nullable: true - required: &81 + required: &87 - id - node_id - html_url @@ -11799,7 +12000,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &668 + issue_dependencies_summary: &673 title: Issue Dependencies Summary type: object properties: @@ -11818,7 +12019,7 @@ paths: - total_blocking issue_field_values: type: array - items: &551 + items: &556 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11879,7 +12080,7 @@ paths: - node_id - data_type - value - required: &544 + required: &549 - assignee - closed_at - comments @@ -11900,7 +12101,7 @@ paths: - user - created_at - updated_at - x-github-breaking-changes: &545 + x-github-breaking-changes: &550 - changeset: deprecate_beta_media_type patch: properties: @@ -11947,10 +12148,10 @@ paths: assignees: type: array items: *4 - label: *78 + label: *84 labels: type: array - items: *78 + items: *84 required: - action - issue @@ -11959,14 +12160,14 @@ paths: properties: action: type: string - issue: *79 - comment: &539 + issue: *85 + comment: &544 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 required: - action - issue @@ -12124,8 +12325,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -12141,8 +12340,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true allow_forking: type: boolean @@ -12231,7 +12430,7 @@ paths: type: string number: type: integer - pull_request: &84 + pull_request: &90 title: Pull Request Minimal type: object properties: @@ -12302,10 +12501,10 @@ paths: assignees: type: array items: *4 - label: *78 + label: *84 labels: type: array - items: *78 + items: *84 required: - action - number @@ -12315,7 +12514,7 @@ paths: properties: action: type: string - pull_request: *84 + pull_request: *90 comment: type: object properties: @@ -12566,7 +12765,7 @@ paths: - pull_request updated_at: type: string - pull_request: *84 + pull_request: *90 required: - action - review @@ -12615,7 +12814,7 @@ paths: updated_at: type: string format: date-time - reactions: *77 + reactions: *83 required: - action - comment @@ -12626,7 +12825,7 @@ paths: type: string release: allOf: - - &600 + - &605 title: Release description: A release. type: object @@ -12697,7 +12896,7 @@ paths: author: *4 assets: type: array - items: &601 + items: &606 title: Release Asset description: Data related to a release. type: object @@ -12772,7 +12971,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *77 + reactions: *83 required: - assets_url - upload_url @@ -12864,7 +13063,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': &116 + '503': &121 description: Service unavailable content: application/json: @@ -12957,7 +13156,7 @@ paths: _links: type: object properties: - timeline: &85 + timeline: &91 title: Link With Type description: Hypermedia Link with Type type: object @@ -12969,17 +13168,17 @@ paths: required: - href - type - user: *85 - security_advisories: *85 - current_user: *85 - current_user_public: *85 - current_user_actor: *85 - current_user_organization: *85 + user: *91 + security_advisories: *91 + current_user: *91 + current_user_public: *91 + current_user_actor: *91 + current_user_organization: *91 current_user_organizations: type: array - items: *85 - repository_discussions: *85 - repository_discussions_category: *85 + items: *91 + repository_discussions: *91 + repository_discussions_category: *91 required: - timeline - user @@ -13041,7 +13240,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *86 + - *92 - *17 - *19 responses: @@ -13051,7 +13250,7 @@ paths: application/json: schema: type: array - items: &87 + items: &93 title: Base Gist description: Base Gist type: object @@ -13179,7 +13378,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &88 + default: &94 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13224,7 +13423,7 @@ paths: site_admin: false truncated: false headers: - Link: *61 + Link: *67 '304': *37 '403': *29 x-github: @@ -13300,7 +13499,7 @@ paths: description: Response content: application/json: - schema: &89 + schema: &95 title: Gist Simple description: Gist Simple type: object @@ -13317,7 +13516,7 @@ paths: url: type: string format: uri - user: &674 + user: &679 title: Public User description: Public User type: object @@ -13687,7 +13886,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &90 + default: &96 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -13791,7 +13990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *86 + - *92 - *17 - *19 responses: @@ -13801,11 +14000,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '403': *29 @@ -13825,7 +14024,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *86 + - *92 - *17 - *19 responses: @@ -13835,11 +14034,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '401': *25 '304': *37 '403': *29 @@ -13865,7 +14064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &91 + - &97 name: gist_id description: The unique identifier of the gist. in: path @@ -13877,10 +14076,10 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - default: *90 - '403': &94 + default: *96 + '403': &100 description: Forbidden Gist content: application/json: @@ -13928,7 +14127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *91 + - *97 requestBody: required: true content: @@ -13988,9 +14187,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - updateGist: *90 + updateGist: *96 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -14148,7 +14347,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -14177,7 +14376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *91 + - *97 - *17 - *19 responses: @@ -14187,7 +14386,7 @@ paths: application/json: schema: type: array - items: &92 + items: &98 title: Gist Comment description: A comment made to a gist. type: object @@ -14222,7 +14421,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *76 + author_association: *82 required: - url - id @@ -14262,7 +14461,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -14287,7 +14486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *91 + - *97 requestBody: required: true content: @@ -14312,9 +14511,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: &93 + default: &99 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14372,8 +14571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *91 - - &95 + - *97 + - &101 name: comment_id description: The unique identifier of the comment. in: path @@ -14386,12 +14585,12 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *93 + default: *99 '304': *37 '404': *6 - '403': *94 + '403': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14413,8 +14612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *91 - - *95 + - *97 + - *101 requestBody: required: true content: @@ -14439,9 +14638,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *93 + default: *99 '404': *6 x-github: githubCloudOnly: false @@ -14458,8 +14657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *91 - - *95 + - *97 + - *101 responses: '204': description: Response @@ -14482,7 +14681,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *91 + - *97 - *17 - *19 responses: @@ -14583,7 +14782,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *91 + - *97 - *17 - *19 responses: @@ -14593,7 +14792,7 @@ paths: application/json: schema: type: array - items: *89 + items: *95 examples: default: value: @@ -14639,7 +14838,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 '304': *37 '403': *29 @@ -14658,13 +14857,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *91 + - *97 responses: '201': description: Response content: application/json: - schema: *87 + schema: *93 examples: default: value: @@ -14735,7 +14934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *91 + - *97 responses: '204': description: Response if gist is starred @@ -14765,7 +14964,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -14787,7 +14986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *91 + - *97 responses: '204': description: Response @@ -14816,7 +15015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *91 + - *97 - name: sha in: path required: true @@ -14827,9 +15026,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *95 examples: - default: *90 + default: *96 '422': *15 '404': *6 '403': *29 @@ -14990,7 +15189,7 @@ paths: type: array items: allOf: - - *73 + - *79 repository_selection: type: string example: selected @@ -15113,7 +15312,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '403': *29 '304': *37 '401': *25 @@ -15197,7 +15396,7 @@ paths: - closed - all default: open - - &240 + - &245 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15215,8 +15414,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - name: collab in: query required: false @@ -15246,9 +15445,9 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: &241 + default: &246 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15493,7 +15692,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '404': *6 @@ -15532,8 +15731,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 examples: default: value: @@ -15818,7 +16017,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &96 + X-CommonMarker-Version: &102 example: 0.17.4 schema: type: string @@ -15873,7 +16072,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *96 + X-CommonMarker-Version: *102 content: text/html: schema: @@ -15902,7 +16101,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &99 + - &105 name: account_id description: account_id parameter in: path @@ -15914,7 +16113,7 @@ paths: description: Response content: application/json: - schema: &98 + schema: &104 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -15944,7 +16143,7 @@ paths: nullable: true id: type: integer - plan: &97 + plan: &103 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -16033,7 +16232,7 @@ paths: nullable: true updated_at: type: string - plan: *97 + plan: *103 required: - url - id @@ -16041,7 +16240,7 @@ paths: - login - marketplace_purchase examples: - default: &100 + default: &106 value: url: https://api.github.com/orgs/github type: Organization @@ -16126,9 +16325,9 @@ paths: application/json: schema: type: array - items: *97 + items: *103 examples: - default: &101 + default: &107 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -16146,7 +16345,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '404': *6 '401': *25 x-github: @@ -16168,14 +16367,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &102 + - &108 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &103 + - &109 name: sort description: The property to sort the results by. in: query @@ -16205,9 +16404,9 @@ paths: application/json: schema: type: array - items: *98 + items: *104 examples: - default: &104 + default: &110 value: - url: https://api.github.com/orgs/github type: Organization @@ -16258,7 +16457,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '404': *6 '422': *15 '401': *25 @@ -16281,15 +16480,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *99 + - *105 responses: '200': description: Response content: application/json: - schema: *98 + schema: *104 examples: - default: *100 + default: *106 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -16321,11 +16520,11 @@ paths: application/json: schema: type: array - items: *97 + items: *103 examples: - default: *101 + default: *107 headers: - Link: *61 + Link: *67 '401': *25 x-github: githubCloudOnly: false @@ -16346,8 +16545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *102 - - *103 + - *108 + - *109 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16367,11 +16566,11 @@ paths: application/json: schema: type: array - items: *98 + items: *104 examples: - default: *104 + default: *110 headers: - Link: *61 + Link: *67 '401': *25 x-github: githubCloudOnly: false @@ -16633,14 +16832,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &338 + - &343 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &339 + - &344 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -16657,7 +16856,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -16702,7 +16901,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &342 + '301': &347 description: Moved permanently content: application/json: @@ -16724,7 +16923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &576 + - &581 name: all description: If `true`, show notifications marked as read. in: query @@ -16732,7 +16931,7 @@ paths: schema: type: boolean default: false - - &577 + - &582 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16741,8 +16940,8 @@ paths: schema: type: boolean default: false - - *86 - - &578 + - *92 + - &583 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: @@ -16767,18 +16966,18 @@ paths: application/json: schema: type: array - items: &106 + items: &112 title: Thread description: Thread type: object properties: id: type: string - repository: &156 + repository: &161 title: Minimal Repository description: Minimal Repository type: object - properties: &206 + properties: &211 id: type: integer format: int64 @@ -16989,8 +17188,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -17066,7 +17263,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &293 + security_and_analysis: &298 nullable: true type: object properties: @@ -17179,7 +17376,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &207 + required: &212 - archive_url - assignees_url - blobs_url @@ -17226,7 +17423,7 @@ paths: - teams_url - trees_url - url - x-github-breaking-changes: &208 + x-github-breaking-changes: &213 - changeset: remove_has_downloads patch: properties: @@ -17273,7 +17470,7 @@ paths: - url - subscription_url examples: - default: &579 + default: &584 value: - id: '1' repository: @@ -17355,7 +17552,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -17439,7 +17636,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &107 + - &113 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -17453,7 +17650,7 @@ paths: description: Response content: application/json: - schema: *106 + schema: *112 examples: default: value: @@ -17555,7 +17752,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *107 + - *113 responses: '205': description: Reset Content @@ -17577,7 +17774,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *107 + - *113 responses: '204': description: No content @@ -17600,13 +17797,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *107 + - *113 responses: '200': description: Response content: application/json: - schema: &108 + schema: &114 title: Thread Subscription description: Thread Subscription type: object @@ -17643,7 +17840,7 @@ paths: - url - subscribed examples: - default: &109 + default: &115 value: subscribed: true ignored: false @@ -17674,7 +17871,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *107 + - *113 requestBody: required: false content: @@ -17695,9 +17892,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *114 examples: - default: *109 + default: *115 '304': *37 '403': *29 '401': *25 @@ -17720,7 +17917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *107 + - *113 responses: '204': description: Response @@ -17815,9 +18012,9 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: Link: example: ; rel="next" @@ -17844,13 +18041,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &111 + schema: &117 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -17883,12 +18080,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *111 + schema: *117 examples: selected_actions: *42 responses: @@ -17917,13 +18114,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &112 + schema: &118 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -17956,12 +18153,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *112 + schema: *118 examples: selected_actions: *44 responses: @@ -17990,7 +18187,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *69 + - *75 - name: page in: query description: The page number of results to fetch. @@ -18034,8 +18231,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *113 - required: *114 + properties: *119 + required: *120 nullable: true additionalProperties: false examples: @@ -18141,7 +18338,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -18207,7 +18404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *69 + - *75 requestBody: required: true content: @@ -18256,7 +18453,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *69 + - *75 - name: page description: The page number of the results to fetch. in: query @@ -18407,7 +18604,7 @@ paths: total_count: 3 '404': *6 '403': *29 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18428,8 +18625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *69 - - &117 + - *75 + - &122 name: budget_id description: The ID corresponding to the budget. in: path @@ -18525,8 +18722,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18546,8 +18743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *69 - - *117 + - *75 + - *122 requestBody: required: true content: @@ -18738,8 +18935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *69 - - *117 + - *75 + - *122 responses: '200': description: Response when deleting a budget @@ -18765,8 +18962,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18786,8 +18983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *69 - - &118 + - *75 + - &123 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -18796,7 +18993,7 @@ paths: required: false schema: type: integer - - &120 + - &125 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -18805,7 +19002,7 @@ paths: required: false schema: type: integer - - &119 + - &124 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -18820,14 +19017,14 @@ paths: required: false schema: type: string - - &724 + - &729 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &121 + - &126 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -18943,8 +19140,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18964,9 +19161,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *69 - - *118 - - &725 + - *75 + - *123 + - &730 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -18975,7 +19172,7 @@ paths: required: false schema: type: integer - - *119 + - *124 responses: '200': description: Billing usage report response for an organization @@ -19050,8 +19247,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19074,19 +19271,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *69 - - *118 - - *120 - - *119 - - &726 + - *75 + - *123 + - *125 + - *124 + - &731 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *121 - - &727 + - *126 + - &732 name: sku description: The SKU to query for usage. in: query @@ -19196,8 +19393,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19223,13 +19420,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &122 + schema: &127 title: Organization Full description: Organization Full type: object @@ -19554,7 +19751,7 @@ paths: path: "/properties/secret_scanning_push_protection_custom_link_enabled" version: '2026-03-10' examples: - default-response: &123 + default-response: &128 value: login: github id: 1 @@ -19660,7 +19857,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *69 + - *75 requestBody: required: false content: @@ -19876,17 +20073,17 @@ paths: description: Response content: application/json: - schema: *122 + schema: *127 examples: - default: *123 + default: *128 '422': description: Validation failed content: application/json: schema: oneOf: - - *124 - - *125 + - *129 + - *130 '409': *54 x-github: githubCloudOnly: false @@ -19920,7 +20117,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *69 + - *75 responses: '202': *39 '404': *6 @@ -19951,7 +20148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -19977,7 +20174,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19998,7 +20195,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -20016,7 +20213,7 @@ paths: type: integer repository_cache_usages: type: array - items: &349 + items: &354 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -20051,7 +20248,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20071,7 +20268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -20089,7 +20286,7 @@ paths: type: integer runners: type: array - items: &126 + items: &131 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -20143,7 +20340,7 @@ paths: - display_name - source nullable: true - machine_size_details: &134 + machine_size_details: &139 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -20239,7 +20436,7 @@ paths: - public_ip_enabled - platform examples: - default: &155 + default: &160 value: total_count: 2 runners: @@ -20281,7 +20478,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20299,7 +20496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -20376,9 +20573,9 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: &135 + default: &140 value: id: 5 name: My hosted ubuntu runner @@ -20419,7 +20616,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20435,7 +20632,7 @@ paths: type: integer images: type: array - items: &127 + items: &132 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -20486,7 +20683,7 @@ paths: - latest_version - state examples: - default: &129 + default: &134 value: total_count: 2 image_versions: @@ -20517,8 +20714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *69 - - &128 + - *75 + - &133 name: image_definition_id description: Image definition ID of custom image in: path @@ -20530,7 +20727,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *132 examples: default: value: @@ -20560,8 +20757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *69 - - *128 + - *75 + - *133 responses: '204': description: Response @@ -20584,8 +20781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *128 - - *69 + - *133 + - *75 responses: '200': description: Response @@ -20601,7 +20798,7 @@ paths: type: integer image_versions: type: array - items: &130 + items: &135 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -20634,7 +20831,7 @@ paths: - created_on - state_details examples: - default: *129 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20654,9 +20851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *69 - - *128 - - &131 + - *75 + - *133 + - &136 name: version description: Version of a custom image in: path @@ -20669,7 +20866,7 @@ paths: description: Response content: application/json: - schema: *130 + schema: *135 examples: default: value: @@ -20695,9 +20892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *69 - - *128 - - *131 + - *75 + - *133 + - *136 responses: '204': description: Response @@ -20718,7 +20915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20734,7 +20931,7 @@ paths: type: integer images: type: array - items: &132 + items: &137 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -20770,7 +20967,7 @@ paths: - display_name - source examples: - default: &133 + default: &138 value: id: ubuntu-20.04 platform: linux-x64 @@ -20794,7 +20991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20810,9 +21007,9 @@ paths: type: integer images: type: array - items: *132 + items: *137 examples: - default: *133 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20829,7 +21026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20882,7 +21079,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20898,7 +21095,7 @@ paths: type: integer machine_specs: type: array - items: *134 + items: *139 examples: default: value: @@ -20923,7 +21120,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -20967,8 +21164,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *69 - - &136 + - *75 + - &141 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -20980,11 +21177,11 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21002,8 +21199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *69 - - *136 + - *75 + - *141 requestBody: required: true content: @@ -21055,9 +21252,9 @@ paths: description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21073,16 +21270,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *69 - - *136 + - *75 + - *141 responses: '202': description: Response content: application/json: - schema: *126 + schema: *131 examples: - default: *135 + default: *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21102,7 +21299,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -21135,12 +21332,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *137 + schema: *142 examples: default: *46 responses: @@ -21174,7 +21371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *69 + - *75 - name: custom_property_name in: path required: true @@ -21207,13 +21404,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *69 + - *75 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &138 + schema: &143 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -21227,7 +21424,7 @@ paths: required: - include_claim_keys examples: - default: &139 + default: &144 value: include_claim_keys: - repo @@ -21249,20 +21446,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: *138 + schema: *143 examples: - default: *139 + default: *144 responses: '201': description: Empty response content: application/json: - schema: &165 + schema: &170 title: Empty Object description: An object without any properties. type: object @@ -21292,7 +21489,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -21301,7 +21498,7 @@ paths: schema: type: object properties: - enabled_repositories: &140 + enabled_repositories: &145 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -21314,7 +21511,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &141 + allowed_actions: &146 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -21322,12 +21519,12 @@ paths: - all - local_only - selected - selected_actions_url: &355 + selected_actions_url: &360 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` is set to `selected`. - sha_pinning_required: &142 + sha_pinning_required: &147 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -21358,7 +21555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21369,9 +21566,9 @@ paths: schema: type: object properties: - enabled_repositories: *140 - allowed_actions: *141 - sha_pinning_required: *142 + enabled_repositories: *145 + allowed_actions: *146 + sha_pinning_required: *147 required: - enabled_repositories examples: @@ -21399,13 +21596,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &359 + schema: &364 type: object properties: days: @@ -21442,12 +21639,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &360 + schema: &365 type: object properties: days: @@ -21484,13 +21681,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &143 + schema: &148 type: object properties: approval_policy: @@ -21504,7 +21701,7 @@ paths: required: - approval_policy examples: - default: &361 + default: &366 value: approval_policy: first_time_contributors '404': *6 @@ -21525,7 +21722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21535,7 +21732,7 @@ paths: required: true content: application/json: - schema: *143 + schema: *148 examples: default: summary: Set approval policy to first time contributors @@ -21557,13 +21754,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &362 + schema: &367 type: object required: - run_workflows_from_fork_pull_requests @@ -21589,7 +21786,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &144 + default: &149 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -21612,12 +21809,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &363 + schema: &368 type: object required: - run_workflows_from_fork_pull_requests @@ -21640,7 +21837,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *144 + default: *149 responses: '204': description: Empty response for successful settings update @@ -21670,7 +21867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -21688,9 +21885,9 @@ paths: type: number repositories: type: array - items: *73 + items: *79 examples: - default: &148 + default: &153 value: total_count: 1 repositories: @@ -21830,7 +22027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21874,8 +22071,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *69 - - &145 + - *75 + - &150 name: repository_id description: The unique identifier of the repository. in: path @@ -21903,8 +22100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -21927,13 +22124,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &146 + schema: &151 type: object properties: github_owned_allowed: @@ -21955,7 +22152,7 @@ paths: items: type: string examples: - default: &147 + default: &152 value: github_owned_allowed: true verified_allowed: false @@ -21980,7 +22177,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -21988,9 +22185,9 @@ paths: required: false content: application/json: - schema: *146 + schema: *151 examples: - selected_actions: *147 + selected_actions: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22010,7 +22207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -22058,7 +22255,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -22105,7 +22302,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -22120,9 +22317,9 @@ paths: type: integer repositories: type: array - items: *73 + items: *79 examples: - default: *148 + default: *153 '403': *29 '404': *6 x-github: @@ -22142,7 +22339,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -22190,8 +22387,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No content @@ -22217,8 +22414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No content @@ -22246,23 +22443,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &364 + schema: &369 type: object properties: - default_workflow_permissions: &149 + default_workflow_permissions: &154 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &150 + can_approve_pull_request_reviews: &155 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -22270,7 +22467,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &151 + default: &156 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -22295,7 +22492,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Success response @@ -22303,13 +22500,13 @@ paths: required: false content: application/json: - schema: &365 + schema: &370 type: object properties: - default_workflow_permissions: *149 - can_approve_pull_request_reviews: *150 + default_workflow_permissions: *154 + can_approve_pull_request_reviews: *155 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22329,7 +22526,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *69 + - *75 - *17 - *19 - name: visible_to_repository @@ -22354,7 +22551,7 @@ paths: type: number runner_groups: type: array - items: &152 + items: &157 type: object properties: id: @@ -22470,7 +22667,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -22542,9 +22739,9 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: &154 + default: &159 value: id: 2 name: octo-runner-group @@ -22579,8 +22776,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *69 - - &153 + - *75 + - &158 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -22592,7 +22789,7 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: default: value: @@ -22628,8 +22825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -22683,9 +22880,9 @@ paths: description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *154 + default: *159 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22704,8 +22901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *69 - - *153 + - *75 + - *158 responses: '204': description: Response @@ -22728,8 +22925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *17 - *19 responses: @@ -22747,11 +22944,11 @@ paths: type: number runners: type: array - items: *126 + items: *131 examples: - default: *155 + default: *160 headers: - Link: *61 + Link: *67 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22771,8 +22968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *19 - *17 responses: @@ -22790,9 +22987,9 @@ paths: type: number repositories: type: array - items: *156 + items: *161 examples: - default: &194 + default: &199 value: total_count: 1 repositories: @@ -23044,8 +23241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -23089,9 +23286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 - - *145 + - *75 + - *158 + - *150 responses: '204': description: Response @@ -23113,9 +23310,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *69 - - *153 - - *145 + - *75 + - *158 + - *150 responses: '204': description: Response @@ -23138,8 +23335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 - *17 - *19 responses: @@ -23157,7 +23354,7 @@ paths: type: number runners: type: array - items: &158 + items: &163 title: Self hosted runners description: A self hosted runner type: object @@ -23186,7 +23383,7 @@ paths: type: boolean labels: type: array - items: &161 + items: &166 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -23216,7 +23413,7 @@ paths: - busy - labels examples: - default: &159 + default: &164 value: total_count: 2 runners: @@ -23256,7 +23453,7 @@ paths: name: no-gpu type: custom headers: - Link: *61 + Link: *67 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -23275,8 +23472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *69 - - *153 + - *75 + - *158 requestBody: required: true content: @@ -23320,9 +23517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *69 - - *153 - - &157 + - *75 + - *158 + - &162 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -23350,9 +23547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *69 - - *153 - - *157 + - *75 + - *158 + - *162 responses: '204': description: Response @@ -23382,7 +23579,7 @@ paths: in: query schema: type: string - - *69 + - *75 - *17 - *19 responses: @@ -23400,11 +23597,11 @@ paths: type: integer runners: type: array - items: *158 + items: *163 examples: - default: *159 + default: *164 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23426,7 +23623,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -23434,7 +23631,7 @@ paths: application/json: schema: type: array - items: &366 + items: &371 title: Runner Application description: Runner Application type: object @@ -23459,7 +23656,7 @@ paths: - download_url - filename examples: - default: &367 + default: &372 value: - os: osx architecture: x64 @@ -23502,7 +23699,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -23545,7 +23742,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &368 + '201': &373 description: Response content: application/json: @@ -23555,7 +23752,7 @@ paths: - runner - encoded_jit_config properties: - runner: *158 + runner: *163 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -23612,13 +23809,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *69 + - *75 responses: '201': description: Response content: application/json: - schema: &160 + schema: &165 title: Authentication Token description: Authentication Token type: object @@ -23640,7 +23837,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *73 + items: *79 single_file: type: string example: config.yaml @@ -23656,7 +23853,7 @@ paths: - token - expires_at examples: - default: &369 + default: &374 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -23687,15 +23884,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *69 + - *75 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: &370 + default: &375 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -23720,16 +23917,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: '200': description: Response content: application/json: - schema: *158 + schema: *163 examples: - default: &371 + default: &376 value: id: 23 name: MBP @@ -23770,8 +23967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: '204': description: Response @@ -23797,10 +23994,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: - '200': &162 + '200': &167 description: Response content: application/json: @@ -23814,7 +24011,7 @@ paths: type: integer labels: type: array - items: *161 + items: *166 examples: default: value: @@ -23853,8 +24050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 requestBody: required: true content: @@ -23878,7 +24075,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23902,8 +24099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 requestBody: required: true content: @@ -23928,7 +24125,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -23952,10 +24149,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 + - *75 + - *162 responses: - '200': &372 + '200': &377 description: Response content: application/json: @@ -23969,7 +24166,7 @@ paths: type: integer labels: type: array - items: *161 + items: *166 examples: default: value: @@ -24010,9 +24207,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *69 - - *157 - - &373 + - *75 + - *162 + - &378 name: name description: The name of a self-hosted runner's custom label. in: path @@ -24020,7 +24217,7 @@ paths: schema: type: string responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -24045,7 +24242,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -24063,7 +24260,7 @@ paths: type: integer secrets: type: array - items: &163 + items: &168 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -24113,7 +24310,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24136,13 +24333,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &385 + schema: &390 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24171,7 +24368,7 @@ paths: - key_id - key examples: - default: &386 + default: &391 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24196,8 +24393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *69 - - &164 + - *75 + - &169 name: secret_name description: The name of the secret. in: path @@ -24209,7 +24406,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *168 examples: default: value: @@ -24239,8 +24436,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -24297,7 +24494,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -24323,8 +24520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -24350,8 +24547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -24369,9 +24566,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: &168 + default: &173 value: total_count: 1 repositories: @@ -24463,8 +24660,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -24516,8 +24713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -24550,8 +24747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -24583,8 +24780,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *69 - - &354 + - *75 + - &359 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/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -24608,7 +24805,7 @@ paths: type: integer variables: type: array - items: &166 + items: &171 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -24672,7 +24869,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24693,7 +24890,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *69 + - *75 requestBody: required: true content: @@ -24741,7 +24938,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -24766,8 +24963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *69 - - &167 + - *75 + - &172 name: name description: The name of the variable. in: path @@ -24779,7 +24976,7 @@ paths: description: Response content: application/json: - schema: *166 + schema: *171 examples: default: value: @@ -24809,8 +25006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 requestBody: required: true content: @@ -24872,8 +25069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 responses: '204': description: Response @@ -24899,8 +25096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - *19 - *17 responses: @@ -24918,9 +25115,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 '409': description: Response when the visibility of the variable is not set to `selected` @@ -24946,8 +25143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 requestBody: required: true content: @@ -24996,8 +25193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - name: repository_id in: path required: true @@ -25031,8 +25228,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *69 - - *167 + - *75 + - *172 - name: repository_id in: path required: true @@ -25073,7 +25270,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *69 + - *75 requestBody: required: true content: @@ -25189,7 +25386,7 @@ paths: type: integer deployment_records: type: array - items: &169 + items: &174 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -25233,7 +25430,7 @@ paths: with the deployment record. nullable: true examples: - default: &170 + default: &175 value: total_count: 1 deployment_records: @@ -25248,6 +25445,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25268,7 +25467,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *69 + - *75 - name: cluster in: path description: The cluster name. @@ -25404,9 +25603,11 @@ paths: type: integer deployment_records: type: array - items: *169 + items: *174 examples: - default: *170 + default: *175 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25426,7 +25627,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *69 + - *75 requestBody: required: true content: @@ -25561,6 +25762,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25578,7 +25781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *69 + - *75 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -25603,9 +25806,9 @@ paths: type: integer deployment_records: type: array - items: *169 + items: *174 examples: - default: *170 + default: *175 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25625,7 +25828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *69 + - *75 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25710,7 +25913,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 requestBody: required: true content: @@ -25734,12 +25937,12 @@ paths: required: - subject_digests examples: - default: &706 + default: &711 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &707 + withPredicateType: &712 value: subject_digests: - sha256:abc123 @@ -25797,7 +26000,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &708 + default: &713 value: attestations_subject_digests: - sha256:abc: @@ -25921,7 +26124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *69 + - *75 requestBody: required: true content: @@ -25986,7 +26189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *69 + - *75 - name: subject_digest description: Subject Digest in: path @@ -26021,7 +26224,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -26069,7 +26272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *69 + - *75 - name: attestation_id description: Attestation ID in: path @@ -26107,7 +26310,7 @@ paths: - *17 - *47 - *48 - - *69 + - *75 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -26162,7 +26365,7 @@ paths: initiator: type: string examples: - default: &399 + default: &404 value: attestations: - bundle: @@ -26283,7 +26486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -26295,7 +26498,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26314,8 +26517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: If the user is blocked @@ -26340,8 +26543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -26361,8 +26564,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -26387,15 +26590,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *69 + - *75 - *19 - *17 - - *55 + - *61 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &171 + schema: &176 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -26421,7 +26624,7 @@ paths: application/json: schema: type: array - items: &172 + items: &177 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -26452,7 +26655,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &193 + items: &198 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -26527,7 +26730,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &252 + properties: &257 id: description: Unique identifier of the team type: integer @@ -26599,7 +26802,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &253 + required: &258 - id - node_id - url @@ -26642,7 +26845,7 @@ paths: type: string format: date-time nullable: true - state: *171 + state: *176 contact_link: description: The contact link of the campaign. type: string @@ -26737,9 +26940,9 @@ paths: closed_at: state: open headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26763,7 +26966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -26862,9 +27065,9 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: &173 + default: &178 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -26913,7 +27116,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26935,7 +27138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -26947,16 +27150,16 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: *173 + default: *178 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26977,7 +27180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -27026,7 +27229,7 @@ paths: type: string format: uri nullable: true - state: *171 + state: *176 examples: default: value: @@ -27036,9 +27239,9 @@ paths: description: Response content: application/json: - schema: *172 + schema: *177 examples: - default: *173 + default: *178 '400': description: Bad Request content: @@ -27050,7 +27253,7 @@ paths: content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27071,7 +27274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *69 + - *75 - name: campaign_number description: The campaign number. in: path @@ -27082,7 +27285,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27104,18 +27307,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *69 - - &424 + - *75 + - &429 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`, but not both. in: query required: false - schema: &181 + schema: &186 type: string description: The name of the tool used to generate the code scanning analysis. - - &425 + - &430 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 @@ -27123,7 +27326,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &182 + schema: &187 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, @@ -27132,13 +27335,13 @@ paths: - *48 - *19 - *17 - - *55 + - *61 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &427 + schema: &432 type: string description: State of a code scanning alert. enum: @@ -27161,7 +27364,7 @@ paths: be returned. in: query required: false - schema: &428 + schema: &433 type: string description: Severity of a code scanning alert. enum: @@ -27190,18 +27393,18 @@ paths: items: type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: &429 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: &434 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &183 + state: &188 type: string description: State of a code scanning alert. nullable: true @@ -27209,7 +27412,7 @@ paths: - open - dismissed - fixed - fixed_at: *179 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -27217,8 +27420,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: &430 + dismissed_at: *185 + dismissed_reason: &435 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -27227,13 +27430,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &431 + dismissed_comment: &436 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &432 + rule: &437 type: object properties: id: @@ -27286,42 +27489,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &433 + tool: &438 type: object properties: - name: *181 + name: *186 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *182 - most_recent_instance: &434 + guid: *187 + most_recent_instance: &439 type: object properties: - ref: &426 + ref: &431 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &444 + analysis_key: &449 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &445 + environment: &450 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &446 + category: &451 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *183 + state: *188 commit_sha: type: string message: @@ -27329,7 +27532,7 @@ paths: properties: text: type: string - location: &447 + location: &452 type: object description: Describe a region within a file for the alert. properties: @@ -27350,7 +27553,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &448 + items: &453 type: string description: A classification of the file. For example to identify it as generated. @@ -27360,7 +27563,7 @@ paths: - generated - test - library - repository: *60 + repository: *66 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -27615,9 +27818,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27639,7 +27842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *69 + - *75 - name: target_type in: query description: The target type of the code security configuration @@ -27750,7 +27953,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *69 + - *75 requestBody: required: true content: @@ -27987,7 +28190,7 @@ paths: application/json: schema: *49 examples: - default: *184 + default: *189 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28009,15 +28212,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *185 + schema: *190 examples: - default: *186 + default: *191 '304': *37 '403': *29 '404': *6 @@ -28043,7 +28246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *69 + - *75 requestBody: required: true content: @@ -28069,7 +28272,7 @@ paths: - 32 - 91 responses: - '204': *187 + '204': *192 '400': *14 '403': *29 '404': *6 @@ -28095,7 +28298,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *69 + - *75 - *51 responses: '200': @@ -28104,7 +28307,7 @@ paths: application/json: schema: *49 examples: - default: *184 + default: *189 '304': *37 '403': *29 '404': *6 @@ -28128,7 +28331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -28401,10 +28604,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *69 + - *75 - *51 responses: - '204': *187 + '204': *192 '400': *14 '403': *29 '404': *6 @@ -28432,7 +28635,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -28496,7 +28699,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *69 + - *75 - *51 requestBody: required: true @@ -28542,7 +28745,7 @@ paths: default: value: default_for_new_repos: all - configuration: *184 + configuration: *189 '403': *29 '404': *6 x-github: @@ -28566,7 +28769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *69 + - *75 - *51 - name: per_page description: The number of results per page (max 100). For more information, @@ -28595,13 +28798,13 @@ paths: application/json: schema: type: array - items: *188 + items: *193 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *189 + repository: *194 '403': *29 '404': *6 x-github: @@ -28625,7 +28828,7 @@ paths: parameters: - *17 - *19 - - *69 + - *75 responses: '200': description: Response @@ -28641,7 +28844,7 @@ paths: type: integer codespaces: type: array - items: &242 + items: &247 type: object title: Codespace description: A codespace. @@ -28666,12 +28869,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *156 + repository: *161 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &460 + properties: &465 name: type: string description: The name of the machine. @@ -28713,7 +28916,7 @@ paths: - ready - in_progress nullable: true - required: &461 + required: &466 - name - display_name - operating_system @@ -28918,7 +29121,7 @@ paths: - pulls_url - recent_folders examples: - default: &243 + default: &248 value: total_count: 3 codespaces: @@ -29328,7 +29531,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -29350,7 +29553,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *69 + - *75 deprecated: true requestBody: required: true @@ -29394,7 +29597,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29417,7 +29620,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *69 + - *75 deprecated: true requestBody: required: true @@ -29449,7 +29652,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29472,7 +29675,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *69 + - *75 requestBody: required: true content: @@ -29503,7 +29706,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29524,7 +29727,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -29542,7 +29745,7 @@ paths: type: integer secrets: type: array - items: &190 + items: &195 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -29581,7 +29784,7 @@ paths: - updated_at - visibility examples: - default: &462 + default: &467 value: total_count: 2 secrets: @@ -29594,7 +29797,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29613,13 +29816,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &463 + schema: &468 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -29648,7 +29851,7 @@ paths: - key_id - key examples: - default: &464 + default: &469 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29671,23 +29874,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: Response content: application/json: - schema: *190 + schema: *195 examples: - default: &466 + default: &471 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29707,8 +29910,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -29763,7 +29966,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -29789,8 +29992,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -29815,8 +30018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -29834,9 +30037,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 '404': *6 x-github: githubCloudOnly: false @@ -29858,8 +30061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -29909,8 +30112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -29943,8 +30146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -29983,7 +30186,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: OK @@ -30092,7 +30295,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30124,7 +30327,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *69 + - *75 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -30147,7 +30350,7 @@ paths: currently being billed. seats: type: array - items: &245 + items: &250 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -30164,15 +30367,15 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *191 - required: *192 + properties: *196 + required: *197 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *193 - - *62 + - *198 + - *68 nullable: true pending_cancellation_date: type: string @@ -30296,8 +30499,8 @@ paths: type: User site_admin: false headers: - Link: *61 - '500': *115 + Link: *67 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30330,7 +30533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30372,7 +30575,7 @@ paths: default: value: seats_created: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30408,7 +30611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30450,7 +30653,7 @@ paths: default: value: seats_cancelled: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30488,7 +30691,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30529,7 +30732,7 @@ paths: default: value: seats_created: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30565,7 +30768,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *69 + - *75 requestBody: content: application/json: @@ -30607,7 +30810,7 @@ paths: default: value: seats_cancelled: 5 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30643,7 +30846,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#get-copilot-coding-agent-permissions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -30680,7 +30883,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30708,7 +30911,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-copilot-coding-agent-permissions-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -30733,7 +30936,7 @@ paths: responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30763,7 +30966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-coding-agent-in-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -30778,13 +30981,13 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 required: - total_count - repositories examples: - default: *194 - '500': *115 + default: *199 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30812,7 +31015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-coding-agent-in-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -30838,7 +31041,7 @@ paths: responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30868,12 +31071,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-coding-agent-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30902,12 +31105,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-coding-agent-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: No Content - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30942,7 +31145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *69 + - *75 responses: '200': description: OK @@ -30962,7 +31165,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -30995,7 +31198,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *69 + - *75 requestBody: description: The content exclusion rules to set required: true @@ -31047,7 +31250,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -31086,7 +31289,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *69 + - *75 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -31118,7 +31321,7 @@ paths: application/json: schema: type: array - items: &331 + items: &336 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -31425,7 +31628,7 @@ paths: - date additionalProperties: true examples: - default: &332 + default: &337 value: - date: '2024-06-24' total_active_users: 24 @@ -31524,10 +31727,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *115 + '500': *55 '403': *29 '404': *6 - '422': &333 + '422': &338 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -31538,6 +31741,156 @@ paths: enabledForGitHubApps: true category: copilot subcategory: copilot-metrics + "/orgs/{org}/copilot/metrics/reports/organization-1-day": + get: + summary: Get Copilot organization usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization usage metrics report for a specific day. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the specified day, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day + parameters: + - *75 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/organization-28-day/latest": + get: + summary: Get Copilot organization usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization Copilot usage metrics report. The report provides comprehensive usage data for Copilot features across the organization. + + The report contains aggregated metrics for the previous 28 days, including usage statistics for various Copilot features, user engagement data, and feature adoption metrics. Reports are generated daily and made available for download through signed URLs with a limited expiration time. + + The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics + parameters: + - *75 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-1-day": + get: + summary: Get Copilot organization users usage metrics for a specific day + description: |- + Use this endpoint to retrieve download links for the Copilot organization user usage metrics report for a specific day. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the specified day, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date of the report. The report covers a complete day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-one-day-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day + parameters: + - *75 + - *56 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics + "/orgs/{org}/copilot/metrics/reports/users-28-day/latest": + get: + summary: Get Copilot organization users usage metrics + description: |- + Use this endpoint to retrieve download links for the latest 28-day organization users Copilot usage metrics report. The report provides detailed user-level usage data and engagement metrics for Copilot features across the organization. + + The report contains user-specific metrics for the previous 28 days, including individual user engagement statistics, feature usage patterns, and adoption metrics broken down by user. This report allows authorized users to analyze Copilot usage at the user level to understand adoption patterns and identify opportunities for increased engagement. + + Reports are generated daily and made available for download through signed URLs with a limited expiration time. The response includes download links to the report files, along with the specific date range covered by the report. The report covers a complete 28-day period ending on the most recent day for which data has been processed. + + Organization owners and authorized users with fine-grained "View Organization Copilot Metrics" permission can retrieve Copilot metrics reports for the organization. OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint. + + For more information about organization metrics attribution, see [How are metrics attributed across organizations](https://docs.github.com/copilot/concepts/copilot-metrics#how-are-metrics-attributed-across-organizations). + tags: + - copilot + operationId: copilot/copilot-organization-users-usage-metrics + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics + parameters: + - *75 + responses: + '200': + description: Response + content: + application/json: + schema: *59 + examples: + default: *60 + '500': *55 + '403': *29 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: copilot + subcategory: copilot-usage-metrics "/orgs/{org}/dependabot/alerts": get: summary: List Dependabot alerts for an organization @@ -31554,12 +31907,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *69 - - *195 - - *196 - - *197 - - *198 - - *199 + - *75 + - *200 + - *201 + - *202 + - *203 + - *204 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -31589,7 +31942,7 @@ paths: enum: - patch - deployment - - *200 + - *205 - name: runtime_risk in: query description: |- @@ -31598,9 +31951,9 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *201 - - *202 - - *55 + - *206 + - *207 + - *61 - *47 - *48 - *17 @@ -31611,9 +31964,9 @@ paths: application/json: schema: type: array - items: *203 + items: *208 examples: - default: *204 + default: *209 '304': *37 '400': *14 '403': *29 @@ -31639,7 +31992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *69 + - *75 - *17 - *19 responses: @@ -31657,7 +32010,7 @@ paths: type: integer secrets: type: array - items: &205 + items: &210 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -31707,7 +32060,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31728,13 +32081,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: &495 + schema: &500 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -31751,7 +32104,7 @@ paths: - key_id - key examples: - default: &496 + default: &501 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31774,14 +32127,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: Response content: application/json: - schema: *205 + schema: *210 examples: default: value: @@ -31809,8 +32162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -31867,7 +32220,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -31899,8 +32252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -31924,8 +32277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - *19 - *17 responses: @@ -31943,9 +32296,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31966,8 +32319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -32017,8 +32370,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -32049,8 +32402,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *69 - - *164 + - *75 + - *169 - name: repository_id in: path required: true @@ -32080,7 +32433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -32088,7 +32441,7 @@ paths: application/json: schema: type: array - items: &255 + items: &260 title: Package description: A software package type: object @@ -32138,9 +32491,9 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *206 - required: *207 - x-github-breaking-changes: *208 + properties: *211 + required: *212 + x-github-breaking-changes: *213 nullable: true created_at: type: string @@ -32159,7 +32512,7 @@ paths: - created_at - updated_at examples: - default: &256 + default: &261 value: - id: 197 name: hello_docker @@ -32237,7 +32590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *69 + - *75 - *17 - *19 responses: @@ -32247,7 +32600,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: 200-response: value: @@ -32319,7 +32672,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *69 + - *75 - *17 - *19 responses: @@ -32329,7 +32682,7 @@ paths: application/json: schema: type: array - items: &231 + items: &236 title: Organization Invitation description: Organization Invitation type: object @@ -32376,7 +32729,7 @@ paths: - invitation_teams_url - node_id examples: - default: &232 + default: &237 value: - id: 1 login: monalisa @@ -32409,7 +32762,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -32433,7 +32786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *69 + - *75 - *17 - *19 responses: @@ -32443,7 +32796,7 @@ paths: application/json: schema: type: array - items: &209 + items: &214 title: Org Hook description: Org Hook type: object @@ -32531,7 +32884,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -32554,7 +32907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *69 + - *75 requestBody: required: true content: @@ -32614,9 +32967,9 @@ paths: description: Response content: application/json: - schema: *209 + schema: *214 examples: - default: &210 + default: &215 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -32663,8 +33016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *69 - - &211 + - *75 + - &216 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. @@ -32677,9 +33030,9 @@ paths: description: Response content: application/json: - schema: *209 + schema: *214 examples: - default: *210 + default: *215 '404': *6 x-github: githubCloudOnly: false @@ -32706,8 +33059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *69 - - *211 + - *75 + - *216 requestBody: required: false content: @@ -32752,7 +33105,7 @@ paths: description: Response content: application/json: - schema: *209 + schema: *214 examples: default: value: @@ -32793,8 +33146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *69 - - *211 + - *75 + - *216 responses: '204': description: Response @@ -32821,8 +33174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *69 - - *211 + - *75 + - *216 responses: '200': description: Response @@ -32852,8 +33205,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *69 - - *211 + - *75 + - *216 requestBody: required: false content: @@ -32903,10 +33256,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *69 - - *211 + - *75 + - *216 - *17 - - *212 + - *217 responses: '200': description: Response @@ -32914,9 +33267,9 @@ paths: application/json: schema: type: array - items: *213 + items: *218 examples: - default: *214 + default: *219 '400': *14 '422': *15 x-github: @@ -32941,17 +33294,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *69 - - *211 + - *75 + - *216 - *16 responses: '200': description: Response content: application/json: - schema: *215 + schema: *220 examples: - default: *216 + default: *221 '400': *14 '422': *15 x-github: @@ -32976,8 +33329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *69 - - *211 + - *75 + - *216 - *16 responses: '202': *39 @@ -33006,8 +33359,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *69 - - *211 + - *75 + - *216 responses: '204': description: Response @@ -33029,8 +33382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *69 - - &221 + - *75 + - &226 name: actor_type in: path description: The type of the actor @@ -33043,14 +33396,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &222 + - &227 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &217 + - &222 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`.' @@ -33058,7 +33411,7 @@ paths: required: true schema: type: string - - &218 + - &223 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) @@ -33069,7 +33422,7 @@ paths: type: string - *19 - *17 - - *55 + - *61 - name: sort description: The property to sort the results by. in: query @@ -33151,13 +33504,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *69 - - *217 - - *218 + - *75 + - *222 + - *223 - *19 - *17 - - *55 - - &227 + - *61 + - &232 name: sort description: The property to sort the results by. in: query @@ -33234,15 +33587,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *69 - - *217 - - *218 + - *75 + - *222 + - *223 responses: '200': description: Response content: application/json: - schema: &219 + schema: &224 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -33258,7 +33611,7 @@ paths: type: integer format: int64 examples: - default: &220 + default: &225 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -33278,24 +33631,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *69 - - &223 + - *75 + - &228 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *217 - - *218 + - *222 + - *223 responses: '200': description: Response content: application/json: - schema: *219 + schema: *224 examples: - default: *220 + default: *225 x-github: enabledForGitHubApps: true category: orgs @@ -33313,19 +33666,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *69 - - *217 - - *218 - - *221 + - *75 - *222 + - *223 + - *226 + - *227 responses: '200': description: Response content: application/json: - schema: *219 + schema: *224 examples: - default: *220 + default: *225 x-github: enabledForGitHubApps: true category: orgs @@ -33342,10 +33695,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *69 - - *217 - - *218 - - &224 + - *75 + - *222 + - *223 + - &229 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -33358,7 +33711,7 @@ paths: description: Response content: application/json: - schema: &225 + schema: &230 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -33374,7 +33727,7 @@ paths: type: integer format: int64 examples: - default: &226 + default: &231 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -33410,19 +33763,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *69 + - *75 + - *228 + - *222 - *223 - - *217 - - *218 - - *224 + - *229 responses: '200': description: Response content: application/json: - schema: *225 + schema: *230 examples: - default: *226 + default: *231 x-github: enabledForGitHubApps: true category: orgs @@ -33439,20 +33792,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *69 - - *221 + - *75 + - *226 + - *227 - *222 - - *217 - - *218 - - *224 + - *223 + - *229 responses: '200': description: Response content: application/json: - schema: *225 + schema: *230 examples: - default: *226 + default: *231 x-github: enabledForGitHubApps: true category: orgs @@ -33469,14 +33822,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *69 + - *75 + - *228 + - *222 - *223 - - *217 - - *218 - *19 - *17 - - *55 - - *227 + - *61 + - *232 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -33549,7 +33902,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *69 + - *75 responses: '200': description: Response @@ -33557,7 +33910,7 @@ paths: application/json: schema: *22 examples: - default: &534 + default: &539 value: id: 1 account: @@ -33626,7 +33979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -33696,7 +34049,7 @@ paths: suspended_at: suspended_by: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33715,7 +34068,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -33723,12 +34076,12 @@ paths: application/json: schema: anyOf: - - &229 + - &234 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &228 + limit: &233 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -33753,7 +34106,7 @@ paths: properties: {} additionalProperties: false examples: - default: &230 + default: &235 value: limit: collaborators_only origin: organization @@ -33777,18 +34130,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: application/json: - schema: &535 + schema: &540 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *228 + limit: *233 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -33812,9 +34165,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *230 + default: *235 '422': *15 x-github: githubCloudOnly: false @@ -33832,7 +34185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -33856,7 +34209,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *69 + - *75 - *17 - *19 - name: role @@ -33890,11 +34243,11 @@ paths: application/json: schema: type: array - items: *231 + items: *236 examples: - default: *232 + default: *237 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -33915,7 +34268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *69 + - *75 requestBody: required: false content: @@ -33969,7 +34322,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *236 examples: default: value: @@ -34023,8 +34376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *69 - - &233 + - *75 + - &238 name: invitation_id description: The unique identifier of the invitation. in: path @@ -34054,8 +34407,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *69 - - *233 + - *75 + - *238 - *17 - *19 responses: @@ -34065,9 +34418,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: &254 + default: &259 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -34083,7 +34436,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -34102,7 +34455,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -34110,7 +34463,7 @@ paths: application/json: schema: type: array - items: &234 + items: &239 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -34253,7 +34606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -34343,9 +34696,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *239 examples: - default: &235 + default: &240 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -34400,8 +34753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *69 - - &236 + - *75 + - &241 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -34500,9 +34853,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *239 examples: - default: *235 + default: *240 '404': *6 '422': *7 x-github: @@ -34526,10 +34879,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *69 - - *236 + - *75 + - *241 responses: - '204': *187 + '204': *192 '404': *6 '422': *7 x-github: @@ -34549,7 +34902,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -34557,7 +34910,7 @@ paths: application/json: schema: type: array - items: *237 + items: *242 examples: default: value: @@ -34595,7 +34948,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -34642,9 +34995,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *242 examples: - default: &238 + default: &243 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -34676,8 +35029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *69 - - &239 + - *75 + - &244 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -34730,9 +35083,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *242 examples: - default: *238 + default: *243 '404': *6 '422': *7 x-github: @@ -34756,8 +35109,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *69 - - *239 + - *75 + - *244 responses: '204': description: Response @@ -34790,7 +35143,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *69 + - *75 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -34820,7 +35173,7 @@ paths: - closed - all default: open - - *240 + - *245 - name: type description: Can be the name of an issue type. in: query @@ -34838,8 +35191,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -34849,11 +35202,11 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *241 + default: *246 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -34873,7 +35226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *69 + - *75 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -34911,9 +35264,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -34931,8 +35284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response if requester is an organization member and user is @@ -34966,8 +35319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -34999,8 +35352,8 @@ paths: parameters: - *17 - *19 - - *69 - - *65 + - *75 + - *71 responses: '200': description: Response @@ -35016,11 +35369,11 @@ paths: type: integer codespaces: type: array - items: *242 + items: *247 examples: - default: *243 + default: *248 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -35043,9 +35396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *69 - - *65 - - &244 + - *75 + - *71 + - &249 name: codespace_name in: path required: true @@ -35055,7 +35408,7 @@ paths: responses: '202': *39 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -35078,17 +35431,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *69 - - *65 - - *244 + - *75 + - *71 + - *249 responses: '200': description: Response content: application/json: - schema: *242 + schema: *247 examples: - default: &459 + default: &464 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35230,7 +35583,7 @@ paths: recent_folders: [] template: '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -35261,14 +35614,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -35312,7 +35665,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -35337,14 +35690,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '200': description: Response content: application/json: - schema: &246 + schema: &251 title: Org Membership description: Org Membership type: object @@ -35388,7 +35741,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *67 + organization: *73 user: title: Simple User description: A GitHub user. @@ -35411,7 +35764,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &247 + response-if-user-has-an-active-admin-membership-with-organization: &252 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -35483,8 +35836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 requestBody: required: false content: @@ -35512,9 +35865,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *251 examples: - response-if-user-already-had-membership-with-organization: *247 + response-if-user-already-had-membership-with-organization: *252 '422': *15 '403': *29 x-github: @@ -35544,8 +35897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -35570,7 +35923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *69 + - *75 - *17 - *19 - name: exclude @@ -35591,7 +35944,7 @@ paths: application/json: schema: type: array - items: &248 + items: &253 title: Migration description: A migration. type: object @@ -35632,7 +35985,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *73 + items: *79 url: type: string format: uri @@ -35685,7 +36038,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *60 + items: *66 version: '2026-03-10' examples: default: @@ -35839,7 +36192,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35855,7 +36208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *69 + - *75 requestBody: required: true content: @@ -35931,7 +36284,7 @@ paths: description: Response content: application/json: - schema: *248 + schema: *253 examples: default: value: @@ -36109,8 +36462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *69 - - &249 + - *75 + - &254 name: migration_id description: The unique identifier of the migration. in: path @@ -36137,7 +36490,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *248 + schema: *253 examples: default: value: @@ -36306,8 +36659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *69 - - *249 + - *75 + - *254 responses: '302': description: Response @@ -36328,8 +36681,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *69 - - *249 + - *75 + - *254 responses: '204': description: Response @@ -36352,9 +36705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *69 - - *249 - - &689 + - *75 + - *254 + - &694 name: repo_name description: repo_name parameter in: path @@ -36381,8 +36734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *69 - - *249 + - *75 + - *254 - *17 - *19 responses: @@ -36392,9 +36745,9 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: &261 + default: &266 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36507,7 +36860,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -36522,7 +36875,7 @@ paths: content: application/json: schema: - items: *60 + items: *66 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -36551,7 +36904,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response - list of organization roles @@ -36567,7 +36920,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &251 + items: &256 title: Organization Role description: Organization roles type: object @@ -36714,8 +37067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -36740,9 +37093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *69 - - *71 - - &250 + - *75 + - *77 + - &255 name: role_id description: The unique identifier of the role. in: path @@ -36777,9 +37130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *69 - - *71 - - *250 + - *75 + - *77 + - *255 responses: '204': description: Response @@ -36804,8 +37157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -36830,9 +37183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *69 - - *65 - - *250 + - *75 + - *71 + - *255 responses: '204': description: Response @@ -36862,9 +37215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *69 - - *65 - - *250 + - *75 + - *71 + - *255 responses: '204': description: Response @@ -36892,14 +37245,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *69 - - *250 + - *75 + - *255 responses: '200': description: Response content: application/json: - schema: *251 + schema: *256 examples: default: value: @@ -36949,8 +37302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *69 - - *250 + - *75 + - *255 - *17 - *19 responses: @@ -37028,8 +37381,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *252 - required: *253 + properties: *257 + required: *258 nullable: true type: description: The ownership type of the team @@ -37061,9 +37414,9 @@ paths: - type - parent examples: - default: *254 + default: *259 headers: - Link: *61 + Link: *67 '404': description: Response if the organization or role does not exist. '422': @@ -37090,8 +37443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *69 - - *250 + - *75 + - *255 - *17 - *19 responses: @@ -37119,13 +37472,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &327 + items: &332 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *252 - required: *253 + properties: *257 + required: *258 name: nullable: true type: string @@ -37220,9 +37573,9 @@ paths: - type - url examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': description: Response if the organization or role does not exist. '422': @@ -37244,7 +37597,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *69 + - *75 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -37271,9 +37624,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37296,8 +37649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *69 - - *65 + - *75 + - *71 requestBody: required: false content: @@ -37354,8 +37707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -37412,8 +37765,8 @@ paths: - docker - nuget - container - - *69 - - &690 + - *75 + - &695 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -37449,12 +37802,12 @@ paths: application/json: schema: type: array - items: *255 + items: *260 examples: - default: *256 + default: *261 '403': *29 '401': *25 - '400': &692 + '400': &697 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37476,7 +37829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &257 + - &262 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 @@ -37494,20 +37847,20 @@ paths: - docker - nuget - container - - &258 + - &263 name: package_name description: The name of the package. in: path required: true schema: type: string - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *255 + schema: *260 examples: default: value: @@ -37559,9 +37912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *257 - - *258 - - *69 + - *262 + - *263 + - *75 responses: '204': description: Response @@ -37593,9 +37946,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *257 - - *258 - - *69 + - *262 + - *263 + - *75 - name: token description: package token schema: @@ -37627,9 +37980,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *257 - - *258 - - *69 + - *262 + - *263 + - *75 - *19 - *17 - name: state @@ -37649,7 +38002,7 @@ paths: application/json: schema: type: array - items: &259 + items: &264 title: Package Version description: A version of a software package type: object @@ -37774,10 +38127,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *257 - - *258 - - *69 - - &260 + - *262 + - *263 + - *75 + - &265 name: package_version_id description: Unique identifier of the package version. in: path @@ -37789,7 +38142,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *264 examples: default: value: @@ -37825,10 +38178,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *257 - - *258 - - *69 - - *260 + - *262 + - *263 + - *75 + - *265 responses: '204': description: Response @@ -37860,10 +38213,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *257 - - *258 - - *69 - - *260 + - *262 + - *263 + - *75 + - *265 responses: '204': description: Response @@ -37890,10 +38243,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *69 + - *75 - *17 - *19 - - &262 + - &267 name: sort description: The property by which to sort the results. in: query @@ -37903,8 +38256,8 @@ paths: enum: - created_at default: created_at - - *55 - - &263 + - *61 + - &268 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -37915,7 +38268,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &264 + - &269 name: repository description: The name of the repository to use to filter the results. in: query @@ -37923,7 +38276,7 @@ paths: schema: type: string example: Hello-World - - &265 + - &270 name: permission description: The permission to use to filter the results. in: query @@ -37931,7 +38284,7 @@ paths: schema: type: string example: issues_read - - &266 + - &271 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) @@ -37941,7 +38294,7 @@ paths: schema: type: string format: date-time - - &267 + - &272 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) @@ -37951,7 +38304,7 @@ paths: schema: type: string format: date-time - - &268 + - &273 name: token_id description: The ID of the token in: query @@ -37963,7 +38316,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -38095,7 +38448,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38115,7 +38468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *69 + - *75 requestBody: required: true content: @@ -38156,7 +38509,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -38181,7 +38534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *69 + - *75 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38217,11 +38570,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38242,7 +38595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *69 + - *75 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38253,7 +38606,7 @@ paths: - *17 - *19 responses: - '500': *115 + '500': *55 '404': *6 '403': *29 '200': @@ -38262,11 +38615,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38287,19 +38640,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *69 + - *75 - *17 - *19 - - *262 - - *55 - - *263 - - *264 - - *265 - - *266 - *267 + - *61 - *268 + - *269 + - *270 + - *271 + - *272 + - *273 responses: - '500': *115 + '500': *55 '422': *15 '404': *6 '403': *29 @@ -38426,7 +38779,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38446,7 +38799,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *69 + - *75 requestBody: required: true content: @@ -38481,7 +38834,7 @@ paths: - 1296269 - 1296280 responses: - '500': *115 + '500': *55 '404': *6 '202': *39 '403': *29 @@ -38506,7 +38859,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *69 + - *75 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -38534,9 +38887,9 @@ paths: value: action: revoke responses: - '500': *115 + '500': *55 '404': *6 - '204': *187 + '204': *192 '403': *29 '422': *15 x-github: @@ -38558,7 +38911,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *69 + - *75 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -38568,7 +38921,7 @@ paths: - *17 - *19 responses: - '500': *115 + '500': *55 '404': *6 '403': *29 '200': @@ -38577,11 +38930,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38603,7 +38956,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -38621,7 +38974,7 @@ paths: type: integer configurations: type: array - items: &269 + items: &274 title: Organization private registry description: Private registry configuration for an organization type: object @@ -38649,6 +39002,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -38677,6 +39039,36 @@ paths: - private - selected type: string + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -38701,7 +39093,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *61 + Link: *67 '400': *14 '404': *6 x-github: @@ -38714,6 +39106,7 @@ paths: description: |2- Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -38723,7 +39116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -38773,11 +39166,14 @@ paths: description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. + endpoint. Required when `auth_type` is `token` or `username_password`. + Should be omitted for OIDC auth types. type: string pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" key_id: - description: The ID of the key you used to encrypt the secret. + description: The ID of the key you used to encrypt the secret. Required + when `auth_type` is `token` or `username_password`. Should be + omitted for OIDC auth types. type: string visibility: description: Which type of organization repositories have access @@ -38800,11 +39196,58 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. Defaults + to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or + `oidc_jfrog` for OIDC authentication. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string required: - registry_type - url - - encrypted_value - - key_id - visibility examples: org-private-registry-with-private-visibility: @@ -38831,6 +39274,15 @@ paths: selected_repository_ids: - 1296269 - 1296280 + org-private-registry-with-oidc-azure: + summary: Example of an OIDC private registry configuration using Azure + value: + registry_type: docker_registry + url: https://myregistry.azurecr.io + auth_type: oidc_azure + visibility: all + tenant_id: 12345678-1234-1234-1234-123456789012 + client_id: abcdef01-2345-6789-abcd-ef0123456789 responses: '201': description: The organization private registry configuration @@ -38864,6 +39316,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -38898,6 +39359,36 @@ paths: private registry when `visibility` is set to `selected`. items: type: integer + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -38911,7 +39402,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &270 + org-private-registry-with-selected-visibility: &275 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -38952,7 +39443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -38978,7 +39469,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -39000,16 +39491,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *269 + schema: *274 examples: - default: *270 + default: *275 '404': *6 x-github: githubCloudOnly: false @@ -39021,6 +39512,7 @@ paths: description: |2- Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -39030,8 +39522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 requestBody: required: true content: @@ -39105,12 +39597,71 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. This + field cannot be changed after creation. If provided, it must match + the existing `auth_type` of the configuration. To change the authentication + type, delete and recreate the configuration. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string examples: - default: + secret-based-update: + summary: Update a secret-based private registry value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' + oidc-azure-update: + summary: Update an OIDC private registry (Azure) + value: + tenant_id: 12345678-1234-1234-1234-123456789012 + visibility: selected + selected_repository_ids: + - 1296269 + - 1296280 responses: '204': description: Response @@ -39135,8 +39686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *69 - - *164 + - *75 + - *169 responses: '204': description: Response @@ -39159,7 +39710,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *69 + - *75 - name: q description: Limit results to projects of the specified type. in: query @@ -39176,7 +39727,7 @@ paths: application/json: schema: type: array - items: &271 + items: &276 title: Projects v2 Project description: A projects v2 project type: object @@ -39246,7 +39797,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &781 + properties: &786 id: type: number description: The unique identifier of the status update. @@ -39294,7 +39845,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &782 + required: &787 - id - node_id - created_at @@ -39319,7 +39870,7 @@ paths: - deleted_at - deleted_by examples: - default: &272 + default: &277 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -39402,7 +39953,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -39422,24 +39973,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &273 + - &278 name: project_number description: The project's number. in: path required: true schema: type: integer - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *271 + schema: *276 examples: - default: *272 + default: *277 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -39459,8 +40010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *69 - - *273 + - *75 + - *278 requestBody: required: true description: Details of the draft item to create in the project. @@ -39494,7 +40045,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &284 title: Projects v2 Item description: An item belonging to a project type: object @@ -39507,8 +40058,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *79 - - &476 + - *85 + - &481 title: Pull Request Simple description: Pull Request Simple type: object @@ -39614,8 +40165,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *274 - required: *275 + properties: *279 + required: *280 nullable: true active_lock_reason: type: string @@ -39658,7 +40209,7 @@ paths: items: *4 requested_teams: type: array - items: *193 + items: *198 head: type: object properties: @@ -39666,7 +40217,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: @@ -39689,7 +40240,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: @@ -39708,7 +40259,7 @@ paths: _links: type: object properties: - comments: &276 + comments: &281 title: Link description: Hypermedia Link type: object @@ -39717,13 +40268,13 @@ paths: type: string required: - href - commits: *276 - statuses: *276 - html: *276 - issue: *276 - review_comments: *276 - review_comment: *276 - self: *276 + commits: *281 + statuses: *281 + html: *281 + issue: *281 + review_comments: *281 + review_comment: *281 + self: *281 required: - comments - commits @@ -39733,8 +40284,8 @@ paths: - review_comments - review_comment - self - author_association: *76 - auto_merge: &586 + author_association: *82 + auto_merge: &591 title: Auto merge description: The status of auto merging a pull request. type: object @@ -39908,7 +40459,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &278 + content_type: &283 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -39948,7 +40499,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &280 + draft_issue: &285 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -40022,8 +40573,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *273 - - *69 + - *278 + - *75 - *17 - *47 - *48 @@ -40034,7 +40585,7 @@ paths: application/json: schema: type: array - items: &277 + items: &282 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -40184,7 +40735,7 @@ paths: - updated_at - project_url examples: - default: &711 + default: &716 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40295,7 +40846,7 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -40314,8 +40865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *273 - - *69 + - *278 + - *75 requestBody: required: true content: @@ -40361,7 +40912,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &712 + items: &717 type: object properties: name: @@ -40398,7 +40949,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &713 + iteration_configuration: &718 type: object description: The configuration for iteration fields. properties: @@ -40448,7 +40999,7 @@ paths: value: name: Due date data_type: date - single_select_field: &714 + single_select_field: &719 summary: Create a single select field value: name: Priority @@ -40475,7 +41026,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &715 + iteration_field: &720 summary: Create an iteration field value: name: Sprint @@ -40499,9 +41050,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *277 + schema: *282 examples: - text_field: &716 + text_field: &721 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -40510,7 +41061,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &717 + number_field: &722 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -40519,7 +41070,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &718 + date_field: &723 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -40528,7 +41079,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &719 + single_select_field: &724 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40562,7 +41113,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &720 + iteration_field: &725 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -40607,23 +41158,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *273 - - &721 + - *278 + - &726 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *277 + schema: *282 examples: - default: &722 + default: &727 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40658,7 +41209,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -40679,8 +41230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *273 - - *69 + - *278 + - *75 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) for more information. @@ -40712,7 +41263,7 @@ paths: application/json: schema: type: array - items: &281 + items: &286 title: Projects v2 Item description: An item belonging to a project type: object @@ -40728,7 +41279,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: *278 + content_type: *283 content: type: object additionalProperties: true @@ -40771,7 +41322,7 @@ paths: - updated_at - archived_at examples: - default: &282 + default: &287 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -41448,7 +41999,7 @@ paths: data_type: sub_issues_progress value: headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -41468,8 +42019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *69 - - *273 + - *75 + - *278 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -41539,22 +42090,22 @@ paths: description: Response content: application/json: - schema: *279 + schema: *284 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *280 + value: *285 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *280 + value: *285 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *280 + value: *285 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *280 + value: *285 '304': *37 '403': *29 '401': *25 @@ -41574,9 +42125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *273 - - *69 - - &283 + - *278 + - *75 + - &288 name: item_id description: The unique identifier of the project item. in: path @@ -41602,11 +42153,11 @@ paths: description: Response content: application/json: - schema: *281 + schema: *286 examples: - default: *282 + default: *287 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -41625,9 +42176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *273 - - *69 - - *283 + - *278 + - *75 + - *288 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -41697,13 +42248,13 @@ paths: description: Response content: application/json: - schema: *281 + schema: *286 examples: - text_field: *282 - number_field: *282 - date_field: *282 - single_select_field: *282 - iteration_field: *282 + text_field: *287 + number_field: *287 + date_field: *287 + single_select_field: *287 + iteration_field: *287 '401': *25 '403': *29 '404': *6 @@ -41723,9 +42274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *273 - - *69 - - *283 + - *278 + - *75 + - *288 responses: '204': description: Response @@ -41748,8 +42299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *69 - - *273 + - *75 + - *278 requestBody: required: true content: @@ -41820,7 +42371,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &703 + schema: &708 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -41918,7 +42469,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &284 + value: &289 value: id: 1 number: 1 @@ -41964,10 +42515,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *284 + value: *289 roadmap_view: summary: Response for creating a roadmap view - value: *284 + value: *289 '304': *37 '403': *29 '401': *25 @@ -41995,9 +42546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *273 - - *69 - - &723 + - *278 + - *75 + - &728 name: view_number description: The number that identifies the project view. in: path @@ -42029,11 +42580,11 @@ paths: application/json: schema: type: array - items: *281 + items: *286 examples: - default: *282 + default: *287 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -42056,7 +42607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Response @@ -42064,7 +42615,7 @@ paths: application/json: schema: type: array - items: &285 + items: &290 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -42132,7 +42683,7 @@ paths: - property_name - value_type examples: - default: &286 + default: &291 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -42181,7 +42732,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -42192,7 +42743,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *285 + items: *290 minItems: 1 maxItems: 100 required: @@ -42222,9 +42773,9 @@ paths: application/json: schema: type: array - items: *285 + items: *290 examples: - default: *286 + default: *291 '403': *29 '404': *6 x-github: @@ -42245,8 +42796,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *69 - - &287 + - *75 + - &292 name: custom_property_name description: The custom property name in: path @@ -42258,9 +42809,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *290 examples: - default: &288 + default: &293 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -42294,8 +42845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *69 - - *287 + - *75 + - *292 requestBody: required: true content: @@ -42366,9 +42917,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *290 examples: - default: *288 + default: *293 '403': *29 '404': *6 x-github: @@ -42391,10 +42942,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *69 - - *287 + - *75 + - *292 responses: - '204': *187 + '204': *192 '403': *29 '404': *6 x-github: @@ -42415,7 +42966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *69 + - *75 - *17 - *19 - name: repository_query @@ -42453,7 +43004,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &289 + items: &294 title: Custom Property Value description: Custom property name and associated value type: object @@ -42492,7 +43043,7 @@ paths: - property_name: team value: octocat headers: - Link: *61 + Link: *67 '403': *29 '404': *6 x-github: @@ -42520,7 +43071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *69 + - *75 requestBody: required: true content: @@ -42540,7 +43091,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *289 + items: *294 required: - repository_names - properties @@ -42581,7 +43132,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *69 + - *75 - *17 - *19 responses: @@ -42593,9 +43144,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42612,8 +43163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response if user is a public member @@ -42637,8 +43188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -42659,8 +43210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *69 - - *65 + - *75 + - *71 responses: '204': description: Response @@ -42684,7 +43235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *69 + - *75 - name: type description: Specifies the types of repositories you want returned. in: query @@ -42730,11 +43281,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42753,7 +43304,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *69 + - *75 requestBody: required: true content: @@ -42934,7 +43485,7 @@ paths: description: Response content: application/json: - schema: &341 + schema: &346 title: Full Repository description: Full Repository type: object @@ -43177,9 +43728,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - type: boolean - example: true archived: type: boolean disabled: @@ -43225,9 +43773,9 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *290 - required: *291 - x-github-breaking-changes: *292 + properties: *295 + required: *296 + x-github-breaking-changes: *297 nullable: true temp_clone_token: type: string @@ -43314,8 +43862,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true organization: title: Simple User @@ -43324,8 +43872,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *73 - source: *73 + parent: *79 + source: *79 forks: type: integer master_branch: @@ -43342,7 +43890,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &481 + properties: &486 url: type: string format: uri @@ -43358,12 +43906,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &482 + required: &487 - url - key - name - html_url - security_and_analysis: *293 + security_and_analysis: *298 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -43458,7 +44006,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &343 + default: &348 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43982,10 +44530,10 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - *17 - *19 - - &608 + - &613 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44003,7 +44551,7 @@ paths: application/json: schema: type: array - items: &320 + items: &325 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -44038,7 +44586,7 @@ paths: source: type: string description: The name of the source - enforcement: &296 + enforcement: &301 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -44051,7 +44599,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &297 + items: &302 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -44121,7 +44669,7 @@ paths: conditions: nullable: true anyOf: - - &294 + - &299 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -44145,7 +44693,7 @@ paths: match. items: type: string - - &298 + - &303 title: Organization ruleset conditions type: object description: |- @@ -44159,7 +44707,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *294 + - *299 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -44193,7 +44741,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *294 + - *299 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -44215,7 +44763,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *294 + - *299 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -44228,7 +44776,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &295 + items: &300 title: Repository ruleset property targeting definition type: object @@ -44261,17 +44809,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *295 + items: *300 required: - repository_property rules: type: array - items: &609 + items: &614 title: Repository Rule type: object description: A repository rule. oneOf: - - &299 + - &304 title: creation description: Only allow users with bypass permission to create matching refs. @@ -44283,7 +44831,7 @@ paths: type: string enum: - creation - - &300 + - &305 title: update description: Only allow users with bypass permission to update matching refs. @@ -44304,7 +44852,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &301 + - &306 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -44316,7 +44864,7 @@ paths: type: string enum: - deletion - - &302 + - &307 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -44328,7 +44876,7 @@ paths: type: string enum: - required_linear_history - - &607 + - &612 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -44406,7 +44954,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &303 + - &308 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -44430,7 +44978,7 @@ paths: type: string required: - required_deployment_environments - - &304 + - &309 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -44442,7 +44990,7 @@ paths: type: string enum: - required_signatures - - &305 + - &310 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -44548,7 +45096,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &306 + - &311 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -44596,7 +45144,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &307 + - &312 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -44608,7 +45156,7 @@ paths: type: string enum: - non_fast_forward - - &308 + - &313 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -44645,7 +45193,7 @@ paths: required: - operator - pattern - - &309 + - &314 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -44682,7 +45230,7 @@ paths: required: - operator - pattern - - &310 + - &315 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -44719,7 +45267,7 @@ paths: required: - operator - pattern - - &311 + - &316 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -44756,7 +45304,7 @@ paths: required: - operator - pattern - - &312 + - &317 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -44793,7 +45341,7 @@ paths: required: - operator - pattern - - &313 + - &318 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -44818,7 +45366,7 @@ paths: type: string required: - restricted_file_paths - - &314 + - &319 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -44842,7 +45390,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &315 + - &320 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -44865,7 +45413,7 @@ paths: type: string required: - restricted_file_extensions - - &316 + - &321 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -44890,7 +45438,7 @@ paths: maximum: 100 required: - max_file_size - - &317 + - &322 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -44940,7 +45488,7 @@ paths: - repository_id required: - workflows - - &318 + - &323 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -45001,7 +45549,7 @@ paths: - tool required: - code_scanning_tools - - &319 + - &324 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -45063,7 +45611,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -45079,7 +45627,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 requestBody: description: Request body required: true @@ -45100,25 +45648,20 @@ paths: - push - repository default: branch - enforcement: *296 + enforcement: *301 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *297 - conditions: *298 + items: *302 + conditions: *303 rules: type: array description: An array of rules within the ruleset. - items: &322 + items: &327 title: Repository Rule type: object description: A repository rule. oneOf: - - *299 - - *300 - - *301 - - *302 - - *303 - *304 - *305 - *306 @@ -45135,6 +45678,11 @@ paths: - *317 - *318 - *319 + - *320 + - *321 + - *322 + - *323 + - *324 required: - name - enforcement @@ -45172,9 +45720,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *325 examples: - default: &321 + default: &326 value: id: 21 name: super cool ruleset @@ -45215,7 +45763,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *115 + '500': *55 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -45229,8 +45777,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *69 - - &610 + - *75 + - &615 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 @@ -45245,7 +45793,7 @@ paths: in: query schema: type: string - - &611 + - &616 name: time_period description: |- The time period to filter by. @@ -45261,14 +45809,14 @@ paths: - week - month default: day - - &612 + - &617 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 - - &613 + - &618 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -45288,7 +45836,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &619 title: Rule Suites description: Response type: array @@ -45343,7 +45891,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &615 + default: &620 value: - id: 21 actor_id: 12 @@ -45367,7 +45915,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45386,8 +45934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *69 - - &616 + - *75 + - &621 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -45403,7 +45951,7 @@ paths: description: Response content: application/json: - schema: &617 + schema: &622 title: Rule Suite description: Response type: object @@ -45502,7 +46050,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &618 + default: &623 value: id: 21 actor_id: 12 @@ -45537,7 +46085,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45563,7 +46111,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45575,11 +46123,11 @@ paths: description: Response content: application/json: - schema: *320 + schema: *325 examples: - default: *321 + default: *326 '404': *6 - '500': *115 + '500': *55 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -45595,7 +46143,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45621,16 +46169,16 @@ paths: - tag - push - repository - enforcement: *296 + enforcement: *301 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *297 - conditions: *298 + items: *302 + conditions: *303 rules: description: An array of rules within the ruleset. type: array - items: *322 + items: *327 examples: default: value: @@ -45665,12 +46213,12 @@ paths: description: Response content: application/json: - schema: *320 + schema: *325 examples: - default: *321 + default: *326 '404': *6 '422': *15 - '500': *115 + '500': *55 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -45686,7 +46234,7 @@ paths: category: orgs subcategory: rules parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45697,7 +46245,7 @@ paths: '204': description: Response '404': *6 - '500': *115 + '500': *55 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -45709,7 +46257,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *69 + - *75 - *17 - *19 - name: ruleset_id @@ -45725,7 +46273,7 @@ paths: application/json: schema: type: array - items: &323 + items: &328 title: Ruleset version type: object description: The historical version of a ruleset @@ -45749,7 +46297,7 @@ paths: type: string format: date-time examples: - default: &620 + default: &625 value: - version_id: 3 actor: @@ -45767,7 +46315,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45784,7 +46332,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *69 + - *75 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45802,9 +46350,9 @@ paths: description: Response content: application/json: - schema: &621 + schema: &626 allOf: - - *323 + - *328 - type: object required: - state @@ -45851,7 +46399,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45873,8 +46421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *69 - - &622 + - *75 + - &627 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -45885,7 +46433,7 @@ paths: enum: - open - resolved - - &623 + - &628 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -45895,7 +46443,7 @@ paths: required: false schema: type: string - - &624 + - &629 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -45904,7 +46452,7 @@ paths: required: false schema: type: string - - &625 + - &630 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -45923,7 +46471,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &626 + - &631 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. @@ -45935,10 +46483,10 @@ paths: - created - updated default: created - - *55 + - *61 - *19 - *17 - - &627 + - &632 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -45948,7 +46496,7 @@ paths: required: false schema: type: string - - &628 + - &633 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -45958,7 +46506,7 @@ paths: required: false schema: type: string - - &629 + - &634 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -45967,7 +46515,7 @@ paths: required: false schema: type: string - - &630 + - &635 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -45976,7 +46524,7 @@ paths: schema: type: boolean default: false - - &631 + - &636 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -45985,7 +46533,7 @@ paths: schema: type: boolean default: false - - &632 + - &637 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -46004,8 +46552,8 @@ paths: items: type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -46013,21 +46561,21 @@ paths: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &633 + state: &638 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: &634 + resolution: &639 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -46061,7 +46609,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *60 + repository: *66 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -46134,8 +46682,8 @@ paths: pull request. ' - oneOf: &635 - - &637 + oneOf: &640 + - &642 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -46187,7 +46735,7 @@ paths: - blob_url - commit_sha - commit_url - - &638 + - &643 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. @@ -46242,7 +46790,7 @@ paths: - page_url - commit_sha - commit_url - - &639 + - &644 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -46256,7 +46804,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &640 + - &645 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -46270,7 +46818,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &641 + - &646 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -46284,7 +46832,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &642 + - &647 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -46298,7 +46846,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &643 + - &648 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -46312,7 +46860,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &644 + - &649 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -46326,7 +46874,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &645 + - &650 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. @@ -46340,7 +46888,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &646 + - &651 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. @@ -46354,7 +46902,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &647 + - &652 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. @@ -46368,7 +46916,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &648 + - &653 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. @@ -46382,7 +46930,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &649 + - &654 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. @@ -46585,9 +47133,9 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46612,7 +47160,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *69 + - *75 responses: '200': description: Response @@ -46624,7 +47172,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &325 + pattern_config_version: &330 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -46633,7 +47181,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &324 + items: &329 type: object properties: token_type: @@ -46699,7 +47247,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *324 + items: *329 examples: default: value: @@ -46748,7 +47296,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *69 + - *75 requestBody: required: true content: @@ -46756,7 +47304,7 @@ paths: schema: type: object properties: - pattern_config_version: *325 + pattern_config_version: *330 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -46782,7 +47330,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *325 + custom_pattern_version: *330 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -46836,8 +47384,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *69 - - *55 + - *75 + - *61 - name: sort description: The property to sort the results by. in: query @@ -46880,7 +47428,7 @@ paths: application/json: schema: type: array - items: &653 + items: &658 description: A repository security advisory. type: object properties: @@ -47067,7 +47615,7 @@ paths: required: - vector_string - score - cvss_severities: *57 + cvss_severities: *63 cwes: type: array nullable: true @@ -47100,7 +47648,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *331 credits_detailed: type: array nullable: true @@ -47110,7 +47658,7 @@ paths: type: object properties: user: *4 - type: *326 + type: *331 state: type: string description: The state of the user's acceptance of the @@ -47134,14 +47682,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *193 + items: *198 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *60 + - *66 required: - ghsa_id - cve_id @@ -47203,7 +47751,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &654 + default: &659 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -47582,7 +48130,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *69 + - *75 responses: '200': description: Response @@ -47590,7 +48138,7 @@ paths: application/json: schema: type: array - items: *327 + items: *332 examples: default: value: @@ -47630,8 +48178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -47656,8 +48204,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response @@ -47684,7 +48232,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *69 + - *75 responses: '200': description: Immutable releases settings response @@ -47733,7 +48281,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *69 + - *75 responses: '204': description: Response @@ -47790,7 +48338,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *69 + - *75 - *19 - *17 responses: @@ -47808,9 +48356,9 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *168 + default: *173 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47829,7 +48377,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *69 + - *75 requestBody: required: true content: @@ -47878,8 +48426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -47901,8 +48449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *69 - - *145 + - *75 + - *150 responses: '204': description: Response @@ -47925,7 +48473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *69 + - *75 - *17 - *19 responses: @@ -47943,7 +48491,7 @@ paths: type: integer network_configurations: type: array - items: &328 + items: &333 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -48014,7 +48562,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48033,7 +48581,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 + - *75 requestBody: required: true content: @@ -48076,9 +48624,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *333 examples: - default: &329 + default: &334 value: id: 123456789ABCDEF name: My network configuration @@ -48106,8 +48654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 - - &330 + - *75 + - &335 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -48119,11 +48667,11 @@ paths: description: Response content: application/json: - schema: *328 + schema: *333 examples: - default: *329 + default: *334 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48142,8 +48690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *69 - - *330 + - *75 + - *335 requestBody: required: true content: @@ -48183,9 +48731,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *333 examples: - default: *329 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48204,8 +48752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *69 - - *330 + - *75 + - *335 responses: '204': description: Response @@ -48228,7 +48776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *69 + - *75 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -48282,7 +48830,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48312,8 +48860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *69 - - *71 + - *75 + - *77 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -48345,13 +48893,13 @@ paths: application/json: schema: type: array - items: *331 + items: *336 examples: - default: *332 - '500': *115 + default: *337 + '500': *55 '403': *29 '404': *6 - '422': *333 + '422': *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48369,7 +48917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *69 + - *75 - *17 - *19 - name: team_type @@ -48391,11 +48939,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *254 + default: *259 headers: - Link: *61 + Link: *67 '403': *29 x-github: githubCloudOnly: false @@ -48415,7 +48963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *69 + - *75 requestBody: required: true content: @@ -48487,7 +49035,7 @@ paths: description: Response content: application/json: - schema: &334 + schema: &339 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -48550,8 +49098,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *252 - required: *253 + properties: *257 + required: *258 nullable: true members_count: type: integer @@ -48814,7 +49362,7 @@ paths: - repos_count - organization examples: - default: &335 + default: &340 value: id: 1 node_id: MDQ6VGVhbTE= @@ -48895,16 +49443,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *69 - - *71 + - *75 + - *77 responses: '200': description: Response content: application/json: - schema: *334 + schema: *339 examples: - default: *335 + default: *340 '404': *6 x-github: githubCloudOnly: false @@ -48925,8 +49473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *69 - - *71 + - *75 + - *77 requestBody: required: false content: @@ -48988,16 +49536,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *334 + schema: *339 examples: - default: *335 + default: *340 '201': description: Response content: application/json: - schema: *334 + schema: *339 examples: - default: *335 + default: *340 '404': *6 '422': *15 '403': *29 @@ -49022,12 +49570,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *69 - - *71 + - *75 + - *77 responses: '204': description: Response - '422': &336 + '422': &341 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -49050,8 +49598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -49061,12 +49609,12 @@ paths: application/json: schema: type: array - items: *231 + items: *236 examples: - default: *232 + default: *237 headers: - Link: *61 - '422': *336 + Link: *67 + '422': *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49086,8 +49634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *69 - - *71 + - *75 + - *77 - name: role description: Filters members returned by their role in the team. in: query @@ -49110,9 +49658,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49140,15 +49688,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 responses: '200': description: Response content: application/json: - schema: &337 + schema: &342 title: Team Membership description: Team Membership type: object @@ -49175,7 +49723,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &670 + response-if-user-is-a-team-maintainer: &675 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -49211,9 +49759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 requestBody: required: false content: @@ -49238,9 +49786,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *342 examples: - response-if-users-membership-with-team-is-now-pending: &671 + response-if-users-membership-with-team-is-now-pending: &676 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -49275,9 +49823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *69 + - *75 + - *77 - *71 - - *65 responses: '204': description: Response @@ -49303,8 +49851,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -49314,11 +49862,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49345,16 +49893,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *69 - - *71 - - *338 - - *339 + - *75 + - *77 + - *343 + - *344 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &672 + schema: &677 title: Team Repository description: A team's access to a repository. type: object @@ -49377,8 +49925,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true forks: type: integer @@ -50002,10 +50550,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *69 - - *71 - - *338 - - *339 + - *75 + - *77 + - *343 + - *344 requestBody: required: false content: @@ -50050,10 +50598,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *69 - - *71 - - *338 - - *339 + - *75 + - *77 + - *343 + - *344 responses: '204': description: Response @@ -50077,8 +50625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *69 - - *71 + - *75 + - *77 - *17 - *19 responses: @@ -50088,9 +50636,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - response-if-child-teams-exist: &673 + response-if-child-teams-exist: &678 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50118,7 +50666,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50143,7 +50691,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *69 + - *75 - name: security_product in: path description: The security feature to enable or disable. @@ -50244,7 +50792,7 @@ paths: resources: type: object properties: - core: &340 + core: &345 title: Rate Limit type: object properties: @@ -50261,21 +50809,21 @@ paths: - remaining - reset - used - graphql: *340 - search: *340 - code_search: *340 - source_import: *340 - integration_manifest: *340 - code_scanning_upload: *340 - actions_runner_registration: *340 - scim: *340 - dependency_snapshots: *340 - dependency_sbom: *340 - code_scanning_autofix: *340 + graphql: *345 + search: *345 + code_search: *345 + source_import: *345 + integration_manifest: *345 + code_scanning_upload: *345 + actions_runner_registration: *345 + scim: *345 + dependency_snapshots: *345 + dependency_sbom: *345 + code_scanning_autofix: *345 required: - core - search - rate: *340 + rate: *345 required: - rate - resources @@ -50388,14 +50936,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *341 + schema: *346 examples: default-response: summary: Default response @@ -50900,7 +51448,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *342 + '301': *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50918,8 +51466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: false content: @@ -51210,10 +51758,10 @@ paths: description: Response content: application/json: - schema: *341 + schema: *346 examples: - default: *343 - '307': &344 + default: *348 + '307': &349 description: Temporary Redirect content: application/json: @@ -51242,8 +51790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -51265,7 +51813,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *344 + '307': *349 '404': *6 '409': *54 x-github: @@ -51289,11 +51837,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 - - &377 + - &382 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -51316,7 +51864,7 @@ paths: type: integer artifacts: type: array - items: &345 + items: &350 title: Artifact description: An artifact type: object @@ -51394,7 +51942,7 @@ paths: - expires_at - updated_at examples: - default: &378 + default: &383 value: total_count: 2 artifacts: @@ -51433,7 +51981,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51455,9 +52003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *338 - - *339 - - &346 + - *343 + - *344 + - &351 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51469,7 +52017,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *350 examples: default: value: @@ -51507,9 +52055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *338 - - *339 - - *346 + - *343 + - *344 + - *351 responses: '204': description: Response @@ -51533,9 +52081,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *338 - - *339 - - *346 + - *343 + - *344 + - *351 - name: archive_format in: path required: true @@ -51549,7 +52097,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': &538 + '410': &543 description: Gone content: application/json: @@ -51574,14 +52122,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: &347 + schema: &352 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -51614,13 +52162,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: application/json: - schema: *347 + schema: *352 examples: selected_actions: *42 responses: @@ -51649,14 +52197,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: &348 + schema: &353 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -51689,13 +52237,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: application/json: - schema: *348 + schema: *353 examples: selected_actions: *44 responses: @@ -51726,14 +52274,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *349 + schema: *354 examples: default: value: @@ -51759,11 +52307,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 - - &350 + - &355 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 @@ -51791,13 +52339,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *55 + - *61 responses: '200': description: Response content: application/json: - schema: &351 + schema: &356 title: Repository actions caches description: Repository actions caches type: object @@ -51839,7 +52387,7 @@ paths: - total_count - actions_caches examples: - default: &352 + default: &357 value: total_count: 1 actions_caches: @@ -51851,7 +52399,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51871,23 +52419,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *338 - - *339 + - *343 + - *344 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *350 + - *355 responses: '200': description: Response content: application/json: - schema: *351 + schema: *356 examples: - default: *352 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51907,8 +52455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *338 - - *339 + - *343 + - *344 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51939,9 +52487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *338 - - *339 - - &353 + - *343 + - *344 + - &358 name: job_id description: The unique identifier of the job. in: path @@ -51953,7 +52501,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &386 title: Job description: Information of a job execution in a workflow run type: object @@ -52260,9 +52808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *338 - - *339 - - *353 + - *343 + - *344 + - *358 responses: '302': description: Response @@ -52290,9 +52838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *338 - - *339 - - *353 + - *343 + - *344 + - *358 requestBody: required: false content: @@ -52313,7 +52861,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -52337,8 +52885,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Status response @@ -52388,8 +52936,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -52423,7 +52971,7 @@ paths: description: Empty response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -52452,8 +53000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -52471,7 +53019,7 @@ paths: type: integer secrets: type: array - items: &383 + items: &388 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52491,7 +53039,7 @@ paths: - created_at - updated_at examples: - default: &384 + default: &389 value: total_count: 2 secrets: @@ -52502,7 +53050,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52524,9 +53072,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *338 - - *339 - - *354 + - *343 + - *344 + - *359 - *19 responses: '200': @@ -52543,7 +53091,7 @@ paths: type: integer variables: type: array - items: &387 + items: &392 title: Actions Variable type: object properties: @@ -52573,7 +53121,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &393 value: total_count: 2 variables: @@ -52586,7 +53134,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52606,8 +53154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -52616,12 +53164,12 @@ paths: schema: type: object properties: - enabled: &356 + enabled: &361 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *141 - selected_actions_url: *355 - sha_pinning_required: *142 + allowed_actions: *146 + selected_actions_url: *360 + sha_pinning_required: *147 required: - enabled examples: @@ -52649,8 +53197,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -52661,9 +53209,9 @@ paths: schema: type: object properties: - enabled: *356 - allowed_actions: *141 - sha_pinning_required: *142 + enabled: *361 + allowed_actions: *146 + sha_pinning_required: *147 required: - enabled examples: @@ -52693,14 +53241,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: &357 + schema: &362 type: object properties: access_level: @@ -52717,7 +53265,7 @@ paths: required: - access_level examples: - default: &358 + default: &363 value: access_level: organization x-github: @@ -52741,15 +53289,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: application/json: - schema: *357 + schema: *362 examples: - default: *358 + default: *363 responses: '204': description: Response @@ -52773,14 +53321,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *359 + schema: *364 examples: default: value: @@ -52804,8 +53352,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Empty response for successful settings update @@ -52815,7 +53363,7 @@ paths: required: true content: application/json: - schema: *360 + schema: *365 examples: default: summary: Set retention days @@ -52839,16 +53387,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *143 + schema: *148 examples: - default: *361 + default: *366 '404': *6 x-github: enabledForGitHubApps: true @@ -52867,8 +53415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -52878,7 +53426,7 @@ paths: required: true content: application/json: - schema: *143 + schema: *148 examples: default: summary: Set approval policy to first time contributors @@ -52902,16 +53450,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *362 + schema: *367 examples: - default: *144 + default: *149 '403': *29 '404': *6 x-github: @@ -52931,15 +53479,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: application/json: - schema: *363 + schema: *368 examples: - default: *144 + default: *149 responses: '204': description: Empty response for successful settings update @@ -52963,16 +53511,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *146 + schema: *151 examples: - default: *147 + default: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52991,8 +53539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -53000,9 +53548,9 @@ paths: required: false content: application/json: - schema: *146 + schema: *151 examples: - selected_actions: *147 + selected_actions: *152 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53024,16 +53572,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *364 + schema: *369 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53054,8 +53602,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Success response @@ -53066,9 +53614,9 @@ paths: required: true content: application/json: - schema: *365 + schema: *370 examples: - default: *151 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53095,8 +53643,8 @@ paths: in: query schema: type: string - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -53114,11 +53662,11 @@ paths: type: integer runners: type: array - items: *158 + items: *163 examples: - default: *159 + default: *164 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53140,8 +53688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -53149,9 +53697,9 @@ paths: application/json: schema: type: array - items: *366 + items: *371 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53173,8 +53721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -53217,7 +53765,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *368 + '201': *373 '404': *6 '422': *7 '409': *54 @@ -53248,16 +53796,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: *369 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53285,16 +53833,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '201': description: Response content: application/json: - schema: *160 + schema: *165 examples: - default: *370 + default: *375 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53316,17 +53864,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *338 - - *339 - - *157 + - *343 + - *344 + - *162 responses: '200': description: Response content: application/json: - schema: *158 + schema: *163 examples: - default: *371 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53347,9 +53895,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *338 - - *339 - - *157 + - *343 + - *344 + - *162 responses: '204': description: Response @@ -53375,11 +53923,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *338 - - *339 - - *157 + - *343 + - *344 + - *162 responses: - '200': *162 + '200': *167 '404': *6 x-github: githubCloudOnly: false @@ -53401,9 +53949,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *338 - - *339 - - *157 + - *343 + - *344 + - *162 requestBody: required: true content: @@ -53427,7 +53975,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -53451,9 +53999,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *338 - - *339 - - *157 + - *343 + - *344 + - *162 requestBody: required: true content: @@ -53478,7 +54026,7 @@ paths: - gpu - accelerated responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -53502,11 +54050,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *338 - - *339 - - *157 + - *343 + - *344 + - *162 responses: - '200': *372 + '200': *377 '404': *6 x-github: githubCloudOnly: false @@ -53533,12 +54081,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *338 - - *339 - - *157 - - *373 + - *343 + - *344 + - *162 + - *378 responses: - '200': *162 + '200': *167 '404': *6 '422': *7 x-github: @@ -53564,9 +54112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *338 - - *339 - - &391 + - *343 + - *344 + - &396 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. @@ -53574,7 +54122,7 @@ paths: required: false schema: type: string - - &392 + - &397 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -53582,7 +54130,7 @@ paths: required: false schema: type: string - - &393 + - &398 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -53591,7 +54139,7 @@ paths: required: false schema: type: string - - &394 + - &399 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 @@ -53618,7 +54166,7 @@ paths: - pending - *17 - *19 - - &395 + - &400 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/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -53627,7 +54175,7 @@ paths: schema: type: string format: date-time - - &374 + - &379 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -53636,13 +54184,13 @@ paths: schema: type: boolean default: false - - &396 + - &401 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &397 + - &402 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -53665,7 +54213,7 @@ paths: type: integer workflow_runs: type: array - items: &375 + items: &380 title: Workflow Run description: An invocation of a workflow type: object @@ -53760,7 +54308,7 @@ paths: that triggered the run. type: array nullable: true - items: *84 + items: *90 created_at: type: string format: date-time @@ -53813,7 +54361,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &419 + properties: &424 id: type: string description: SHA for the commit @@ -53864,7 +54412,7 @@ paths: - name - email nullable: true - required: &420 + required: &425 - id - tree_id - message @@ -53872,8 +54420,8 @@ paths: - author - committer nullable: true - repository: *156 - head_repository: *156 + repository: *161 + head_repository: *161 head_repository_id: type: integer example: 5 @@ -53911,7 +54459,7 @@ paths: - workflow_url - pull_requests examples: - default: &398 + default: &403 value: total_count: 1 workflow_runs: @@ -54125,7 +54673,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54147,24 +54695,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *338 - - *339 - - &376 + - *343 + - *344 + - &381 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *374 + - *379 responses: '200': description: Response content: application/json: - schema: *375 + schema: *380 examples: - default: &379 + default: &384 value: id: 30433642 name: Build @@ -54405,9 +54953,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '204': description: Response @@ -54430,9 +54978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '200': description: Response @@ -54551,15 +55099,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54586,13 +55134,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 - *17 - *19 - - *377 - - *55 + - *382 + - *61 responses: '200': description: Response @@ -54608,11 +55156,11 @@ paths: type: integer artifacts: type: array - items: *345 + items: *350 examples: - default: *378 + default: *383 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54634,25 +55182,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *338 - - *339 - - *376 - - &380 + - *343 + - *344 + - *381 + - &385 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *374 + - *379 responses: '200': description: Response content: application/json: - schema: *375 + schema: *380 examples: - default: *379 + default: *384 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54675,10 +55223,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *338 - - *339 - - *376 - - *380 + - *343 + - *344 + - *381 + - *385 - *17 - *19 responses: @@ -54696,9 +55244,9 @@ paths: type: integer jobs: type: array - items: *381 + items: *386 examples: - default: &382 + default: &387 value: total_count: 1 jobs: @@ -54787,7 +55335,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -54811,10 +55359,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *338 - - *339 - - *376 - - *380 + - *343 + - *344 + - *381 + - *385 responses: '302': description: Response @@ -54842,15 +55390,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '202': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54877,9 +55425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 requestBody: required: true content: @@ -54946,15 +55494,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '202': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -54981,9 +55529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 - 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 @@ -55013,11 +55561,11 @@ paths: type: integer jobs: type: array - items: *381 + items: *386 examples: - default: *382 + default: *387 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55040,9 +55588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '302': description: Response @@ -55069,14 +55617,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '204': description: Response '403': *29 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55098,9 +55646,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '200': description: Response @@ -55160,7 +55708,7 @@ paths: items: type: object properties: - type: &504 + type: &509 type: string description: The type of reviewer. enum: @@ -55170,7 +55718,7 @@ paths: reviewer: anyOf: - *4 - - *193 + - *198 required: - environment - wait_timer @@ -55245,9 +55793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 requestBody: required: true content: @@ -55294,12 +55842,12 @@ paths: application/json: schema: type: array - items: &499 + items: &504 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &743 + properties: &748 url: type: string format: uri @@ -55382,9 +55930,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - required: &744 + properties: *80 + required: *81 + required: &749 - id - node_id - sha @@ -55400,7 +55948,7 @@ paths: - created_at - updated_at examples: - default: &500 + default: &505 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -55456,9 +56004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 requestBody: required: false content: @@ -55479,7 +56027,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -55502,9 +56050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 requestBody: required: false content: @@ -55525,7 +56073,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -55557,9 +56105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *338 - - *339 - - *376 + - *343 + - *344 + - *381 responses: '200': description: Response @@ -55696,8 +56244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -55715,11 +56263,11 @@ paths: type: integer secrets: type: array - items: *383 + items: *388 examples: - default: *384 + default: *389 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55742,16 +56290,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: - default: *386 + default: *391 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55773,17 +56321,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 responses: '200': description: Response content: application/json: - schema: *383 + schema: *388 examples: - default: &517 + default: &522 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55809,9 +56357,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 requestBody: required: true content: @@ -55842,7 +56390,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -55868,9 +56416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 responses: '204': description: Response @@ -55895,9 +56443,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *338 - - *339 - - *354 + - *343 + - *344 + - *359 - *19 responses: '200': @@ -55914,11 +56462,11 @@ paths: type: integer variables: type: array - items: *387 + items: *392 examples: - default: *388 + default: *393 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55939,8 +56487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -55967,7 +56515,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -55992,17 +56540,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *338 - - *339 - - *167 + - *343 + - *344 + - *172 responses: '200': description: Response content: application/json: - schema: *387 + schema: *392 examples: - default: &518 + default: &523 value: name: USERNAME value: octocat @@ -56028,9 +56576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *338 - - *339 - - *167 + - *343 + - *344 + - *172 requestBody: required: true content: @@ -56072,9 +56620,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *338 - - *339 - - *167 + - *343 + - *344 + - *172 responses: '204': description: Response @@ -56099,8 +56647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -56118,7 +56666,7 @@ paths: type: integer workflows: type: array - items: &389 + items: &394 title: Workflow description: A GitHub Actions workflow type: object @@ -56202,7 +56750,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56225,9 +56773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *338 - - *339 - - &390 + - *343 + - *344 + - &395 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -56242,7 +56790,7 @@ paths: description: Response content: application/json: - schema: *389 + schema: *394 examples: default: value: @@ -56275,9 +56823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *338 - - *339 - - *390 + - *343 + - *344 + - *395 responses: '204': description: Response @@ -56302,9 +56850,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *338 - - *339 - - *390 + - *343 + - *344 + - *395 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -56399,9 +56947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *338 - - *339 - - *390 + - *343 + - *344 + - *395 responses: '204': description: Response @@ -56428,19 +56976,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *338 - - *339 - - *390 - - *391 - - *392 - - *393 - - *394 - - *17 - - *19 + - *343 + - *344 - *395 - - *374 - *396 - *397 + - *398 + - *399 + - *17 + - *19 + - *400 + - *379 + - *401 + - *402 responses: '200': description: Response @@ -56456,11 +57004,11 @@ paths: type: integer workflow_runs: type: array - items: *375 + items: *380 examples: - default: *398 + default: *403 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56490,9 +57038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *338 - - *339 - - *390 + - *343 + - *344 + - *395 responses: '200': description: Response @@ -56553,9 +57101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *338 - - *339 - - *55 + - *343 + - *344 + - *61 - *17 - *47 - *48 @@ -56699,7 +57247,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '422': *7 x-github: githubCloudOnly: false @@ -56718,8 +57266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -56731,9 +57279,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -56756,8 +57304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *338 - - *339 + - *343 + - *344 - name: assignee in: path required: true @@ -56793,8 +57341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -56906,8 +57454,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *47 - *48 @@ -56964,7 +57512,7 @@ paths: initiator: type: string examples: - default: *399 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56998,8 +57546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -57007,7 +57555,7 @@ paths: application/json: schema: type: array - items: &400 + items: &405 title: Autolink reference description: An autolink reference. type: object @@ -57061,8 +57609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -57101,9 +57649,9 @@ paths: description: response content: application/json: - schema: *400 + schema: *405 examples: - default: &401 + default: &406 value: id: 1 key_prefix: TICKET- @@ -57134,9 +57682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *338 - - *339 - - &402 + - *343 + - *344 + - &407 name: autolink_id description: The unique identifier of the autolink. in: path @@ -57148,9 +57696,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *405 examples: - default: *401 + default: *406 '404': *6 x-github: githubCloudOnly: false @@ -57170,9 +57718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *338 - - *339 - - *402 + - *343 + - *344 + - *407 responses: '204': description: Response @@ -57196,8 +57744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response if Dependabot is enabled @@ -57245,8 +57793,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -57267,8 +57815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -57288,8 +57836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *338 - - *339 + - *343 + - *344 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -57327,7 +57875,7 @@ paths: - url protected: type: boolean - protection: &404 + protection: &409 title: Branch Protection description: Branch Protection type: object @@ -57369,7 +57917,7 @@ paths: required: - contexts - checks - enforce_admins: &407 + enforce_admins: &412 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -57384,7 +57932,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &409 + required_pull_request_reviews: &414 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -57405,7 +57953,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *193 + items: *198 apps: description: The list of apps with review dismissal access. @@ -57434,7 +57982,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *193 + items: *198 apps: description: The list of apps allowed to bypass pull request requirements. @@ -57460,7 +58008,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &406 + restrictions: &411 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -57523,7 +58071,7 @@ paths: type: string teams: type: array - items: *193 + items: *198 apps: type: array items: @@ -57719,7 +58267,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -57737,9 +58285,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *338 - - *339 - - &405 + - *343 + - *344 + - &410 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/graphql). @@ -57753,14 +58301,14 @@ paths: description: Response content: application/json: - schema: &415 + schema: &420 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &472 + commit: &477 title: Commit description: Commit type: object @@ -57794,7 +58342,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &403 + properties: &408 name: type: string example: '"Chris Wanstrath"' @@ -57810,7 +58358,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *403 + properties: *408 nullable: true message: type: string @@ -57831,7 +58379,7 @@ paths: required: - sha - url - verification: &524 + verification: &529 title: Verification type: object properties: @@ -57865,12 +58413,12 @@ paths: nullable: true oneOf: - *4 - - *165 + - *170 committer: nullable: true oneOf: - *4 - - *165 + - *170 parents: type: array items: @@ -57901,7 +58449,7 @@ paths: type: integer files: type: array - items: &485 + items: &490 title: Diff Entry description: Diff Entry type: object @@ -57985,7 +58533,7 @@ paths: - self protected: type: boolean - protection: *404 + protection: *409 protection_url: type: string format: uri @@ -58092,7 +58640,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *342 + '301': *347 '404': *6 x-github: githubCloudOnly: false @@ -58114,15 +58662,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *404 + schema: *409 examples: default: value: @@ -58316,9 +58864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -58573,7 +59121,7 @@ paths: url: type: string format: uri - required_status_checks: &412 + required_status_checks: &417 title: Status Check Policy description: Status Check Policy type: object @@ -58649,7 +59197,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 apps: type: array items: *5 @@ -58667,7 +59215,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 apps: type: array items: *5 @@ -58725,7 +59273,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *406 + restrictions: *411 required_conversation_resolution: type: object properties: @@ -58837,9 +59385,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '204': description: Response @@ -58864,17 +59412,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: &408 + default: &413 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58896,17 +59444,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: *408 + default: *413 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58925,9 +59473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '204': description: Response @@ -58952,17 +59500,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *409 + schema: *414 examples: - default: &410 + default: &415 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -59058,9 +59606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: false content: @@ -59158,9 +59706,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *414 examples: - default: *410 + default: *415 '422': *15 x-github: githubCloudOnly: false @@ -59181,9 +59729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '204': description: Response @@ -59210,17 +59758,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: &411 + default: &416 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -59243,17 +59791,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *407 + schema: *412 examples: - default: *411 + default: *416 '404': *6 x-github: githubCloudOnly: false @@ -59273,9 +59821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '204': description: Response @@ -59300,17 +59848,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *412 + schema: *417 examples: - default: &413 + default: &418 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -59336,9 +59884,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: false content: @@ -59390,9 +59938,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *417 examples: - default: *413 + default: *418 '404': *6 '422': *15 x-github: @@ -59414,9 +59962,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '204': description: Response @@ -59440,9 +59988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response @@ -59476,9 +60024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: false content: @@ -59545,9 +60093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: false content: @@ -59611,9 +60159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: content: application/json: @@ -59679,15 +60227,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response content: application/json: - schema: *406 + schema: *411 examples: default: value: @@ -59778,9 +60326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '204': description: Response @@ -59803,9 +60351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response @@ -59815,7 +60363,7 @@ paths: type: array items: *5 examples: - default: &414 + default: &419 value: - id: 1 slug: octoapp @@ -59872,9 +60420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -59908,7 +60456,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -59929,9 +60477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -59965,7 +60513,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -59986,9 +60534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -60022,7 +60570,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -60044,9 +60592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response @@ -60054,9 +60602,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *254 + default: *259 '404': *6 x-github: githubCloudOnly: false @@ -60076,9 +60624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: false content: @@ -60114,9 +60662,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *254 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -60137,9 +60685,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: false content: @@ -60175,9 +60723,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *254 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -60198,9 +60746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: content: application/json: @@ -60235,9 +60783,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *254 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -60259,9 +60807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 responses: '200': description: Response @@ -60271,7 +60819,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '404': *6 x-github: githubCloudOnly: false @@ -60295,9 +60843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -60330,7 +60878,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -60355,9 +60903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -60390,7 +60938,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -60415,9 +60963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -60450,7 +60998,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '422': *15 x-github: githubCloudOnly: false @@ -60477,9 +61025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 requestBody: required: true content: @@ -60501,7 +61049,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *420 examples: default: value: @@ -60617,8 +61165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -60897,7 +61445,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &421 title: CheckRun description: A check performed on the code of a given code change type: object @@ -61008,16 +61556,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *84 - deployment: &736 + items: *90 + deployment: &741 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61084,8 +61632,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -61297,9 +61845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *338 - - *339 - - &417 + - *343 + - *344 + - &422 name: check_run_id description: The unique identifier of the check run. in: path @@ -61311,9 +61859,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *421 examples: - default: &418 + default: &423 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61413,9 +61961,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *338 - - *339 - - *417 + - *343 + - *344 + - *422 requestBody: required: true content: @@ -61655,9 +62203,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *421 examples: - default: *418 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61677,9 +62225,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *338 - - *339 - - *417 + - *343 + - *344 + - *422 - *17 - *19 responses: @@ -61754,7 +62302,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61774,15 +62322,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *338 - - *339 - - *417 + - *343 + - *344 + - *422 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -61820,8 +62368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -61843,7 +62391,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &421 + schema: &426 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61907,7 +62455,7 @@ paths: nullable: true pull_requests: type: array - items: *84 + items: *90 nullable: true app: title: GitHub app @@ -61918,9 +62466,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - repository: *156 + properties: *80 + required: *81 + repository: *161 created_at: type: string format: date-time @@ -61929,12 +62477,12 @@ paths: type: string format: date-time nullable: true - head_commit: &764 + head_commit: &769 title: Simple Commit description: A commit. type: object - properties: *419 - required: *420 + properties: *424 + required: *425 latest_check_runs_count: type: integer check_runs_url: @@ -61962,7 +62510,7 @@ paths: - check_runs_url - pull_requests examples: - default: &422 + default: &427 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62253,9 +62801,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *421 + schema: *426 examples: - default: *422 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62274,8 +62822,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -62336,7 +62884,7 @@ paths: required: - app_id - setting - repository: *156 + repository: *161 examples: default: value: @@ -62584,9 +63132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *338 - - *339 - - &423 + - *343 + - *344 + - &428 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -62598,9 +63146,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *426 examples: - default: *422 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62623,17 +63171,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *338 - - *339 - - *423 - - &478 + - *343 + - *344 + - *428 + - &483 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &479 + - &484 name: status description: Returns check runs with the specified `status`. in: query @@ -62672,9 +63220,9 @@ paths: type: integer check_runs: type: array - items: *416 + items: *421 examples: - default: &480 + default: &485 value: total_count: 1 check_runs: @@ -62756,7 +63304,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62776,15 +63324,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *338 - - *339 - - *423 + - *343 + - *344 + - *428 responses: '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -62811,28 +63359,28 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *338 - - *339 - - *424 - - *425 + - *343 + - *344 + - *429 + - *430 - *19 - *17 - - &442 + - &447 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: *426 - - &443 + schema: *431 + - &448 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *55 + - *61 - *47 - *48 - name: sort @@ -62850,13 +63398,13 @@ paths: be returned. in: query required: false - schema: *427 + schema: *432 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *428 + schema: *433 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -62875,14 +63423,14 @@ paths: items: type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: *429 - state: *183 - fixed_at: *179 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: *434 + state: *188 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -62890,12 +63438,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: *430 - dismissed_comment: *431 - rule: *432 - tool: *433 - most_recent_instance: *434 + dismissed_at: *185 + dismissed_reason: *435 + dismissed_comment: *436 + rule: *437 + tool: *438 + most_recent_instance: *439 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -63021,14 +63569,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &435 + '403': &440 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63048,9 +63596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *338 - - *339 - - &436 + - *343 + - *344 + - &441 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -63058,23 +63606,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *174 + schema: *179 responses: '200': description: Response content: application/json: - schema: &437 + schema: &442 type: object properties: - number: *174 - created_at: *175 - updated_at: *176 - url: *177 - html_url: *178 - instances_url: *429 - state: *183 - fixed_at: *179 + number: *179 + created_at: *180 + updated_at: *181 + url: *182 + html_url: *183 + instances_url: *434 + state: *188 + fixed_at: *184 dismissed_by: title: Simple User description: A GitHub user. @@ -63082,9 +63630,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *180 - dismissed_reason: *430 - dismissed_comment: *431 + dismissed_at: *185 + dismissed_reason: *435 + dismissed_comment: *436 rule: type: object properties: @@ -63138,8 +63686,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *433 - most_recent_instance: *434 + tool: *438 + most_recent_instance: *439 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -63238,9 +63786,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *435 + '403': *440 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63258,9 +63806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *338 - - *339 - - *436 + - *343 + - *344 + - *441 requestBody: required: true content: @@ -63275,8 +63823,8 @@ paths: enum: - open - dismissed - dismissed_reason: *430 - dismissed_comment: *431 + dismissed_reason: *435 + dismissed_comment: *436 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -63304,7 +63852,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *442 examples: default: value: @@ -63380,14 +63928,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &441 + '403': &446 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63407,15 +63955,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *338 - - *339 - - *436 + - *343 + - *344 + - *441 responses: '200': description: Response content: application/json: - schema: &438 + schema: &443 type: object properties: status: @@ -63441,13 +63989,13 @@ paths: - description - started_at examples: - default: &439 + default: &444 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &440 + '400': &445 description: Bad Request content: application/json: @@ -63458,9 +64006,9 @@ 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': *435 + '403': *440 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63483,29 +64031,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *338 - - *339 - - *436 + - *343 + - *344 + - *441 responses: '200': description: OK content: application/json: - schema: *438 + schema: *443 examples: - default: *439 + default: *444 '202': description: Accepted content: application/json: - schema: *438 + schema: *443 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *440 + '400': *445 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -63515,7 +64063,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63537,9 +64085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *338 - - *339 - - *436 + - *343 + - *344 + - *441 requestBody: required: false content: @@ -63584,12 +64132,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *440 - '403': *441 + '400': *445 + '403': *446 '404': *6 '422': description: Unprocessable Entity - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63609,13 +64157,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *338 - - *339 - - *436 + - *343 + - *344 + - *441 - *19 - *17 - - *442 - - *443 + - *447 + - *448 responses: '200': description: Response @@ -63626,10 +64174,10 @@ paths: items: type: object properties: - ref: *426 - analysis_key: *444 - environment: *445 - category: *446 + ref: *431 + analysis_key: *449 + environment: *450 + category: *451 state: type: string description: State of a code scanning alert instance. @@ -63644,7 +64192,7 @@ paths: properties: text: type: string - location: *447 + location: *452 html_url: type: string classifications: @@ -63652,7 +64200,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *448 + items: *453 examples: default: value: @@ -63689,9 +64237,9 @@ paths: end_column: 50 classifications: - source - '403': *435 + '403': *440 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63723,29 +64271,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *338 - - *339 - - *424 - - *425 + - *343 + - *344 + - *429 + - *430 - *19 - *17 - - *443 + - *448 - 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: *426 + schema: *431 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &449 + schema: &454 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *55 + - *61 - name: sort description: The property by which to sort the results. in: query @@ -63762,23 +64310,23 @@ paths: application/json: schema: type: array - items: &450 + items: &455 type: object properties: - ref: *426 - commit_sha: &458 + ref: *431 + commit_sha: &463 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: *444 + analysis_key: *449 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *446 + category: *451 error: type: string example: error reading field xyz @@ -63802,8 +64350,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *449 - tool: *433 + sarif_id: *454 + tool: *438 deletable: type: boolean warning: @@ -63864,9 +64412,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *435 + '403': *440 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63900,8 +64448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63914,7 +64462,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *455 examples: response: summary: application/json response @@ -63968,14 +64516,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *435 + '403': *440 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64055,8 +64603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -64109,9 +64657,9 @@ 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': *441 + '403': *446 '404': *6 - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64131,8 +64679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -64140,7 +64688,7 @@ paths: application/json: schema: type: array - items: &451 + items: &456 title: CodeQL Database description: A CodeQL database. type: object @@ -64251,9 +64799,9 @@ 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': *435 + '403': *440 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64280,8 +64828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - name: language in: path description: The language of the CodeQL database. @@ -64293,7 +64841,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *456 examples: default: value: @@ -64325,11 +64873,11 @@ 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': &487 + '302': &492 description: Found - '403': *435 + '403': *440 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64349,8 +64897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *338 - - *339 + - *343 + - *344 - name: language in: path description: The language of the CodeQL database. @@ -64360,9 +64908,9 @@ paths: responses: '204': description: Response - '403': *441 + '403': *446 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64388,8 +64936,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -64398,7 +64946,7 @@ paths: type: object additionalProperties: false properties: - language: &452 + language: &457 type: string description: The language targeted by the CodeQL query enum: @@ -64478,7 +65026,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &456 + schema: &461 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64486,9 +65034,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *60 + controller_repo: *66 actor: *4 - query_language: *452 + query_language: *457 query_pack_url: type: string description: The download url for the query pack. @@ -64535,7 +65083,7 @@ paths: items: type: object properties: - repository: &453 + repository: &458 title: Repository Identifier description: Repository Identifier type: object @@ -64571,7 +65119,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &457 + analysis_status: &462 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64603,7 +65151,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &454 + access_mismatch_repos: &459 type: object properties: repository_count: @@ -64617,7 +65165,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: *453 + items: *458 required: - repository_count - repositories @@ -64639,8 +65187,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *454 - over_limit_repos: *454 + no_codeql_db_repos: *459 + over_limit_repos: *459 required: - access_mismatch_repos - not_found_repos @@ -64656,7 +65204,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &455 + value: &460 summary: Default response value: id: 1 @@ -64802,17 +65350,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *455 + value: *460 repository_lists: summary: Response for a successful variant analysis submission - value: *455 + value: *460 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64833,8 +65381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *338 - - *339 + - *343 + - *344 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64846,11 +65394,11 @@ paths: description: Response content: application/json: - schema: *456 + schema: *461 examples: - default: *455 + default: *460 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64871,7 +65419,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *338 + - *343 - name: repo in: path description: The name of the controller repository. @@ -64905,8 +65453,8 @@ paths: schema: type: object properties: - repository: *60 - analysis_status: *457 + repository: *66 + analysis_status: *462 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -65010,7 +65558,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65031,8 +65579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -65134,9 +65682,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *435 + '403': *440 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65155,8 +65703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -65223,7 +65771,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -65248,7 +65796,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *441 + '403': *446 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -65262,7 +65810,7 @@ paths: content: application/json: schema: *3 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65319,8 +65867,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -65328,7 +65876,7 @@ paths: schema: type: object properties: - commit_sha: *458 + commit_sha: *463 ref: type: string description: |- @@ -65386,7 +65934,7 @@ paths: schema: type: object properties: - id: *449 + id: *454 url: type: string description: The REST API URL for checking the status of the upload. @@ -65400,11 +65948,11 @@ 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': *441 + '403': *446 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65423,8 +65971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *338 - - *339 + - *343 + - *344 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -65470,10 +66018,10 @@ 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': *435 + '403': *440 '404': description: Not Found if the sarif id does not match any upload - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65495,8 +66043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -65552,7 +66100,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *187 + '204': *192 '304': *37 '403': *29 '404': *6 @@ -65577,8 +66125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *338 - - *339 + - *343 + - *344 - 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 @@ -65698,8 +66246,8 @@ paths: parameters: - *17 - *19 - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -65715,7 +66263,7 @@ paths: type: integer codespaces: type: array - items: *242 + items: *247 examples: default: value: @@ -65991,7 +66539,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -66013,8 +66561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -66077,22 +66625,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66116,8 +66664,8 @@ paths: parameters: - *17 - *19 - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -66157,7 +66705,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *115 + '500': *55 '400': *14 '401': *25 '403': *29 @@ -66181,8 +66729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -66217,14 +66765,14 @@ paths: type: integer machines: type: array - items: &679 + items: &684 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *460 - required: *461 + properties: *465 + required: *466 examples: - default: &680 + default: &685 value: total_count: 2 machines: @@ -66241,7 +66789,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -66264,8 +66812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *338 - - *339 + - *343 + - *344 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -66349,8 +66897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *338 - - *339 + - *343 + - *344 - 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 @@ -66395,7 +66943,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66416,8 +66964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -66435,7 +66983,7 @@ paths: type: integer secrets: type: array - items: &465 + items: &470 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66455,9 +67003,9 @@ paths: - created_at - updated_at examples: - default: *462 + default: *467 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66478,16 +67026,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *463 + schema: *468 examples: - default: *464 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66507,17 +67055,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 responses: '200': description: Response content: application/json: - schema: *465 + schema: *470 examples: - default: *466 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66537,9 +67085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 requestBody: required: true content: @@ -66567,7 +67115,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -66591,9 +67139,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 responses: '204': description: Response @@ -66621,8 +67169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *338 - - *339 + - *343 + - *344 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66664,7 +67212,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &467 + properties: &472 login: type: string example: octocat @@ -66757,7 +67305,7 @@ paths: user_view_type: type: string example: public - required: &468 + required: &473 - avatar_url - events_url - followers_url @@ -66806,7 +67354,7 @@ paths: admin: false role_name: write headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -66831,9 +67379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *338 - - *339 - - *65 + - *343 + - *344 + - *71 responses: '204': description: Response if user is a collaborator @@ -66879,9 +67427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *338 - - *339 - - *65 + - *343 + - *344 + - *71 requestBody: required: false content: @@ -66907,7 +67455,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &537 + schema: &542 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66918,7 +67466,7 @@ paths: example: 42 type: integer format: int64 - repository: *156 + repository: *161 invitee: title: Simple User description: A GitHub user. @@ -67096,7 +67644,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *124 + schema: *129 '403': *29 x-github: triggersNotification: true @@ -67136,9 +67684,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *338 - - *339 - - *65 + - *343 + - *344 + - *71 responses: '204': description: No Content when collaborator was removed from the repository. @@ -67169,9 +67717,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *338 - - *339 - - *65 + - *343 + - *344 + - *71 responses: '200': description: if user has admin permissions @@ -67191,8 +67739,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *467 - required: *468 + properties: *472 + required: *473 nullable: true required: - permission @@ -67247,8 +67795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -67258,7 +67806,7 @@ paths: application/json: schema: type: array - items: &469 + items: &474 title: Commit Comment description: Commit Comment type: object @@ -67299,8 +67847,8 @@ paths: updated_at: type: string format: date-time - author_association: *76 - reactions: *77 + author_association: *82 + reactions: *83 required: - url - html_url @@ -67316,7 +67864,7 @@ paths: - created_at - updated_at examples: - default: &474 + default: &479 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67350,7 +67898,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67375,17 +67923,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '200': description: Response content: application/json: - schema: *469 + schema: *474 examples: - default: &475 + default: &480 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67442,9 +67990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 requestBody: required: true content: @@ -67466,7 +68014,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *474 examples: default: value: @@ -67517,9 +68065,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '204': description: Response @@ -67540,9 +68088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -67568,7 +68116,7 @@ paths: application/json: schema: type: array - items: &470 + items: &475 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -67611,7 +68159,7 @@ paths: - content - created_at examples: - default: &541 + default: &546 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -67637,7 +68185,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -67656,9 +68204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 requestBody: required: true content: @@ -67690,9 +68238,9 @@ paths: description: Reaction exists content: application/json: - schema: *470 + schema: *475 examples: - default: &471 + default: &476 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -67721,9 +68269,9 @@ paths: description: Reaction created content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '422': *15 x-github: githubCloudOnly: false @@ -67745,10 +68293,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *338 - - *339 - - *95 - - &542 + - *343 + - *344 + - *101 + - &547 name: reaction_id description: The unique identifier of the reaction. in: path @@ -67803,8 +68351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *338 - - *339 + - *343 + - *344 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67860,9 +68408,9 @@ paths: application/json: schema: type: array - items: *472 + items: *477 examples: - default: &593 + default: &598 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67932,8 +68480,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *61 - '500': *115 + Link: *67 + '500': *55 '400': *14 '404': *6 '409': *54 @@ -67956,9 +68504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *338 - - *339 - - &473 + - *343 + - *344 + - &478 name: commit_sha description: The SHA of the commit. in: path @@ -68030,9 +68578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *338 - - *339 - - *473 + - *343 + - *344 + - *478 - *17 - *19 responses: @@ -68042,11 +68590,11 @@ paths: application/json: schema: type: array - items: *469 + items: *474 examples: - default: *474 + default: *479 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68072,9 +68620,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *338 - - *339 - - *473 + - *343 + - *344 + - *478 requestBody: required: true content: @@ -68109,9 +68657,9 @@ paths: description: Response content: application/json: - schema: *469 + schema: *474 examples: - default: *475 + default: *480 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68139,9 +68687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *338 - - *339 - - *473 + - *343 + - *344 + - *478 - *17 - *19 responses: @@ -68151,9 +68699,9 @@ paths: application/json: schema: type: array - items: *476 + items: *481 examples: - default: &585 + default: &590 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68632,7 +69180,7 @@ paths: auto_merge: draft: false headers: - Link: *61 + Link: *67 '409': *54 x-github: githubCloudOnly: false @@ -68690,11 +69238,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *338 - - *339 + - *343 + - *344 - *19 - *17 - - &477 + - &482 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)" @@ -68709,9 +69257,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *477 examples: - default: &572 + default: &577 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68797,8 +69345,8 @@ paths: ..... '422': *15 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 '409': *54 x-github: githubCloudOnly: false @@ -68824,11 +69372,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *338 - - *339 - - *477 - - *478 - - *479 + - *343 + - *344 + - *482 + - *483 + - *484 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68862,11 +69410,11 @@ paths: type: integer check_runs: type: array - items: *416 + items: *421 examples: - default: *480 + default: *485 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68889,9 +69437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *338 - - *339 - - *477 + - *343 + - *344 + - *482 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68899,7 +69447,7 @@ paths: schema: type: integer example: 1 - - *478 + - *483 - *17 - *19 responses: @@ -68917,7 +69465,7 @@ paths: type: integer check_suites: type: array - items: *421 + items: *426 examples: default: value: @@ -69092,7 +69640,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69117,9 +69665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *338 - - *339 - - *477 + - *343 + - *344 + - *482 - *17 - *19 responses: @@ -69186,7 +69734,7 @@ paths: type: string total_count: type: integer - repository: *156 + repository: *161 commit_url: type: string format: uri @@ -69317,9 +69865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *338 - - *339 - - *477 + - *343 + - *344 + - *482 - *17 - *19 responses: @@ -69329,7 +69877,7 @@ paths: application/json: schema: type: array - items: &658 + items: &663 title: Status description: The status of a commit. type: object @@ -69409,8 +69957,8 @@ paths: type: User site_admin: false headers: - Link: *61 - '301': *342 + Link: *67 + '301': *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69438,8 +69986,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -69468,20 +70016,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *481 - required: *482 + properties: *486 + required: *487 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &483 + properties: &488 url: type: string format: uri html_url: type: string format: uri - required: &484 + required: &489 - url - html_url nullable: true @@ -69489,32 +70037,32 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true contributing: title: Community Health File type: object - properties: *483 - required: *484 + properties: *488 + required: *489 nullable: true readme: title: Community Health File type: object - properties: *483 - required: *484 + properties: *488 + required: *489 nullable: true issue_template: title: Community Health File type: object - properties: *483 - required: *484 + properties: *488 + required: *489 nullable: true pull_request_template: title: Community Health File type: object - properties: *483 - required: *484 + properties: *488 + required: *489 nullable: true required: - code_of_conduct @@ -69641,8 +70189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *338 - - *339 + - *343 + - *344 - *19 - *17 - name: basehead @@ -69685,8 +70233,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *472 - merge_base_commit: *472 + base_commit: *477 + merge_base_commit: *477 status: type: string enum: @@ -69706,10 +70254,10 @@ paths: example: 6 commits: type: array - items: *472 + items: *477 files: type: array - items: *485 + items: *490 required: - url - html_url @@ -69952,8 +70500,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69995,8 +70543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *338 - - *339 + - *343 + - *344 - name: path description: path parameter in: path @@ -70156,7 +70704,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &486 + response-if-content-is-a-file-github-object: &491 summary: Response if content is a file value: type: file @@ -70288,7 +70836,7 @@ paths: - size - type - url - - &598 + - &603 title: Content File description: Content File type: object @@ -70489,7 +71037,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *486 + response-if-content-is-a-file: *491 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70558,7 +71106,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *487 + '302': *492 '304': *37 x-github: githubCloudOnly: false @@ -70611,8 +71159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *338 - - *339 + - *343 + - *344 - name: path description: path parameter in: path @@ -70705,7 +71253,7 @@ paths: description: Response content: application/json: - schema: &488 + schema: &493 title: File Commit description: File Commit type: object @@ -70857,7 +71405,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *493 examples: example-for-creating-a-file: value: @@ -70911,7 +71459,7 @@ paths: schema: oneOf: - *3 - - &519 + - &524 description: Repository rule violation was detected type: object properties: @@ -70932,7 +71480,7 @@ paths: items: type: object properties: - placeholder_id: &650 + placeholder_id: &655 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70964,8 +71512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *338 - - *339 + - *343 + - *344 - name: path description: path parameter in: path @@ -71026,7 +71574,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *493 examples: default: value: @@ -71061,7 +71609,7 @@ paths: '422': *15 '404': *6 '409': *54 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71081,8 +71629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *338 - - *339 + - *343 + - *344 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -71182,7 +71730,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *61 + Link: *67 '204': description: Response if repository is empty '403': *29 @@ -71205,24 +71753,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *338 - - *339 - - *195 - - *196 - - *197 - - *198 + - *343 + - *344 + - *200 + - *201 + - *202 + - *203 - 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 - - *199 - - *489 - - *200 - - *201 - - *202 - - *55 + - *204 + - *494 + - *205 + - *206 + - *207 + - *61 - *47 - *48 - *17 @@ -71233,11 +71781,11 @@ paths: application/json: schema: type: array - items: &493 + items: &498 type: object description: A Dependabot alert. properties: - number: *174 + number: *179 state: type: string description: The state of the Dependabot alert. @@ -71252,7 +71800,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *56 + package: *62 manifest_path: type: string description: The full path to the dependency manifest file, @@ -71279,13 +71827,13 @@ paths: - unknown - direct - transitive - security_advisory: *490 - security_vulnerability: *59 - url: *177 - html_url: *178 - created_at: *175 - updated_at: *176 - dismissed_at: *180 + security_advisory: *495 + security_vulnerability: *65 + url: *182 + html_url: *183 + created_at: *180 + updated_at: *181 + dismissed_at: *185 dismissed_by: title: Simple User description: A GitHub user. @@ -71309,9 +71857,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *179 - auto_dismissed_at: *491 - dismissal_request: *492 + fixed_at: *184 + auto_dismissed_at: *496 + dismissal_request: *497 assignees: type: array description: The users assigned to this alert. @@ -71566,9 +72114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *338 - - *339 - - &494 + - *343 + - *344 + - &499 name: alert_number in: path description: |- @@ -71577,13 +72125,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *174 + schema: *179 responses: '200': description: Response content: application/json: - schema: *493 + schema: *498 examples: default: value: @@ -71715,9 +72263,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *338 - - *339 - - *494 + - *343 + - *344 + - *499 requestBody: required: true content: @@ -71773,7 +72321,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *498 examples: default: value: @@ -71903,8 +72451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -71922,7 +72470,7 @@ paths: type: integer secrets: type: array - items: &497 + items: &502 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71953,7 +72501,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71975,16 +72523,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *495 + schema: *500 examples: - default: *496 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72004,15 +72552,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 responses: '200': description: Response content: application/json: - schema: *497 + schema: *502 examples: default: value: @@ -72038,9 +72586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 requestBody: required: true content: @@ -72068,7 +72616,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -72092,9 +72640,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *338 - - *339 - - *164 + - *343 + - *344 + - *169 responses: '204': description: Response @@ -72116,8 +72664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *338 - - *339 + - *343 + - *344 - 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 @@ -72253,7 +72801,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *61 + Link: *67 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -72277,8 +72825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -72494,7 +73042,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *61 + Link: *67 '404': *6 '403': *29 x-github: @@ -72517,8 +73065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -72593,7 +73141,7 @@ paths: - version - url additionalProperties: false - metadata: &498 + metadata: &503 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72626,7 +73174,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *498 + metadata: *503 resolved: type: object description: A collection of resolved package dependencies. @@ -72639,7 +73187,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *498 + metadata: *503 relationship: type: string description: A notation of whether a dependency is requested @@ -72768,8 +73316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *338 - - *339 + - *343 + - *344 - name: sha description: The SHA recorded at creation time. in: query @@ -72809,11 +73357,11 @@ paths: application/json: schema: type: array - items: *499 + items: *504 examples: - default: *500 + default: *505 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72877,8 +73425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -72959,7 +73507,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *504 examples: simple-example: summary: Simple example @@ -73032,9 +73580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *338 - - *339 - - &501 + - *343 + - *344 + - &506 name: deployment_id description: deployment_id parameter in: path @@ -73046,7 +73594,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *504 examples: default: value: @@ -73111,9 +73659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *338 - - *339 - - *501 + - *343 + - *344 + - *506 responses: '204': description: Response @@ -73135,9 +73683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *338 - - *339 - - *501 + - *343 + - *344 + - *506 - *17 - *19 responses: @@ -73147,7 +73695,7 @@ paths: application/json: schema: type: array - items: &502 + items: &507 title: Deployment Status description: The status of a deployment. type: object @@ -73238,8 +73786,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -73288,7 +73836,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -73308,9 +73856,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *338 - - *339 - - *501 + - *343 + - *344 + - *506 requestBody: required: true content: @@ -73385,9 +73933,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *507 examples: - default: &503 + default: &508 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73443,9 +73991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *338 - - *339 - - *501 + - *343 + - *344 + - *506 - name: status_id in: path required: true @@ -73456,9 +74004,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *507 examples: - default: *503 + default: *508 '404': *6 x-github: githubCloudOnly: false @@ -73483,8 +74031,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -73541,8 +74089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -73559,7 +74107,7 @@ paths: type: integer environments: type: array - items: &505 + items: &510 title: Environment description: Details of a deployment environment type: object @@ -73611,7 +74159,7 @@ paths: type: type: string example: wait_timer - wait_timer: &507 + wait_timer: &512 type: integer example: 30 description: The amount of time to delay a job after @@ -73648,11 +74196,11 @@ paths: items: type: object properties: - type: *504 + type: *509 reviewer: anyOf: - *4 - - *193 + - *198 required: - id - node_id @@ -73672,7 +74220,7 @@ paths: - id - node_id - type - deployment_branch_policy: &508 + deployment_branch_policy: &513 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -73788,9 +74336,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *338 - - *339 - - &506 + - *343 + - *344 + - &511 name: environment_name in: path required: true @@ -73803,9 +74351,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *510 examples: - default: &509 + default: &514 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73889,9 +74437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *338 - - *339 - - *506 + - *343 + - *344 + - *511 requestBody: required: false content: @@ -73900,7 +74448,7 @@ paths: type: object nullable: true properties: - wait_timer: *507 + wait_timer: *512 prevent_self_review: type: boolean example: false @@ -73917,13 +74465,13 @@ paths: items: type: object properties: - type: *504 + type: *509 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *508 + deployment_branch_policy: *513 additionalProperties: false examples: default: @@ -73943,9 +74491,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *510 examples: - default: *509 + default: *514 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73969,9 +74517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *338 - - *339 - - *506 + - *343 + - *344 + - *511 responses: '204': description: Default response @@ -73996,9 +74544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *338 - - *339 - - *506 + - *343 + - *344 + - *511 - *17 - *19 responses: @@ -74016,7 +74564,7 @@ paths: example: 2 branch_policies: type: array - items: &510 + items: &515 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74073,9 +74621,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *338 - - *339 - - *506 + - *343 + - *344 + - *511 requestBody: required: true content: @@ -74121,9 +74669,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *515 examples: - example-wildcard: &511 + example-wildcard: &516 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74165,10 +74713,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *338 - - *339 - - *506 - - &512 + - *343 + - *344 + - *511 + - &517 name: branch_policy_id in: path required: true @@ -74180,9 +74728,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *515 examples: - default: *511 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74201,10 +74749,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *338 - - *339 - - *506 - - *512 + - *343 + - *344 + - *511 + - *517 requestBody: required: true content: @@ -74232,9 +74780,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *515 examples: - default: *511 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74253,10 +74801,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *338 - - *339 - - *506 - - *512 + - *343 + - *344 + - *511 + - *517 responses: '204': description: Response @@ -74281,9 +74829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *506 - - *339 - - *338 + - *511 + - *344 + - *343 responses: '200': description: List of deployment protection rules @@ -74299,7 +74847,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &513 + items: &518 title: Deployment protection rule description: Deployment protection rule type: object @@ -74318,7 +74866,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &514 + app: &519 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74417,9 +74965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *506 - - *339 - - *338 + - *511 + - *344 + - *343 requestBody: content: application/json: @@ -74440,9 +74988,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *513 + schema: *518 examples: - default: &515 + default: &520 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74477,9 +75025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *506 - - *339 - - *338 + - *511 + - *344 + - *343 - *19 - *17 responses: @@ -74498,7 +75046,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *514 + items: *519 examples: default: value: @@ -74533,10 +75081,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *338 - - *339 - - *506 - - &516 + - *343 + - *344 + - *511 + - &521 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -74548,9 +75096,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *518 examples: - default: *515 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74571,10 +75119,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *506 - - *339 - - *338 - - *516 + - *511 + - *344 + - *343 + - *521 responses: '204': description: Response @@ -74600,9 +75148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *338 - - *339 - - *506 + - *343 + - *344 + - *511 - *17 - *19 responses: @@ -74620,11 +75168,11 @@ paths: type: integer secrets: type: array - items: *383 + items: *388 examples: - default: *384 + default: *389 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74647,17 +75195,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *338 - - *339 - - *506 + - *343 + - *344 + - *511 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: - default: *386 + default: *391 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74679,18 +75227,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *338 - - *339 - - *506 - - *164 + - *343 + - *344 + - *511 + - *169 responses: '200': description: Response content: application/json: - schema: *383 + schema: *388 examples: - default: *517 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74712,10 +75260,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *338 - - *339 - - *506 - - *164 + - *343 + - *344 + - *511 + - *169 requestBody: required: true content: @@ -74746,7 +75294,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -74772,10 +75320,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *338 - - *339 - - *506 - - *164 + - *343 + - *344 + - *511 + - *169 responses: '204': description: Default response @@ -74800,10 +75348,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *338 - - *339 - - *506 - - *354 + - *343 + - *344 + - *511 + - *359 - *19 responses: '200': @@ -74820,11 +75368,11 @@ paths: type: integer variables: type: array - items: *387 + items: *392 examples: - default: *388 + default: *393 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74845,9 +75393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *338 - - *339 - - *506 + - *343 + - *344 + - *511 requestBody: required: true content: @@ -74874,7 +75422,7 @@ paths: description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -74899,18 +75447,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *338 - - *339 - - *506 - - *167 + - *343 + - *344 + - *511 + - *172 responses: '200': description: Response content: application/json: - schema: *387 + schema: *392 examples: - default: *518 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74931,10 +75479,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *338 - - *339 - - *167 - - *506 + - *343 + - *344 + - *172 + - *511 requestBody: required: true content: @@ -74976,10 +75524,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *338 - - *339 - - *167 - - *506 + - *343 + - *344 + - *172 + - *511 responses: '204': description: Response @@ -75001,8 +75549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -75012,7 +75560,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: 200-response: value: @@ -75070,8 +75618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *338 - - *339 + - *343 + - *344 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -75093,7 +75641,7 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: default: value: @@ -75206,7 +75754,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *61 + Link: *67 '400': *14 x-github: githubCloudOnly: false @@ -75230,8 +75778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: false content: @@ -75263,9 +75811,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *346 examples: - default: *343 + default: *348 '400': *14 '422': *15 '403': *29 @@ -75286,8 +75834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -75346,8 +75894,8 @@ paths: application/json: schema: oneOf: - - *124 - - *519 + - *129 + - *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75372,8 +75920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *338 - - *339 + - *343 + - *344 - name: file_sha in: path required: true @@ -75472,8 +76020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -75582,7 +76130,7 @@ paths: description: Response content: application/json: - schema: &520 + schema: &525 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75796,15 +76344,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *338 - - *339 - - *473 + - *343 + - *344 + - *478 responses: '200': description: Response content: application/json: - schema: *520 + schema: *525 examples: default: value: @@ -75860,9 +76408,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *338 - - *339 - - &521 + - *343 + - *344 + - &526 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. @@ -75879,7 +76427,7 @@ paths: application/json: schema: type: array - items: &522 + items: &527 title: Git Reference description: Git references within a repository type: object @@ -75932,7 +76480,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *61 + Link: *67 '409': *54 x-github: githubCloudOnly: false @@ -75954,17 +76502,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *338 - - *339 - - *521 + - *343 + - *344 + - *526 responses: '200': description: Response content: application/json: - schema: *522 + schema: *527 examples: - default: &523 + default: &528 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75993,8 +76541,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -76023,9 +76571,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *527 examples: - default: *523 + default: *528 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76051,9 +76599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *338 - - *339 - - *521 + - *343 + - *344 + - *526 requestBody: required: true content: @@ -76082,9 +76630,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *527 examples: - default: *523 + default: *528 '422': *15 '409': *54 x-github: @@ -76102,9 +76650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *338 - - *339 - - *521 + - *343 + - *344 + - *526 responses: '204': description: Response @@ -76159,8 +76707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -76227,7 +76775,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &530 title: Git Tag description: Metadata for a Git tag type: object @@ -76278,7 +76826,7 @@ paths: - sha - type - url - verification: *524 + verification: *529 required: - sha - url @@ -76288,7 +76836,7 @@ paths: - tag - message examples: - default: &526 + default: &531 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76361,8 +76909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *338 - - *339 + - *343 + - *344 - name: tag_sha in: path required: true @@ -76373,9 +76921,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *530 examples: - default: *526 + default: *531 '404': *6 '409': *54 x-github: @@ -76399,8 +76947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -76473,7 +77021,7 @@ paths: description: Response content: application/json: - schema: &527 + schema: &532 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -76569,8 +77117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *338 - - *339 + - *343 + - *344 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -76593,7 +77141,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *532 examples: default-response: summary: Default response @@ -76652,8 +77200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -76663,7 +77211,7 @@ paths: application/json: schema: type: array - items: &528 + items: &533 title: Webhook description: Webhooks for repositories. type: object @@ -76717,7 +77265,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &773 + last_response: &778 title: Hook Response type: object properties: @@ -76772,7 +77320,7 @@ paths: status: unused message: headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -76791,8 +77339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: false content: @@ -76844,9 +77392,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: - default: &529 + default: &534 value: type: Repository id: 12345678 @@ -76894,17 +77442,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 responses: '200': description: Response content: application/json: - schema: *528 + schema: *533 examples: - default: *529 + default: *534 '404': *6 x-github: githubCloudOnly: false @@ -76924,9 +77472,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 requestBody: required: true content: @@ -76971,9 +77519,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *533 examples: - default: *529 + default: *534 '422': *15 '404': *6 x-github: @@ -76994,9 +77542,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 responses: '204': description: Response @@ -77020,9 +77568,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 responses: '200': description: Response @@ -77049,9 +77597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 requestBody: required: false content: @@ -77095,11 +77643,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 - *17 - - *212 + - *217 responses: '200': description: Response @@ -77107,9 +77655,9 @@ paths: application/json: schema: type: array - items: *213 + items: *218 examples: - default: *214 + default: *219 '400': *14 '422': *15 x-github: @@ -77128,18 +77676,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 - *16 responses: '200': description: Response content: application/json: - schema: *215 + schema: *220 examples: - default: *216 + default: *221 '400': *14 '422': *15 x-github: @@ -77158,9 +77706,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 - *16 responses: '202': *39 @@ -77183,9 +77731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 responses: '204': description: Response @@ -77210,9 +77758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *338 - - *339 - - *211 + - *343 + - *344 + - *216 responses: '204': description: Response @@ -77235,8 +77783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response if immutable releases are enabled @@ -77282,10 +77830,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *338 - - *339 + - *343 + - *344 responses: - '204': *187 + '204': *192 '409': *54 x-github: githubCloudOnly: false @@ -77303,10 +77851,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *338 - - *339 + - *343 + - *344 responses: - '204': *187 + '204': *192 '409': *54 x-github: githubCloudOnly: false @@ -77361,14 +77909,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: &530 + schema: &535 title: Import description: A repository import from an external source. type: object @@ -77467,7 +78015,7 @@ paths: - html_url - authors_url examples: - default: &533 + default: &538 value: vcs: subversion use_lfs: true @@ -77483,7 +78031,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': &531 + '503': &536 description: Unavailable due to service under maintenance. content: application/json: @@ -77512,8 +78060,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -77561,7 +78109,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *535 examples: default: value: @@ -77586,7 +78134,7 @@ paths: type: string '422': *15 '404': *6 - '503': *531 + '503': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77614,8 +78162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: false content: @@ -77664,7 +78212,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *535 examples: example-1: summary: Example 1 @@ -77712,7 +78260,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': *531 + '503': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77735,12 +78283,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response - '503': *531 + '503': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77766,9 +78314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *338 - - *339 - - &701 + - *343 + - *344 + - &706 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77782,7 +78330,7 @@ paths: application/json: schema: type: array - items: &532 + items: &537 title: Porter Author description: Porter Author type: object @@ -77836,7 +78384,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': *531 + '503': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77861,8 +78409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *338 - - *339 + - *343 + - *344 - name: author_id in: path required: true @@ -77892,7 +78440,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *537 examples: default: value: @@ -77905,7 +78453,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *531 + '503': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77929,8 +78477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -77971,7 +78519,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *531 + '503': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77999,8 +78547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -78027,11 +78575,11 @@ paths: description: Response content: application/json: - schema: *530 + schema: *535 examples: - default: *533 + default: *538 '422': *15 - '503': *531 + '503': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78054,8 +78602,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -78063,8 +78611,8 @@ paths: application/json: schema: *22 examples: - default: *534 - '301': *342 + default: *539 + '301': *347 '404': *6 x-github: githubCloudOnly: false @@ -78084,8 +78632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -78093,12 +78641,12 @@ paths: application/json: schema: anyOf: - - *229 + - *234 - type: object properties: {} additionalProperties: false examples: - default: &536 + default: &541 value: limit: collaborators_only origin: repository @@ -78123,13 +78671,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: application/json: - schema: *535 + schema: *540 examples: default: summary: Example request body @@ -78141,9 +78689,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *536 + default: *541 '409': description: Response x-github: @@ -78165,8 +78713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -78189,8 +78737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -78200,9 +78748,9 @@ paths: application/json: schema: type: array - items: *537 + items: *542 examples: - default: &694 + default: &699 value: - id: 1 repository: @@ -78316,7 +78864,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78333,9 +78881,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *338 - - *339 - - *233 + - *343 + - *344 + - *238 requestBody: required: false content: @@ -78364,7 +78912,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *542 examples: default: value: @@ -78495,9 +79043,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *338 - - *339 - - *233 + - *343 + - *344 + - *238 responses: '204': description: Response @@ -78528,8 +79076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *338 - - *339 + - *343 + - *344 - 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 @@ -78577,7 +79125,7 @@ paths: required: false schema: type: string - - *240 + - *245 - name: sort description: What to sort results by. in: query @@ -78589,8 +79137,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -78600,9 +79148,9 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: &550 + default: &555 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78750,8 +79298,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *61 - '301': *342 + Link: *67 + '301': *347 '422': *15 '404': *6 x-github: @@ -78780,8 +79328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -78863,9 +79411,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: &547 + default: &552 value: id: 1 node_id: MDU6SXNzdWUx @@ -79020,9 +79568,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *116 + '503': *121 '404': *6 - '410': *538 + '410': *543 x-github: triggersNotification: true githubCloudOnly: false @@ -79060,9 +79608,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *338 - - *339 - - *103 + - *343 + - *344 + - *109 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -79072,7 +79620,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -79082,9 +79630,9 @@ paths: application/json: schema: type: array - items: *539 + items: *544 examples: - default: &549 + default: &554 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79115,7 +79663,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 '422': *15 '404': *6 x-github: @@ -79142,17 +79690,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '200': description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: &540 + default: &545 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79207,9 +79755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 requestBody: required: true content: @@ -79231,9 +79779,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: *540 + default: *545 '422': *15 x-github: githubCloudOnly: false @@ -79251,9 +79799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '204': description: Response @@ -79281,15 +79829,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '200': description: Response content: application/json: - schema: *539 + schema: *544 examples: default: value: @@ -79345,7 +79893,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *538 + '410': *543 '422': *15 x-github: githubCloudOnly: false @@ -79362,17 +79910,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *538 - '503': *116 + '410': *543 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79389,9 +79937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -79417,11 +79965,11 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: *541 + default: *546 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -79440,9 +79988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 requestBody: required: true content: @@ -79474,16 +80022,16 @@ paths: description: Reaction exists content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '201': description: Reaction created content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '422': *15 x-github: githubCloudOnly: false @@ -79505,10 +80053,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *338 - - *339 - - *95 - - *542 + - *343 + - *344 + - *101 + - *547 responses: '204': description: Response @@ -79528,8 +80076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -79539,7 +80087,7 @@ paths: application/json: schema: type: array - items: &546 + items: &551 title: Issue Event description: Issue Event type: object @@ -79582,9 +80130,9 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *543 - required: *544 - x-github-breaking-changes: *545 + properties: *548 + required: *549 + x-github-breaking-changes: *550 nullable: true label: title: Issue Event Label @@ -79628,7 +80176,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *193 + requested_team: *198 dismissed_review: title: Issue Event Dismissed Review type: object @@ -79693,7 +80241,7 @@ paths: required: - from - to - author_association: *76 + author_association: *82 lock_reason: type: string nullable: true @@ -79706,8 +80254,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 required: - id - node_id @@ -79874,7 +80422,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -79892,8 +80440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *338 - - *339 + - *343 + - *344 - name: event_id in: path required: true @@ -79904,7 +80452,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *551 examples: default: value: @@ -80097,7 +80645,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *538 + '410': *543 '403': *29 x-github: githubCloudOnly: false @@ -80131,9 +80679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *338 - - *339 - - &548 + - *343 + - *344 + - &553 name: issue_number description: The number that identifies the issue. in: path @@ -80145,11 +80693,11 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: default: summary: Issue - value: *547 + value: *552 pinned_comment: summary: Issue with pinned comment value: @@ -80348,9 +80896,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *342 + '301': *347 '404': *6 - '410': *538 + '410': *543 '304': *37 x-github: githubCloudOnly: false @@ -80375,9 +80923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: false content: @@ -80501,15 +81049,15 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 + default: *552 '422': *15 - '503': *116 + '503': *121 '403': *29 - '301': *342 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80537,9 +81085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: false content: @@ -80565,9 +81113,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80583,9 +81131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: content: application/json: @@ -80610,9 +81158,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80634,9 +81182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - name: assignee in: path required: true @@ -80676,10 +81224,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *338 - - *339 - - *548 - - *86 + - *343 + - *344 + - *553 + - *92 - *17 - *19 responses: @@ -80689,13 +81237,13 @@ paths: application/json: schema: type: array - items: *539 + items: *544 examples: - default: *549 + default: *554 headers: - Link: *61 + Link: *67 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80724,9 +81272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: true content: @@ -80748,16 +81296,16 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: *540 + default: *545 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *538 + '410': *543 '422': *15 '404': *6 x-github: @@ -80785,9 +81333,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - *17 - *19 responses: @@ -80797,14 +81345,14 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *550 + default: *555 headers: - Link: *61 - '301': *342 + Link: *67 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80832,9 +81380,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: true content: @@ -80856,17 +81404,17 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *342 + '301': *347 '403': *29 - '410': *538 + '410': *543 '422': *15 '404': *6 x-github: @@ -80897,9 +81445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -80911,15 +81459,15 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 - '301': *342 + default: *552 + '301': *347 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *538 + '410': *543 x-github: triggersNotification: true githubCloudOnly: false @@ -80945,9 +81493,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - *17 - *19 responses: @@ -80957,14 +81505,14 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *550 + default: *555 headers: - Link: *61 - '301': *342 + Link: *67 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80981,9 +81529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - *17 - *19 responses: @@ -80997,7 +81545,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &553 + - &558 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -81028,8 +81576,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 label: type: object properties: @@ -81051,7 +81599,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &554 + - &559 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -81082,8 +81630,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 label: type: object properties: @@ -81171,8 +81719,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 assigner: *4 required: @@ -81187,7 +81735,7 @@ paths: - performed_via_github_app - assignee - assigner - - &555 + - &560 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -81218,8 +81766,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 milestone: type: object properties: @@ -81238,7 +81786,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &561 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -81269,8 +81817,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 milestone: type: object properties: @@ -81289,7 +81837,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &562 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -81320,8 +81868,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 rename: type: object properties: @@ -81343,7 +81891,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &563 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -81374,10 +81922,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 review_requester: *4 - requested_team: *193 + requested_team: *198 requested_reviewer: *4 required: - review_requester @@ -81390,7 +81938,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &564 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -81421,10 +81969,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 review_requester: *4 - requested_team: *193 + requested_team: *198 requested_reviewer: *4 required: - review_requester @@ -81437,7 +81985,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &565 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -81468,8 +82016,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 dismissed_review: type: object properties: @@ -81497,7 +82045,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &566 title: Locked Issue Event description: Locked Issue Event type: object @@ -81528,8 +82076,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 lock_reason: type: string example: '"off-topic"' @@ -81545,7 +82093,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &567 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -81576,8 +82124,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -81611,7 +82159,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &568 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -81642,8 +82190,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -81677,7 +82225,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &569 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81708,8 +82256,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 project_card: type: object properties: @@ -81743,7 +82291,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &570 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81833,8 +82381,8 @@ paths: name: label color: red headers: - Link: *61 - '410': *538 + Link: *67 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81851,9 +82399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - *17 - *19 responses: @@ -81863,9 +82411,9 @@ paths: application/json: schema: type: array - items: *551 + items: *556 examples: - default: &664 + default: &669 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -81888,10 +82436,10 @@ paths: data_type: date value: '2025-12-25' headers: - Link: *61 - '301': *342 + Link: *67 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81908,9 +82456,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - *17 - *19 responses: @@ -81920,9 +82468,9 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: &552 + default: &557 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81939,10 +82487,10 @@ paths: color: a2eeef default: false headers: - Link: *61 - '301': *342 + Link: *67 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81958,9 +82506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: false content: @@ -82003,12 +82551,12 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *552 - '301': *342 + default: *557 + '301': *347 '404': *6 - '410': *538 + '410': *543 '422': *15 x-github: githubCloudOnly: false @@ -82025,9 +82573,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: false content: @@ -82087,12 +82635,12 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *552 - '301': *342 + default: *557 + '301': *347 '404': *6 - '410': *538 + '410': *543 '422': *15 x-github: githubCloudOnly: false @@ -82109,15 +82657,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 responses: '204': description: Response - '301': *342 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82136,9 +82684,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - name: name in: path required: true @@ -82151,7 +82699,7 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: default: value: @@ -82162,9 +82710,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *342 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82184,9 +82732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: false content: @@ -82214,7 +82762,7 @@ paths: '204': description: Response '403': *29 - '410': *538 + '410': *543 '404': *6 '422': *15 x-github: @@ -82232,9 +82780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 responses: '204': description: Response @@ -82264,20 +82812,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 responses: '200': description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 - '301': *342 + default: *552 + '301': *347 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82294,9 +82842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -82322,13 +82870,13 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: *541 + default: *546 headers: - Link: *61 + Link: *67 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82346,9 +82894,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: true content: @@ -82380,16 +82928,16 @@ paths: description: Response content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '201': description: Response content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '422': *15 x-github: githubCloudOnly: false @@ -82411,10 +82959,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *338 - - *339 - - *548 - - *542 + - *343 + - *344 + - *553 + - *547 responses: '204': description: Response @@ -82443,9 +82991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: true content: @@ -82467,9 +83015,9 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -82502,9 +83050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - *17 - *19 responses: @@ -82514,13 +83062,13 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *550 + default: *555 headers: - Link: *61 + Link: *67 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82548,9 +83096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: true content: @@ -82577,16 +83125,16 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *538 + '410': *543 '422': *15 '404': *6 x-github: @@ -82606,9 +83154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 requestBody: required: true content: @@ -82639,13 +83187,13 @@ paths: description: Response content: application/json: - schema: *79 + schema: *85 examples: - default: *547 + default: *552 '403': *29 '404': *6 '422': *7 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -82663,9 +83211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *338 - - *339 - - *548 + - *343 + - *344 + - *553 - *17 - *19 responses: @@ -82680,11 +83228,6 @@ paths: description: Timeline Event type: object anyOf: - - *553 - - *554 - - *555 - - *556 - - *557 - *558 - *559 - *560 @@ -82693,6 +83236,11 @@ paths: - *563 - *564 - *565 + - *566 + - *567 + - *568 + - *569 + - *570 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82735,7 +83283,7 @@ paths: issue_url: type: string format: uri - author_association: *76 + author_association: *82 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -82745,16 +83293,16 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 - reactions: *77 + properties: *80 + required: *81 + reactions: *83 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *566 - required: *567 + properties: *571 + required: *572 nullable: true required: - event @@ -82786,7 +83334,7 @@ paths: properties: type: type: string - issue: *79 + issue: *85 required: - event - created_at @@ -82986,7 +83534,7 @@ paths: type: string body_text: type: string - author_association: *76 + author_association: *82 required: - event - id @@ -83009,7 +83557,7 @@ paths: type: string comments: type: array - items: &587 + items: &592 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -83104,7 +83652,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *76 + author_association: *82 _links: type: object properties: @@ -83188,7 +83736,7 @@ paths: enum: - line - file - reactions: *77 + reactions: *83 body_html: type: string example: '"

comment body

"' @@ -83224,7 +83772,7 @@ paths: type: string comments: type: array - items: *469 + items: *474 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -83255,8 +83803,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 required: - id @@ -83299,8 +83847,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 assignee: *4 required: - id @@ -83343,8 +83891,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 state_reason: type: string nullable: true @@ -83511,9 +84059,9 @@ paths: type: User site_admin: true headers: - Link: *61 + Link: *67 '404': *6 - '410': *538 + '410': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83530,8 +84078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -83541,7 +84089,7 @@ paths: application/json: schema: type: array - items: &568 + items: &573 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -83591,7 +84139,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83607,8 +84155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -83644,9 +84192,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: &569 + default: &574 value: id: 1 key: ssh-rsa AAA... @@ -83680,9 +84228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *338 - - *339 - - &570 + - *343 + - *344 + - &575 name: key_id description: The unique identifier of the key. in: path @@ -83694,9 +84242,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: *569 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -83714,9 +84262,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *338 - - *339 - - *570 + - *343 + - *344 + - *575 responses: '204': description: Response @@ -83736,8 +84284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -83747,11 +84295,11 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *552 + default: *557 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -83770,8 +84318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -83807,9 +84355,9 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: - default: &571 + default: &576 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83841,8 +84389,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *338 - - *339 + - *343 + - *344 - name: name in: path required: true @@ -83853,9 +84401,9 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: - default: *571 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -83872,8 +84420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *338 - - *339 + - *343 + - *344 - name: name in: path required: true @@ -83912,7 +84460,7 @@ paths: description: Response content: application/json: - schema: *78 + schema: *84 examples: default: value: @@ -83938,8 +84486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *338 - - *339 + - *343 + - *344 - name: name in: path required: true @@ -83965,8 +84513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -84005,9 +84553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *338 - - *339 - - *442 + - *343 + - *344 + - *447 responses: '200': description: Response @@ -84069,8 +84617,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true required: - _links @@ -84152,8 +84700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -84218,8 +84766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -84253,9 +84801,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *472 + schema: *477 examples: - default: *572 + default: *577 '204': description: Response when already merged '404': @@ -84280,8 +84828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *338 - - *339 + - *343 + - *344 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -84322,12 +84870,12 @@ paths: application/json: schema: type: array - items: &573 + items: &578 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *274 - required: *275 + properties: *279 + required: *280 examples: default: value: @@ -84366,7 +84914,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -84383,8 +84931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -84424,9 +84972,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *578 examples: - default: &574 + default: &579 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -84485,9 +85033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *338 - - *339 - - &575 + - *343 + - *344 + - &580 name: milestone_number description: The number that identifies the milestone. in: path @@ -84499,9 +85047,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *578 examples: - default: *574 + default: *579 '404': *6 x-github: githubCloudOnly: false @@ -84518,9 +85066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *338 - - *339 - - *575 + - *343 + - *344 + - *580 requestBody: required: false content: @@ -84558,9 +85106,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *578 examples: - default: *574 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84576,9 +85124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *338 - - *339 - - *575 + - *343 + - *344 + - *580 responses: '204': description: Response @@ -84599,9 +85147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *338 - - *339 - - *575 + - *343 + - *344 + - *580 - *17 - *19 responses: @@ -84611,11 +85159,11 @@ paths: application/json: schema: type: array - items: *78 + items: *84 examples: - default: *552 + default: *557 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84632,12 +85180,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *338 - - *339 - - *576 - - *577 - - *86 - - *578 + - *343 + - *344 + - *581 + - *582 + - *92 + - *583 - *17 - *19 responses: @@ -84647,11 +85195,11 @@ paths: application/json: schema: type: array - items: *106 + items: *112 examples: - default: *579 + default: *584 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84673,8 +85221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: false content: @@ -84732,14 +85280,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: &580 + schema: &585 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84864,7 +85412,7 @@ paths: - custom_404 - public examples: - default: &581 + default: &586 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84905,8 +85453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -84960,9 +85508,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *585 examples: - default: *581 + default: *586 '422': *15 '409': *54 x-github: @@ -84985,8 +85533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -85085,8 +85633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -85112,8 +85660,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -85123,7 +85671,7 @@ paths: application/json: schema: type: array - items: &582 + items: &587 title: Page Build description: Page Build type: object @@ -85198,7 +85746,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85217,8 +85765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *338 - - *339 + - *343 + - *344 responses: '201': description: Response @@ -85263,16 +85811,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *582 + schema: *587 examples: - default: &583 + default: &588 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -85320,8 +85868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *338 - - *339 + - *343 + - *344 - name: build_id in: path required: true @@ -85332,9 +85880,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *587 examples: - default: *583 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85354,8 +85902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -85460,9 +86008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *338 - - *339 - - &584 + - *343 + - *344 + - &589 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -85520,11 +86068,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *338 - - *339 - - *584 + - *343 + - *344 + - *589 responses: - '204': *187 + '204': *192 '404': *6 x-github: githubCloudOnly: false @@ -85549,8 +86097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -85781,7 +86329,7 @@ paths: description: Empty response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -85808,8 +86356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Private vulnerability reporting status @@ -85846,10 +86394,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: - '204': *187 + '204': *192 '422': *14 x-github: githubCloudOnly: false @@ -85868,10 +86416,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: - '204': *187 + '204': *192 '422': *14 x-github: githubCloudOnly: false @@ -85891,8 +86439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -85900,7 +86448,7 @@ paths: application/json: schema: type: array - items: *289 + items: *294 examples: default: value: @@ -85931,8 +86479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -85944,7 +86492,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *289 + items: *294 required: - properties examples: @@ -85994,8 +86542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *338 - - *339 + - *343 + - *344 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -86055,11 +86603,11 @@ paths: application/json: schema: type: array - items: *476 + items: *481 examples: - default: *585 + default: *590 headers: - Link: *61 + Link: *67 '304': *37 '422': *15 x-github: @@ -86089,8 +86637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -86155,7 +86703,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &594 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -86266,8 +86814,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *274 - required: *275 + properties: *279 + required: *280 nullable: true active_lock_reason: type: string @@ -86310,7 +86858,7 @@ paths: items: *4 requested_teams: type: array - items: *327 + items: *332 head: type: object properties: @@ -86318,7 +86866,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: *4 @@ -86335,7 +86883,7 @@ paths: type: string ref: type: string - repo: *73 + repo: *79 sha: type: string user: *4 @@ -86348,14 +86896,14 @@ paths: _links: type: object properties: - comments: *276 - commits: *276 - statuses: *276 - html: *276 - issue: *276 - review_comments: *276 - review_comment: *276 - self: *276 + comments: *281 + commits: *281 + statuses: *281 + html: *281 + issue: *281 + review_comments: *281 + review_comment: *281 + self: *281 required: - comments - commits @@ -86365,8 +86913,8 @@ paths: - review_comments - review_comment - self - author_association: *76 - auto_merge: *586 + author_association: *82 + auto_merge: *591 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -86552,7 +87100,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &590 + default: &595 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -87079,8 +87627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *338 - - *339 + - *343 + - *344 - name: sort in: query required: false @@ -87099,7 +87647,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -87109,9 +87657,9 @@ paths: application/json: schema: type: array - items: *587 + items: *592 examples: - default: &592 + default: &597 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -87163,7 +87711,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87188,17 +87736,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '200': description: Response content: application/json: - schema: *587 + schema: *592 examples: - default: &588 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -87273,9 +87821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 requestBody: required: true content: @@ -87297,9 +87845,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *592 examples: - default: *588 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87315,9 +87863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 responses: '204': description: Response @@ -87338,9 +87886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -87366,11 +87914,11 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: *541 + default: *546 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -87389,9 +87937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *338 - - *339 - - *95 + - *343 + - *344 + - *101 requestBody: required: true content: @@ -87423,16 +87971,16 @@ paths: description: Reaction exists content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '201': description: Reaction created content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '422': *15 x-github: githubCloudOnly: false @@ -87454,10 +88002,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *338 - - *339 - - *95 - - *542 + - *343 + - *344 + - *101 + - *547 responses: '204': description: Response @@ -87500,9 +88048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *338 - - *339 - - &591 + - *343 + - *344 + - &596 name: pull_number description: The number that identifies the pull request. in: path @@ -87515,9 +88063,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *589 + schema: *594 examples: - default: *590 + default: *595 '304': *37 '404': *6 '406': @@ -87525,8 +88073,8 @@ paths: content: application/json: schema: *3 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87552,9 +88100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: false content: @@ -87596,9 +88144,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *594 examples: - default: *590 + default: *595 '422': *15 '403': *29 x-github: @@ -87620,9 +88168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: true content: @@ -87682,21 +88230,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87722,10 +88270,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *338 - - *339 - - *591 - - *103 + - *343 + - *344 + - *596 + - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -87735,7 +88283,7 @@ paths: enum: - asc - desc - - *86 + - *92 - *17 - *19 responses: @@ -87745,11 +88293,11 @@ paths: application/json: schema: type: array - items: *587 + items: *592 examples: - default: *592 + default: *597 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87780,9 +88328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: true content: @@ -87887,7 +88435,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *592 examples: example-for-a-multi-line-comment: value: @@ -87975,10 +88523,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *338 - - *339 - - *591 - - *95 + - *343 + - *344 + - *596 + - *101 requestBody: required: true content: @@ -88000,7 +88548,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *592 examples: default: value: @@ -88086,9 +88634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 - *17 - *19 responses: @@ -88098,11 +88646,11 @@ paths: application/json: schema: type: array - items: *472 + items: *477 examples: - default: *593 + default: *598 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88130,9 +88678,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 - *17 - *19 responses: @@ -88142,7 +88690,7 @@ paths: application/json: schema: type: array - items: *485 + items: *490 examples: default: value: @@ -88158,10 +88706,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *61 + Link: *67 '422': *15 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88180,9 +88728,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 responses: '204': description: Response if pull request has been merged @@ -88205,9 +88753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: false content: @@ -88318,9 +88866,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 responses: '200': description: Response @@ -88336,7 +88884,7 @@ paths: items: *4 teams: type: array - items: *193 + items: *198 required: - users - teams @@ -88377,7 +88925,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88395,9 +88943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: false content: @@ -88434,7 +88982,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *481 examples: default: value: @@ -88970,9 +89518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: true content: @@ -89006,7 +89554,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *481 examples: default: value: @@ -89511,9 +90059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 - *17 - *19 responses: @@ -89523,7 +90071,7 @@ paths: application/json: schema: type: array - items: &594 + items: &599 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -89592,7 +90140,7 @@ paths: type: string body_text: type: string - author_association: *76 + author_association: *82 required: - id - node_id @@ -89641,7 +90189,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89674,9 +90222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: false content: @@ -89762,9 +90310,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *599 examples: - default: &596 + default: &601 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89827,10 +90375,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *338 - - *339 - - *591 - - &595 + - *343 + - *344 + - *596 + - &600 name: review_id description: The unique identifier of the review. in: path @@ -89842,9 +90390,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *599 examples: - default: &597 + default: &602 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89903,10 +90451,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *338 - - *339 - - *591 - - *595 + - *343 + - *344 + - *596 + - *600 requestBody: required: true content: @@ -89929,7 +90477,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *599 examples: default: value: @@ -89991,18 +90539,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *338 - - *339 - - *591 - - *595 + - *343 + - *344 + - *596 + - *600 responses: '200': description: Response content: application/json: - schema: *594 + schema: *599 examples: - default: *596 + default: *601 '422': *7 '404': *6 x-github: @@ -90029,10 +90577,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *338 - - *339 - - *591 - - *595 + - *343 + - *344 + - *596 + - *600 - *17 - *19 responses: @@ -90111,13 +90659,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *76 + author_association: *82 _links: type: object properties: - self: *276 - html: *276 - pull_request: *276 + self: *281 + html: *281 + pull_request: *281 required: - self - html @@ -90126,7 +90674,7 @@ paths: type: string body_html: type: string - reactions: *77 + reactions: *83 side: description: The side of the first line of the range for a multi-line comment. @@ -90238,7 +90786,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -90267,10 +90815,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *338 - - *339 - - *591 - - *595 + - *343 + - *344 + - *596 + - *600 requestBody: required: true content: @@ -90298,7 +90846,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *599 examples: default: value: @@ -90361,10 +90909,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *338 - - *339 - - *591 - - *595 + - *343 + - *344 + - *596 + - *600 requestBody: required: true content: @@ -90399,9 +90947,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *599 examples: - default: *597 + default: *602 '404': *6 '422': *7 '403': *29 @@ -90423,9 +90971,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *338 - - *339 - - *591 + - *343 + - *344 + - *596 requestBody: required: false content: @@ -90488,8 +91036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *338 - - *339 + - *343 + - *344 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -90502,9 +91050,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *603 examples: - default: &599 + default: &604 value: type: file encoding: base64 @@ -90546,8 +91094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *338 - - *339 + - *343 + - *344 - name: dir description: The alternate path to look for a README file in: path @@ -90567,9 +91115,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *603 examples: - default: *599 + default: *604 '404': *6 '422': *15 x-github: @@ -90591,8 +91139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -90602,7 +91150,7 @@ paths: application/json: schema: type: array - items: *600 + items: *605 examples: default: value: @@ -90676,7 +91224,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -90696,8 +91244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -90773,9 +91321,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *605 examples: - default: &604 + default: &609 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90880,9 +91428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *338 - - *339 - - &602 + - *343 + - *344 + - &607 name: asset_id description: The unique identifier of the asset. in: path @@ -90894,9 +91442,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *606 examples: - default: &603 + default: &608 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 @@ -90931,7 +91479,7 @@ paths: type: User site_admin: false '404': *6 - '302': *487 + '302': *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90947,9 +91495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *338 - - *339 - - *602 + - *343 + - *344 + - *607 requestBody: required: false content: @@ -90977,9 +91525,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *606 examples: - default: *603 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90995,12 +91543,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *338 - - *339 - - *602 + - *343 + - *344 + - *607 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91021,8 +91570,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -91107,16 +91656,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *600 + schema: *605 examples: - default: *604 + default: *609 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91133,8 +91683,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *338 - - *339 + - *343 + - *344 - name: tag description: tag parameter in: path @@ -91147,9 +91697,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *605 examples: - default: *604 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -91171,9 +91721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *338 - - *339 - - &605 + - *343 + - *344 + - &610 name: release_id description: The unique identifier of the release. in: path @@ -91187,9 +91737,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *600 + schema: *605 examples: - default: *604 + default: *609 '401': description: Unauthorized x-github: @@ -91207,9 +91757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *338 - - *339 - - *605 + - *343 + - *344 + - *610 requestBody: required: false content: @@ -91273,9 +91823,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *605 examples: - default: *604 + default: *609 '404': description: Not Found if the discussion category name is invalid content: @@ -91296,12 +91846,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *338 - - *339 - - *605 + - *343 + - *344 + - *610 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91318,9 +91869,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *338 - - *339 - - *605 + - *343 + - *344 + - *610 - *17 - *19 responses: @@ -91330,7 +91881,7 @@ paths: application/json: schema: type: array - items: *601 + items: *606 examples: default: value: @@ -91367,7 +91918,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91411,9 +91962,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: - - *338 - - *339 - - *605 + - *343 + - *344 + - *610 - name: name in: query required: true @@ -91439,7 +91990,7 @@ paths: description: Response for successful upload content: application/json: - schema: *601 + schema: *606 examples: response-for-successful-upload: value: @@ -91494,9 +92045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *338 - - *339 - - *605 + - *343 + - *344 + - *610 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -91520,11 +92071,11 @@ paths: application/json: schema: type: array - items: *470 + items: *475 examples: - default: *541 + default: *546 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -91543,9 +92094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *338 - - *339 - - *605 + - *343 + - *344 + - *610 requestBody: required: true content: @@ -91575,16 +92126,16 @@ paths: description: Reaction exists content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '201': description: Reaction created content: application/json: - schema: *470 + schema: *475 examples: - default: *471 + default: *476 '422': *15 x-github: githubCloudOnly: false @@ -91606,10 +92157,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *338 - - *339 - - *605 - - *542 + - *343 + - *344 + - *610 + - *547 responses: '204': description: Response @@ -91633,9 +92184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *338 - - *339 - - *405 + - *343 + - *344 + - *410 - *17 - *19 responses: @@ -91651,8 +92202,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *299 - - &606 + - *304 + - &611 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91671,69 +92222,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *300 - - *606 - - allOf: - - *301 - - *606 - - allOf: - - *302 - - *606 - - allOf: - - *607 - - *606 - - allOf: - - *303 - - *606 - - allOf: - - *304 - - *606 - allOf: - *305 - - *606 + - *611 - allOf: - *306 - - *606 + - *611 - allOf: - *307 - - *606 + - *611 + - allOf: + - *612 + - *611 - allOf: - *308 - - *606 + - *611 - allOf: - *309 - - *606 + - *611 - allOf: - *310 - - *606 + - *611 - allOf: - *311 - - *606 + - *611 - allOf: - *312 - - *606 + - *611 - allOf: - *313 - - *606 + - *611 - allOf: - *314 - - *606 + - *611 - allOf: - *315 - - *606 + - *611 - allOf: - *316 - - *606 + - *611 - allOf: - *317 - - *606 + - *611 - allOf: - *318 - - *606 + - *611 - allOf: - *319 - - *606 + - *611 + - allOf: + - *320 + - *611 + - allOf: + - *321 + - *611 + - allOf: + - *322 + - *611 + - allOf: + - *323 + - *611 + - allOf: + - *324 + - *611 examples: default: value: @@ -91772,8 +92323,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 - name: includes_parents @@ -91784,7 +92335,7 @@ paths: schema: type: boolean default: true - - *608 + - *613 responses: '200': description: Response @@ -91792,7 +92343,7 @@ paths: application/json: schema: type: array - items: *320 + items: *325 examples: default: value: @@ -91823,7 +92374,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *115 + '500': *55 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -91839,8 +92390,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - - *339 + - *343 + - *344 requestBody: description: Request body required: true @@ -91860,16 +92411,16 @@ paths: - tag - push default: branch - enforcement: *296 + enforcement: *301 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *297 - conditions: *294 + items: *302 + conditions: *299 rules: type: array description: An array of rules within the ruleset. - items: *609 + items: *614 required: - name - enforcement @@ -91900,9 +92451,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *325 examples: - default: &619 + default: &624 value: id: 42 name: super cool ruleset @@ -91936,7 +92487,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *115 + '500': *55 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -91950,12 +92501,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *338 - - *339 - - *610 - - *611 - - *612 - - *613 + - *343 + - *344 + - *615 + - *616 + - *617 + - *618 - *17 - *19 responses: @@ -91963,11 +92514,11 @@ paths: description: Response content: application/json: - schema: *614 + schema: *619 examples: - default: *615 + default: *620 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91986,19 +92537,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *338 - - *339 - - *616 + - *343 + - *344 + - *621 responses: '200': description: Response content: application/json: - schema: *617 + schema: *622 examples: - default: *618 + default: *623 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92024,8 +92575,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - - *339 + - *343 + - *344 - name: ruleset_id description: The ID of the ruleset. in: path @@ -92045,11 +92596,11 @@ paths: description: Response content: application/json: - schema: *320 + schema: *325 examples: - default: *619 + default: *624 '404': *6 - '500': *115 + '500': *55 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -92065,8 +92616,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - - *339 + - *343 + - *344 - name: ruleset_id description: The ID of the ruleset. in: path @@ -92091,16 +92642,16 @@ paths: - branch - tag - push - enforcement: *296 + enforcement: *301 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *297 - conditions: *294 + items: *302 + conditions: *299 rules: description: An array of rules within the ruleset. type: array - items: *609 + items: *614 examples: default: value: @@ -92128,12 +92679,12 @@ paths: description: Response content: application/json: - schema: *320 + schema: *325 examples: - default: *619 + default: *624 '404': *6 '422': *15 - '500': *115 + '500': *55 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -92149,8 +92700,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - - *339 + - *343 + - *344 - name: ruleset_id description: The ID of the ruleset. in: path @@ -92161,7 +92712,7 @@ paths: '204': description: Response '404': *6 - '500': *115 + '500': *55 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -92173,8 +92724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 - name: ruleset_id @@ -92190,11 +92741,11 @@ paths: application/json: schema: type: array - items: *323 + items: *328 examples: - default: *620 + default: *625 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92211,8 +92762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *338 - - *339 + - *343 + - *344 - name: ruleset_id description: The ID of the ruleset. in: path @@ -92230,7 +92781,7 @@ paths: description: Response content: application/json: - schema: *621 + schema: *626 examples: default: value: @@ -92263,7 +92814,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92285,22 +92836,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *338 - - *339 - - *622 - - *623 - - *624 - - *625 - - *626 - - *55 - - *19 - - *17 + - *343 + - *344 - *627 - *628 - *629 - *630 - *631 + - *61 + - *19 + - *17 - *632 + - *633 + - *634 + - *635 + - *636 + - *637 responses: '200': description: Response @@ -92308,11 +92859,11 @@ paths: application/json: schema: type: array - items: &636 + items: &641 type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -92320,15 +92871,15 @@ paths: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *633 - resolution: *634 + state: *638 + resolution: *639 resolved_at: type: string format: date-time @@ -92424,7 +92975,7 @@ paths: pull request. ' - oneOf: *635 + oneOf: *640 nullable: true has_more_locations: type: boolean @@ -92551,7 +93102,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92573,16 +93124,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *338 - - *339 - - *436 - - *632 + - *343 + - *344 + - *441 + - *637 responses: '200': description: Response content: application/json: - schema: *636 + schema: *641 examples: default: value: @@ -92613,7 +93164,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92636,9 +93187,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *338 - - *339 - - *436 + - *343 + - *344 + - *441 requestBody: required: true content: @@ -92646,8 +93197,8 @@ paths: schema: type: object properties: - state: *633 - resolution: *634 + state: *638 + resolution: *639 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -92681,7 +93232,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *641 examples: default: value: @@ -92754,7 +93305,7 @@ paths: '422': description: State does not match the resolution or resolution comment, or assignee does not have write access to the repository - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92776,9 +93327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *338 - - *339 - - *436 + - *343 + - *344 + - *441 - *19 - *17 responses: @@ -92789,7 +93340,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &795 + items: &800 type: object properties: type: @@ -92815,11 +93366,6 @@ paths: example: commit details: oneOf: - - *637 - - *638 - - *639 - - *640 - - *641 - *642 - *643 - *644 @@ -92828,6 +93374,11 @@ paths: - *647 - *648 - *649 + - *650 + - *651 + - *652 + - *653 + - *654 examples: default: value: @@ -92887,11 +93438,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *61 + Link: *67 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92913,8 +93464,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -92922,14 +93473,14 @@ paths: schema: type: object properties: - reason: &651 + reason: &656 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *650 + placeholder_id: *655 required: - reason - placeholder_id @@ -92946,7 +93497,7 @@ paths: schema: type: object properties: - reason: *651 + reason: *656 expire_at: type: string format: date-time @@ -92969,7 +93520,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *116 + '503': *121 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92992,13 +93543,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *116 + '503': *121 '200': description: Response content: @@ -93008,7 +93559,7 @@ paths: properties: incremental_scans: type: array - items: &652 + items: &657 description: Information on a single scan performed by secret scanning on the repository type: object @@ -93034,15 +93585,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *652 + items: *657 backfill_scans: type: array - items: *652 + items: *657 custom_pattern_backfill_scans: type: array items: allOf: - - *652 + - *657 - type: object properties: pattern_name: @@ -93112,9 +93663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *338 - - *339 - - *55 + - *343 + - *344 + - *61 - name: sort description: The property to sort the results by. in: query @@ -93157,9 +93708,9 @@ paths: application/json: schema: type: array - items: *653 + items: *658 examples: - default: *654 + default: *659 '400': *14 '404': *6 x-github: @@ -93182,8 +93733,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -93256,7 +93807,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *331 required: - login - type @@ -93343,9 +93894,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *658 examples: - default: &656 + default: &661 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93578,8 +94129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -93683,7 +94234,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *658 examples: default: value: @@ -93830,17 +94381,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *338 - - *339 - - *655 + - *343 + - *344 + - *660 responses: '200': description: Response content: application/json: - schema: *653 + schema: *658 examples: - default: *656 + default: *661 '403': *29 '404': *6 x-github: @@ -93864,9 +94415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *338 - - *339 - - *655 + - *343 + - *344 + - *660 requestBody: required: true content: @@ -93939,7 +94490,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *331 required: - login - type @@ -94025,17 +94576,17 @@ paths: description: Response content: application/json: - schema: *653 + schema: *658 examples: - default: *656 - add_credit: *656 + default: *661 + add_credit: *661 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *124 + schema: *129 examples: invalid_state_transition: value: @@ -94066,9 +94617,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *338 - - *339 - - *655 + - *343 + - *344 + - *660 responses: '202': *39 '400': *14 @@ -94095,17 +94646,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *338 - - *339 - - *655 + - *343 + - *344 + - *660 responses: '202': description: Response content: application/json: - schema: *341 + schema: *346 examples: - default: *343 + default: *348 '400': *14 '422': *15 '403': *29 @@ -94131,8 +94682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -94209,7 +94760,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -94231,8 +94782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -94241,7 +94792,7 @@ paths: application/json: schema: type: array - items: &657 + items: &662 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -94254,7 +94805,7 @@ paths: - 1124 - -435 '202': *39 - '204': *187 + '204': *192 '422': description: Repository contains more than 10,000 commits x-github: @@ -94274,8 +94825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -94324,7 +94875,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94351,8 +94902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -94426,7 +94977,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94448,8 +94999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -94603,8 +95154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -94614,7 +95165,7 @@ paths: application/json: schema: type: array - items: *657 + items: *662 examples: default: value: @@ -94627,7 +95178,7 @@ paths: - - 0 - 2 - 21 - '204': *187 + '204': *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94647,8 +95198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *338 - - *339 + - *343 + - *344 - name: sha in: path required: true @@ -94702,7 +95253,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *663 examples: default: value: @@ -94756,8 +95307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -94769,9 +95320,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94789,14 +95340,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &659 + schema: &664 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94864,8 +95415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: false content: @@ -94891,7 +95442,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *664 examples: default: value: @@ -94918,8 +95469,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -94939,8 +95490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -94996,7 +95547,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95019,8 +95570,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *338 - - *339 + - *343 + - *344 - name: ref in: path required: true @@ -95056,8 +95607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *338 - - *339 + - *343 + - *344 - *17 - *19 responses: @@ -95067,11 +95618,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *254 + default: *259 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -95089,8 +95640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *338 - - *339 + - *343 + - *344 - *19 - *17 responses: @@ -95098,7 +95649,7 @@ paths: description: Response content: application/json: - schema: &660 + schema: &665 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -95110,7 +95661,7 @@ paths: required: - names examples: - default: &661 + default: &666 value: names: - octocat @@ -95133,8 +95684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -95165,9 +95716,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *665 examples: - default: *661 + default: *666 '404': *6 '422': *7 x-github: @@ -95188,9 +95739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *338 - - *339 - - &662 + - *343 + - *344 + - &667 name: per description: The time frame to display results for. in: query @@ -95219,7 +95770,7 @@ paths: example: 128 clones: type: array - items: &663 + items: &668 title: Traffic type: object properties: @@ -95306,8 +95857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -95397,8 +95948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *338 - - *339 + - *343 + - *344 responses: '200': description: Response @@ -95458,9 +96009,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *338 - - *339 - - *662 + - *343 + - *344 + - *667 responses: '200': description: Response @@ -95479,7 +96030,7 @@ paths: example: 3782 views: type: array - items: *663 + items: *668 required: - uniques - count @@ -95556,8 +96107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *338 - - *339 + - *343 + - *344 requestBody: required: true content: @@ -95593,7 +96144,7 @@ paths: description: Response content: application/json: - schema: *156 + schema: *161 examples: default: value: @@ -95831,8 +96382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95855,8 +96406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -95878,8 +96429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -95905,8 +96456,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *338 - - *339 + - *343 + - *344 - name: ref in: path required: true @@ -95998,9 +96549,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *346 examples: - default: *343 + default: *348 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -96041,7 +96592,7 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: default: value: @@ -96147,8 +96698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *145 - - *548 + - *150 + - *553 requestBody: required: true content: @@ -96212,14 +96763,14 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *551 + items: *556 examples: - default: *664 + default: *669 '400': *14 '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -96250,8 +96801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *145 - - *548 + - *150 + - *553 requestBody: required: true content: @@ -96316,14 +96867,14 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *551 + items: *556 examples: - default: *664 + default: *669 '400': *14 '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -96349,16 +96900,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *145 - - *548 - - *236 + - *150 + - *553 + - *241 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *116 + '503': *121 x-github: triggersNotification: true githubCloudOnly: false @@ -96472,7 +97023,7 @@ paths: html_url: type: string format: uri - repository: *156 + repository: *161 score: type: number file_size: @@ -96490,7 +97041,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &665 + text_matches: &670 title: Search Result Text Matches type: array items: @@ -96604,7 +97155,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *116 + '503': *121 '422': *15 '403': *29 x-github: @@ -96652,7 +97203,7 @@ paths: enum: - author-date - committer-date - - &666 + - &671 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 @@ -96723,7 +97274,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *403 + properties: *408 nullable: true comment_count: type: integer @@ -96743,7 +97294,7 @@ paths: url: type: string format: uri - verification: *524 + verification: *529 required: - author - committer @@ -96762,7 +97313,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *403 + properties: *408 nullable: true parents: type: array @@ -96775,12 +97326,12 @@ paths: type: string sha: type: string - repository: *156 + repository: *161 score: type: number node_id: type: string - text_matches: *665 + text_matches: *670 required: - sha - node_id @@ -96972,7 +97523,7 @@ paths: - interactions - created - updated - - *666 + - *671 - *17 - *19 - name: advanced_search @@ -97069,11 +97620,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: type: string state_reason: @@ -97090,8 +97641,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *274 - required: *275 + properties: *279 + required: *280 nullable: true comments: type: integer @@ -97105,7 +97656,7 @@ paths: type: string format: date-time nullable: true - text_matches: *665 + text_matches: *670 pull_request: type: object properties: @@ -97138,10 +97689,10 @@ paths: type: string score: type: number - author_association: *76 + author_association: *82 draft: type: boolean - repository: *73 + repository: *79 body_html: type: string body_text: @@ -97149,7 +97700,7 @@ paths: timeline_url: type: string format: uri - type: *237 + type: *242 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -97159,17 +97710,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - reactions: *77 + reactions: *83 required: - assignee - closed_at @@ -97313,7 +97864,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *116 + '503': *121 '422': *15 '304': *37 '403': *29 @@ -97366,7 +97917,7 @@ paths: enum: - created - updated - - *666 + - *671 - *17 - *19 responses: @@ -97410,7 +97961,7 @@ paths: nullable: true score: type: number - text_matches: *665 + text_matches: *670 required: - id - node_id @@ -97495,7 +98046,7 @@ paths: - forks - help-wanted-issues - updated - - *666 + - *671 - *17 - *19 responses: @@ -97710,8 +98261,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -97725,8 +98274,8 @@ paths: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true permissions: type: object @@ -97745,7 +98294,7 @@ paths: - admin - pull - push - text_matches: *665 + text_matches: *670 temp_clone_token: type: string allow_merge_commit: @@ -97947,7 +98496,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *116 + '503': *121 '422': *15 '304': *37 x-github: @@ -98045,7 +98594,7 @@ paths: type: string format: uri nullable: true - text_matches: *665 + text_matches: *670 related: type: array nullable: true @@ -98236,7 +98785,7 @@ paths: - followers - repositories - joined - - *666 + - *671 - *17 - *19 responses: @@ -98340,7 +98889,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *665 + text_matches: *670 blog: type: string nullable: true @@ -98399,7 +98948,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *116 + '503': *121 '422': *15 x-github: githubCloudOnly: false @@ -98419,7 +98968,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &669 + - &674 name: team_id description: The unique identifier of the team. in: path @@ -98431,9 +98980,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *339 examples: - default: *335 + default: *340 '404': *6 x-github: githubCloudOnly: false @@ -98460,7 +99009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *669 + - *674 requestBody: required: true content: @@ -98523,16 +99072,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *334 + schema: *339 examples: - default: *335 + default: *340 '201': description: Response content: application/json: - schema: *334 + schema: *339 examples: - default: *335 + default: *340 '404': *6 '422': *15 '403': *29 @@ -98560,7 +99109,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *669 + - *674 responses: '204': description: Response @@ -98589,7 +99138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *669 + - *674 - *17 - *19 responses: @@ -98599,11 +99148,11 @@ paths: application/json: schema: type: array - items: *231 + items: *236 examples: - default: *232 + default: *237 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98627,7 +99176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *669 + - *674 - name: role description: Filters members returned by their role in the team. in: query @@ -98650,9 +99199,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -98678,8 +99227,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *669 - - *65 + - *674 + - *71 responses: '204': description: if user is a member @@ -98715,8 +99264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *669 - - *65 + - *674 + - *71 responses: '204': description: Response @@ -98755,8 +99304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *669 - - *65 + - *674 + - *71 responses: '204': description: Response @@ -98792,16 +99341,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *669 - - *65 + - *674 + - *71 responses: '200': description: Response content: application/json: - schema: *337 + schema: *342 examples: - response-if-user-is-a-team-maintainer: *670 + response-if-user-is-a-team-maintainer: *675 '404': *6 x-github: githubCloudOnly: false @@ -98834,8 +99383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *669 - - *65 + - *674 + - *71 requestBody: required: false content: @@ -98860,9 +99409,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *342 examples: - response-if-users-membership-with-team-is-now-pending: *671 + response-if-users-membership-with-team-is-now-pending: *676 '403': description: Forbidden if team synchronization is set up '422': @@ -98896,8 +99445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *669 - - *65 + - *674 + - *71 responses: '204': description: Response @@ -98924,7 +99473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *669 + - *674 - *17 - *19 responses: @@ -98934,11 +99483,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -98966,15 +99515,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *669 - - *338 - - *339 + - *674 + - *343 + - *344 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *672 + schema: *677 examples: alternative-response-with-extra-repository-information: value: @@ -99125,9 +99674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *669 - - *338 - - *339 + - *674 + - *343 + - *344 requestBody: required: false content: @@ -99177,9 +99726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *669 - - *338 - - *339 + - *674 + - *343 + - *344 responses: '204': description: Response @@ -99204,7 +99753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *669 + - *674 - *17 - *19 responses: @@ -99214,11 +99763,11 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - response-if-child-teams-exist: *673 + response-if-child-teams-exist: *678 headers: - Link: *61 + Link: *67 '404': *6 '403': *29 '422': *15 @@ -99249,7 +99798,7 @@ paths: application/json: schema: oneOf: - - &675 + - &680 title: Private User description: Private User type: object @@ -99452,7 +100001,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *674 + - *679 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -99605,7 +100154,7 @@ paths: description: Response content: application/json: - schema: *675 + schema: *680 examples: default: value: @@ -99684,7 +100233,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 '304': *37 '404': *6 '403': *29 @@ -99707,7 +100256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *65 + - *71 responses: '204': description: If the user is blocked @@ -99735,7 +100284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -99759,7 +100308,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -99808,11 +100357,11 @@ paths: type: integer codespaces: type: array - items: *242 + items: *247 examples: - default: *243 + default: *248 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -99949,21 +100498,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '401': *25 '403': *29 '404': *6 - '503': *116 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100003,7 +100552,7 @@ paths: type: integer secrets: type: array - items: &676 + items: &681 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -100043,9 +100592,9 @@ paths: - visibility - selected_repositories_url examples: - default: *462 + default: *467 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100113,13 +100662,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 responses: '200': description: Response content: application/json: - schema: *676 + schema: *681 examples: default: value: @@ -100149,7 +100698,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 requestBody: required: true content: @@ -100194,7 +100743,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -100222,7 +100771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *164 + - *169 responses: '204': description: Response @@ -100247,7 +100796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *164 + - *169 responses: '200': description: Response @@ -100263,13 +100812,13 @@ paths: type: integer repositories: type: array - items: *156 + items: *161 examples: - default: *194 + default: *199 '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100290,7 +100839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *164 + - *169 requestBody: required: true content: @@ -100322,7 +100871,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100344,7 +100893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *164 + - *169 - name: repository_id in: path required: true @@ -100356,7 +100905,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100377,7 +100926,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *164 + - *169 - name: repository_id in: path required: true @@ -100389,7 +100938,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *115 + '500': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100409,17 +100958,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *244 + - *249 responses: '200': description: Response content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -100443,7 +100992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *244 + - *249 requestBody: required: false content: @@ -100473,9 +101022,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '401': *25 '403': *29 '404': *6 @@ -100497,11 +101046,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *244 + - *249 responses: '202': *39 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -100526,13 +101075,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *244 + - *249 responses: '202': description: Response content: application/json: - schema: &677 + schema: &682 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -100573,7 +101122,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &678 + default: &683 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -100581,7 +101130,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -100605,7 +101154,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *244 + - *249 - name: export_id in: path required: true @@ -100618,9 +101167,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *682 examples: - default: *678 + default: *683 '404': *6 x-github: githubCloudOnly: false @@ -100641,7 +101190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *244 + - *249 responses: '200': description: Response @@ -100657,11 +101206,11 @@ paths: type: integer machines: type: array - items: *679 + items: *684 examples: - default: *680 + default: *685 '304': *37 - '500': *115 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -100688,7 +101237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *244 + - *249 requestBody: required: true content: @@ -100738,13 +101287,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *341 + repository: *346 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *460 - required: *461 + properties: *465 + required: *466 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -101518,17 +102067,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *244 + - *249 responses: '200': description: Response content: application/json: - schema: *242 + schema: *247 examples: - default: *459 + default: *464 '304': *37 - '500': *115 + '500': *55 '400': *14 '401': *25 '402': @@ -101558,16 +102107,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *244 + - *249 responses: '200': description: Response content: application/json: - schema: *242 + schema: *247 examples: - default: *459 - '500': *115 + default: *464 + '500': *55 '401': *25 '403': *29 '404': *6 @@ -101596,9 +102145,9 @@ paths: application/json: schema: type: array - items: *255 + items: *260 examples: - default: &691 + default: &696 value: - id: 197 name: hello_docker @@ -101699,7 +102248,7 @@ paths: application/json: schema: type: array - items: &681 + items: &686 title: Email description: Email type: object @@ -101764,16 +102313,16 @@ paths: application/json: schema: type: array - items: *681 + items: *686 examples: - default: &693 + default: &698 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -101841,7 +102390,7 @@ paths: application/json: schema: type: array - items: *681 + items: *686 examples: default: value: @@ -101951,9 +102500,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -101984,9 +102533,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -102006,7 +102555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *65 + - *71 responses: '204': description: if the person is followed by the authenticated user @@ -102036,7 +102585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -102061,7 +102610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *65 + - *71 responses: '204': description: Response @@ -102097,7 +102646,7 @@ paths: application/json: schema: type: array - items: &682 + items: &687 title: GPG Key description: A unique encryption key type: object @@ -102228,7 +102777,7 @@ paths: - subkeys - revoked examples: - default: &709 + default: &714 value: - id: 3 name: Octocat's GPG Key @@ -102260,7 +102809,7 @@ paths: revoked: false raw_key: string headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -102313,9 +102862,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *687 examples: - default: &683 + default: &688 value: id: 3 name: Octocat's GPG Key @@ -102372,7 +102921,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &684 + - &689 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -102384,9 +102933,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *687 examples: - default: *683 + default: *688 '404': *6 '304': *37 '403': *29 @@ -102409,7 +102958,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *684 + - *689 responses: '204': description: Response @@ -102552,7 +103101,7 @@ paths: suspended_at: suspended_by: headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -102600,11 +103149,11 @@ paths: type: array items: allOf: - - *73 + - *79 examples: - default: *148 + default: *153 headers: - Link: *61 + Link: *67 '404': *6 '403': *29 '304': *37 @@ -102627,7 +103176,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *145 + - *150 responses: '204': description: Response @@ -102653,7 +103202,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *145 + - *150 responses: '204': description: Response @@ -102687,12 +103236,12 @@ paths: application/json: schema: anyOf: - - *229 + - *234 - type: object properties: {} additionalProperties: false examples: - default: *230 + default: *235 '204': description: Response when there are no restrictions x-github: @@ -102716,7 +103265,7 @@ paths: required: true content: application/json: - schema: *535 + schema: *540 examples: default: value: @@ -102727,7 +103276,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *234 examples: default: value: @@ -102808,7 +103357,7 @@ paths: - closed - all default: open - - *240 + - *245 - name: sort description: What to sort results by. in: query @@ -102820,8 +103369,8 @@ paths: - updated - comments default: created - - *55 - - *86 + - *61 + - *92 - *17 - *19 responses: @@ -102831,11 +103380,11 @@ paths: application/json: schema: type: array - items: *79 + items: *85 examples: - default: *241 + default: *246 headers: - Link: *61 + Link: *67 '404': *6 '304': *37 x-github: @@ -102866,7 +103415,7 @@ paths: application/json: schema: type: array - items: &685 + items: &690 title: Key description: Key type: object @@ -102917,7 +103466,7 @@ paths: verified: false read_only: false headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -102967,9 +103516,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *690 examples: - default: &686 + default: &691 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -103002,15 +103551,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *570 + - *575 responses: '200': description: Response content: application/json: - schema: *685 + schema: *690 examples: - default: *686 + default: *691 '404': *6 '304': *37 '403': *29 @@ -103033,7 +103582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *570 + - *575 responses: '204': description: Response @@ -103066,7 +103615,7 @@ paths: application/json: schema: type: array - items: &687 + items: &692 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -103123,7 +103672,7 @@ paths: - id - type - login - plan: *97 + plan: *103 required: - billing_cycle - next_billing_date @@ -103134,7 +103683,7 @@ paths: - account - plan examples: - default: &688 + default: &693 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -103167,7 +103716,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *61 + Link: *67 '304': *37 '401': *25 '404': *6 @@ -103196,11 +103745,11 @@ paths: application/json: schema: type: array - items: *687 + items: *692 examples: - default: *688 + default: *693 headers: - Link: *61 + Link: *67 '304': *37 '401': *25 x-github: @@ -103238,7 +103787,7 @@ paths: application/json: schema: type: array - items: *246 + items: *251 examples: default: value: @@ -103321,7 +103870,7 @@ paths: type: User site_admin: false headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -103346,13 +103895,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *69 + - *75 responses: '200': description: Response content: application/json: - schema: *246 + schema: *251 examples: default: value: @@ -103414,7 +103963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *69 + - *75 requestBody: required: true content: @@ -103439,7 +103988,7 @@ paths: description: Response content: application/json: - schema: *246 + schema: *251 examples: default: value: @@ -103511,7 +104060,7 @@ paths: application/json: schema: type: array - items: *248 + items: *253 examples: default: value: @@ -103664,7 +104213,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -103764,7 +104313,7 @@ paths: description: Response content: application/json: - schema: *248 + schema: *253 examples: default: value: @@ -103944,7 +104493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *249 + - *254 - name: exclude in: query required: false @@ -103957,7 +104506,7 @@ paths: description: Response content: application/json: - schema: *248 + schema: *253 examples: default: value: @@ -104151,7 +104700,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *249 + - *254 responses: '302': description: Response @@ -104177,7 +104726,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *249 + - *254 responses: '204': description: Response @@ -104206,8 +104755,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *249 - - *689 + - *254 + - *694 responses: '204': description: Response @@ -104231,7 +104780,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *249 + - *254 - *17 - *19 responses: @@ -104241,11 +104790,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 '404': *6 x-github: githubCloudOnly: false @@ -104260,7 +104809,7 @@ paths: content: application/json: schema: - items: *60 + items: *66 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -104296,11 +104845,11 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -104340,7 +104889,7 @@ paths: - docker - nuget - container - - *690 + - *695 - *19 - *17 responses: @@ -104350,10 +104899,10 @@ paths: application/json: schema: type: array - items: *255 + items: *260 examples: - default: *691 - '400': *692 + default: *696 + '400': *697 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104373,16 +104922,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *257 - - *258 + - *262 + - *263 responses: '200': description: Response content: application/json: - schema: *255 + schema: *260 examples: - default: &710 + default: &715 value: id: 40201 name: octo-name @@ -104495,8 +105044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *257 - - *258 + - *262 + - *263 responses: '204': description: Response @@ -104526,8 +105075,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *257 - - *258 + - *262 + - *263 - name: token description: package token schema: @@ -104559,8 +105108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *257 - - *258 + - *262 + - *263 - *19 - *17 - name: state @@ -104580,7 +105129,7 @@ paths: application/json: schema: type: array - items: *259 + items: *264 examples: default: value: @@ -104629,15 +105178,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *257 - - *258 - - *260 + - *262 + - *263 + - *265 responses: '200': description: Response content: application/json: - schema: *259 + schema: *264 examples: default: value: @@ -104673,9 +105222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *257 - - *258 - - *260 + - *262 + - *263 + - *265 responses: '204': description: Response @@ -104705,9 +105254,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *257 - - *258 - - *260 + - *262 + - *263 + - *265 responses: '204': description: Response @@ -104744,11 +105293,11 @@ paths: application/json: schema: type: array - items: *681 + items: *686 examples: - default: *693 + default: *698 headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -104857,9 +105406,9 @@ paths: application/json: schema: type: array - items: *73 + items: *79 examples: - default: &700 + default: &705 summary: Default response value: - id: 1296269 @@ -104980,7 +105529,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '422': *15 '304': *37 '403': *29 @@ -105163,9 +105712,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *346 examples: - default: *343 + default: *348 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -105209,11 +105758,11 @@ paths: application/json: schema: type: array - items: *537 + items: *542 examples: - default: *694 + default: *699 headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -105234,7 +105783,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *233 + - *238 responses: '204': description: Response @@ -105263,7 +105812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *233 + - *238 responses: '204': description: Response @@ -105296,7 +105845,7 @@ paths: application/json: schema: type: array - items: &695 + items: &700 title: Social account description: Social media account type: object @@ -105311,12 +105860,12 @@ paths: - provider - url examples: - default: &696 + default: &701 value: - provider: twitter url: https://twitter.com/github headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -105373,9 +105922,9 @@ paths: application/json: schema: type: array - items: *695 + items: *700 examples: - default: *696 + default: *701 '422': *15 '304': *37 '404': *6 @@ -105462,7 +106011,7 @@ paths: application/json: schema: type: array - items: &697 + items: &702 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -105482,7 +106031,7 @@ paths: - title - created_at examples: - default: &728 + default: &733 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -105493,7 +106042,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -105546,9 +106095,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *702 examples: - default: &698 + default: &703 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -105578,7 +106127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &699 + - &704 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -105590,9 +106139,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *702 examples: - default: *698 + default: *703 '404': *6 '304': *37 '403': *29 @@ -105615,7 +106164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *699 + - *704 responses: '204': description: Response @@ -105644,7 +106193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &729 + - &734 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 @@ -105657,7 +106206,7 @@ paths: - created - updated default: created - - *55 + - *61 - *17 - *19 responses: @@ -105667,13 +106216,13 @@ paths: application/json: schema: type: array - items: *73 + items: *79 examples: - default-response: *700 + default-response: *705 application/vnd.github.v3.star+json: schema: type: array - items: &730 + items: &735 title: Starred Repository description: Starred Repository type: object @@ -105681,7 +106230,7 @@ paths: starred_at: type: string format: date-time - repo: *73 + repo: *79 required: - starred_at - repo @@ -105809,7 +106358,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -105829,8 +106378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response if this repository is starred by you @@ -105858,8 +106407,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -105883,8 +106432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *338 - - *339 + - *343 + - *344 responses: '204': description: Response @@ -105917,11 +106466,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -105956,7 +106505,7 @@ paths: application/json: schema: type: array - items: *334 + items: *339 examples: default: value: @@ -106007,7 +106556,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *61 + Link: *67 '304': *37 '404': *6 '403': *29 @@ -106034,7 +106583,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *99 + - *105 responses: '200': description: Response @@ -106042,10 +106591,10 @@ paths: application/json: schema: oneOf: - - *675 - - *674 + - *680 + - *679 examples: - default-response: &704 + default-response: &709 summary: Default response value: login: octocat @@ -106080,7 +106629,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &705 + response-with-git-hub-plan-information: &710 summary: Response with GitHub plan information value: login: octocat @@ -106137,14 +106686,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &702 + - &707 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *273 + - *278 requestBody: required: true description: Details of the draft item to create in the project. @@ -106178,9 +106727,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *284 examples: - draft_issue: *280 + draft_issue: *285 '304': *37 '403': *29 '401': *25 @@ -106203,7 +106752,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *701 + - *706 - *17 responses: '200': @@ -106214,7 +106763,7 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: Link: example: ; rel="next" @@ -106238,8 +106787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *702 - - *273 + - *707 + - *278 requestBody: required: true content: @@ -106310,17 +106859,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *703 + schema: *708 examples: table_view: summary: Response for creating a table view - value: *284 + value: *289 board_view: summary: Response for creating a board view with filter - value: *284 + value: *289 roadmap_view: summary: Response for creating a roadmap view - value: *284 + value: *289 '304': *37 '403': *29 '401': *25 @@ -106354,7 +106903,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *65 + - *71 responses: '200': description: Response @@ -106362,11 +106911,11 @@ paths: application/json: schema: oneOf: - - *675 - - *674 + - *680 + - *679 examples: - default-response: *704 - response-with-git-hub-plan-information: *705 + default-response: *709 + response-with-git-hub-plan-information: *710 '404': *6 x-github: githubCloudOnly: false @@ -106392,7 +106941,7 @@ paths: - *17 - *47 - *48 - - *65 + - *71 requestBody: required: true content: @@ -106416,8 +106965,8 @@ paths: required: - subject_digests examples: - default: *706 - withPredicateType: *707 + default: *711 + withPredicateType: *712 responses: '200': description: Response @@ -106470,7 +107019,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *708 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106503,7 +107052,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *65 + - *71 requestBody: required: true content: @@ -106568,7 +107117,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *65 + - *71 - name: subject_digest description: Subject Digest in: path @@ -106599,7 +107148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *65 + - *71 - name: attestation_id description: Attestation ID in: path @@ -106637,7 +107186,7 @@ paths: - *17 - *47 - *48 - - *65 + - *71 - name: subject_digest description: Subject Digest in: path @@ -106690,12 +107239,12 @@ paths: initiator: type: string examples: - default: *399 + default: *404 '201': description: Response content: application/json: - schema: *165 + schema: *170 examples: default: value: @@ -106735,7 +107284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *65 + - *71 responses: '200': description: Response @@ -106743,9 +107292,9 @@ paths: application/json: schema: type: array - items: *255 + items: *260 examples: - default: *691 + default: *696 '403': *29 '401': *25 x-github: @@ -106768,7 +107317,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106778,7 +107327,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -106840,8 +107389,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *65 - - *69 + - *71 + - *75 - *17 - *19 responses: @@ -106851,7 +107400,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -106928,7 +107477,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -106938,7 +107487,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -106996,7 +107545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107008,9 +107557,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107027,7 +107576,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107039,9 +107588,9 @@ paths: type: array items: *4 examples: - default: *64 + default: *70 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107058,7 +107607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *65 + - *71 - name: target_user in: path required: true @@ -107085,8 +107634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *65 - - *86 + - *71 + - *92 - *17 - *19 responses: @@ -107096,11 +107645,11 @@ paths: application/json: schema: type: array - items: *87 + items: *93 examples: - default: *88 + default: *94 headers: - Link: *61 + Link: *67 '422': *15 x-github: githubCloudOnly: false @@ -107119,7 +107668,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107129,11 +107678,11 @@ paths: application/json: schema: type: array - items: *682 + items: *687 examples: - default: *709 + default: *714 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107155,7 +107704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *65 + - *71 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -107227,7 +107776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *65 + - *71 responses: '200': description: Response @@ -107235,7 +107784,7 @@ paths: application/json: schema: *22 examples: - default: *534 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107253,7 +107802,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107288,7 +107837,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107308,7 +107857,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -107318,11 +107867,11 @@ paths: application/json: schema: type: array - items: *67 + items: *73 examples: - default: *110 + default: *116 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107359,8 +107908,8 @@ paths: - docker - nuget - container - - *690 - - *65 + - *695 + - *71 - *19 - *17 responses: @@ -107370,12 +107919,12 @@ paths: application/json: schema: type: array - items: *255 + items: *260 examples: - default: *691 + default: *696 '403': *29 '401': *25 - '400': *692 + '400': *697 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107395,17 +107944,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *257 - - *258 - - *65 + - *262 + - *263 + - *71 responses: '200': description: Response content: application/json: - schema: *255 + schema: *260 examples: - default: *710 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107426,9 +107975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *257 - - *258 - - *65 + - *262 + - *263 + - *71 responses: '204': description: Response @@ -107460,9 +108009,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *257 - - *258 - - *65 + - *262 + - *263 + - *71 - name: token description: package token schema: @@ -107494,9 +108043,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *257 - - *258 - - *65 + - *262 + - *263 + - *71 responses: '200': description: Response @@ -107504,7 +108053,7 @@ paths: application/json: schema: type: array - items: *259 + items: *264 examples: default: value: @@ -107562,16 +108111,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *257 - - *258 - - *260 - - *65 + - *262 + - *263 + - *265 + - *71 responses: '200': description: Response content: application/json: - schema: *259 + schema: *264 examples: default: value: @@ -107606,10 +108155,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *257 - - *258 - - *65 - - *260 + - *262 + - *263 + - *71 + - *265 responses: '204': description: Response @@ -107641,10 +108190,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *257 - - *258 - - *65 - - *260 + - *262 + - *263 + - *71 + - *265 responses: '204': description: Response @@ -107668,7 +108217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *65 + - *71 - name: q description: Limit results to projects of the specified type. in: query @@ -107685,11 +108234,11 @@ paths: application/json: schema: type: array - items: *271 + items: *276 examples: - default: *272 + default: *277 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107709,18 +108258,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *273 - - *65 + - *278 + - *71 responses: '200': description: Response content: application/json: - schema: *271 + schema: *276 examples: - default: *272 + default: *277 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107740,8 +108289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *273 - - *65 + - *278 + - *71 - *17 - *47 - *48 @@ -107752,11 +108301,11 @@ paths: application/json: schema: type: array - items: *277 + items: *282 examples: - default: *711 + default: *716 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107775,8 +108324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *65 - - *273 + - *71 + - *278 requestBody: required: true content: @@ -107814,7 +108363,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *712 + items: *717 required: - name - data_type @@ -107830,7 +108379,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *713 + iteration_configuration: *718 required: - name - data_type @@ -107852,20 +108401,20 @@ paths: value: name: Due date data_type: date - single_select_field: *714 - iteration_field: *715 + single_select_field: *719 + iteration_field: *720 responses: '201': description: Response content: application/json: - schema: *277 + schema: *282 examples: - text_field: *716 - number_field: *717 - date_field: *718 - single_select_field: *719 - iteration_field: *720 + text_field: *721 + number_field: *722 + date_field: *723 + single_select_field: *724 + iteration_field: *725 '304': *37 '403': *29 '401': *25 @@ -107886,19 +108435,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *273 - - *721 - - *65 + - *278 + - *726 + - *71 responses: '200': description: Response content: application/json: - schema: *277 + schema: *282 examples: - default: *722 + default: *727 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107919,8 +108468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *273 - - *65 + - *278 + - *71 - *47 - *48 - *17 @@ -107952,11 +108501,11 @@ paths: application/json: schema: type: array - items: *281 + items: *286 examples: - default: *282 + default: *287 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -107975,8 +108524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *65 - - *273 + - *71 + - *278 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -108046,22 +108595,22 @@ paths: description: Response content: application/json: - schema: *279 + schema: *284 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *280 + value: *285 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *280 + value: *285 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *280 + value: *285 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *280 + value: *285 '304': *37 '403': *29 '401': *25 @@ -108081,9 +108630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *273 - - *65 - - *283 + - *278 + - *71 + - *288 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -108103,11 +108652,11 @@ paths: description: Response content: application/json: - schema: *281 + schema: *286 examples: - default: *282 + default: *287 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -108126,9 +108675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *273 - - *65 - - *283 + - *278 + - *71 + - *288 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -108198,13 +108747,13 @@ paths: description: Response content: application/json: - schema: *281 + schema: *286 examples: - text_field: *282 - number_field: *282 - date_field: *282 - single_select_field: *282 - iteration_field: *282 + text_field: *287 + number_field: *287 + date_field: *287 + single_select_field: *287 + iteration_field: *287 '401': *25 '403': *29 '404': *6 @@ -108224,9 +108773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *273 - - *65 - - *283 + - *278 + - *71 + - *288 responses: '204': description: Response @@ -108248,9 +108797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *273 - - *65 - - *723 + - *278 + - *71 + - *728 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -108276,11 +108825,11 @@ paths: application/json: schema: type: array - items: *281 + items: *286 examples: - default: *282 + default: *287 headers: - Link: *61 + Link: *67 '304': *37 '403': *29 '401': *25 @@ -108306,7 +108855,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108316,7 +108865,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -108381,7 +108930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108391,7 +108940,7 @@ paths: application/json: schema: type: array - items: *105 + items: *111 examples: default: value: @@ -108454,7 +109003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *65 + - *71 - name: type description: Limit results to repositories of the specified type. in: query @@ -108497,11 +109046,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108521,12 +109070,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *65 - - *118 - - *120 - - *119 - - *724 - - *121 + - *71 + - *123 + - *125 + - *124 + - *729 + - *126 responses: '200': description: Response when getting a billing premium request usage report @@ -108633,8 +109182,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108654,10 +109203,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *65 - - *118 - - *725 - - *119 + - *71 + - *123 + - *730 + - *124 responses: '200': description: Response when getting a billing usage report @@ -108727,8 +109276,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108751,13 +109300,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *65 - - *118 - - *120 - - *119 - - *726 - - *121 - - *727 + - *71 + - *123 + - *125 + - *124 + - *731 + - *126 + - *732 responses: '200': description: Response when getting a billing usage summary @@ -108862,8 +109411,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *115 - '503': *116 + '500': *55 + '503': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108881,7 +109430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108891,11 +109440,11 @@ paths: application/json: schema: type: array - items: *695 + items: *700 examples: - default: *696 + default: *701 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108913,7 +109462,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108923,11 +109472,11 @@ paths: application/json: schema: type: array - items: *697 + items: *702 examples: - default: *728 + default: *733 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108949,9 +109498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *65 - - *729 - - *55 + - *71 + - *734 + - *61 - *17 - *19 responses: @@ -108962,13 +109511,13 @@ paths: schema: anyOf: - type: array - items: *730 + items: *735 - type: array - items: *73 + items: *79 examples: - default-response: *700 + default-response: *705 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108985,7 +109534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *65 + - *71 - *17 - *19 responses: @@ -108995,11 +109544,11 @@ paths: application/json: schema: type: array - items: *156 + items: *161 examples: - default: *261 + default: *266 headers: - Link: *61 + Link: *67 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109125,7 +109674,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &731 + enterprise: &736 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -109183,7 +109732,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &732 + installation: &737 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -109202,7 +109751,7 @@ x-webhooks: required: - id - node_id - organization: &733 + organization: &738 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -109262,13 +109811,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &734 + repository: &739 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: &766 + properties: &771 id: description: Unique identifier of the repository example: 42 @@ -109288,8 +109837,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *82 - required: *83 + properties: *88 + required: *89 nullable: true organization: title: Simple User @@ -109560,11 +110109,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -109968,7 +110512,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &767 + required: &772 - archive_url - assignees_url - blobs_url @@ -110042,7 +110586,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &768 + x-github-breaking-changes: &773 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -110133,10 +110677,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -110212,11 +110756,11 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - rule: &735 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: &740 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) @@ -110439,11 +110983,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - rule: *735 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: *740 sender: *4 required: - action @@ -110626,11 +111170,11 @@ x-webhooks: - everyone required: - from - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - rule: *735 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: *740 sender: *4 required: - action @@ -110714,7 +111258,7 @@ x-webhooks: type: string enum: - completed - check_run: &737 + check_run: &742 title: CheckRun description: A check performed on the code of a given code change type: object @@ -110767,8 +111311,8 @@ x-webhooks: type: string pull_requests: type: array - items: *84 - repository: *156 + items: *90 + repository: *161 status: example: completed type: string @@ -110805,7 +111349,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *736 + deployment: *741 details_url: example: https://example.com type: string @@ -110855,7 +111399,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *84 + items: *90 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -110890,10 +111434,10 @@ x-webhooks: - output - app - pull_requests - installation: *732 - enterprise: *731 - organization: *733 - repository: *734 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -111284,11 +111828,11 @@ x-webhooks: type: string enum: - created - check_run: *737 - installation: *732 - enterprise: *731 - organization: *733 - repository: *734 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -111682,11 +112226,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *737 - installation: *732 - enterprise: *731 - organization: *733 - repository: *734 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 requested_action: description: The action requested by the user. type: object @@ -112089,11 +112633,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *737 - installation: *732 - enterprise: *731 - organization: *733 - repository: *734 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -113063,10 +113607,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -113755,10 +114299,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -114441,10 +114985,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -114610,7 +115154,7 @@ x-webhooks: required: - login - id - dismissed_comment: *431 + dismissed_comment: *436 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114755,20 +115299,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &738 + commit_oid: &743 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: *731 - installation: *732 - organization: *733 - ref: &739 + enterprise: *736 + installation: *737 + organization: *738 + ref: &744 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: *734 + repository: *739 sender: *4 required: - action @@ -114933,7 +115477,7 @@ x-webhooks: required: - login - id - dismissed_comment: *431 + dismissed_comment: *436 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115163,12 +115707,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *738 - enterprise: *731 - installation: *732 - organization: *733 - ref: *739 - repository: *734 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -115263,7 +115807,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *431 + dismissed_comment: *436 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115434,12 +115978,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *738 - enterprise: *731 - installation: *732 - organization: *733 - ref: *739 - repository: *734 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -115605,7 +116149,7 @@ x-webhooks: required: - login - id - dismissed_comment: *431 + dismissed_comment: *436 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115771,12 +116315,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *738 - enterprise: *731 - installation: *732 - organization: *733 - ref: *739 - repository: *734 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -115875,7 +116419,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *431 + dismissed_comment: *436 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116050,16 +116594,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 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: *734 + repository: *739 sender: *4 required: - action @@ -116156,7 +116700,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *431 + dismissed_comment: *436 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116296,12 +116840,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *738 - enterprise: *731 - installation: *732 - organization: *733 - ref: *739 - repository: *734 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -116467,7 +117011,7 @@ x-webhooks: required: - login - id - dismissed_comment: *431 + dismissed_comment: *436 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116612,10 +117156,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -116870,10 +117414,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -116953,18 +117497,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *733 - pusher_type: &740 + organization: *738 + pusher_type: &745 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &741 + ref: &746 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -116974,7 +117518,7 @@ x-webhooks: enum: - tag - branch - repository: *734 + repository: *739 sender: *4 required: - ref @@ -117056,10 +117600,10 @@ x-webhooks: type: string enum: - created - definition: *285 - enterprise: *731 - installation: *732 - organization: *733 + definition: *290 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -117144,9 +117688,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -117223,10 +117767,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *285 - enterprise: *731 - installation: *732 - organization: *733 + definition: *290 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -117303,10 +117847,10 @@ x-webhooks: type: string enum: - updated - definition: *285 - enterprise: *731 - installation: *732 - organization: *733 + definition: *290 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -117383,19 +117927,19 @@ x-webhooks: type: string enum: - updated - enterprise: *731 - installation: *732 - repository: *734 - organization: *733 + enterprise: *736 + installation: *737 + repository: *739 + organization: *738 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *289 + items: *294 old_property_values: type: array description: The old custom property values for the repository. - items: *289 + items: *294 required: - action - repository @@ -117471,18 +118015,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *731 - installation: *732 - organization: *733 - pusher_type: *740 - ref: *741 + enterprise: *736 + installation: *737 + organization: *738 + pusher_type: *745 + ref: *746 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *734 + repository: *739 sender: *4 required: - ref @@ -117562,11 +118106,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -117646,11 +118190,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -117731,11 +118275,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -117816,11 +118360,11 @@ x-webhooks: type: string enum: - created - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -117899,11 +118443,11 @@ x-webhooks: type: string enum: - dismissed - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -117982,11 +118526,11 @@ x-webhooks: type: string enum: - fixed - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -118066,11 +118610,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -118149,11 +118693,11 @@ x-webhooks: type: string enum: - reopened - alert: *493 - installation: *732 - organization: *733 - enterprise: *731 - repository: *734 + alert: *498 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -118230,9 +118774,9 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - key: &742 + enterprise: *736 + installation: *737 + key: &747 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -118268,8 +118812,8 @@ x-webhooks: - verified - created_at - read_only - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -118346,11 +118890,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - key: *742 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + key: *747 + organization: *738 + repository: *739 sender: *4 required: - action @@ -118906,12 +119450,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: &748 + workflow: &753 title: Workflow type: object nullable: true @@ -119652,15 +120196,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *743 - required: *744 + properties: *748 + required: *749 nullable: true pull_requests: type: array - items: *589 - repository: *734 - organization: *733 - installation: *732 + items: *594 + repository: *739 + organization: *738 + installation: *737 sender: *4 responses: '200': @@ -119731,7 +120275,7 @@ x-webhooks: type: string enum: - approved - approver: &745 + approver: &750 type: object properties: avatar_url: @@ -119774,11 +120318,11 @@ x-webhooks: type: string comment: type: string - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - reviewers: &746 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + reviewers: &751 type: array items: type: object @@ -119857,7 +120401,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &747 + workflow_job_run: &752 type: object properties: conclusion: @@ -120588,18 +121132,18 @@ x-webhooks: type: string enum: - rejected - approver: *745 + approver: *750 comment: type: string - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - reviewers: *746 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + reviewers: *751 sender: *4 since: type: string - workflow_job_run: *747 + workflow_job_run: *752 workflow_job_runs: type: array items: @@ -121303,13 +121847,13 @@ x-webhooks: type: string enum: - requested - enterprise: *731 + enterprise: *736 environment: type: string - installation: *732 - organization: *733 - repository: *734 - requestor: &753 + installation: *737 + organization: *738 + repository: *739 + requestor: &758 title: User type: object nullable: true @@ -123198,12 +123742,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *748 + workflow: *753 workflow_run: title: Deployment Workflow Run type: object @@ -123883,7 +124427,7 @@ x-webhooks: type: string enum: - answered - answer: &751 + answer: &756 type: object properties: author_association: @@ -124040,11 +124584,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124171,11 +124715,11 @@ x-webhooks: - from required: - category - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124258,11 +124802,11 @@ x-webhooks: type: string enum: - closed - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124344,7 +124888,7 @@ x-webhooks: type: string enum: - created - comment: &750 + comment: &755 type: object properties: author_association: @@ -124501,11 +125045,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124588,12 +125132,12 @@ x-webhooks: type: string enum: - deleted - comment: *750 - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + comment: *755 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124688,12 +125232,12 @@ x-webhooks: - from required: - body - comment: *750 - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + comment: *755 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124777,11 +125321,11 @@ x-webhooks: type: string enum: - created - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124863,11 +125407,11 @@ x-webhooks: type: string enum: - deleted - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -124967,11 +125511,11 @@ x-webhooks: type: string required: - from - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125053,10 +125597,10 @@ x-webhooks: type: string enum: - labeled - discussion: *749 - enterprise: *731 - installation: *732 - label: &752 + discussion: *754 + enterprise: *736 + installation: *737 + label: &757 title: Label type: object properties: @@ -125088,8 +125632,8 @@ x-webhooks: - color - default - description - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125172,11 +125716,11 @@ x-webhooks: type: string enum: - locked - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125258,11 +125802,11 @@ x-webhooks: type: string enum: - pinned - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125344,11 +125888,11 @@ x-webhooks: type: string enum: - reopened - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125433,16 +125977,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *749 - new_repository: *734 + new_discussion: *754 + new_repository: *739 required: - new_discussion - new_repository - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125525,10 +126069,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *749 - old_answer: *751 - organization: *733 - repository: *734 + discussion: *754 + old_answer: *756 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125610,12 +126154,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *749 - enterprise: *731 - installation: *732 - label: *752 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125698,11 +126242,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125784,11 +126328,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *749 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -125861,7 +126405,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *731 + enterprise: *736 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -126521,9 +127065,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *732 - organization: *733 - repository: *734 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - forkee @@ -126669,9 +127213,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pages: description: The pages that were updated. type: array @@ -126708,7 +127252,7 @@ x-webhooks: - action - sha - html_url - repository: *734 + repository: *739 sender: *4 required: - pages @@ -126784,10 +127328,10 @@ x-webhooks: type: string enum: - created - enterprise: *731 + enterprise: *736 installation: *22 - organization: *733 - repositories: &754 + organization: *738 + repositories: &759 description: An array of repository objects that the installation can access. type: array @@ -126813,8 +127357,8 @@ x-webhooks: - name - full_name - private - repository: *734 - requester: *753 + repository: *739 + requester: *758 sender: *4 required: - action @@ -126889,11 +127433,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 + enterprise: *736 installation: *22 - organization: *733 - repositories: *754 - repository: *734 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -126969,11 +127513,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *731 + enterprise: *736 installation: *22 - organization: *733 - repositories: *754 - repository: *734 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -127049,10 +127593,10 @@ x-webhooks: type: string enum: - added - enterprise: *731 + enterprise: *736 installation: *22 - organization: *733 - repositories_added: &755 + organization: *738 + repositories_added: &760 description: An array of repository objects, which were added to the installation. type: array @@ -127098,15 +127642,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *734 - repository_selection: &756 + repository: *739 + repository_selection: &761 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *753 + requester: *758 sender: *4 required: - action @@ -127185,10 +127729,10 @@ x-webhooks: type: string enum: - removed - enterprise: *731 + enterprise: *736 installation: *22 - organization: *733 - repositories_added: *755 + organization: *738 + repositories_added: *760 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -127215,9 +127759,9 @@ x-webhooks: - name - full_name - private - repository: *734 - repository_selection: *756 - requester: *753 + repository: *739 + repository_selection: *761 + requester: *758 sender: *4 required: - action @@ -127296,11 +127840,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *731 + enterprise: *736 installation: *22 - organization: *733 - repositories: *754 - repository: *734 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -127478,10 +128022,10 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 target_type: type: string @@ -127560,11 +128104,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *731 + enterprise: *736 installation: *22 - organization: *733 - repositories: *754 - repository: *734 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -127688,8 +128232,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *74 - required: *75 + properties: *80 + required: *81 reactions: title: Reactions type: object @@ -127738,8 +128282,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *566 - required: *567 + properties: *571 + required: *572 nullable: true user: title: User @@ -127824,8 +128368,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -128614,8 +129158,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128631,7 +129175,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -128964,8 +129508,8 @@ x-webhooks: - state - locked - assignee - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -129045,7 +129589,7 @@ x-webhooks: type: string enum: - deleted - comment: &757 + comment: &762 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -129202,8 +129746,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *566 - required: *567 + properties: *571 + required: *572 nullable: true required: - url @@ -129218,8 +129762,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130004,8 +130548,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130021,7 +130565,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -130356,8 +130900,8 @@ x-webhooks: - state - locked - assignee - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -130437,7 +130981,7 @@ x-webhooks: type: string enum: - edited - changes: &787 + changes: &792 description: The changes to the comment. type: object properties: @@ -130449,9 +130993,9 @@ x-webhooks: type: string required: - from - comment: *757 - enterprise: *731 - installation: *732 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131239,8 +131783,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131256,7 +131800,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -131589,8 +132133,8 @@ x-webhooks: - state - locked - assignee - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -131671,9 +132215,9 @@ x-webhooks: type: string enum: - pinned - comment: *757 - enterprise: *731 - installation: *732 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132463,8 +133007,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132480,7 +133024,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -132815,8 +133359,8 @@ x-webhooks: - state - locked - assignee - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -132896,9 +133440,9 @@ x-webhooks: type: string enum: - unpinned - comment: *757 - enterprise: *731 - installation: *732 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133688,8 +134232,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133705,7 +134249,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -134040,8 +134584,8 @@ x-webhooks: - state - locked - assignee - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -134124,15 +134668,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 + blocked_issue: *85 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - blocking_issue_repo: *73 - installation: *732 - organization: *733 - repository: *734 + blocking_issue: *85 + blocking_issue_repo: *79 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -134215,15 +134759,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 + blocked_issue: *85 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - blocking_issue_repo: *73 - installation: *732 - organization: *733 - repository: *734 + blocking_issue: *85 + blocking_issue_repo: *79 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -134305,15 +134849,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 - blocked_issue_repo: *73 + blocked_issue: *85 + blocked_issue_repo: *79 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - installation: *732 - organization: *733 - repository: *734 + blocking_issue: *85 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -134396,15 +134940,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *79 - blocked_issue_repo: *73 + blocked_issue: *85 + blocked_issue_repo: *79 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *79 - installation: *732 - organization: *733 - repository: *734 + blocking_issue: *85 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -134484,10 +135028,10 @@ x-webhooks: type: string enum: - assigned - assignee: *753 - enterprise: *731 - installation: *732 - issue: &760 + assignee: *758 + enterprise: *736 + installation: *737 + issue: &765 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135276,14 +135820,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135299,7 +135843,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -135400,8 +135944,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -135481,8 +136025,8 @@ x-webhooks: type: string enum: - closed - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -136276,14 +136820,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136299,7 +136843,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -136535,8 +137079,8 @@ x-webhooks: required: - state - closed_at - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136615,8 +137159,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137401,14 +137945,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137424,7 +137968,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -137524,8 +138068,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -137604,8 +138148,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138412,14 +138956,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138435,7 +138979,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -138514,7 +139058,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &758 + milestone: &763 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138652,8 +139196,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -138752,8 +139296,8 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139542,14 +140086,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139562,7 +140106,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *237 + type: *242 title: description: Title of the issue type: string @@ -139666,9 +140210,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *752 - organization: *733 - repository: *734 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -139748,8 +140292,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140537,14 +141081,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140557,7 +141101,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *237 + type: *242 title: description: Title of the issue type: string @@ -140661,9 +141205,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *752 - organization: *733 - repository: *734 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -140743,8 +141287,8 @@ x-webhooks: type: string enum: - locked - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141556,14 +142100,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141576,7 +142120,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *237 + type: *242 title: description: Title of the issue type: string @@ -141657,8 +142201,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -141737,8 +142281,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142544,14 +143088,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142567,7 +143111,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -142645,9 +143189,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *758 - organization: *733 - repository: *734 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -143510,11 +144054,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143542,8 +144086,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true user: title: User @@ -143615,7 +144159,7 @@ x-webhooks: required: - login - id - type: *237 + type: *242 required: - id - number @@ -143753,10 +144297,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean has_downloads: description: Whether downloads are enabled. type: boolean @@ -144099,8 +144639,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144884,11 +145424,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144904,7 +145444,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -144917,8 +145457,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true user: title: User @@ -145012,8 +145552,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -145093,9 +145633,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *731 - installation: *732 - issue: &759 + enterprise: *736 + installation: *737 + issue: &764 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -145878,14 +146418,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145901,7 +146441,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -146001,8 +146541,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -146081,8 +146621,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146892,14 +147432,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146993,9 +147533,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *237 - organization: *733 - repository: *734 + type: *242 + organization: *738 + repository: *739 sender: *4 required: - action @@ -147861,14 +148401,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147884,7 +148424,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -148137,10 +148677,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -148467,11 +149003,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *731 - installation: *732 - issue: *759 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + issue: *764 + organization: *738 + repository: *739 sender: *4 required: - action @@ -148551,12 +149087,12 @@ x-webhooks: type: string enum: - typed - enterprise: *731 - installation: *732 - issue: *760 - type: *237 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + issue: *765 + type: *242 + organization: *738 + repository: *739 sender: *4 required: - action @@ -148637,7 +149173,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &790 + assignee: &795 title: User type: object nullable: true @@ -148707,11 +149243,11 @@ x-webhooks: required: - login - id - enterprise: *731 - installation: *732 - issue: *760 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + issue: *765 + organization: *738 + repository: *739 sender: *4 required: - action @@ -148790,12 +149326,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *731 - installation: *732 - issue: *760 - label: *752 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + issue: *765 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -148875,8 +149411,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149686,14 +150222,14 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *80 - required: *81 + properties: *86 + required: *87 nullable: true - sub_issues_summary: *667 - issue_dependencies_summary: *668 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array - items: *551 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149709,7 +150245,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *237 + type: *242 updated_at: type: string format: date-time @@ -149787,8 +150323,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -149868,11 +150404,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *731 - installation: *732 - issue: *759 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + issue: *764 + organization: *738 + repository: *739 sender: *4 required: - action @@ -149951,12 +150487,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *731 - installation: *732 - issue: *760 - type: *237 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + issue: *765 + type: *242 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150036,11 +150572,11 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - label: *752 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150118,11 +150654,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - label: *752 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150232,11 +150768,11 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - label: *752 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150318,9 +150854,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *731 - installation: *732 - marketplace_purchase: &761 + enterprise: *736 + installation: *737 + marketplace_purchase: &766 title: Marketplace Purchase type: object required: @@ -150403,8 +150939,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *733 - previous_marketplace_purchase: &762 + organization: *738 + previous_marketplace_purchase: &767 title: Marketplace Purchase type: object properties: @@ -150484,7 +151020,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *734 + repository: *739 sender: *4 required: - action @@ -150564,10 +151100,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *731 - installation: *732 - marketplace_purchase: *761 - organization: *733 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150650,7 +151186,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *734 + repository: *739 sender: *4 required: - action @@ -150732,10 +151268,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *731 - installation: *732 - marketplace_purchase: *761 - organization: *733 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150817,7 +151353,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *734 + repository: *739 sender: *4 required: - action @@ -150898,8 +151434,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 marketplace_purchase: title: Marketplace Purchase type: object @@ -150981,9 +151517,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *733 - previous_marketplace_purchase: *762 - repository: *734 + organization: *738 + previous_marketplace_purchase: *767 + repository: *739 sender: *4 required: - action @@ -151063,12 +151599,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *731 - installation: *732 - marketplace_purchase: *761 - organization: *733 - previous_marketplace_purchase: *762 - repository: *734 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 + previous_marketplace_purchase: *767 + repository: *739 sender: *4 required: - action @@ -151170,11 +151706,11 @@ x-webhooks: type: string required: - to - enterprise: *731 - installation: *732 - member: *753 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151274,11 +151810,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *731 - installation: *732 - member: *753 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151357,11 +151893,11 @@ x-webhooks: type: string enum: - removed - enterprise: *731 - installation: *732 - member: *753 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151439,11 +151975,11 @@ x-webhooks: type: string enum: - added - enterprise: *731 - installation: *732 - member: *753 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151519,7 +152055,7 @@ x-webhooks: required: - login - id - team: &763 + team: &768 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -151742,11 +152278,11 @@ x-webhooks: type: string enum: - removed - enterprise: *731 - installation: *732 - member: *753 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151823,7 +152359,7 @@ x-webhooks: required: - login - id - team: *763 + team: *768 required: - action - scope @@ -151905,8 +152441,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *732 - merge_group: &765 + installation: *737 + merge_group: &770 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -151925,15 +152461,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *764 + head_commit: *769 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152019,10 +152555,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *732 - merge_group: *765 - organization: *733 - repository: *734 + installation: *737 + merge_group: *770 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152095,7 +152631,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 + enterprise: *736 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -152204,17 +152740,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *732 - organization: *733 + installation: *737 + organization: *738 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: *766 - required: *767 - x-github-breaking-changes: *768 + properties: *771 + required: *772 + x-github-breaking-changes: *773 nullable: true sender: *4 required: @@ -152295,11 +152831,11 @@ x-webhooks: type: string enum: - closed - enterprise: *731 - installation: *732 - milestone: *758 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152378,9 +152914,9 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - milestone: &769 + enterprise: *736 + installation: *737 + milestone: &774 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152517,8 +153053,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152597,11 +153133,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - milestone: *758 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152711,11 +153247,11 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - milestone: *758 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152795,11 +153331,11 @@ x-webhooks: type: string enum: - opened - enterprise: *731 - installation: *732 - milestone: *769 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + milestone: *774 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152878,11 +153414,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *753 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + blocked_user: *758 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152961,11 +153497,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *753 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + blocked_user: *758 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153044,9 +153580,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - membership: &770 + enterprise: *736 + installation: *737 + membership: &775 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -153153,8 +153689,8 @@ x-webhooks: - role - organization_url - user - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153232,11 +153768,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *731 - installation: *732 - membership: *770 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + membership: *775 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153315,8 +153851,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153432,10 +153968,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 - user: *753 + user: *758 required: - action - invitation @@ -153513,11 +154049,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *731 - installation: *732 - membership: *770 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + membership: *775 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153604,11 +154140,11 @@ x-webhooks: properties: from: type: string - enterprise: *731 - installation: *732 - membership: *770 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + membership: *775 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153685,9 +154221,9 @@ x-webhooks: type: string enum: - published - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 package: description: Information about the package. type: object @@ -154186,7 +154722,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &771 + items: &776 title: Ruby Gems metadata type: object properties: @@ -154281,7 +154817,7 @@ x-webhooks: - owner - package_version - registry - repository: *734 + repository: *739 sender: *4 required: - action @@ -154357,9 +154893,9 @@ x-webhooks: type: string enum: - updated - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 package: description: Information about the package. type: object @@ -154712,7 +155248,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *771 + items: *776 source_url: type: string format: uri @@ -154782,7 +155318,7 @@ x-webhooks: - owner - package_version - registry - repository: *734 + repository: *739 sender: *4 required: - action @@ -154958,12 +155494,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *731 + enterprise: *736 id: type: integer - installation: *732 - organization: *733 - repository: *734 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - id @@ -155040,7 +155576,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &772 + personal_access_token_request: &777 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -155186,10 +155722,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *731 - organization: *733 + enterprise: *736 + organization: *738 sender: *4 - installation: *732 + installation: *737 required: - action - personal_access_token_request @@ -155266,11 +155802,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *772 - enterprise: *731 - organization: *733 + personal_access_token_request: *777 + enterprise: *736 + organization: *738 sender: *4 - installation: *732 + installation: *737 required: - action - personal_access_token_request @@ -155346,11 +155882,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *772 - enterprise: *731 - organization: *733 + personal_access_token_request: *777 + enterprise: *736 + organization: *738 sender: *4 - installation: *732 + installation: *737 required: - action - personal_access_token_request @@ -155425,11 +155961,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *772 - organization: *733 - enterprise: *731 + personal_access_token_request: *777 + organization: *738 + enterprise: *736 sender: *4 - installation: *732 + installation: *737 required: - action - personal_access_token_request @@ -155534,7 +156070,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *773 + last_response: *778 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155566,8 +156102,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 zen: description: Random string of GitHub zen. @@ -155812,10 +156348,10 @@ x-webhooks: - from required: - note - enterprise: *731 - installation: *732 - organization: *733 - project_card: &774 + enterprise: *736 + installation: *737 + organization: *738 + project_card: &779 title: Project Card type: object properties: @@ -155934,7 +156470,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *734 + repository: *739 sender: *4 required: - action @@ -156015,11 +156551,11 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - project_card: *774 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + project_card: *779 + repository: *739 sender: *4 required: - action @@ -156099,9 +156635,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 project_card: title: Project Card type: object @@ -156229,9 +156765,9 @@ 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: *766 - required: *767 - x-github-breaking-changes: *768 + properties: *771 + required: *772 + x-github-breaking-changes: *773 nullable: true sender: *4 required: @@ -156325,11 +156861,11 @@ x-webhooks: - from required: - note - enterprise: *731 - installation: *732 - organization: *733 - project_card: *774 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + project_card: *779 + repository: *739 sender: *4 required: - action @@ -156423,9 +156959,9 @@ x-webhooks: - from required: - column_id - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 project_card: allOf: - title: Project Card @@ -156615,7 +157151,7 @@ x-webhooks: type: string required: - after_id - repository: *734 + repository: *739 sender: *4 required: - action @@ -156695,10 +157231,10 @@ x-webhooks: type: string enum: - closed - enterprise: *731 - installation: *732 - organization: *733 - project: &776 + enterprise: *736 + installation: *737 + organization: *738 + project: &781 title: Project type: object properties: @@ -156822,7 +157358,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *734 + repository: *739 sender: *4 required: - action @@ -156902,10 +157438,10 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - project_column: &775 + enterprise: *736 + installation: *737 + organization: *738 + project_column: &780 title: Project Column type: object properties: @@ -156944,7 +157480,7 @@ x-webhooks: - name - created_at - updated_at - repository: *734 + repository: *739 sender: *4 required: - action @@ -157023,19 +157559,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 - project_column: *775 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *780 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: *766 - required: *767 - x-github-breaking-changes: *768 + properties: *771 + required: *772 + x-github-breaking-changes: *773 nullable: true sender: *4 required: @@ -157125,11 +157661,11 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - organization: *733 - project_column: *775 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *780 + repository: *739 sender: *4 required: - action @@ -157209,11 +157745,11 @@ x-webhooks: type: string enum: - moved - enterprise: *731 - installation: *732 - organization: *733 - project_column: *775 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *780 + repository: *739 sender: *4 required: - action @@ -157293,11 +157829,11 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - project: *776 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + project: *781 + repository: *739 sender: *4 required: - action @@ -157377,19 +157913,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 - project: *776 + enterprise: *736 + installation: *737 + organization: *738 + project: *781 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: *766 - required: *767 - x-github-breaking-changes: *768 + properties: *771 + required: *772 + x-github-breaking-changes: *773 nullable: true sender: *4 required: @@ -157491,11 +158027,11 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - organization: *733 - project: *776 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + project: *781 + repository: *739 sender: *4 required: - action @@ -157574,11 +158110,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *731 - installation: *732 - organization: *733 - project: *776 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + project: *781 + repository: *739 sender: *4 required: - action @@ -157659,9 +158195,9 @@ x-webhooks: type: string enum: - closed - installation: *732 - organization: *733 - projects_v2: *271 + installation: *737 + organization: *738 + projects_v2: *276 sender: *4 required: - action @@ -157742,9 +158278,9 @@ x-webhooks: type: string enum: - created - installation: *732 - organization: *733 - projects_v2: *271 + installation: *737 + organization: *738 + projects_v2: *276 sender: *4 required: - action @@ -157825,9 +158361,9 @@ x-webhooks: type: string enum: - deleted - installation: *732 - organization: *733 - projects_v2: *271 + installation: *737 + organization: *738 + projects_v2: *276 sender: *4 required: - action @@ -157944,9 +158480,9 @@ x-webhooks: type: string to: type: string - installation: *732 - organization: *733 - projects_v2: *271 + installation: *737 + organization: *738 + projects_v2: *276 sender: *4 required: - action @@ -158029,7 +158565,7 @@ x-webhooks: type: string enum: - archived - changes: &780 + changes: &785 type: object properties: archived_at: @@ -158043,9 +158579,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *732 - organization: *733 - projects_v2_item: &777 + installation: *737 + organization: *738 + projects_v2_item: &782 title: Projects v2 Item description: An item belonging to a project type: object @@ -158063,7 +158599,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *278 + content_type: *283 creator: *4 created_at: type: string @@ -158180,9 +158716,9 @@ x-webhooks: nullable: true to: type: string - installation: *732 - organization: *733 - projects_v2_item: *777 + installation: *737 + organization: *738 + projects_v2_item: *782 sender: *4 required: - action @@ -158264,9 +158800,9 @@ x-webhooks: type: string enum: - created - installation: *732 - organization: *733 - projects_v2_item: *777 + installation: *737 + organization: *738 + projects_v2_item: *782 sender: *4 required: - action @@ -158347,9 +158883,9 @@ x-webhooks: type: string enum: - deleted - installation: *732 - organization: *733 - projects_v2_item: *777 + installation: *737 + organization: *738 + projects_v2_item: *782 sender: *4 required: - action @@ -158455,7 +158991,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &778 + - &783 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158477,7 +159013,7 @@ x-webhooks: required: - id - name - - &779 + - &784 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158511,8 +159047,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *778 - - *779 + - *783 + - *784 required: - field_value - type: object @@ -158528,9 +159064,9 @@ x-webhooks: nullable: true required: - body - installation: *732 - organization: *733 - projects_v2_item: *777 + installation: *737 + organization: *738 + projects_v2_item: *782 sender: *4 required: - action @@ -158625,9 +159161,9 @@ x-webhooks: to: type: string nullable: true - installation: *732 - organization: *733 - projects_v2_item: *777 + installation: *737 + organization: *738 + projects_v2_item: *782 sender: *4 required: - action @@ -158710,10 +159246,10 @@ x-webhooks: type: string enum: - restored - changes: *780 - installation: *732 - organization: *733 - projects_v2_item: *777 + changes: *785 + installation: *737 + organization: *738 + projects_v2_item: *782 sender: *4 required: - action @@ -158795,9 +159331,9 @@ x-webhooks: type: string enum: - reopened - installation: *732 - organization: *733 - projects_v2: *271 + installation: *737 + organization: *738 + projects_v2: *276 sender: *4 required: - action @@ -158878,14 +159414,14 @@ x-webhooks: type: string enum: - created - installation: *732 - organization: *733 - projects_v2_status_update: &783 + installation: *737 + organization: *738 + projects_v2_status_update: &788 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *781 - required: *782 + properties: *786 + required: *787 sender: *4 required: - action @@ -158966,9 +159502,9 @@ x-webhooks: type: string enum: - deleted - installation: *732 - organization: *733 - projects_v2_status_update: *783 + installation: *737 + organization: *738 + projects_v2_status_update: *788 sender: *4 required: - action @@ -159104,9 +159640,9 @@ x-webhooks: type: string format: date nullable: true - installation: *732 - organization: *733 - projects_v2_status_update: *783 + installation: *737 + organization: *738 + projects_v2_status_update: *788 sender: *4 required: - action @@ -159177,10 +159713,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - repository @@ -159257,13 +159793,13 @@ x-webhooks: type: string enum: - assigned - assignee: *753 - enterprise: *731 - installation: *732 - number: &784 + assignee: *758 + enterprise: *736 + installation: *737 + number: &789 description: The pull request number. type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -159771,10 +160307,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -160418,10 +160950,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -161576,7 +162104,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -161673,11 +162201,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -162171,10 +162699,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -162826,10 +163350,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -163985,7 +164505,7 @@ x-webhooks: - draft reason: type: string - repository: *734 + repository: *739 sender: *4 required: - action @@ -164082,11 +164602,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -164590,10 +165110,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -165235,10 +165751,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -166394,7 +166906,7 @@ x-webhooks: - draft reason: type: string - repository: *734 + repository: *739 sender: *4 required: - action @@ -166491,13 +167003,13 @@ x-webhooks: type: string enum: - closed - enterprise: *731 - installation: *732 - number: *784 - organization: *733 - pull_request: &785 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 + pull_request: &790 allOf: - - *589 + - *594 - type: object properties: allow_auto_merge: @@ -166559,7 +167071,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *734 + repository: *739 sender: *4 required: - action @@ -166640,12 +167152,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *731 - installation: *732 - number: *784 - organization: *733 - pull_request: *785 - repository: *734 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 + pull_request: *790 + repository: *739 sender: *4 required: - action @@ -166725,11 +167237,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *731 - milestone: *573 - number: *784 - organization: *733 - pull_request: &786 + enterprise: *736 + milestone: *578 + number: *789 + organization: *738 + pull_request: &791 title: Pull Request type: object properties: @@ -167234,10 +167746,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -167877,10 +168385,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -169064,7 +169568,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *734 + repository: *739 sender: *4 required: - action @@ -169143,11 +169647,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -169651,10 +170155,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -170296,10 +170796,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -171459,7 +171955,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *734 + repository: *739 sender: *4 required: - action @@ -171591,12 +172087,12 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - number: *784 - organization: *733 - pull_request: *785 - repository: *734 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 + pull_request: *790 + repository: *739 sender: *4 required: - action @@ -171676,11 +172172,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -172184,10 +172680,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -172829,10 +173321,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -173977,7 +174465,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -174065,11 +174553,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *731 - installation: *732 - label: *752 - number: *784 - organization: *733 + enterprise: *736 + installation: *737 + label: *757 + number: *789 + organization: *738 pull_request: title: Pull Request type: object @@ -174575,10 +175063,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -175222,10 +175706,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -176381,7 +176861,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -176477,10 +176957,10 @@ x-webhooks: type: string enum: - locked - enterprise: *731 - installation: *732 - number: *784 - organization: *733 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 pull_request: title: Pull Request type: object @@ -176985,10 +177465,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -177632,10 +178108,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -178790,7 +179262,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -178885,12 +179357,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *731 - milestone: *573 - number: *784 - organization: *733 - pull_request: *786 - repository: *734 + enterprise: *736 + milestone: *578 + number: *789 + organization: *738 + pull_request: *791 + repository: *739 sender: *4 required: - action @@ -178969,12 +179441,12 @@ x-webhooks: type: string enum: - opened - enterprise: *731 - installation: *732 - number: *784 - organization: *733 - pull_request: *785 - repository: *734 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 + pull_request: *790 + repository: *739 sender: *4 required: - action @@ -179055,12 +179527,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *731 - installation: *732 - number: *784 - organization: *733 - pull_request: *785 - repository: *734 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 + pull_request: *790 + repository: *739 sender: *4 required: - action @@ -179140,12 +179612,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *731 - installation: *732 - number: *784 - organization: *733 - pull_request: *785 - repository: *734 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 + pull_request: *790 + repository: *739 sender: *4 required: - action @@ -179511,9 +179983,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -180016,10 +180488,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -180650,10 +181118,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -181713,7 +182177,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *734 + repository: *739 sender: *4 required: - action @@ -181808,7 +182272,7 @@ x-webhooks: type: string enum: - deleted - comment: &788 + comment: &793 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -182093,9 +182557,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -182596,10 +183060,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -183230,10 +183690,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -184283,7 +184739,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *734 + repository: *739 sender: *4 required: - action @@ -184378,11 +184834,11 @@ x-webhooks: type: string enum: - edited - changes: *787 - comment: *788 - enterprise: *731 - installation: *732 - organization: *733 + changes: *792 + comment: *793 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -184885,10 +185341,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -185519,10 +185971,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -186573,7 +187021,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *734 + repository: *739 sender: *4 required: - action @@ -186669,9 +187117,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -187175,10 +187623,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -187809,10 +188253,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -188874,7 +189314,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *734 + repository: *739 review: description: The review that was affected. type: object @@ -189136,9 +189576,9 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -191192,8 +191632,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *734 - review: &789 + repository: *739 + review: &794 description: The review that was affected. type: object properties: @@ -191434,12 +191874,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -191946,10 +192386,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -192586,10 +193022,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -193752,7 +194184,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 requested_reviewer: title: User type: object @@ -193836,12 +194268,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -194348,10 +194780,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -194995,10 +195423,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -196161,7 +196585,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 requested_team: title: Team description: Groups of organization members that gives permissions @@ -196376,12 +196800,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -196890,10 +197314,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -197537,10 +197957,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -198696,7 +199112,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 requested_reviewer: title: User type: object @@ -198781,12 +199197,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *731 - installation: *732 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *733 + organization: *738 pull_request: title: Pull Request type: object @@ -199295,10 +199711,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -199942,10 +200354,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -201092,7 +201500,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 requested_team: title: Team description: Groups of organization members that gives permissions @@ -201296,9 +201704,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -201802,10 +202210,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -202437,10 +202841,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -203503,8 +203903,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *734 - review: *789 + repository: *739 + review: *794 sender: *4 required: - action @@ -203599,9 +203999,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -204103,10 +204503,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -204687,10 +205083,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -205701,7 +206093,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *734 + repository: *739 sender: *4 thread: type: object @@ -206096,9 +206488,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -206599,10 +206991,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -207181,10 +207569,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -208184,7 +208568,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *734 + repository: *739 sender: *4 thread: type: object @@ -208582,10 +208966,10 @@ x-webhooks: type: string before: type: string - enterprise: *731 - installation: *732 - number: *784 - organization: *733 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 pull_request: title: Pull Request type: object @@ -209091,10 +209475,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -209736,10 +210116,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -210886,7 +211262,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -210983,11 +211359,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *790 - enterprise: *731 - installation: *732 - number: *784 - organization: *733 + assignee: *795 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 pull_request: title: Pull Request type: object @@ -211494,10 +211870,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -212141,10 +212513,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -213300,7 +213668,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -213394,11 +213762,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *731 - installation: *732 - label: *752 - number: *784 - organization: *733 + enterprise: *736 + installation: *737 + label: *757 + number: *789 + organization: *738 pull_request: title: Pull Request type: object @@ -213904,10 +214272,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -214551,10 +214915,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -215701,7 +216061,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -215797,10 +216157,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *731 - installation: *732 - number: *784 - organization: *733 + enterprise: *736 + installation: *737 + number: *789 + organization: *738 pull_request: title: Pull Request type: object @@ -216303,10 +216663,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -216949,10 +217305,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -218095,7 +218447,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *734 + repository: *739 sender: *4 required: - action @@ -218310,7 +218662,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *731 + enterprise: *736 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -218402,8 +218754,8 @@ x-webhooks: - url - author - committer - installation: *732 - organization: *733 + installation: *737 + organization: *738 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -218580,10 +218932,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -218993,9 +219341,9 @@ x-webhooks: type: string enum: - published - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 registry_package: type: object properties: @@ -219441,7 +219789,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *771 + items: *776 summary: type: string tag_name: @@ -219495,7 +219843,7 @@ x-webhooks: - owner - package_version - registry - repository: *734 + repository: *739 sender: *4 required: - action @@ -219573,9 +219921,9 @@ x-webhooks: type: string enum: - updated - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 registry_package: type: object properties: @@ -219883,7 +220231,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *771 + items: *776 summary: type: string tag_name: @@ -219932,7 +220280,7 @@ x-webhooks: - owner - package_version - registry - repository: *734 + repository: *739 sender: *4 required: - action @@ -220009,10 +220357,10 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - release: &791 + enterprise: *736 + installation: *737 + organization: *738 + release: &796 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -220330,7 +220678,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *734 + repository: *739 sender: *4 required: - action @@ -220407,11 +220755,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 - release: *791 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + release: *796 + repository: *739 sender: *4 required: - action @@ -220528,11 +220876,11 @@ x-webhooks: type: boolean required: - to - enterprise: *731 - installation: *732 - organization: *733 - release: *791 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + release: *796 + repository: *739 sender: *4 required: - action @@ -220610,9 +220958,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -220934,7 +221282,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *734 + repository: *739 sender: *4 required: - action @@ -221010,10 +221358,10 @@ x-webhooks: type: string enum: - published - enterprise: *731 - installation: *732 - organization: *733 - release: &792 + enterprise: *736 + installation: *737 + organization: *738 + release: &797 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -221332,7 +221680,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *734 + repository: *739 sender: *4 required: - action @@ -221408,11 +221756,11 @@ x-webhooks: type: string enum: - released - enterprise: *731 - installation: *732 - organization: *733 - release: *791 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + release: *796 + repository: *739 sender: *4 required: - action @@ -221488,11 +221836,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *731 - installation: *732 - organization: *733 - release: *792 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + release: *797 + repository: *739 sender: *4 required: - action @@ -221568,11 +221916,11 @@ x-webhooks: type: string enum: - published - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - repository_advisory: *653 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_advisory: *658 sender: *4 required: - action @@ -221648,11 +221996,11 @@ x-webhooks: type: string enum: - reported - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - repository_advisory: *653 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_advisory: *658 sender: *4 required: - action @@ -221728,10 +222076,10 @@ x-webhooks: type: string enum: - archived - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -221808,10 +222156,10 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -221889,10 +222237,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -221976,10 +222324,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -222091,10 +222439,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -222166,10 +222514,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 status: type: string @@ -222250,10 +222598,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -222330,10 +222678,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -222427,10 +222775,10 @@ x-webhooks: - name required: - repository - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -222510,11 +222858,11 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - repository_ruleset: *320 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_ruleset: *325 sender: *4 required: - action @@ -222592,11 +222940,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - repository_ruleset: *320 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_ruleset: *325 sender: *4 required: - action @@ -222674,11 +223022,11 @@ x-webhooks: type: string enum: - edited - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - repository_ruleset: *320 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_ruleset: *325 changes: type: object properties: @@ -222697,16 +223045,16 @@ x-webhooks: properties: added: type: array - items: *294 + items: *299 deleted: type: array - items: *294 + items: *299 updated: type: array items: type: object properties: - condition: *294 + condition: *299 changes: type: object properties: @@ -222739,16 +223087,16 @@ x-webhooks: properties: added: type: array - items: *609 + items: *614 deleted: type: array - items: *609 + items: *614 updated: type: array items: type: object properties: - rule: *609 + rule: *614 changes: type: object properties: @@ -222982,10 +223330,10 @@ x-webhooks: - from required: - owner - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223063,10 +223411,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223144,7 +223492,7 @@ x-webhooks: type: string enum: - create - alert: &793 + alert: &798 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -223266,10 +223614,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223475,10 +223823,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223556,11 +223904,11 @@ x-webhooks: type: string enum: - reopen - alert: *793 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223759,10 +224107,10 @@ x-webhooks: enum: - fixed - open - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223840,11 +224188,11 @@ x-webhooks: type: string enum: - assigned - alert: &794 + alert: &799 type: object properties: - number: *174 - created_at: *175 + number: *179 + created_at: *180 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -223852,8 +224200,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *177 - html_url: *178 + url: *182 + html_url: *183 locations_url: type: string format: uri @@ -223959,10 +224307,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224040,11 +224388,11 @@ x-webhooks: type: string enum: - created - alert: *794 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + alert: *799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224125,11 +224473,11 @@ x-webhooks: type: string enum: - created - alert: *794 - installation: *732 - location: *795 - organization: *733 - repository: *734 + alert: *799 + installation: *737 + location: *800 + organization: *738 + repository: *739 sender: *4 required: - location @@ -224367,11 +224715,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *794 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + alert: *799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224449,11 +224797,11 @@ x-webhooks: type: string enum: - reopened - alert: *794 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + alert: *799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224531,11 +224879,11 @@ x-webhooks: type: string enum: - resolved - alert: *794 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + alert: *799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224613,12 +224961,12 @@ x-webhooks: type: string enum: - unassigned - alert: *794 + alert: *799 assignee: *4 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224696,11 +225044,11 @@ x-webhooks: type: string enum: - validated - alert: *794 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + alert: *799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224826,10 +225174,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *734 - enterprise: *731 - installation: *732 - organization: *733 + repository: *739 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -224907,11 +225255,11 @@ x-webhooks: type: string enum: - published - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - security_advisory: &796 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + security_advisory: &801 description: The details of the security advisory, including summary, description, and severity. type: object @@ -224927,7 +225275,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *57 + cvss_severities: *63 cwes: type: array items: @@ -225112,11 +225460,11 @@ x-webhooks: type: string enum: - updated - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 - security_advisory: *796 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + security_advisory: *801 sender: *4 required: - action @@ -225189,10 +225537,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -225209,7 +225557,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *57 + cvss_severities: *63 cwes: type: array items: @@ -225384,11 +225732,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *293 - enterprise: *731 - installation: *732 - organization: *733 - repository: *341 + security_and_analysis: *298 + enterprise: *736 + installation: *737 + organization: *738 + repository: *346 sender: *4 required: - changes @@ -225466,12 +225814,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: &797 + sponsorship: &802 type: object properties: created_at: @@ -225772,12 +226120,12 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *797 + sponsorship: *802 required: - action - sponsorship @@ -225865,12 +226213,12 @@ x-webhooks: type: string required: - from - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *797 + sponsorship: *802 required: - action - changes @@ -225947,17 +226295,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &798 + effective_date: &803 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: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *797 + sponsorship: *802 required: - action - sponsorship @@ -226031,7 +226379,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &799 + changes: &804 type: object properties: tier: @@ -226075,13 +226423,13 @@ x-webhooks: - from required: - tier - effective_date: *798 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + effective_date: *803 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *797 + sponsorship: *802 required: - action - changes @@ -226158,13 +226506,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *799 - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + changes: *804 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *797 + sponsorship: *802 required: - action - changes @@ -226238,10 +226586,10 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226324,10 +226672,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226747,15 +227095,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *731 + enterprise: *736 id: description: The unique identifier of the status. type: integer - installation: *732 + installation: *737 name: type: string - organization: *733 - repository: *734 + organization: *738 + repository: *739 sender: *4 sha: description: The Commit SHA. @@ -226864,15 +227212,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - parent_issue_repo: *73 + parent_issue: *85 + parent_issue_repo: *79 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - installation: *732 - organization: *733 - repository: *734 + sub_issue: *85 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226956,15 +227304,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - parent_issue_repo: *73 + parent_issue: *85 + parent_issue_repo: *79 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - installation: *732 - organization: *733 - repository: *734 + sub_issue: *85 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -227048,15 +227396,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - sub_issue_repo: *73 + sub_issue: *85 + sub_issue_repo: *79 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - installation: *732 - organization: *733 - repository: *734 + parent_issue: *85 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -227140,15 +227488,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *79 - sub_issue_repo: *73 + sub_issue: *85 + sub_issue_repo: *79 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *79 - installation: *732 - organization: *733 - repository: *734 + parent_issue: *85 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -227225,12 +227573,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - team: &800 + team: &805 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -227453,9 +227801,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -227913,7 +228261,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *800 + team: *805 required: - action - team @@ -227989,9 +228337,9 @@ x-webhooks: type: string enum: - created - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -228449,7 +228797,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *800 + team: *805 required: - action - team @@ -228526,9 +228874,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -228986,7 +229334,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *800 + team: *805 required: - action - team @@ -229130,9 +229478,9 @@ x-webhooks: - from required: - permissions - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -229590,7 +229938,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *800 + team: *805 required: - action - changes @@ -229668,9 +230016,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *731 - installation: *732 - organization: *733 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -230128,7 +230476,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *800 + team: *805 required: - action - team @@ -230204,10 +230552,10 @@ x-webhooks: type: string enum: - started - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -230280,16 +230628,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *731 + enterprise: *736 inputs: type: object nullable: true additionalProperties: true - installation: *732 - organization: *733 + installation: *737 + organization: *738 ref: type: string - repository: *734 + repository: *739 sender: *4 workflow: type: string @@ -230371,10 +230719,10 @@ x-webhooks: type: string enum: - completed - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: allOf: @@ -230611,7 +230959,7 @@ x-webhooks: type: string required: - conclusion - deployment: *499 + deployment: *504 required: - action - repository @@ -230690,10 +231038,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: allOf: @@ -230953,7 +231301,7 @@ x-webhooks: required: - status - steps - deployment: *499 + deployment: *504 required: - action - repository @@ -231032,10 +231380,10 @@ x-webhooks: type: string enum: - queued - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: type: object @@ -231170,7 +231518,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *499 + deployment: *504 required: - action - repository @@ -231249,10 +231597,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: type: object @@ -231388,7 +231736,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *499 + deployment: *504 required: - action - repository @@ -231468,12 +231816,12 @@ x-webhooks: type: string enum: - completed - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *748 + workflow: *753 workflow_run: title: Workflow Run type: object @@ -232472,12 +232820,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *748 + workflow: *753 workflow_run: title: Workflow Run type: object @@ -233461,12 +233809,12 @@ x-webhooks: type: string enum: - requested - enterprise: *731 - installation: *732 - organization: *733 - repository: *734 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *748 + workflow: *753 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 78462d763..bd28e205d 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -8062,12 +8062,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -25625,12 +25619,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -26469,12 +26457,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -44808,7 +44790,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -44968,7 +44950,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -45132,7 +45114,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -45292,7 +45274,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -77107,12 +77089,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -80442,12 +80418,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82960,9 +82930,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -96994,12 +96961,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -99111,12 +99072,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106253,12 +106208,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -109588,12 +109537,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -112106,9 +112049,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -114985,9 +114925,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -116203,9 +116140,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -125836,12 +125770,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -127419,12 +127347,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -130135,9 +130057,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -132560,12 +132479,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -133404,12 +133317,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -135754,9 +135661,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -137371,9 +137275,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -138492,6 +138393,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -138762,6 +138715,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -138965,6 +138970,58 @@ } } } + }, + "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" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "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": { @@ -151306,9 +151363,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -154185,9 +154239,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -157810,9 +157861,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -160485,7 +160533,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -160645,7 +160693,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -160809,7 +160857,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -160969,7 +161017,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -166787,9 +166835,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -169515,9 +169560,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -172209,12 +172251,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -175544,12 +175580,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -178062,9 +178092,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -191678,12 +191705,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -194650,9 +194671,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -196737,9 +196755,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -200136,12 +200151,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -201398,12 +201407,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202689,12 +202692,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -203854,9 +203851,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -208324,9 +208318,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -209470,9 +209461,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -212591,9 +212579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -214662,9 +214647,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -215255,6 +215237,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -215280,6 +215273,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -215424,7 +215457,7 @@ }, "post": { "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -215488,12 +215521,12 @@ "default": false }, "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", + "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" }, "key_id": { - "description": "The ID of the key you used to encrypt the secret.", + "description": "The ID of the key you used to encrypt the secret. Required when `auth_type` is `token` or `username_password`. Should be omitted for OIDC auth types.", "type": "string" }, "visibility": { @@ -215511,13 +215544,62 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. Defaults to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or `oidc_jfrog` for OIDC authentication.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } }, "required": [ "registry_type", "url", - "encrypted_value", - "key_id", "visibility" ] }, @@ -215548,6 +215630,17 @@ 1296280 ] } + }, + "org-private-registry-with-oidc-azure": { + "summary": "Example of an OIDC private registry configuration using Azure", + "value": { + "registry_type": "docker_registry", + "url": "https://myregistry.azurecr.io", + "auth_type": "oidc_azure", + "visibility": "all", + "tenant_id": "12345678-1234-1234-1234-123456789012", + "client_id": "abcdef01-2345-6789-abcd-ef0123456789" + } } } } @@ -215589,6 +215682,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -215620,6 +215724,46 @@ "type": "integer" } }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -215939,6 +216083,17 @@ ], "type": "string" }, + "auth_type": { + "description": "The authentication type for the private registry.", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ], + "type": "string" + }, "url": { "description": "The URL of the private registry.", "type": "string", @@ -215964,6 +216119,46 @@ ], "type": "string" }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name.", + "type": "string" + }, "created_at": { "type": "string", "format": "date-time" @@ -216032,7 +216227,7 @@ }, "patch": { "summary": "Update a private registry for an organization", - "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", + "description": "\nUpdates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\nFor OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", "tags": [ "private-registries" ], @@ -216128,16 +216323,79 @@ "items": { "type": "integer" } + }, + "auth_type": { + "description": "The authentication type for the private registry. This field cannot be changed after creation. If provided, it must match the existing `auth_type` of the configuration. To change the authentication type, delete and recreate the configuration.", + "type": "string", + "enum": [ + "token", + "username_password", + "oidc_azure", + "oidc_aws", + "oidc_jfrog" + ] + }, + "tenant_id": { + "description": "The tenant ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "client_id": { + "description": "The client ID of the Azure AD application. Required when `auth_type` is `oidc_azure`.", + "type": "string" + }, + "aws_region": { + "description": "The AWS region. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "account_id": { + "description": "The AWS account ID. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "role_name": { + "description": "The AWS IAM role name. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain": { + "description": "The CodeArtifact domain. Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "domain_owner": { + "description": "The CodeArtifact domain owner (AWS account ID). Required when `auth_type` is `oidc_aws`.", + "type": "string" + }, + "jfrog_oidc_provider_name": { + "description": "The JFrog OIDC provider name. Required when `auth_type` is `oidc_jfrog`.", + "type": "string" + }, + "audience": { + "description": "The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` auth types.", + "type": "string" + }, + "identity_mapping_name": { + "description": "The JFrog identity mapping name. Optional for `oidc_jfrog` auth type.", + "type": "string" } } }, "examples": { - "default": { + "secret-based-update": { + "summary": "Update a secret-based private registry", "value": { "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678" } + }, + "oidc-azure-update": { + "summary": "Update an OIDC private registry (Azure)", + "value": { + "tenant_id": "12345678-1234-1234-1234-123456789012", + "visibility": "selected", + "selected_repository_ids": [ + 1296269, + 1296280 + ] + } } } } @@ -219713,12 +219971,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -222807,12 +223059,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -223703,12 +223949,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -229225,12 +229465,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -232319,12 +232553,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -233215,12 +233443,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -244426,9 +244648,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -245557,10 +245776,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -246135,12 +246350,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -247135,12 +247344,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -247885,12 +248088,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -264255,9 +264452,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -271242,9 +271436,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -274453,10 +274644,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -275031,12 +275218,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -276031,12 +276212,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -276781,12 +276956,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -278689,10 +278858,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -279267,12 +279432,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -280267,12 +280426,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -281017,12 +281170,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -287978,12 +288125,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -288831,12 +288972,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -291428,9 +291563,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -292189,9 +292321,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -293886,9 +294015,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -294647,9 +294773,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -297092,9 +297215,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -297853,9 +297973,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -304357,9 +304474,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -305118,9 +305232,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -338410,9 +338521,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -340082,9 +340190,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -341396,9 +341501,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -342938,9 +343040,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -356390,9 +356489,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -358218,9 +358314,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -359684,9 +359777,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -363114,9 +363204,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -370285,12 +370372,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -371181,12 +371262,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -375513,9 +375588,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -376748,9 +376820,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -402892,12 +402961,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -406227,12 +406290,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -408745,9 +408802,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -411529,9 +411583,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -412589,10 +412640,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -413167,12 +413214,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -414167,12 +414208,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -414917,12 +414952,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -426440,9 +426469,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -427729,9 +427755,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -430228,12 +430251,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -433637,12 +433654,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -442075,12 +442086,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -446669,12 +446674,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -451138,12 +451137,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -454774,12 +454767,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -458180,12 +458167,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -461389,12 +461370,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -466544,12 +466519,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -469840,12 +469809,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -473214,12 +473177,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -476608,12 +476565,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -490699,12 +490650,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -494968,12 +494913,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -498266,12 +498205,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -501540,12 +501473,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -504913,12 +504840,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -516511,12 +516432,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -526090,9 +526005,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -532066,12 +531978,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -532962,12 +532868,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -535903,12 +535803,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -536798,12 +536692,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -542627,12 +542515,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -543522,12 +543404,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -546673,12 +546549,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -547568,12 +547438,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -549888,9 +549752,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -551354,9 +551215,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -557705,12 +557563,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -558601,12 +558453,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -561620,12 +561466,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -562516,12 +562356,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -570234,6 +570068,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -571002,6 +570862,32 @@ } } } + }, + "404": { + "description": "Resource not found", + "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": { @@ -573069,6 +572955,32 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "description": "Resource not found", + "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": { @@ -601546,10 +601458,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -602124,12 +602032,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -603124,12 +603026,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -603874,12 +603770,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -609274,9 +609164,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -610587,10 +610474,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -611165,12 +611048,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -612165,12 +612042,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -612915,12 +612786,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -614408,9 +614273,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -626551,9 +626413,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -627990,9 +627849,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -630117,12 +629973,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -632573,9 +632423,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -637382,9 +637229,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -642521,9 +642365,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -644542,9 +644383,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -646008,9 +645846,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -647865,9 +647700,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -649762,9 +649594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -651400,9 +651229,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -653840,10 +653666,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -654418,12 +654240,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -655418,12 +655234,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -656168,12 +655978,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -658415,9 +658219,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -660133,9 +659934,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -661625,9 +661423,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -667030,12 +666825,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -669588,12 +669377,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -674973,12 +674756,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -676289,12 +676066,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -677595,12 +677366,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -678919,9 +678684,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -680305,9 +680067,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -681390,9 +681149,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -683776,12 +683532,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -684896,10 +684646,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -685474,12 +685220,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -686474,12 +686214,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -687224,12 +686958,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -688947,9 +688675,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -691982,12 +691707,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -692876,12 +692595,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -694141,9 +693854,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -697575,12 +697285,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -700669,12 +700373,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -701565,12 +701263,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -705822,9 +705514,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -708516,12 +708205,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -711851,12 +711534,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -714369,9 +714046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -718867,12 +718541,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -722202,12 +721870,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -724720,9 +724382,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -729228,12 +728887,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -732563,12 +732216,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -735081,9 +734728,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -740848,9 +740492,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -741994,9 +741635,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -749661,12 +749299,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -752755,12 +752387,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -753651,12 +753277,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -763826,12 +763446,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -767161,12 +766775,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -769679,9 +769287,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -774173,12 +773778,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -777508,12 +777107,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -780026,9 +779619,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -782834,9 +782424,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -784154,12 +783741,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -784913,12 +784494,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -785751,9 +785326,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -787255,12 +786827,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -788885,12 +788451,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -790515,12 +790075,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -792325,12 +791879,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -794293,12 +793841,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -796103,12 +795645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -798127,12 +797663,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -800151,12 +799681,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -802175,12 +801699,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -804238,12 +803756,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -806671,9 +806183,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -808471,12 +807980,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -810816,9 +810319,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -812616,12 +812116,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -814961,9 +814455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -816761,12 +816252,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -819119,9 +818604,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -820919,12 +820401,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -823642,12 +823118,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -826054,12 +825524,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -828460,12 +827924,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -830517,12 +829975,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -832694,12 +832146,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -834689,12 +834135,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -836776,12 +836216,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -838775,12 +838209,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -840732,12 +840160,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -842783,12 +842205,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -844641,12 +844057,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -846290,12 +845700,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -849692,12 +849096,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -851474,12 +850872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -853956,12 +853348,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -856437,12 +855823,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -858918,12 +858298,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -861399,12 +860773,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -863880,12 +863248,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -866361,12 +865723,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -868842,12 +868198,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -871323,12 +870673,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -873002,12 +872346,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -874681,12 +874019,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -876946,12 +876278,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -880769,12 +880095,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -881664,12 +880984,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -883191,12 +882505,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -884972,12 +884280,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -887711,12 +887013,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -890388,12 +889684,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -894473,12 +893763,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -897683,12 +896967,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -899837,12 +899115,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -901928,12 +901200,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -904229,12 +903495,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -906531,12 +905791,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -908852,12 +908106,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -910944,12 +910192,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -913034,12 +912276,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -915151,12 +914387,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -917282,12 +916512,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -919373,12 +918597,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -921463,12 +920681,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -923553,12 +922765,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -925484,12 +924690,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -927348,12 +926548,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -929561,12 +928755,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -931692,12 +930880,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -933783,12 +932965,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -935873,12 +935049,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -937504,12 +936674,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -939528,12 +938692,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -941591,12 +940749,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -943615,12 +942767,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -945639,12 +944785,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -947702,12 +946842,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -949726,12 +948860,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -951750,12 +950878,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -953774,12 +952896,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -955837,12 +954953,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -957900,12 +957010,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -959924,12 +959028,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -961948,12 +961046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -963972,12 +963064,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -966035,12 +965121,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -968997,12 +968077,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -970895,12 +969969,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -973437,12 +972505,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -976073,12 +975135,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -978616,12 +977672,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -981186,12 +980236,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -983868,12 +982912,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -986516,12 +985554,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -988296,12 +987328,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -990841,12 +989867,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -994763,12 +993783,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -998686,12 +997700,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1002627,12 +1001635,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1006558,12 +1005560,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1010488,12 +1009484,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1012812,12 +1011802,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1015778,12 +1014762,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1017762,12 +1016740,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1018734,12 +1017706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1021057,12 +1020023,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1024023,12 +1022983,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1026007,12 +1024961,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1026979,12 +1025927,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1029302,12 +1028244,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1031286,12 +1030222,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1033018,12 +1031948,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1035224,12 +1034148,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1037547,12 +1036465,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1039531,12 +1038443,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1041263,12 +1040169,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1043469,12 +1042369,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1047274,12 +1046168,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1051189,12 +1050077,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1054891,12 +1053773,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1058775,12 +1057651,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1062552,12 +1061422,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1066299,12 +1065163,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1070007,12 +1068865,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1073889,12 +1072741,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1076943,11 +1075789,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "has_downloads": { "description": "Whether downloads are enabled.", "type": "boolean", @@ -1080280,12 +1079121,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1083981,12 +1082816,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1087685,12 +1086514,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1090780,11 +1089603,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1094090,12 +1092908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1097859,12 +1096671,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1101665,12 +1100471,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1105414,12 +1104214,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1109120,12 +1107914,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1112821,12 +1111609,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1116589,12 +1115371,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1118262,12 +1117038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1119933,12 +1118703,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1121647,12 +1120411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1123504,12 +1122262,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1125361,12 +1124113,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1127217,12 +1125963,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1129070,12 +1127810,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1130925,12 +1129659,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1132684,12 +1131412,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1134443,12 +1133165,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1136172,12 +1134888,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1137900,12 +1136610,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1139789,12 +1138493,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1141626,12 +1140324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1143305,12 +1141997,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1145059,12 +1143745,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1146875,12 +1145555,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1148688,12 +1147362,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1150502,12 +1149170,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1152358,12 +1151020,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1154172,12 +1152828,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1155899,12 +1154549,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1157626,12 +1156270,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1160990,12 +1159628,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1162761,12 +1161393,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1164546,12 +1163172,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1166414,12 +1165034,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1168199,12 +1166813,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1170678,12 +1169286,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1172934,12 +1171536,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1174703,12 +1173299,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1179134,12 +1177724,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1181113,12 +1179697,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1182904,12 +1181482,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1184696,12 +1183268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1186507,12 +1185073,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1188425,12 +1186985,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1190221,12 +1188775,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1191902,12 +1190450,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1193582,12 +1192124,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1195279,12 +1193815,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1196960,12 +1195490,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1198756,12 +1197280,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1200552,12 +1199070,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1202378,12 +1200890,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1204173,12 +1202679,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1216225,12 +1214725,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1217986,11 +1216480,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1218805,11 +1217294,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1220945,12 +1219429,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1222595,11 +1221073,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1223425,11 +1221898,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1225567,12 +1224035,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1227230,11 +1225692,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1228047,11 +1226504,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1230189,12 +1228641,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1232708,12 +1231154,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1233603,12 +1232043,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1235189,12 +1233623,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1237708,12 +1236136,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1238603,12 +1237025,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1240189,12 +1238605,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1242061,11 +1240471,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1242878,11 +1241283,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1245006,12 +1243406,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1246667,11 +1245061,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1247484,11 +1245873,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1249631,12 +1248015,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1252212,12 +1250590,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1253107,12 +1251479,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1254693,12 +1253059,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1256355,11 +1254715,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1257172,11 +1255527,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1259302,12 +1257652,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1261008,11 +1259352,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1261827,11 +1260166,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1263968,12 +1262302,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1265632,11 +1263960,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1266451,11 +1264774,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1268591,12 +1266909,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1270463,11 +1268775,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1271280,11 +1269587,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": "string", "nullable": true @@ -1273408,12 +1271710,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1275926,12 +1274222,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1276821,12 +1275111,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1278407,12 +1276691,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1280926,12 +1279204,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1281821,12 +1280093,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1283407,12 +1281673,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1285926,12 +1284186,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1286821,12 +1285075,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1288407,12 +1286655,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1290423,11 +1288665,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1291226,11 +1289463,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1293241,12 +1291473,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1295254,11 +1293480,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1296057,11 +1294278,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1298062,12 +1296278,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1300096,11 +1298306,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1300899,11 +1299104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1302905,12 +1301105,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1304564,11 +1302758,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1305367,11 +1303556,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1307384,12 +1305568,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1311953,12 +1310131,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1313824,11 +1311996,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1314641,11 +1312808,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1316787,12 +1314949,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1318458,11 +1316614,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1319275,11 +1317426,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1321421,12 +1319567,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1323232,11 +1321372,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1324049,11 +1322184,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1326188,12 +1324318,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1327862,11 +1325986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1328679,11 +1326798,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1330809,12 +1328923,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1332599,11 +1330707,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1333403,11 +1331506,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1335421,12 +1333519,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1337279,11 +1335371,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1338044,11 +1336131,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1340022,12 +1338104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1342056,11 +1340132,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1342819,11 +1340890,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1344786,12 +1342852,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1346834,11 +1344894,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1347651,11 +1345706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1349791,12 +1347841,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1351555,11 +1349599,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1352374,11 +1350413,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1354515,12 +1352549,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1356220,11 +1354248,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1357039,11 +1355062,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1359179,12 +1357197,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1360841,11 +1358853,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1361659,11 +1359666,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1363787,12 +1361789,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1365258,11 +1363254,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": "string", "nullable": true @@ -1367529,12 +1365520,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1369698,12 +1367683,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1371747,12 +1369726,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1373797,12 +1371770,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1375900,12 +1373867,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1377954,12 +1375915,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1380004,12 +1377959,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1382053,12 +1380002,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1384103,12 +1382046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1385733,12 +1383670,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1388931,12 +1386862,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1392129,12 +1390054,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1393760,12 +1391679,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1395391,12 +1393304,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1397028,12 +1394935,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1398711,12 +1396612,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1400336,12 +1398231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1401973,12 +1399862,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1403604,12 +1401487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1405262,12 +1403139,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1406894,12 +1404765,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1409840,12 +1407705,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1412786,12 +1410645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1418824,12 +1416677,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1420456,12 +1418303,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1422254,12 +1420095,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1424060,12 +1421895,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1425857,12 +1423686,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1427654,12 +1425477,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1430026,12 +1427843,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1432274,12 +1430085,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1434762,12 +1432567,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1437186,12 +1434985,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1439434,12 +1437227,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1441682,12 +1439469,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1444054,12 +1441835,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1446302,12 +1444077,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1447823,12 +1445592,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1449617,12 +1447380,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1451452,12 +1449209,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1453287,12 +1451038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1455071,10 +1452816,6 @@ ], "example": "all" }, - "has_commit_comments": { - "type": "boolean", - "example": true - }, "archived": { "type": "boolean" }, @@ -1455649,12 +1453390,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1456649,12 +1454384,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1457399,12 +1455128,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1458961,12 +1456684,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1460906,12 +1458623,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1462868,12 +1460579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1464818,12 +1462523,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1466826,12 +1464525,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1468831,12 +1466524,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1470777,12 +1468464,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1472413,12 +1470094,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1474519,12 +1472194,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1476873,12 +1474542,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1478857,12 +1476520,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1480589,12 +1478246,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1482795,12 +1480446,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1485120,12 +1482765,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1487104,12 +1484743,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1488836,12 +1486469,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1491042,12 +1488669,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1493367,12 +1490988,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1495351,12 +1492966,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1497083,12 +1494692,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1499289,12 +1496892,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1501614,12 +1499211,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1503598,12 +1501189,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1505330,12 +1502915,6 @@ ], "example": "all" }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1507536,12 +1505115,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1509162,12 +1506735,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1516931,12 +1514498,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1518562,12 +1516123,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1520195,12 +1517750,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1522663,12 +1520212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1525163,12 +1522706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1527508,12 +1525045,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1529854,12 +1527385,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1532748,12 +1530273,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1535624,12 +1533143,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "example": true - }, "archived": { "description": "Whether the repository is archived.", "default": false, diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 29d6075b4..519781825 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -3226,11 +3226,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -17436,7 +17431,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -17503,7 +17498,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -17539,7 +17534,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -17574,7 +17569,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -27339,8 +27334,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -32155,8 +32148,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -38875,6 +38866,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39034,6 +39027,8 @@ paths: items: *307 examples: default: *308 + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39188,6 +39183,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *29 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44121,7 +44118,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -44158,7 +44155,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -44196,7 +44193,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -44233,7 +44230,7 @@ paths: '403': *29 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -53218,6 +53215,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -53246,6 +53252,36 @@ paths: - private - selected type: string + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -53283,6 +53319,7 @@ paths: description: |2- Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -53342,11 +53379,14 @@ paths: description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. + endpoint. Required when `auth_type` is `token` or `username_password`. + Should be omitted for OIDC auth types. type: string pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" key_id: - description: The ID of the key you used to encrypt the secret. + description: The ID of the key you used to encrypt the secret. Required + when `auth_type` is `token` or `username_password`. Should be + omitted for OIDC auth types. type: string visibility: description: Which type of organization repositories have access @@ -53369,11 +53409,58 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. Defaults + to `token` if not specified. Use `oidc_azure`, `oidc_aws`, or + `oidc_jfrog` for OIDC authentication. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string required: - registry_type - url - - encrypted_value - - key_id - visibility examples: org-private-registry-with-private-visibility: @@ -53400,6 +53487,15 @@ paths: selected_repository_ids: - 1296269 - 1296280 + org-private-registry-with-oidc-azure: + summary: Example of an OIDC private registry configuration using Azure + value: + registry_type: docker_registry + url: https://myregistry.azurecr.io + auth_type: oidc_azure + visibility: all + tenant_id: 12345678-1234-1234-1234-123456789012 + client_id: abcdef01-2345-6789-abcd-ef0123456789 responses: '201': description: The organization private registry configuration @@ -53433,6 +53529,15 @@ paths: - python_index - terraform_registry type: string + auth_type: + description: The authentication type for the private registry. + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + type: string url: description: The URL of the private registry. type: string @@ -53467,6 +53572,36 @@ paths: private registry when `visibility` is set to `selected`. items: type: integer + tenant_id: + description: The tenant ID of the Azure AD application. + type: string + client_id: + description: The client ID of the Azure AD application. + type: string + aws_region: + description: The AWS region. + type: string + account_id: + description: The AWS account ID. + type: string + role_name: + description: The AWS IAM role name. + type: string + domain: + description: The CodeArtifact domain. + type: string + domain_owner: + description: The CodeArtifact domain owner. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. + type: string + audience: + description: The OIDC audience. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. + type: string created_at: type: string format: date-time @@ -53590,6 +53725,7 @@ paths: description: |2- Updates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api)." + For OIDC-based registries (`oidc_azure`, `oidc_aws`, or `oidc_jfrog`), the `encrypted_value` and `key_id` fields should be omitted. OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. tags: @@ -53674,12 +53810,71 @@ paths: type: array items: type: integer + auth_type: + description: The authentication type for the private registry. This + field cannot be changed after creation. If provided, it must match + the existing `auth_type` of the configuration. To change the authentication + type, delete and recreate the configuration. + type: string + enum: + - token + - username_password + - oidc_azure + - oidc_aws + - oidc_jfrog + tenant_id: + description: The tenant ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + client_id: + description: The client ID of the Azure AD application. Required + when `auth_type` is `oidc_azure`. + type: string + aws_region: + description: The AWS region. Required when `auth_type` is `oidc_aws`. + type: string + account_id: + description: The AWS account ID. Required when `auth_type` is `oidc_aws`. + type: string + role_name: + description: The AWS IAM role name. Required when `auth_type` is + `oidc_aws`. + type: string + domain: + description: The CodeArtifact domain. Required when `auth_type` + is `oidc_aws`. + type: string + domain_owner: + description: The CodeArtifact domain owner (AWS account ID). Required + when `auth_type` is `oidc_aws`. + type: string + jfrog_oidc_provider_name: + description: The JFrog OIDC provider name. Required when `auth_type` + is `oidc_jfrog`. + type: string + audience: + description: The OIDC audience. Optional for `oidc_aws` and `oidc_jfrog` + auth types. + type: string + identity_mapping_name: + description: The JFrog identity mapping name. Optional for `oidc_jfrog` + auth type. + type: string examples: - default: + secret-based-update: + summary: Update a secret-based private registry value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' + oidc-azure-update: + summary: Update an OIDC private registry (Azure) + value: + tenant_id: 12345678-1234-1234-1234-123456789012 + visibility: selected + selected_repository_ids: + - 1296269 + - 1296280 responses: '204': description: Response @@ -57503,9 +57698,6 @@ paths: - all - collaborators_only example: all - has_commit_comments: - type: boolean - example: true archived: type: boolean disabled: @@ -104430,6 +104622,7 @@ paths: responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104546,6 +104739,7 @@ paths: schema: *727 examples: default: *731 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104731,6 +104925,7 @@ paths: responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113140,8 +113335,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -124699,11 +124892,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - example: true archived: description: Whether the repository is archived. default: false @@ -160582,10 +160770,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean has_downloads: description: Whether downloads are enabled. type: boolean @@ -164966,10 +165150,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -176912,10 +177092,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -177559,10 +177735,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -179297,10 +179469,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -179952,10 +180120,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -181701,10 +181865,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -182346,10 +182506,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -184330,10 +184486,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -184973,10 +185125,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: string nullable: true @@ -186705,10 +186853,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -187350,10 +187494,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -189230,10 +189370,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -189875,10 +190011,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -191613,10 +191745,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -192260,10 +192388,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -194008,10 +194132,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -194655,10 +194775,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -197024,10 +197140,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -197658,10 +197770,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -199589,10 +199697,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -200223,10 +200327,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -201863,10 +201963,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -202497,10 +202593,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -204138,10 +204230,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -204772,10 +204860,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -208886,10 +208970,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -209526,10 +209606,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -211288,10 +211364,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -211935,10 +212007,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -213807,10 +213875,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -214454,10 +214518,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -216212,10 +216272,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -216859,10 +216915,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -218696,10 +218748,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -219331,10 +219379,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -220982,10 +221026,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -221566,10 +221606,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -223470,10 +223506,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -224052,10 +224084,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -225954,10 +225982,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -226599,10 +226623,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -228342,10 +228362,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: string nullable: true @@ -228989,10 +229005,6 @@ x-webhooks: enum: - all - collaborators_only - has_commit_comments: - {"code":"deadline_exceeded","msg":"operation timed out"}